Build your own World Cup 2026 widget.
Use the free World Cup 2026 Tour JSON API for blogs, school club pages, pub watch-party pages, Discord bots, small fan tools, and AI agents. It returns static schedule data with optional local-time conversion.
Endpoints
Example
https://ay-worldcup2026.zeabur.app/api/public/v1/next?timezone=Europe/London&utm_source=developers&utm_medium=copy&utm_campaign=wc26_public_api&utm_content=api_endpoint
fetch("https://ay-worldcup2026.zeabur.app/api/public/v1/next?timezone=Europe/London&utm_source=developers&utm_medium=copy&utm_campaign=wc26_public_api&utm_content=api_endpoint")
.then((response) => response.json())
.then((data) => {
console.log(data.match.home.name, "vs", data.match.away.name);
console.log(data.match.kickoff.requestedLocalTime);
});
<div data-wc26-next-match></div>
<script async src="https://ay-worldcup2026.zeabur.app/embed/world-cup-2026.js?utm_source=developers&utm_medium=copy&utm_campaign=wc26_public_api&utm_content=widget_embed"></script>
Attribution Pack For READMEs And Blogs
This pack is the preferred copy source for external websites, READMEs, directories, and AI/data tools because every link keeps measurable attribution back to the developer loop.
World Cup 2026 developer embed pack:
https://ay-worldcup2026.zeabur.app/api/public/v1/embed-pack?timezone=Europe%2FLondon&utm_source=developer_referral&utm_medium=embed_pack&utm_campaign=wc26_tbd_tbd_developer_embed&utm_content=developer_embed_pack
Widget:
<div data-wc26-next-match></div>
<script async src="https://ay-worldcup2026.zeabur.app/embed/world-cup-2026.js?utm_source=developer_referral&utm_medium=embed_widget&utm_campaign=wc26_tbd_tbd_developer_embed&utm_content=copied_widget"></script>
Team schedule JSON:
https://ay-worldcup2026.zeabur.app/team/algeria.json?utm_source=developer_referral&utm_medium=embed_pack&utm_campaign=wc26_tbd_tbd_developer_embed&utm_content=developer_embed_pack
Team schedule dataset:
https://ay-worldcup2026.zeabur.app/dataset/team-schedules.csv?utm_source=developer_referral&utm_medium=embed_pack&utm_campaign=wc26_tbd_tbd_developer_embed&utm_content=developer_embed_pack
Use It Kindly
Responses are cacheable for 1 hour. Avoid polling faster than necessary.
Please include a link to World Cup 2026 Tour when your tool uses this free API.
This public API exposes static schedule data. Live scores and odds remain separate app features.
No API key is required. This page and API do not accept user-submitted HTML or remote URLs.