---
title: "GET /games/{id}"
method: GET
path: "/games/{id}"
tags: ["Game"]
---

# GET /games/{id}

`GET /games/{id}`

## Path parameters

- `id` string, required

## Response `200`

Return the game containing the game start timestamp with the specified id

- Game
  - `id` string
  - `started_on` integer

## Other responses

- `4XX` — Game not found
- `5XX` — Server Error

## Changes

- **2026-07-17** `cbd51e3d67a8` — 1 info
  - endpoint added
- **2020-02-02** `9e94408e02bf` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/packtpublishing/apis/shipit-clicker/changes/games/:id/get.md)

---

[API](https://skmtc.dev/packtpublishing/apis/shipit-clicker.md) · [All operations](https://skmtc.dev/packtpublishing/apis/shipit-clicker/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/shipit-clicker/revisions/cbd51e3d67a8/schema)
