Grid Ledger

Guides

API reference

These are the only public data endpoints offered with a Bearer sk_live_… key. Base URL: https://gridledger.pro/v1. Click Authorize in the playground below to try them. Prefer a full tab? Open fullscreen.

Public data endpoints

MethodPathNotes
GET/matchesList matches with filters
GET/matches/:idSingle match (maps + player stats)
GET/fixturesUpcoming / live (cached)
GET/resultsFinished matches (cached)
GET/teamsList teams
GET/teams/:idSingle team
GET/playersList players
GET/players/:idSingle player
GET/leaguesList leagues
GET/tournamentsList tournaments
GET/searchSearch teams, players, leagues

Auth, portal, admin, webhooks, and /health are app-internal — not part of the customer data API. See Matches and Teams & catalog for filters and examples.