# Steam API **Provider:** Steam **Category:** entertainment **Base URL:** `https://steamapi.xpaw.me` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100,000 req/day (unofficial guideline) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://steamapi.xpaw.me/ ## Description An automatically generated list of Steam Web API interfaces, methods and parameters. Allows you to craft requests in the browser. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://steamapi.xpaw.me/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://steamapi.xpaw.me' ``` ## Sample Response ```json {} ``` ## Pricing Details Free to use. No paid tiers; open access for game, user, and achievement data. --- *Source: [API Map](https://apimap.dev/apis/steam/) — CC BY 4.0*