Games

Fetch game(s) by ROM hash

Search for games by ROM hash. Can be filtered by platform and hash type.

get/v1/Games/ByGameHash

Query parameters

apikeystring required

(Required)

hashstring required

(Required) - hash string

filter[platform]string

(Optional) - filter by platform id, supports , delimited list

filter[type]string

(Optional) - hash type (e.g. md5, crc)

fieldsstring

(Optional) - comma-delimited: players, publishers, genres, overview, last_updated, rating, platform, coop, youtube, os, processor, ram, hdd, video, sound, alternates

includestring

(Optional) - comma-delimited: boxart, platform

pageinteger

(Optional) - results page offset to return

Response

result

codeinteger required
statusstring required
remaining_monthly_allowanceinteger required
extra_allowanceinteger required
allowance_refresh_timerinteger

Seconds until monthly allowance resets. null for private/unlimited keys.

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.