Games

Fetch game(s) by name (v1)

Search for games by name. Note: in v1 any value passed to the mode param triggers natural language search. Use /v1.1/Games/ByGameName for correct mode=natural handling.

get/v1/Games/ByGameName

Query parameters

apikeystring required

(Required)

namestring required

(Required) - search term

fieldsstring

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

filter[platform]string

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

filter[region_id]string

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

filter[country_id]string

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

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.