Fetch game(s) by name (v1.1)
Search for games by name. Supports optional mode=natural for full-text natural language search and filter params to narrow results by platform, region, or country. The include.platform response wraps data in a data key, unlike v1.
Query parameters
(Required)
(Required) - search term
(Optional) - comma-delimited: players, publishers, genres, overview, last_updated, rating, platform, coop, youtube, os, processor, ram, hdd, video, sound, alternates
(Optional) - set to natural to use full-text natural language search
(Optional) - filter by platform id, supports , delimited list
(Optional) - filter by region id, supports , delimited list
(Optional) - filter by country id, supports , delimited list
(Optional) - comma-delimited: boxart, platform
(Optional) - results page offset to return
Response
result
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.