FIFA World Cup 2026 API — Free Match & Standings JSON Feeds
The FIFA World Cup 2026 API provides free, programmatically accessible JSON feeds for all 104 matches, group standings, and results. These endpoints are hosted on a global CDN and are designed for sports blogs, data analysts, and developers. No API keys or registration are required. Use these feeds to build schedules, track group tables, or sync live standings with your own widgets under the RFC 8259 JSON standard.
⚠️ Liability Disclaimer & Terms of Use
Disclaimer: This API data is provided "as-is" for informational and educational purposes only. ToolsmithPro does not warrant the correctness, accuracy, timeliness, or completeness of the scores, schedule dates, kickoff times, or standings calculations. By consuming these endpoints, you explicitly agree that ToolsmithPro holds zero liability for any errors, omissions, delays, or any direct or indirect damages resulting from the use or integration of this data feed.
Endpoints
1. Matches & Scores
Returns the complete schedule of all 104 matches including teams, kick-off dates/times, stadium venues, scores, and completion statuses.
2. Group Standings
Returns the calculated live standings table for all 12 groups (A through L), including points, goal difference, games played, wins, draws, and losses.
CSV & Google Sheets Integration
3. Matches CSV Feed
A flat comma-separated values (CSV) feed of all 104 matches, perfect for importing into Google Sheets, Microsoft Excel, or pandas DataFrames.
=IMPORTDATA("https://www.toolsmithpro.com/api/wc2026/matches.csv")
4. Group Standings CSV Feed
A flat CSV feed representing the live standings calculations for all groups (A through L) in one table.
=IMPORTDATA("https://www.toolsmithpro.com/api/wc2026/standings.csv")
Technical Notes
- CORS Support: The endpoints support Cross-Origin Resource Sharing (CORS), allowing browser-side
fetch()requests directly from your frontend scripts. - Caching: Data is served directly from edge caches and is refreshed multiple times daily as matches complete.
- Content Type: Response payloads are served with
Content-Type: application/json; charset=utf-8.
Related tools
Frequently asked questions
Is the FIFA World Cup 2026 API free?
Yes, the JSON feeds are completely free for personal and commercial projects without any limits or credentials required.
Are there call rate limits for this sports feed?
No, because the files are hosted as static assets on a globally distributed CDN, there are no rate limits on GET requests.