Skip to content
Revadike edited this page Feb 19, 2023 · 111 revisions

Welcome

Welcome to the internal Steam Web API Documentation!

About the wiki

Please, check out the README.md.

Documentation

*Requires session to be authenticated / logged in to Steam

About group & profiles endpoints

These endpoints may use the following URL variations:

  • Group: /gid/:groupid/*
    • Also accepts: /groups/:vanity_url/*, /ogg/:appid/* (if ogg), /games/:vanity_url/* (if ogg)
  • Profiles: /profiles/:steamid/*
    • Also accepts: /id/:vanity_url/* (if custom URL set), /my/* (if logged in)

About global rate limits & domains

  • store.steampowered.com: There's a limit to 300 store requests per 5 mins.

About HTTP methods

Some endpoints support multiple HTTP methods. The displayed method is determined using the following priority order:

  1. GET
  2. POST

About Authentication

An endpoint is authenticated when it behaves differently when the user is logged in. This is typically reflected in the returned data. Additionally, an endpoint may not even work without an authenticated user.

Clone this wiki locally