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

# GET /games/{id}/{element}

`GET /games/{id}/{element}`

## Path parameters

- `id` string, required
- `element` string, required

## Response `200`

Return the game item with the specified id

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

## Other responses

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

## Changes

- **2026-07-17** `cbd51e3d67a8` — 2 warning, 1 info
  - removed the optional property `element` from the response with the `200` status
  - removed the optional property `value` from the response with the `200` status
  - added the optional property `started_on` to the response with the `200` status
- **2020-02-02** `9e94408e02bf` — 1 warning, 2 info
  - removed the optional property `started_on` from the response with the `200` status
  - added the optional property `element` to the response with the `200` status
  - added the optional property `value` to the response with the `200` status

[Change history](https://skmtc.dev/packtpublishing/apis/shipit-clicker/changes/games/:id/:element/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)
