v4
latestOpenAPI 3.1.02026-07-3196251302.5 KBaccount
List account owned apps
post/v1/account.listApps
Request body
Example request
{
"$schema": "https://api.steamsets.com/schemas/V1AccountListAppsRequestBody.json"
}Response
OK
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
}