Get Popfeed reviews for a game, matched by IGDB ID.
Parameters
Output
Encoding
application/jsoncursor
string
Optional
No description available.
reviews
array
Required
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": [
"reviews"
],
"properties": {
"cursor": {
"type": "string"
},
"reviews": {
"type": "array",
"items": {
"refs": [
"#popfeedReview"
],
"type": "union"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT URI of the game record."
},
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of reviews to return."
},
"cursor": {
"type": "string",
"description": "Pagination cursor (offset)."
}
}
},
"description": "Get Popfeed reviews for a game, matched by IGDB ID."
}