2026 FIFA World Cup · World Cup Schedule Query
Pricing
Performance
100.00%
Success Rate
274ms
Avg Latency
2.0k
Total Calls
Description
Query the 2026 FIFA World Cup schedule and standings, covering the group stage, Round of 32, Round of 16, quarter-finals, semi-finals, third-place match and final. Data is compiled from public sources and may be delayed; for reference only.
How to call: Invoke via GET in the UUMit Data Marketplace (API ID: 5bceb6fc-3ca8-4c4e-a033-0da130cc90ad). The platform centrally manages authentication and upstream configuration, so you only need to submit business fields as request parameters. Current price: Free.
Request parameters: type. The response fields mainly include data, date, reason, result, team_id, date_time, match_des, error_code.
Use cases: sports content, event calendars, schedule reminders and World Cup special pages.
Usage statistics: 2000 total calls, 2000 successful calls, 100.0% success rate, average response time 274ms. Data comes from officially listed APIs; for exact results, refer to the real-time response on the web platform.
Request Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| type | integer | No | Schedule type: 1: Group stage 2: Round of 32 3: Round of 16 4: Quarter-finals 5: Semi-finals 6: Third-place match 7: Final. Default: all |
Response Fields
| Name | Type | Description |
|---|---|---|
| data | array | Schedule list |
| date | string | Match date |
| reason | string | Response description |
| result | object | Result set |
| team_id | string | Team ID |
| date_time | string | Match time |
| match_des | string | Match status description |
| error_code | integer | Response code |
| group_name | string | Team group, e.g. A |
| match_type | string | Match type: 1: Group stage 2: Round of 32 3: Round of 16 4: Quarter-finals 5: Semi-finals 6: Third-place match 7: Final |
| host_team_id | string | Home team ID |
| match_status | string | Match status: 1: Not started 2: In progress 3: Finished 0: Unknown |
| guest_team_id | string | Away team ID |
| schedule_date | string | Schedule date |
| schedule_list | array | Schedule details list |
| host_team_name | string | Home team name |
| match_type_des | string | Match type description, e.g. group stage round |
| guest_team_name | string | Away team name |
| host_team_score | string | Home team goals |
| match_type_name | string | Match type name |
| guest_team_score | string | Away team goals |
| host_team_bigscore | string | Home team total goals (if a penalty shootout took place, otherwise empty) |
| host_team_logo_url | string | Home team logo URL |
| guest_team_bigscore | string | Away team total goals (if a penalty shootout took place, otherwise empty) |
| guest_team_logo_url | string | Away team logo URL |
Request Example
{
"type": 1
}Response Example
{
"reason": "Query successful",
"result": {
"ext": {
"current_match_type": "1",
"current_match_type_des": "Group stage"
},
"data": [
{
"schedule_date": "2026-06-12",
"schedule_list": [
{
"date": "2026-06-12",
"team_id": "1",
"date_time": "2026-06-12 03:00:00",
"match_des": "Not started",
"group_name": "A",
"match_type": "1",
"host_team_id": "1",
"match_status": "1",
"guest_team_id": "3",
"host_team_name": "Mexico",
"match_type_des": "Round 1",
"guest_team_name": "South Africa"
},
{
"date": "2026-06-12",
"team_id": "2",
"date_time": "2026-06-12 10:00:00",
"match_des": "Not started",
"group_name": "A",
"match_type": "1",
"host_team_id": "4",
"match_status": "1",
"guest_team_id": "2",
"host_team_name": "South Korea",
"match_type_des": "Round 1",
"guest_team_name": "Czech Republic"
}
],
"schedule_week": "Friday",
"schedule_current": "0",
"schedule_date_format": "Jun 12"
}
]
},
"error_code": 0
}Changelog
2026-06-22
Synced the officially listed API details to the UUMit Data Marketplace on the official website.
Provider: UUMit Official