πŸ† 2026 World Cup Data Center - API Documentation

Professional, Reliable, Efficient World Cup Data Service

πŸš€ Quick Start

1. Get Your API Key

Visit User Center to register and get your free API key instantly.

2. API Call Example

curl -X GET "https://26worldcup.cn/api/v1/cup/2026/schedule" \
  -H "Api-Key: your_api_key_here"

3. Response Format

All endpoints return data in the following format:

{
  "code": 0,
  "msg": "success",
  "data": { ... },
  "meta": {
    "request_id": "req_xxx",
    "timestamp": 1718790000
  }
}

4. Error Codes

CodeDescription
0Success
400Invalid request parameters
401Invalid or missing API Key
403Rate limit exceeded
404Resource not found
500Server error

πŸ“‹ API Endpoints

1. Get Full Schedule

GET /api/v1/cup/2026/schedule

Retrieve the complete match schedule for the 2026 FIFA World Cup.

Query Parameters:
  • group (optional): Filter by group (A-H)
  • team_id (optional): Filter by team ID
  • status (optional): Match status (NS, 1H, HT, 2H, FT)
  • date (optional): Filter by date (YYYY-MM-DD)

2. Get Live Scores

GET /api/v1/cup/2026/live

Get real-time scores for matches currently in progress.

3. Get Standings

GET /api/v1/cup/2026/standings

Retrieve group stage standings table.

4. Get Teams List

GET /api/v1/cup/2026/teams

Get information about all participating teams.

5. Get Team Details

GET /api/v1/cup/2026/teams/{id}

Get detailed information and squad list for a specific team.

6. Get Match Details

GET /api/v1/cup/2026/matches/{id}

Get detailed information and statistics for a specific match.

7. Get Knockout Bracket

GET /api/v1/cup/2026/bracket

Get the knockout stage tournament bracket.

πŸ’° Pricing Plans

PlanPriceDaily LimitMonthly Limit
Free TierFree100 requests3,000 requests
BasicΒ₯99/month10,000 requests300,000 requests
ProΒ₯299/month100,000 requests3,000,000 requests
EnterpriseΒ₯999/monthUnlimitedUnlimited
Register Now View Pricing
πŸ“ž Technical Support
  • Email: support@26worldcup.cn
  • Documentation: https://26worldcup.cn/docs/api.md
  • Status Page: https://status.26worldcup.cn