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
| Method | Path | Notes |
|---|---|---|
| GET | /matches | List matches with filters |
| GET | /matches/:id | Single match (maps + player stats) |
| GET | /fixtures | Upcoming / live (cached) |
| GET | /results | Finished matches (cached) |
| GET | /teams | List teams |
| GET | /teams/:id | Single team |
| GET | /players | List players |
| GET | /players/:id | Single player |
| GET | /leagues | List leagues |
| GET | /tournaments | List tournaments |
| GET | /search | Search 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.