cURL
curl --request POST \ --url https://api.steamsets.com/v1/badge.searchBadges \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "filter": "<string>", "query": "<string>", "sort": [ "<string>" ], "facets": [ "<string>" ], "image": "<string>", "limit": 123, "offset": 123, "page": 123 } '
{ "badges": [ { "_vectors": { "image": [ 123 ] }, "appId": 1, "appImage": "<string>", "appName": "<string>", "bookmarks": 1, "colors": [ "<string>" ], "designs": [ "<string>" ], "firstCompletion": 123, "highestLevel": 123, "id": "<string>", "image": "<string>", "isEvent": true, "isFoil": true, "isSale": true, "lastChangedAt": 123, "lastCompletion": 123, "level": 1, "name": "<string>", "scarcity": 123, "steamId": 1, "xp": 123 } ], "facets": "<unknown>", "pages": 1, "results": 1, "$schema": "<string>" }
Search through Steam badges using text queries, filters, and advanced search options including image similarity.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The filter to apply to the search
The query to search for
sort order
The image to reverse search
OK
Show child attributes
x >= 0
total number of pages
total number of results
A URL to the JSON Schema for this object.