# World Cup 2026 Schedule Local-Time Dataset

Free machine-readable fixture dataset for the 2026 FIFA World Cup schedule, maintained by World Cup 2026 Tour.

Canonical dataset page: https://ay-worldcup2026.zeabur.app/dataset
App: https://ay-worldcup2026.zeabur.app/
OpenAPI: https://ay-worldcup2026.zeabur.app/openapi.json
Dataset JSON-LD: https://ay-worldcup2026.zeabur.app/dataset.json
CSV snapshot: https://ay-worldcup2026.zeabur.app/dataset/matches.csv
JSONL snapshot: https://ay-worldcup2026.zeabur.app/dataset/matches.jsonl
Team schedule CSV snapshot: https://ay-worldcup2026.zeabur.app/dataset/team-schedules.csv
Team schedule JSONL snapshot: https://ay-worldcup2026.zeabur.app/dataset/team-schedules.jsonl
Shareable AI prediction result: https://ay-worldcup2026.zeabur.app/?match=14&oracle=1&utm_source=dataset_readme&utm_medium=ai_prediction&utm_campaign=wc26_spain_cape_verde
Hugging Face mirror: https://huggingface.co/datasets/abaiii168/world-cup-2026-tour-match-schedule
Hugging Face latest refresh commit: https://huggingface.co/datasets/abaiii168/world-cup-2026-tour-match-schedule/commit/c45fe4d97dbbafee43f676d9bd74950a5b37a288
Kaggle mirror: https://www.kaggle.com/datasets/ayworldcup2026/world-cup-2026-tour-match-schedule
Kaggle slug: ayworldcup2026/world-cup-2026-tour-match-schedule

## Files

- `matches.csv`: one row per match, suitable for Kaggle, spreadsheets, and simple data imports.
- `matches.jsonl`: one JSON object per match, suitable for Hugging Face datasets, LLM tools, and streaming processors.
- `team-schedules.csv`: one row per team-match, suitable for team schedule search, fan-site pages, and spreadsheet imports.
- `team-schedules.jsonl`: one JSON object per team-match with team page, match answer, live score, calendar, and AI prediction links.
- `dataset.json`: Dataset JSON-LD plus all public fixtures in UTC.
- `openapi.json`: OpenAPI 3.1 description for the free public schedule API.

## Columns

Match files: `match_id`, `stage`, `stage_name`, `group`, `venue`, `kickoff_utc`, `taipei_date`, `taipei_time`, `home_code`, `home_name`, `home_flag`, `away_code`, `away_name`, `away_flag`, `match_url`, `live_url`, `live_score_url`, `share_card_svg`, `story_card_svg`, `calendar_ics`, `share_pack`.

Team schedule files: `team_code`, `team_name`, `team_slug`, `team_schedule_url`, `team_schedule_json`, `match_id`, `opponent_name`, `match_answer_url`, `live_score_url`, `calendar_ics`, `ai_prediction_url`.

## Suggested Use

- Convert kickoff times into a visitor's local time zone.
- Build one page per team, such as Brazil, USA, England, Japan, or Argentina World Cup 2026 schedule pages.
- Build free fan tools, widgets, school club pages, pub watch-party pages, bots, or personal calendars.
- Link fans directly to a shareable AI prediction result page during match windows.
- Cite the canonical dataset page when reusing this data.

## Notes

This is a fan utility dataset and does not claim FIFA affiliation. Please cache responses, link back to the canonical dataset page, and verify critical schedule changes with official match sources.

The Hugging Face mirror and Kaggle dataset page are both public verified.
