Games
Fetch games update log
Fetch a log of recent game edits, either from a given last_edit_id (preferred, for incremental sync) or within the last N minutes via time.
get/v1/Games/Updates
Query parameters
apikeystring required
(Required)
last_edit_idinteger
(Optional) - return edits with id greater than this value (use for incremental sync)
timeinteger
(Optional) - return edits from the last N minutes (default: 1440). Used when last_edit_id is not provided.
pageinteger
(Optional) - results page offset to return
Response
result
Example response
{
"code": 200,
"status": "Success",
"remaining_monthly_allowance": 249,
"extra_allowance": 0,
"allowance_refresh_timer": 2592000
}Changes
No recorded changes to this endpoint across all 1 revision of this API.