# Get game round replay **POST /game/replay** ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### Body: application/json (object) - **brandId** (string) - **gameId** (string) - **gameRoundId** (string) Game round ID to fetch details for - **locale** (string) Optional. Please default to the locale of the game round or Locale.ENGLISH if that is not possible - **platform** (string) Optional. Please default to Platform.WEB - **playerId** (string) ## Responses ### 200 Successful response #### Body: application/json (object) - **url** (string) Game URL for round details or replay ### 400 Request could not be processed #### Body: application/json (object) - **code** (string) - **message** (string) ### 401 Request public key or signature is missing or invalid #### Body: application/json (object) - **code** (string) - **message** (string) ### 500 Internal error / Unknown error #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)