---
title: "Fetch games update log"
method: GET
path: "/v1/Games/Updates"
tags: ["Games"]
---

# Fetch games update log

`GET /v1/Games/Updates`

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`.

## Query parameters

- `apikey` string, required
- `last_edit_id` integer
- `time` integer
- `page` integer

## Response `200`

result

- GamesUpdates
  - `code` integer, required
  - `status` string, required
  - `remaining_monthly_allowance` integer, required
  - `extra_allowance` integer, required
  - `allowance_refresh_timer` integer — Seconds until monthly allowance resets. null for private/unlimited keys.
  - `pages` object, required
    - `previous` string, nullable
    - `current` string
    - `next` string, nullable
  - `data` object, required
    - `count` integer, required
    - `updates` UpdateModel[], required
      - `edit_id` integer
      - `game_id` integer
      - `timestamp` string
      - `type` string
      - `value` string

## Other responses

- `403` — bad API key or hit rate-limit cap

---

[API](https://skmtc.dev/thegamesdb/apis/thegamesdb-api.md) · [All operations](https://skmtc.dev/thegamesdb/apis/thegamesdb-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thegamesdb/thegamesdb-api/revisions/7eee8ee33cd6/schema)
