Get platform-wide statistics: total games, studios, and reviews.
Output
Encoding
application/jsontotalGames
integer
Required
No description available.
totalReviews
integer
Required
No description available.
totalStudios
integer
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": [
"totalGames",
"totalStudios",
"totalReviews"
],
"properties": {
"totalGames": {
"type": "integer"
},
"totalReviews": {
"type": "integer"
},
"totalStudios": {
"type": "integer"
}
}
},
"encoding": "application/json"
},
"description": "Get platform-wide statistics: total games, studios, and reviews."
}