Search for games and other entities via the games.gamesgamesgamesgames catalog. Proxied from the configured games API.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
No description available.
results
array
Required
No description available.
totalResults
integer
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"results"
],
"properties": {
"cursor": {
"type": "string"
},
"results": {
"type": "array",
"items": {
"refs": [
"games.gamesgamesgamesgames.defs#gameSummaryView",
"games.gamesgamesgamesgames.defs#profileSummaryView",
"games.gamesgamesgamesgames.defs#platformSummaryView",
"games.gamesgamesgamesgames.defs#collectionSummaryView",
"games.gamesgamesgamesgames.defs#engineSummaryView"
],
"type": "union"
}
},
"totalResults": {
"type": "integer"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 200,
"minLength": 1
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"description": "Search for games and other entities via the games.gamesgamesgamesgames catalog. Proxied from the configured games API."
}