Parsertimev3 docs
Game Data API

Games

GET
/v1/games

Every game whose Game Data Sightline publishes. Each id is the {game} segment of every other route.

x-api-key<token>

A Personal API Key (sl_…), issued at https://sightline.gg/settings/api-keys. May also be sent as Authorization: Bearer sl_…. Raises the caller's limit to 1,000 requests per minute, keyed on the key rather than the IP. Requires the gamedata:read Scope.

In: header

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/games"
{
  "data": [
    {
      "id": "overwatch",
      "name": "Overwatch"
    }
  ],
  "meta": {
    "count": 53,
    "patch": "2026-02-10"
  }
}
{
  "detail": "string",
  "instance": "/v1/overwatch/heroes/nobody",
  "status": 404,
  "title": "Not Found",
  "type": "https://api.sightline.gg/problems/not-found"
}
{
  "detail": "string",
  "instance": "/v1/overwatch/heroes/nobody",
  "status": 404,
  "title": "Not Found",
  "type": "https://api.sightline.gg/problems/not-found"
}
{
  "detail": "string",
  "instance": "/v1/overwatch/heroes/nobody",
  "status": 404,
  "title": "Not Found",
  "type": "https://api.sightline.gg/problems/not-found"
}
{
  "detail": "string",
  "instance": "/v1/overwatch/heroes/nobody",
  "status": 404,
  "title": "Not Found",
  "type": "https://api.sightline.gg/problems/not-found"
}