UUMit Logo

2026 FIFA World Cup · World Cup Schedule Query

World Cup Schedule Sports
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.
SportsMethod: GET

Pricing

0 UT/ call
Free
Connect API

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

NameTypeRequiredDescription
typeintegerNoSchedule 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

NameTypeDescription
dataarraySchedule list
datestringMatch date
reasonstringResponse description
resultobjectResult set
team_idstringTeam ID
date_timestringMatch time
match_desstringMatch status description
error_codeintegerResponse code
group_namestringTeam group, e.g. A
match_typestringMatch 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_idstringHome team ID
match_statusstringMatch status: 1: Not started 2: In progress 3: Finished 0: Unknown
guest_team_idstringAway team ID
schedule_datestringSchedule date
schedule_listarraySchedule details list
host_team_namestringHome team name
match_type_desstringMatch type description, e.g. group stage round
guest_team_namestringAway team name
host_team_scorestringHome team goals
match_type_namestringMatch type name
guest_team_scorestringAway team goals
host_team_bigscorestringHome team total goals (if a penalty shootout took place, otherwise empty)
host_team_logo_urlstringHome team logo URL
guest_team_bigscorestringAway team total goals (if a penalty shootout took place, otherwise empty)
guest_team_logo_urlstringAway 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