TheGamesDB · Example Payload

Thegamesdb Games Updates Response Example

DatabaseGamingVideo GamesMetadataArtwork

Thegamesdb Games Updates Response Example is an example object payload from TheGamesDB, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

codestatusdata

Example Payload

Raw ↑
{
  "code": 44,
  "status": "OPERATING",
  "data": {
    "count": 99,
    "updates": [
      {
        "game_id": 75,
        "edit_id": 72
      }
    ]
  }
}