---
title: "POST /games/"
method: POST
path: "/games/"
tags: ["Game"]
---

# POST /games/

`POST /games/`

Create new game

## Request body

- Empty

## Response `201`

Return the newly created game start timestamp with the specified id

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

## Other responses

- `5XX` — Server error

## Changes

- **2026-07-17** `cbd51e3d67a8` — 5 warning, 2 info
  - removed the request property `element`
  - removed the request property `id`
  - removed the request property `value`
  - removed the optional property `element` from the response with the `201` status
  - …3 more
- **2020-02-02** `9e94408e02bf` — 4 breaking, 1 warning, 2 info
  - added the new required request property `element`
  - added the new required request property `id`
  - added the new required request property `value`
  - request body became required
  - …3 more

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