API Reference
The SteamData Connect API provides powerful access to Steam game data.
Base URL: https://endpoint.steamdata.ai/api/v1
Authentication
All requests require your API key in the header:
X-API-Key: your_api_key_hereCore Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /apps/{appid} | Get game details |
GET | /apps/{appid}/localized | Get localized game info |
POST | /apps/batch | Batch fetch games |
GET | /apps/search | Search games |
GET | /apps/filter | Filter game list |
GET | /apps/{appid}/timeseries | Get game time-series data |