{
  "name": "World Cup 2026 Match API",
  "version": "1.0.0",
  "timezone": "UTC",
  "competition": {
    "id": 2000,
    "code": "WC",
    "name": "FIFA World Cup",
    "emblemUrl": "https://crests.football-data.org/wm26.png"
  },
  "season": {
    "year": 2026,
    "startDate": "2026-06-11",
    "endDate": "2026-07-19"
  },
  "resultSet": {
    "count": 104,
    "first": "2026-06-11",
    "last": "2026-07-19",
    "played": 0
  },
  "updatedAt": "2026-04-21T05:21:06Z",
  "source": {
    "name": "football-data.org",
    "url": "https://www.football-data.org/"
  },
  "endpoints": [
    "/api/matches",
    "/api/matches/today",
    "/api/matches/{id}",
    "/api/teams",
    "/api/teams/{code}/matches",
    "/api/groups",
    "/api/groups/{group}/standings",
    "/api/venues",
    "/api/calendar.ics",
    "/api/changes",
    "/api/openapi.json"
  ]
}