NFL

Get all games for a competition

Retrieve all games associated with a specific competition

get/nfl/competitions/{competitionId}/games

Path parameters

competitionIdstring required

Competition ID

Response

Games retrieved successfully

successboolean

Example response

{
  "success": true,
  "data": {
    "games": [
      {
        "providerGameId": 19068,
        "season": 2025,
        "week": 1,
        "spread": 1.5,
        "homeTeam": "CHI",
        "awayTeam": "MIN",
        "overUnder": 43.5,
        "venue": "Soldier Field",
        "winner": "MIN"
      }
    ]
  }
}

Changes

Changed in 3 of the 50 revisions of this API.13

    • added the optional property data/games/items/awayTeamMoneyLine to the response with the 200 status

      response-optional-property-added

    • added the optional property data/games/items/homeTeamMoneyLine to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog