Parsertimev3 docs
Game Data API

Spec

GET
/v1/openapi.json

The OpenAPI 3.1 description of this API, generated from the same schemas the routes validate against.

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

curl -X GET "https://example.com/v1/openapi.json"
{
  "property1": null,
  "property2": null
}