Professional, Reliable, Efficient World Cup Data Service
Visit User Center to register and get your free API key instantly.
curl -X GET "https://26worldcup.cn/api/v1/cup/2026/schedule" \
-H "Api-Key: your_api_key_here"
All endpoints return data in the following format:
{
"code": 0,
"msg": "success",
"data": { ... },
"meta": {
"request_id": "req_xxx",
"timestamp": 1718790000
}
}
| Code | Description |
|---|---|
| 0 | Success |
| 400 | Invalid request parameters |
| 401 | Invalid or missing API Key |
| 403 | Rate limit exceeded |
| 404 | Resource not found |
| 500 | Server error |
GET /api/v1/cup/2026/schedule
Retrieve the complete match schedule for the 2026 FIFA World Cup.
group (optional): Filter by group (A-H)team_id (optional): Filter by team IDstatus (optional): Match status (NS, 1H, HT, 2H, FT)date (optional): Filter by date (YYYY-MM-DD)GET /api/v1/cup/2026/live
Get real-time scores for matches currently in progress.
GET /api/v1/cup/2026/standings
Retrieve group stage standings table.
GET /api/v1/cup/2026/teams
Get information about all participating teams.
GET /api/v1/cup/2026/teams/{id}
Get detailed information and squad list for a specific team.
GET /api/v1/cup/2026/matches/{id}
Get detailed information and statistics for a specific match.
GET /api/v1/cup/2026/bracket
Get the knockout stage tournament bracket.
| Plan | Price | Daily Limit | Monthly Limit |
|---|---|---|---|
| Free Tier | Free | 100 requests | 3,000 requests |
| Basic | Β₯99/month | 10,000 requests | 300,000 requests |
| Pro | Β₯299/month | 100,000 requests | 3,000,000 requests |
| Enterprise | Β₯999/month | Unlimited | Unlimited |