# TheGamestracker API **Provider:** TheGamestracker **Category:** entertainment **Base URL:** `https://thegamestracker.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Varies by plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://thegamestracker.com/server-info-api ## Description Game servers informations in JSON format | apiKey | Yes | Yes | ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://thegamestracker.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://thegamestracker.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium. Free tier available; paid plans for higher usage. --- *Source: [API Map](https://apimap.dev/apis/thegamestracker/) — CC BY 4.0*