Get all details of a game.
Parameters
appleAppStoreId
string
Optional
Look up a game by its Apple App Store external ID.
epicGamesId
string
Optional
Look up a game by its Epic Games external ID.
gogId
string
Optional
Look up a game by its GOG external ID.
googlePlayId
string
Optional
Look up a game by its Google Play external ID.
humbleBundleId
string
Optional
Look up a game by its Humble Bundle external ID.
igdbId
string
Optional
Look up a game by its IGDB external ID.
includeActorCredits
boolean
Optional
Include individual actor credits for this game.
includeOrgCredits
boolean
Optional
Include organization credits for this game.
nintendoEshopId
string
Optional
Look up a game by its Nintendo eShop external ID.
playStationId
string
Optional
Look up a game by its PlayStation external ID.
slug
string
Optional
No description available.
steamId
string
Optional
Look up a game by its Steam external ID.
uri
string
at-uri
Optional
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
xboxId
string
Optional
Look up a game by its Xbox external ID.
Output
application/jsongame
refgames.gamesgamesgamesgames.defs#gameDetailView
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": [
"game"
],
"properties": {
"game": {
"ref": "games.gamesgamesgamesgames.defs#gameDetailView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"slug": {
"type": "string"
},
"gogId": {
"type": "string",
"description": "Look up a game by its GOG external ID."
},
"igdbId": {
"type": "string",
"description": "Look up a game by its IGDB external ID."
},
"xboxId": {
"type": "string",
"description": "Look up a game by its Xbox external ID."
},
"steamId": {
"type": "string",
"description": "Look up a game by its Steam external ID."
},
"epicGamesId": {
"type": "string",
"description": "Look up a game by its Epic Games external ID."
},
"googlePlayId": {
"type": "string",
"description": "Look up a game by its Google Play external ID."
},
"playStationId": {
"type": "string",
"description": "Look up a game by its PlayStation external ID."
},
"humbleBundleId": {
"type": "string",
"description": "Look up a game by its Humble Bundle external ID."
},
"appleAppStoreId": {
"type": "string",
"description": "Look up a game by its Apple App Store external ID."
},
"nintendoEshopId": {
"type": "string",
"description": "Look up a game by its Nintendo eShop external ID."
},
"includeOrgCredits": {
"type": "boolean",
"description": "Include organization credits for this game."
},
"includeActorCredits": {
"type": "boolean",
"description": "Include individual actor credits for this game."
}
}
},
"description": "Get all details of a game."
}