Skip to main content

Game stat API

Endpoints


Update a stat value

PUT https://api.trytalo.com/v1/game-stats/:internalName

Headers

KeyRequiredDescription
x-talo-alias YesThe ID of the player's alias

Route params

KeyRequiredDescription
internalName YesThe internal name of the stat

Body keys

KeyRequiredDescription
change YesThe amount to add to the current value of the stat (can be negative)

Sample request

{ ... }

Sample response

{ ... }