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

---

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