Overview
The FIFA World Cup 2026 runs across the United States, Canada, and Mexico from June 11, 2026 (Mexico vs South Africa) through the Final — the first 48-team edition with 104 matches across 12 groups (A–L). V4 ships a dedicated set of World Cup convenience endpoints that hardcode the correct league filter (leagueId = 3) so you don’t have to. They combine match data with bookmaker odds, community predictions, and tournament-specific promotions.
Base URL
x-api-key header. See Authentication.
League ID:
3. These convenience routes resolve to the same data as the generic /api/v1/league/3/... endpoints — they’re shorter and pre-scoped to the tournament.Convenience Endpoints
The overview endpoint uses
Promise.allSettled internally, so it returns partial data even if one sub-query is briefly unavailable.Groups
Sample Response — Overview
Example Requests
Related
- Match Detail — odds, line movements, markets, community prediction for any WC match ID.
- Leagues & Standings — generic league endpoints (use
leagueId = 3for WC). - FIFA World Cup 2026 (V2) — the parallel V2 dataset (squads, rounds, knockout bracket, real-time scores).