Retrieve a list of fixtures.

Description

Get a paginated list of all fixtures. This endpoint supports all fixtures from the past that may or may not have ever had odds. It also supports all fixtures that we have scheduled in the future.

If you do not pass any of the date parameters (start_date, start_date_before, start_date_after) then this endpoint will return default to returning fixtures from 3 days ago.

More information about various statuses can be found at https://opticodds.readme.io/reference/fixtures-lifecycle.

Specific Parameter Information

For a full list of parameters, scroll to the bottom of this page.

You must pass at least one of the following (sport, league, id, team_id).

sport

The sport you want to get fixtures for. You can pass the id or the name.

league

The league you want to get fixtures for. You can pass the id or the name.

start_date_after

Specify this value if you want to receive all fixtures after a specific date. Please pass in an ISO 8601 datetime (YYYY-MM-DDTHH:MM:SSZ) (2024-10-21T00:00:00Z) for the best results. If you only pass a date, it will default to anything that starts after the completion of the passed in date.

start_date_before

Specify this value if you want to receive all fixtures before a specific date. Please pass in an ISO 8601 datetime (YYYY-MM-DDTHH:MM:SSZ) (2024-10-21T00:00:00Z) for the best results.

start_date

Specify this value if you want to receive all fixtures on a specific date. Please pass in an ISO 8601 datetime (YYYY-MM-DDTHH:MM:SSZ) (2024-10-21T00:00:00Z) for the best results.

include_starting_lineups

By default this is set to false, this will return starting lineups for various leagues that we support.

include_statsperform_id

Specify this parameter if you want the StatsPerform IDs to be included as part of the response. If this is enabled, you will see it populated in the source_ids field of the Fixture entry:

"source_ids": {
    "statsperform_id": "a2nwp4zx1mzcmk2e4dtcw5h5g"
}

Example Responses

ONLY USED TO SHOW AN EXAMPLE JSON FORMAT, DATA CAN BE DIFFERENT FROM ACTUAL RESPONSE

NFL

URL: https://api.opticodds.com/api/v3/fixtures?league=NFL

{
  "data": [
    {
      "id": "2025020987911BC9",
      "numerical_id": 142832,
      "game_id": "13602-33320-25-05",
      "start_date": "2025-02-09T23:30:00Z",
      "home_competitors": [
        {
          "id": "C921828AB706",
          "name": "Washington Commanders",
          "numerical_id": null,
          "abbreviation": "WSH",
          "logo": "https://cdn.opticodds.com/team-logos/football/112.png"
        }
      ],
      "away_competitors": [
        {
          "id": "2D71E5BA64A5",
          "name": "Kansas City Chiefs",
          "numerical_id": null,
          "abbreviation": "KC",
          "logo": "https://cdn.opticodds.com/team-logos/football/96.png"
        }
      ],
      "home_team_display": "Washington Commanders",
      "away_team_display": "Kansas City Chiefs",
      "status": "cancelled",
      "is_live": false,
      "sport": {
        "id": "football",
        "name": "Football",
        "numerical_id": 9
      },
      "league": {
        "id": "nfl",
        "name": "NFL",
        "numerical_id": 9
      },
      "home_starter": null,
      "home_record": null,
      "home_seed": null,
      "home_rotation_number": 77714,
      "away_starter": null,
      "away_record": null,
      "away_seed": null,
      "away_rotation_number": 77713,
      "tournament": null,
      "tournament_stage": null,
      "has_odds": true,
      "venue_name": null,
      "venue_location": null,
      "venue_neutral": false,
      "broadcast": "",
      "result": null,
      "lineups": {
        "home": [],
        "away": []
      },
      "season_type": "Playoffs",
      "season_year": "2024",
      "season_week": null,
      "weather": null,
      "weather_temp": null,
      "source_ids": {

      }
    },
    {
      "id": "2025020987922BC9",
      "numerical_id": 142831,
      "game_id": "16341-33320-25-05",
      "start_date": "2025-02-09T23:30:00Z",
      "home_competitors": [
        {
          "id": "C921828AB706",
          "name": "Washington Commanders",
          "numerical_id": null,
          "abbreviation": "WSH",
          "logo": "https://cdn.opticodds.com/team-logos/football/112.png"
        }
      ],
      "away_competitors": [
        {
          "id": "0787D09E47B9",
          "name": "Buffalo Bills",
          "numerical_id": null,
          "abbreviation": "BUF",
          "logo": "https://cdn.opticodds.com/team-logos/football/84.png"
        }
      ],
      "home_team_display": "Washington Commanders",
      "away_team_display": "Buffalo Bills",
      "status": "cancelled",
      "is_live": false,
      "sport": {
        "id": "football",
        "name": "Football",
        "numerical_id": 9
      },
      "league": {
        "id": "nfl",
        "name": "NFL",
        "numerical_id": 9
      },
      "home_starter": null,
      "home_record": null,
      "home_seed": null,
      "home_rotation_number": 77712,
      "away_starter": null,
      "away_record": null,
      "away_seed": null,
      "away_rotation_number": 77711,
      "tournament": null,
      "tournament_stage": null,
      "has_odds": true,
      "venue_name": null,
      "venue_location": null,
      "venue_neutral": false,
      "broadcast": "",
      "result": null,
      "lineups": {
        "home": [],
        "away": []
      },
      "season_type": "Playoffs",
      "season_year": "2024",
      "season_week": null,
      "weather": null,
      "weather_temp": null,
      "source_ids": {

      }
    },
    {
      "id": "2025020987933BC9",
      "numerical_id": 142833,
      "game_id": "16341-17233-25-05",
      "start_date": "2025-02-09T23:30:00Z",
      "home_competitors": [
        {
          "id": "EDCC2866B795",
          "name": "Philadelphia Eagles",
          "numerical_id": null,
          "abbreviation": "PHI",
          "logo": "https://cdn.opticodds.com/team-logos/football/106.png"
        }
      ],
      "away_competitors": [
        {
          "id": "0787D09E47B9",
          "name": "Buffalo Bills",
          "numerical_id": null,
          "abbreviation": "BUF",
          "logo": "https://cdn.opticodds.com/team-logos/football/84.png"
        }
      ],
      "home_team_display": "Philadelphia Eagles",
      "away_team_display": "Buffalo Bills",
      "status": "cancelled",
      "is_live": false,
      "sport": {
        "id": "football",
        "name": "Football",
        "numerical_id": 9
      },
      "league": {
        "id": "nfl",
        "name": "NFL",
        "numerical_id": 9
      },
      "home_starter": null,
      "home_record": null,
      "home_seed": null,
      "home_rotation_number": 77716,
      "away_starter": null,
      "away_record": null,
      "away_seed": null,
      "away_rotation_number": 77715,
      "tournament": null,
      "tournament_stage": null,
      "has_odds": true,
      "venue_name": null,
      "venue_location": null,
      "venue_neutral": false,
      "broadcast": "",
      "result": null,
      "lineups": {
        "home": [],
        "away": []
      },
      "season_type": "Playoffs",
      "season_year": "2024",
      "season_week": null,
      "weather": null,
      "weather_temp": null,
      "source_ids": {

      }
    },
    {
      "id": "2025020987944BC9",
      "numerical_id": 142834,
      "game_id": "13602-17233-25-05",
      "start_date": "2025-02-09T23:30:00Z",
      "home_competitors": [
        {
          "id": "EDCC2866B795",
          "name": "Philadelphia Eagles",
          "numerical_id": null,
          "abbreviation": "PHI",
          "logo": "https://cdn.opticodds.com/team-logos/football/106.png"
        }
      ],
      "away_competitors": [
        {
          "id": "2D71E5BA64A5",
          "name": "Kansas City Chiefs",
          "numerical_id": null,
          "abbreviation": "KC",
          "logo": "https://cdn.opticodds.com/team-logos/football/96.png"
        }
      ],
      "home_team_display": "Philadelphia Eagles",
      "away_team_display": "Kansas City Chiefs",
      "status": "unplayed",
      "is_live": false,
      "sport": {
        "id": "football",
        "name": "Football",
        "numerical_id": 9
      },
      "league": {
        "id": "nfl",
        "name": "NFL",
        "numerical_id": 9
      },
      "home_starter": null,
      "home_record": null,
      "home_seed": null,
      "home_rotation_number": 110,
      "away_starter": null,
      "away_record": null,
      "away_seed": null,
      "away_rotation_number": 109,
      "tournament": null,
      "tournament_stage": null,
      "has_odds": true,
      "venue_name": "Caesars Superdome",
      "venue_location": "New Orleans, LA, USA",
      "venue_neutral": true,
      "broadcast": "FOX | FOXD | TELE | TUBI",
      "result": null,
      "lineups": {
        "home": [],
        "away": []
      },
      "season_type": "Playoffs",
      "season_year": "2024",
      "season_week": "22",
      "weather": null,
      "weather_temp": null,
      "source_ids": {

      }
    }
  ],
  "page": 1,
  "total_pages": 1
}

England - Premier League (include_starting_lineups=True)

URL: https://api.opticodds.com/api/v3/fixtures?league=England%20-%20Premier%20League&start_date_after=2025-01-14&start_date_before=2025-01-15&include_starting_lineups=True

{
  "data": [
    {
      "id": "england_-_premier_league:0DB083EFBDA2",
      "numerical_id": 22406,
      "game_id": "36989-17608-2025-01-14",
      "start_date": "2025-01-14T19:30:00Z",
      "home_competitors": [
        {
          "id": "957C00F85D81",
          "name": "West Ham United FC",
          "numerical_id": null,
          "abbreviation": "WHU",
          "logo": "https://cdn.opticodds.com/team-logos/soccer/4514.png"
        }
      ],
      "away_competitors": [
        {
          "id": "D6AD821C3B5E",
          "name": "Fulham FC",
          "numerical_id": null,
          "abbreviation": "FUL",
          "logo": "https://cdn.opticodds.com/team-logos/soccer/4119.png"
        }
      ],
      "home_team_display": "West Ham United FC",
      "away_team_display": "Fulham FC",
      "status": "completed",
      "is_live": false,
      "sport": {
        "id": "soccer",
        "name": "Soccer",
        "numerical_id": 21
      },
      "league": {
        "id": "england_-_premier_league",
        "name": "England - Premier League",
        "numerical_id": 21
      },
      "home_starter": null,
      "home_record": null,
      "home_seed": null,
      "home_rotation_number": null,
      "away_starter": null,
      "away_record": null,
      "away_seed": null,
      "away_rotation_number": null,
      "tournament": null,
      "tournament_stage": null,
      "has_odds": true,
      "venue_name": "London Stadium",
      "venue_location": "London, England",
      "venue_neutral": false,
      "broadcast": null,
      "result": {
        "scores": {
          "home": {
            "total": 3,
            "periods": {
              "period_1": 2,
              "period_2": 1
            },
            "aggregate": null
          },
          "away": {
            "total": 2,
            "periods": {
              "period_1": 0,
              "period_2": 2
            },
            "aggregate": null
          }
        },
        "in_play_data": {
          "period": "0",
          "clock": null,
          "last_play": null
        }
      },
      "lineups": {
        "home": [],
        "away": []
      },
      "season_type": "Regular Season",
      "season_year": "2024",
      "season_week": "21",
      "weather": null,
      "weather_temp": null,
      "source_ids": {

      }
    },
    {
      "id": "england_-_premier_league:D341BDF76826",
      "numerical_id": 22407,
      "game_id": "31803-35511-2025-01-14",
      "start_date": "2025-01-14T19:30:00Z",
      "home_competitors": [
        {
          "id": "B196AD1A3F37",
          "name": "Brentford FC",
          "numerical_id": null,
          "abbreviation": "BRE",
          "logo": "https://cdn.opticodds.com/team-logos/soccer/3968.png"
        }
      ],
      "away_competitors": [
        {
          "id": "E69E55FFCF65",
          "name": "Manchester City FC",
          "numerical_id": null,
          "abbreviation": "MCI",
          "logo": "https://cdn.opticodds.com/team-logos/soccer/3791.png"
        }
      ],
      "home_team_display": "Brentford FC",
      "away_team_display": "Manchester City FC",
      "status": "completed",
      "is_live": false,
      "sport": {
        "id": "soccer",
        "name": "Soccer",
        "numerical_id": 21
      },
      "league": {
        "id": "england_-_premier_league",
        "name": "England - Premier League",
        "numerical_id": 21
      },
      "home_starter": null,
      "home_record": null,
      "home_seed": null,
      "home_rotation_number": null,
      "away_starter": null,
      "away_record": null,
      "away_seed": null,
      "away_rotation_number": null,
      "tournament": null,
      "tournament_stage": null,
      "has_odds": true,
      "venue_name": "Brentford Community Stadium",
      "venue_location": "London, England",
      "venue_neutral": false,
      "broadcast": null,
      "result": {
        "scores": {
          "home": {
            "total": 2,
            "periods": {
              "period_1": 0,
              "period_2": 2
            },
            "aggregate": null
          },
          "away": {
            "total": 2,
            "periods": {
              "period_1": 0,
              "period_2": 2
            },
            "aggregate": null
          }
        },
        "in_play_data": {
          "period": "0",
          "clock": null,
          "last_play": null
        }
      },
      "lineups": {
        "home": [
          {
            "player_id": "BEF625B56495",
            "player_name": "Yoane Wissa",
            "player_team": "B196AD1A3F37",
            "player_position": "Striker",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "806A90D93750",
            "player_name": "Paris Maghoma",
            "player_team": "B196AD1A3F37",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "48BEC68E154B",
            "player_name": "Fábio Leandro Freitas Gouveia de Carvalho",
            "player_team": "B196AD1A3F37",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "769B80F3E497",
            "player_name": "Hákon Valdimarsson",
            "player_team": "B196AD1A3F37",
            "player_position": "Goalkeeper",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "11A7B71F7CB3",
            "player_name": "Ji-Soo Kim",
            "player_team": "B196AD1A3F37",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "87DD33EE4F8D",
            "player_name": "Ben Mee",
            "player_team": "B196AD1A3F37",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "7C7FA73FA0F3",
            "player_name": "Mathias Jensen",
            "player_team": "B196AD1A3F37",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "6EA645B67DA5",
            "player_name": "Nathan Collins",
            "player_team": "B196AD1A3F37",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "8BE3ACC17BD9",
            "player_name": "Bryan Mbeumo",
            "player_team": "B196AD1A3F37",
            "player_position": "Striker",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "CC5B66D18A28",
            "player_name": "Mark Flekken",
            "player_team": "B196AD1A3F37",
            "player_position": "Goalkeeper",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "9C7C564D75C4",
            "player_name": "Vitaly Janelt",
            "player_team": "B196AD1A3F37",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "62CCC61CB875",
            "player_name": "Mikkel Damsgaard",
            "player_team": "B196AD1A3F37",
            "player_position": "Striker",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "6DE5767CE8E0",
            "player_name": "Mads Roerslev",
            "player_team": "B196AD1A3F37",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "2CCE1FA22F05",
            "player_name": "Yehor Yarmoliuk",
            "player_team": "B196AD1A3F37",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "D850C3978F49",
            "player_name": "Christian Nørgaard",
            "player_team": "B196AD1A3F37",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "3E68A1434490",
            "player_name": "Kevin Schade",
            "player_team": "B196AD1A3F37",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "098984C12420",
            "player_name": "Yunus Konak",
            "player_team": "B196AD1A3F37",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "1EAED42BA2A2",
            "player_name": "Keane Lewis-Potter",
            "player_team": "B196AD1A3F37",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "C3ABD6CDD690",
            "player_name": "Sepp van den Berg",
            "player_team": "B196AD1A3F37",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "00D8FD61E4DB",
            "player_name": "Rico Henry",
            "player_team": "B196AD1A3F37",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          }
        ],
        "away": [
          {
            "player_id": "09B88A678664",
            "player_name": "Josko Gvardiol",
            "player_team": "E69E55FFCF65",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "EA4D80C8FC25",
            "player_name": "James McAtee",
            "player_team": "E69E55FFCF65",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "2B50A04D5070",
            "player_name": "Erling Haaland",
            "player_team": "E69E55FFCF65",
            "player_position": "Striker",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "86B3DA879430",
            "player_name": "Nico O'Reilly",
            "player_team": "E69E55FFCF65",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "8DC3E428678D",
            "player_name": "Ederson Santana de Moraes",
            "player_team": "E69E55FFCF65",
            "player_position": "Goalkeeper",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "C2FD13302F40",
            "player_name": "Rico Lewis",
            "player_team": "E69E55FFCF65",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "B228F3B78AB8",
            "player_name": "Divin Mubama",
            "player_team": "E69E55FFCF65",
            "player_position": "Forward",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "707CF25C026E",
            "player_name": "Jahmai Simpson-Pusey",
            "player_team": "E69E55FFCF65",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "0D04E9354F3A",
            "player_name": "Jérémy Doku",
            "player_team": "E69E55FFCF65",
            "player_position": "Forward",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "D7EFAD0AF086",
            "player_name": "Jack Grealish",
            "player_team": "E69E55FFCF65",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "D61528068B02",
            "player_name": "Bernardo Mota Veiga de Carvalho e Silva",
            "player_team": "E69E55FFCF65",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "05B68FAE4FA7",
            "player_name": "Stefan Ortega",
            "player_team": "E69E55FFCF65",
            "player_position": "Goalkeeper",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "DED35E68CB9A",
            "player_name": "Kevin De Bruyne",
            "player_team": "E69E55FFCF65",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "57B58DC16ED3",
            "player_name": "Manuel Akanji",
            "player_team": "E69E55FFCF65",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "80DDFDD0F42C",
            "player_name": "Nathan Aké",
            "player_team": "E69E55FFCF65",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "CC8B0B423257",
            "player_name": "Matheus Luiz Nunes",
            "player_team": "E69E55FFCF65",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "6ADE78E9AE42",
            "player_name": "Mateo Kovacic",
            "player_team": "E69E55FFCF65",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "868EC6B1A334",
            "player_name": "Phil Foden",
            "player_team": "E69E55FFCF65",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "C3DAA5979144",
            "player_name": "Sávio Moreira de Oliveira",
            "player_team": "E69E55FFCF65",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "FE6D5F3A3779",
            "player_name": "Ilkay Gündogan",
            "player_team": "E69E55FFCF65",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          }
        ]
      },
      "season_type": "Regular Season",
      "season_year": "2024",
      "season_week": "21",
      "weather": null,
      "weather_temp": null,
      "source_ids": {

      }
    },
    {
      "id": "england_-_premier_league:FBCA77616D4F",
      "numerical_id": 22405,
      "game_id": "14557-13094-2025-01-14",
      "start_date": "2025-01-14T19:30:00Z",
      "home_competitors": [
        {
          "id": "A477D0C02A28",
          "name": "Chelsea FC",
          "numerical_id": null,
          "abbreviation": "CHE",
          "logo": "https://cdn.opticodds.com/team-logos/soccer/4009.png"
        }
      ],
      "away_competitors": [
        {
          "id": "F2CCF38E0A5A",
          "name": "AFC Bournemouth",
          "numerical_id": null,
          "abbreviation": "BOU",
          "logo": "https://cdn.opticodds.com/team-logos/soccer/3859.png"
        }
      ],
      "home_team_display": "Chelsea FC",
      "away_team_display": "AFC Bournemouth",
      "status": "completed",
      "is_live": false,
      "sport": {
        "id": "soccer",
        "name": "Soccer",
        "numerical_id": 21
      },
      "league": {
        "id": "england_-_premier_league",
        "name": "England - Premier League",
        "numerical_id": 21
      },
      "home_starter": null,
      "home_record": null,
      "home_seed": null,
      "home_rotation_number": null,
      "away_starter": null,
      "away_record": null,
      "away_seed": null,
      "away_rotation_number": null,
      "tournament": null,
      "tournament_stage": null,
      "has_odds": true,
      "venue_name": "Stamford Bridge",
      "venue_location": "London, England",
      "venue_neutral": false,
      "broadcast": null,
      "result": {
        "scores": {
          "home": {
            "total": 2,
            "periods": {
              "period_1": 1,
              "period_2": 1
            },
            "aggregate": null
          },
          "away": {
            "total": 2,
            "periods": {
              "period_1": 0,
              "period_2": 2
            },
            "aggregate": null
          }
        },
        "in_play_data": {
          "period": "0",
          "clock": null,
          "last_play": null
        }
      },
      "lineups": {
        "home": [],
        "away": []
      },
      "season_type": "Regular Season",
      "season_year": "2024",
      "season_week": "21",
      "weather": null,
      "weather_temp": null,
      "source_ids": {

      }
    },
    {
      "id": "england_-_premier_league:9E5225F1B897",
      "numerical_id": 22408,
      "game_id": "28098-30519-2025-01-14",
      "start_date": "2025-01-14T20:00:00Z",
      "home_competitors": [
        {
          "id": "013D1D5F4D18",
          "name": "Nottingham Forest FC",
          "numerical_id": null,
          "abbreviation": "NFO",
          "logo": "https://cdn.opticodds.com/team-logos/soccer/4318.png"
        }
      ],
      "away_competitors": [
        {
          "id": "F799E43513D4",
          "name": "Liverpool FC",
          "numerical_id": null,
          "abbreviation": "LIV",
          "logo": "https://cdn.opticodds.com/team-logos/soccer/4245.png"
        }
      ],
      "home_team_display": "Nottingham Forest FC",
      "away_team_display": "Liverpool FC",
      "status": "completed",
      "is_live": false,
      "sport": {
        "id": "soccer",
        "name": "Soccer",
        "numerical_id": 21
      },
      "league": {
        "id": "england_-_premier_league",
        "name": "England - Premier League",
        "numerical_id": 21
      },
      "home_starter": null,
      "home_record": null,
      "home_seed": null,
      "home_rotation_number": null,
      "away_starter": null,
      "away_record": null,
      "away_seed": null,
      "away_rotation_number": null,
      "tournament": null,
      "tournament_stage": null,
      "has_odds": true,
      "venue_name": "City Ground",
      "venue_location": "Nottingham, England",
      "venue_neutral": false,
      "broadcast": null,
      "result": {
        "scores": {
          "home": {
            "total": 1,
            "periods": {
              "period_1": 1,
              "period_2": 0
            },
            "aggregate": null
          },
          "away": {
            "total": 1,
            "periods": {
              "period_1": 0,
              "period_2": 1
            },
            "aggregate": null
          }
        },
        "in_play_data": {
          "period": "0",
          "clock": null,
          "last_play": null
        }
      },
      "lineups": {
        "home": [
          {
            "player_id": "D99E3AD23918",
            "player_name": "Matz Sels",
            "player_team": "013D1D5F4D18",
            "player_position": "Goalkeeper",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "E9AC8518C158",
            "player_name": "Murillo Santiago Costa dos Santos",
            "player_team": "013D1D5F4D18",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "3C2060D26101",
            "player_name": "Nicolás Domínguez",
            "player_team": "013D1D5F4D18",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "3B1D8FFEBE84",
            "player_name": "Anthony Elanga",
            "player_team": "013D1D5F4D18",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "66910384531D",
            "player_name": "Elliot Anderson",
            "player_team": "013D1D5F4D18",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "1DA671316B18",
            "player_name": "Morgan Gibbs-White",
            "player_team": "013D1D5F4D18",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "F09D078D577C181C",
            "player_name": "Felipe Rodrigues da Silva",
            "player_team": "013D1D5F4D18",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "706E512F081A",
            "player_name": "James Ward-Prowse",
            "player_team": "013D1D5F4D18",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "CCA631AF5D2C",
            "player_name": "Willy-Arnaud Boly",
            "player_team": "013D1D5F4D18",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "86C29D6A799C",
            "player_name": "Carlos Miguel dos Santos Pereira",
            "player_team": "013D1D5F4D18",
            "player_position": "Goalkeeper",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "50B0536D9D1D",
            "player_name": "Ramón Sosa",
            "player_team": "013D1D5F4D18",
            "player_position": "Forward",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "DA83FCA12BD2",
            "player_name": "Nikola Milenkovic",
            "player_team": "013D1D5F4D18",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "795C1D87AB0B",
            "player_name": "Neco Williams",
            "player_team": "013D1D5F4D18",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "3BAF8BA6EB3B",
            "player_name": "Callum Hudson-Odoi",
            "player_team": "013D1D5F4D18",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "F44304A1C098",
            "player_name": "Taiwo Awoniyi",
            "player_team": "013D1D5F4D18",
            "player_position": "Forward",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "1010D05E3812",
            "player_name": "João Pedro Ferreira Silva",
            "player_team": "013D1D5F4D18",
            "player_position": "Forward",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "17A2278F50F2",
            "player_name": "Ola Aina",
            "player_team": "013D1D5F4D18",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "92ACEA7D295F",
            "player_name": "Álex Moreno",
            "player_team": "013D1D5F4D18",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "1DBCA5C39B05",
            "player_name": "Ryan Yates",
            "player_team": "013D1D5F4D18",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "928CA091FD25",
            "player_name": "Chris Wood",
            "player_team": "013D1D5F4D18",
            "player_position": "Striker",
            "player_batting_throwing": null,
            "is_substitute": false
          }
        ],
        "away": [
          {
            "player_id": "9801F6DC70F3",
            "player_name": "Luis Díaz",
            "player_team": "F799E43513D4",
            "player_position": "Striker",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "9A9BB993F121",
            "player_name": "Trent Alexander-Arnold",
            "player_team": "F799E43513D4",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "0DD7377E831C",
            "player_name": "Dominik Szoboszlai",
            "player_team": "F799E43513D4",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "4C3498635EAA",
            "player_name": "Mohamed Salah Hamed Mahrous Ghaly",
            "player_team": "F799E43513D4",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "08A02049DD84",
            "player_name": "Curtis Jones",
            "player_team": "F799E43513D4",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "1DBA63788287",
            "player_name": "Caoimhín Kelleher",
            "player_team": "F799E43513D4",
            "player_position": "Goalkeeper",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "B8AA0521B03F",
            "player_name": "Jarell Quansah",
            "player_team": "F799E43513D4",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "A31E66B474F32F97",
            "player_name": "Federico Chiesa",
            "player_team": "F799E43513D4",
            "player_position": "Forward",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "2F09EBC4E700",
            "player_name": "Harvey Elliott",
            "player_team": "F799E43513D4",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "BAEA9AB40767",
            "player_name": "Wataru Endo",
            "player_team": "F799E43513D4",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "EB5DCA5A687C",
            "player_name": "Conor Bradley",
            "player_team": "F799E43513D4",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "6FD2834EA533",
            "player_name": "Andy Robertson",
            "player_team": "F799E43513D4",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "6D9ED30072B4",
            "player_name": "Alexis Mac Allister",
            "player_team": "F799E43513D4",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "8DE8D5F805D2",
            "player_name": "Diogo José Teixeira da Silva",
            "player_team": "F799E43513D4",
            "player_position": "Forward",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "7A593AE11ADF",
            "player_name": "Ibrahima Konaté",
            "player_team": "F799E43513D4",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "F014B24C4A77",
            "player_name": "Virgil van Dijk",
            "player_team": "F799E43513D4",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "702FFC8CD4AC",
            "player_name": "Ryan Gravenberch",
            "player_team": "F799E43513D4",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "058B4D2BD48F",
            "player_name": "Kostas Tsimikas",
            "player_team": "F799E43513D4",
            "player_position": "Defender",
            "player_batting_throwing": null,
            "is_substitute": true
          },
          {
            "player_id": "5F851E5AA267",
            "player_name": "Alisson Ramsés Becker",
            "player_team": "F799E43513D4",
            "player_position": "Goalkeeper",
            "player_batting_throwing": null,
            "is_substitute": false
          },
          {
            "player_id": "D435ACADAD13",
            "player_name": "Cody Gakpo",
            "player_team": "F799E43513D4",
            "player_position": "Midfielder",
            "player_batting_throwing": null,
            "is_substitute": false
          }
        ]
      },
      "season_type": "Regular Season",
      "season_year": "2024",
      "season_week": "21",
      "weather": null,
      "weather_temp": null,
      "source_ids": {

      }
    }
  ],
  "page": 1,
  "total_pages": 1
}
Language
Credentials
Click Try It! to start a request and see the response here!