v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

List account owned apps

post/v1/account.listApps

Request body

$schemastring uri

A URL to the JSON Schema for this object.

pageinteger required
searchstring nullable

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountListAppsRequestBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

pagesinteger required

The number of pages

totalHitsinteger required

The total number of hits for all pages

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountListAppsResponseBody.json",
  "apps": [
    {
      "id": 730,
      "image": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/730/a1a2f9f3f4c0c2b1f8d3a4e5f6d7e8f9.jpg",
      "name": "Counter-Strike: Global Offensive",
      "playtime": 123456,
      "price": 1200
    }
  ],
  "pages": 1,
  "totalHits": 1
}