Grid Ledger

Data

Teams & catalog

Browse teams, players, leagues, and tournaments, or search across them with one query.

Endpoints

MethodPathNotes
GET/teamsList / filter by game
GET/teams/:idTeam + roster + recent / upcoming matches
GET/playersList players
GET/players/:idPlayer + team + match lists
GET/leaguesLeagues (+ nested tournaments)
GET/tournamentsTournaments (+ league)
GET/search?q=Teams, players, leagues, tournaments

Search example

GET /v1/search?q=spirit

{
  "data": {
    "teams": [ … ],
    "players": [ … ],
    "leagues": [ … ],
    "tournaments": [ … ]
  }
}

Team/player detail match lists are slim (no nested maps dump). Use GET /matches/:id when you need map scores and box scores.