A full FIFA World Cup 2026 sandbox spanning the USA, Canada and Mexico: browse the 48-team format, compute live group standings, simulate matches with goal events, chase the Golden Boot, buy limited tickets (409 when sold out) and submit champion predictions.
Base URL: https://funapi.dev/api/worldcup/v1 · 17 endpoints · OpenAPI 3.1 spec and Postman collection available. New here? Read the getting started guide.
national squads and groups
GET /worldcup/v1/teams — List qualified teams (filter by group, confederation or hosts)GET /worldcup/v1/teams/{id} — Get one national teamGET /worldcup/v1/groups/{letter}/standings — Live group standings computed from finished matchesfixtures, simulation and VAR
GET /worldcup/v1/matches — List fixtures (filter by stage, status, group or team)GET /worldcup/v1/matches/{id} — Get one fixture with team and venue detailsPOST /worldcup/v1/matches/{id}/simulate — Kick off and simulate a match — updates score, goal events and standings (admin only) (requires Bearer auth)GET /worldcup/v1/matches/{id}/events — Goal timeline of a played match (409 before kickoff)GET /worldcup/v1/matches/{id}/var-review — Request a VAR review — the check takes ~3 seconds2026 host stadiums
GET /worldcup/v1/venues — List 2026 host stadiums, filter by countryGET /worldcup/v1/venues/{id} — Get a stadium with its scheduled matchesGolden Boot race
GET /worldcup/v1/players/top-scorers — Golden Boot race — top scorers so farlimited seats, real conflicts
POST /worldcup/v1/tickets — Buy match tickets — limited seats, 409 when sold out (requires Bearer auth)GET /worldcup/v1/tickets/{id} — Get a ticket order (410 after cancellation) (requires Bearer auth)DELETE /worldcup/v1/tickets/{id} — Cancel a ticket order and release the seats (admin only) (requires Bearer auth)mascots and predictions
POST /worldcup/v1/predictions — Predict the 2026 world championGET /worldcup/v1/predictions/leaderboard — Most-predicted championsGET /worldcup/v1/fanzone/mascots — Meet Maple, Zayu and Clutch — the official 2026 mascots