TheGamesDB · Example Payload

Thegamesdb Games By Game Id Response Example

DatabaseGamingVideo GamesMetadataArtwork

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

Top-level fields

codestatusremaining_monthly_allowanceextra_allowancedata

Example Payload

Raw ↑
{
  "code": 200,
  "status": "Success",
  "remaining_monthly_allowance": 53,
  "extra_allowance": 89,
  "data": {
    "count": 59,
    "games": [
      "example-value"
    ]
  }
}