---
title: "Add game IDs to stream"
method: POST
path: "/api/stream/games/{streamId}/add"
tags: ["Games"]
---

# Add game IDs to stream

`POST /api/stream/games/{streamId}/add`

Add new game IDs for [an existing stream](#tag/games/POST/api/stream/games/{streamId}) to watch.
The stream will immediately outputs the games that already exists, then emit an event each time a game is started or finished.

## Path parameters

- `streamId` string, required — The stream ID you used to [create the stream](#tag/games/POST/api/stream/games/{streamId}).

## Response `200`

The game IDs have been added to the stream.

- Ok
  - `ok` boolean, required

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
