API v1 · ONLINE

Build with
GameTroes.

Developer-oriented access to structured game information, catalog metadata and media resources through predictable HTTP endpoints.
01 / SYSTEM

Status

Machine-readable information about the GameTroes API service.

GET/api/v1/status.json
02 / CATALOG

Catalog

Discover the currently published resource collections.

GET/api/v1/catalog.json
03 / DATA

Game Metadata

Normalized structures for titles, platforms, genres and identifiers.

API ACCESS · v1
04 / MEDIA

Media Delivery

Developer-friendly paths for artwork and other game media resources.

MEDIA CATALOG · v1
QUICK START

Try the API

curl https://edge33.gametroes.online/api/v1/status.json

{
  "service": "GameTroes API",
  "version": "v1",
  "status": "online",
  "format": "json"
}