Fixture screens
Use team, group, date, phase, city, and venue filters to render schedule views without client-side cleanup.
FIFA World Cup 2026 Edition
A REST API for World Cup fixtures, teams, groups, stadiums, daily digest data, and tournament news. Built for apps, dashboards, widgets, newsletters, and content tools.
What changes for builders
Use team, group, date, phase, city, and venue filters to render schedule views without client-side cleanup.
Use today and digest routes for app home screens, newsletters, social posts, and daily tournament dashboards.
Pull all teams, single team profiles, group data, flag URLs, and host city context from one API family.
Built for product surfaces
The response shape is clean enough for frontend screens, API examples, and automated content. You get named teams, codes, fixture phases, host cities, and match metadata without rebuilding the schedule yourself.
GET /api/v2/worldcup/digest?date=2026-06-12
today, upcoming fixtures, headlines, featured teams
Endpoint ledger
GET /api/v2/worldcup
Returns the World Cup Edition overview and route directory.
GET /api/v2/worldcup/news
Returns tournament-focused football news.
GET /api/v2/worldcup/top-headlines
Returns top World Cup headlines with summaries when enabled.
GET /api/v2/worldcup/today?date=2026-06-12
Returns fixtures and headlines for a selected date.
GET /api/v2/worldcup/digest?date=2026-06-12
Returns today, upcoming fixtures, top headlines, and featured teams.
GET /api/v2/worldcup/fixtures
Returns all 104 World Cup 2026 fixture slots.
GET /api/v2/worldcup/fixtures?team=Mexico
Returns fixtures for a team name or team code.
GET /api/v2/worldcup/fixtures?group=A
Returns fixtures from one group.
GET /api/v2/worldcup/fixtures?date=2026-06-12
Returns fixtures scheduled on one date.
GET /api/v2/worldcup/fixtures?phase=Final
Returns fixtures from one tournament phase.
GET /api/v2/worldcup/fixtures/team/mexico
Shortcut route for one team schedule.
GET /api/v2/worldcup/fixtures/group/A
Shortcut route for one group schedule.
GET /api/v2/worldcup/fixtures/date/2026-06-12
Shortcut route for fixtures by date.
GET /api/v2/worldcup/fixtures/phase/round-of-32
Shortcut route for one tournament phase.
GET /api/v2/worldcup/teams
Returns all 48 teams with code, slug, group, and flag URL.
GET /api/v2/worldcup/teams/mexico
Returns one team by name, slug, or code.
GET /api/v2/worldcup/groups
Returns Groups A-L with all teams.
GET /api/v2/worldcup/groups/A
Returns one group and its teams.
GET /api/v2/worldcup/stadiums
Returns host stadiums and cities.
GET /api/v2/worldcup/stadiums/toronto
Returns stadium metadata for one host city.
GET /api/v2/worldcup/timeline
Returns kickoff, group stage, knockout stage, and final dates.
For real product screens
/worldcup/fixtures?team=MEX
/worldcup/groups/A
/worldcup/stadiums/toronto