---
title: "Get all games for a competition"
method: GET
path: "/nfl/competitions/{competitionId}/games"
tags: ["NFL"]
---

# Get all games for a competition

`GET /nfl/competitions/{competitionId}/games`

Retrieve all games associated with a specific competition

## Path parameters

- `competitionId` string, required

## Response `200`

Games retrieved successfully

- object
  - `success` boolean
  - `data` object
    - `games` object[]
      - `id` string, uuid
      - `providerGameId` integer
      - `season` integer
      - `week` integer
      - `spread` number, nullable
      - `endTime` string, date-time, nullable
      - `homeTeam` string
      - `awayTeam` string
      - `overUnder` number, nullable
      - `homeTeamMoneyLine` integer, nullable
      - `awayTeamMoneyLine` integer, nullable
      - `startTime` string, date-time
      - `venue` string, nullable
      - `status` 'scheduled' | 'in_progress' | 'final'
      - `winner` string, nullable

## Other responses

- `404` — Competition not found

## Changes

- **2025-11-26** `6242deb3cf66` — 2 info
  - added the optional property `data/games/items/awayTeamMoneyLine` to the response with the `200` status
  - added the optional property `data/games/items/homeTeamMoneyLine` to the response with the `200` status
- **2025-11-25** `c3c65c5d6254` — 1 info
  - endpoint added
- **2025-06-30** `e0d0a475d4b6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/nfl/competitions/:competitionId/games/get.md)

---

[API](https://skmtc.dev/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.dev/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/revisions/7a9f0e664711/schema)
