Skip to content
Revadike edited this page Feb 24, 2022 · 3 revisions

GET /actions/GetOwnedApps

Rate limits

No known rate limit

Request

Authenticated: Yes

Method: GET

Host: steamcommunity.com

Path: /actions/GetOwnedApps

Query Parameters:

Name Type Required Description
sessionid string Yes The value of the sessionid cookie

Response

200 OK

Name Type Description
[] array TODO
[]appid number TODO
[]name string TODO
[]icon string TODO
[]logo string TODO

Example

GET https://steamcommunity.com/actions/GetOwnedApps/?sessionid=a0b1c2d3e4f5g6h7i8j9klmn
[
    {
        "appid": 503820,
        "name": "A Detective's Novel",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/503820/69a39477c3418ede5f976b63fcdfb9633ca67ce6.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/503820/capsule_184x69.jpg"
    },
    {
        "appid": 473800,
        "name": "Bullet Life 2010",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/473800/02a70b394f3344f8200dbca7fff52c0b858dbce7.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/473800/capsule_184x69.jpg"
    },
    {
        "appid": 509840,
        "name": "El Ninja (Beta)",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/509840/ccf7f95ad59c2f35805f90269c8fcff57a85f4e5.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/509840/capsule_184x69.jpg"
    },
    {
        "appid": 546200,
        "name": "Gnomes Garden 3: The thief of castles",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/546200/50d28f9f502ad6ab4443452284c29da2bfe765ca.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/546200/capsule_184x69.jpg"
    },
    {
        "appid": 319630,
        "name": "Life is Strange™",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/319630/e54b13da0710a35e7088664a77632e79157d8332.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/319630/capsule_184x69.jpg"
    },
    {
        "appid": 622170,
        "name": "Offensive Combat: Redux!",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/622170/6011860923f17b60b32750e29c6add58e99ded4c.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/622170/capsule_184x69.jpg"
    },
    {
        "appid": 286200,
        "name": "ReignMaker",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/286200/8c8c7e7f5ae6efcf73f7d73d3ab520581197538d.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/286200/capsule_184x69.jpg"
    },
    {
        "appid": 486430,
        "name": "Sphoxie",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/486430/cb72b0dfb2ed628e7bce9ae3444952cb252bdea2.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/486430/capsule_184x69.jpg"
    },
    {
        "appid": 641780,
        "name": "The Drone Racing League Simulator",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/641780/1aeb5443e5f79d42cfe152e92ec56d72176f5cfe.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/641780/capsule_184x69.jpg"
    },
    {
        "appid": 447850,
        "name": "The Next Door",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/447850/fe19d69841bd6533359344a28785404001a71a54.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/447850/capsule_184x69.jpg"
    },
    {
        "appid": 595280,
        "name": "Throne of Lies®: Medieval Politics",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/595280/ec230f808fb276a07933f042bd99ebe20a36bd7a.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/595280/capsule_184x69.jpg"
    },
    {
        "appid": 646100,
        "name": "Woodlands",
        "icon": "https://cdn.cloudflare.steamstatic.com/steamcommunity/public/images/apps/646100/29bbbbb35d7d3d1f4e9abc8a6c2f7d73788a5b8c.jpg",
        "logo": "https://cdn.cloudflare.steamstatic.com/steam/apps/646100/capsule_184x69.jpg"
    }
]
Clone this wiki locally