# 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
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/a29801319617cf9a0aee4d96169ec59e9bf4714c
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.
- `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_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`.

## Suggested Use

- Convert kickoff times into a visitor's local time zone.
- Build free fan tools, widgets, school club pages, pub watch-party pages, bots, or personal calendars.
- 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.
