FIFA World Cup 2026 Edition

Ship tournament features before kickoff.

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.

World Cup trophy on a football pitch
World Cup data layer 104 fixtures across group and knockout stages
Fixtures Match calendar
Teams Qualified nations
Groups Group tables
Daily Tournament brief
Media World Cup news

What changes for builders

One endpoint set for schedules, pages, and content systems.

01

Fixture screens

Use team, group, date, phase, city, and venue filters to render schedule views without client-side cleanup.

02

Daily products

Use today and digest routes for app home screens, newsletters, social posts, and daily tournament dashboards.

03

Team pages

Pull all teams, single team profiles, group data, flag URLs, and host city context from one API family.

Laptop showing a football celebration

Built for product surfaces

Not a scrape dump. A usable tournament data surface.

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

World Cup APIs to list on RapidAPI.

Core

World Cup Overview

GET /api/v2/worldcup

Returns the World Cup Edition overview and route directory.

News

World Cup News

GET /api/v2/worldcup/news

Returns tournament-focused football news.

News

Top Headlines

GET /api/v2/worldcup/top-headlines

Returns top World Cup headlines with summaries when enabled.

Daily

World Cup Today

GET /api/v2/worldcup/today?date=2026-06-12

Returns fixtures and headlines for a selected date.

Daily

World Cup Digest

GET /api/v2/worldcup/digest?date=2026-06-12

Returns today, upcoming fixtures, top headlines, and featured teams.

Fixtures

All Fixtures

GET /api/v2/worldcup/fixtures

Returns all 104 World Cup 2026 fixture slots.

Filter

By Team

GET /api/v2/worldcup/fixtures?team=Mexico

Returns fixtures for a team name or team code.

Filter

By Group

GET /api/v2/worldcup/fixtures?group=A

Returns fixtures from one group.

Filter

By Date

GET /api/v2/worldcup/fixtures?date=2026-06-12

Returns fixtures scheduled on one date.

Filter

By Phase

GET /api/v2/worldcup/fixtures?phase=Final

Returns fixtures from one tournament phase.

Shortcut

Team Fixtures

GET /api/v2/worldcup/fixtures/team/mexico

Shortcut route for one team schedule.

Shortcut

Group Fixtures

GET /api/v2/worldcup/fixtures/group/A

Shortcut route for one group schedule.

Shortcut

Date Fixtures

GET /api/v2/worldcup/fixtures/date/2026-06-12

Shortcut route for fixtures by date.

Shortcut

Phase Fixtures

GET /api/v2/worldcup/fixtures/phase/round-of-32

Shortcut route for one tournament phase.

Teams

All Teams

GET /api/v2/worldcup/teams

Returns all 48 teams with code, slug, group, and flag URL.

Teams

Team Lookup

GET /api/v2/worldcup/teams/mexico

Returns one team by name, slug, or code.

Groups

All Groups

GET /api/v2/worldcup/groups

Returns Groups A-L with all teams.

Groups

Group Lookup

GET /api/v2/worldcup/groups/A

Returns one group and its teams.

Stadiums

All Stadiums

GET /api/v2/worldcup/stadiums

Returns host stadiums and cities.

Stadiums

City Lookup

GET /api/v2/worldcup/stadiums/toronto

Returns stadium metadata for one host city.

Timeline

Tournament Timeline

GET /api/v2/worldcup/timeline

Returns kickoff, group stage, knockout stage, and final dates.

Football boot resting on a ball on grass

For real product screens

Build the match calendar, team pages, and daily brief from one API family.

/worldcup/fixtures?team=MEX /worldcup/groups/A /worldcup/stadiums/toronto