Find owners of one or more trading cards or booster packs. Friend paths from the requester are included for logged-in callers.
Request body
Example request
{
"$schema": "https://api.steamsets.com/schemas/FindOwnersRequestBody.json"
}Response
OK
Example response
{
"$schema": "https://api.steamsets.com/schemas/FindOwnersResponseBody.json",
"items": [
{
"owners": [
{
"account": {
"apps": 123456,
"avatar": "f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9",
"awardsGiven": 123456,
"awardsReceived": 123456,
"badges": 123456,
"city": {
"name": "Bad Krozingen"
},
"country": {
"code": "DE",
"name": "Germany"
},
"createdAt": "2023-01-01T00:00:00Z",
"donated": 123456,
"economyBan": "steam",
"foilBadges": 123456,
"friends": 123456,
"level": 123456,
"name": "steamsets",
"nameEffect": "rainbow",
"normalBadges": 123456,
"playtime": 123456,
"pointsGiven": 123456,
"pointsReceived": 123456,
"privacy": "public",
"region": {
"name": "Europe"
},
"state": {
"name": "Baden-Wurttemberg"
},
"steamId": "76561198842603734",
"steamSetsVanity": "steamsets",
"steamVanity": "steamsets",
"themeColor": "#FF5733",
"xp": 123456
},
"path": [
{
"apps": 123456,
"avatar": "f1a1d2c3d0c9d1e1f2f3f4f5f6f7f8f9",
"awardsGiven": 123456,
"awardsReceived": 123456,
"badges": 123456,
"city": {
"name": "Bad Krozingen"
},
"country": {
"code": "DE",
"name": "Germany"
},
"createdAt": "2023-01-01T00:00:00Z",
"donated": 123456,
"economyBan": "steam",
"foilBadges": 123456,
"friends": 123456,
"level": 123456,
"name": "steamsets",
"nameEffect": "rainbow",
"normalBadges": 123456,
"playtime": 123456,
"pointsGiven": 123456,
"pointsReceived": 123456,
"privacy": "public",
"region": {
"name": "Europe"
},
"state": {
"name": "Baden-Wurttemberg"
},
"steamId": "76561198842603734",
"steamSetsVanity": "steamsets",
"steamVanity": "steamsets",
"themeColor": "#FF5733",
"xp": 123456
}
]
}
]
}
]
}Changes
Changed in 4 of the 11 revisions of this API.87
- ○
added the new optional request property
sortnew-optional-request-property
- ○
- ▲
removed the required property
items/items/owners/items/account/appCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/items/owners/items/account/foilBadgeCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/items/owners/items/account/normalBadgeCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/items/owners/items/path/items/appCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/items/owners/items/path/items/foilBadgeCostfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/items/owners/items/path/items/normalBadgeCostfrom the response with the200statusresponse-required-property-removed
- ○
added the required property
items/items/owners/items/account/nameEffectto the response with the200statusresponse-required-property-added
- ○
added the required property
items/items/owners/items/account/themeColorto the response with the200statusresponse-required-property-added
- ○
added the required property
items/items/owners/items/path/items/nameEffectto the response with the200statusresponse-required-property-added
- ○
added the required property
items/items/owners/items/path/items/themeColorto the response with the200statusresponse-required-property-added
- ▲
- ○
added the new optional request property
cursornew-optional-request-property
- ○
added the optional property
items/items/nextCursorto the response with the200statusresponse-optional-property-added
- ○
- ▲
removed the required property
items/items/owners/items/account/imagesfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/items/owners/items/path/items/imagesfrom the response with the200statusresponse-required-property-removed
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 11 revisions, 1 has no diff computed.