games.getGameById
Description
Returns a game by its game id.
Code Examples
Request Parameters
game_id
required path parameterwatch_index
optional query parameterA query parameter denoting the requests watch index.
Response Body
gameobjectA full game.
game.game_idstringgame.create_tsstringRFC3339 timestamp
game.name_idstringA human readable short identifier used to references resources. Different than a
rivet.common#Uuidbecause this is intended to be human readable. Different thanrivet.common#DisplayNamebecause this should not include special characters and be short.game.display_namestringRepresent a resource's readable display name.
game.developer_group_idstringgame.total_player_countnumberUnsigned 32 bit integer.
game.logo_urlstringThe URL of this game's logo image.
game.banner_urlstringThe URL of this game's banner image.
game.namespacesarray of objectsA list of namespace summaries.
game.namespaces.namespace_idstringgame.namespaces.create_tsstringRFC3339 timestamp
game.namespaces.display_namestringRepresent a resource's readable display name.
game.namespaces.version_idstringgame.namespaces.name_idstringA human readable short identifier used to references resources. Different than a
rivet.common#Uuidbecause this is intended to be human readable. Different thanrivet.common#DisplayNamebecause this should not include special characters and be short.
game.versionsarray of objectsA list of version summaries.
game.versions.version_idstringgame.versions.create_tsstringRFC3339 timestamp
game.versions.display_namestringRepresent a resource's readable display name.
game.available_regionsarray of objectsA list of region summaries.
game.available_regions.region_idstringgame.available_regions.region_name_idstringA human readable short identifier used to references resources. Different than a
rivet.common#Uuidbecause this is intended to be human readable. Different thanrivet.common#DisplayNamebecause this should not include special characters and be short.game.available_regions.providerstringThe server provider of this region.
game.available_regions.universal_regionany valuegame.available_regions.provider_display_namestringRepresent a resource's readable display name.
game.available_regions.region_display_namestringRepresent a resource's readable display name.
watchobjectProvided by watchable endpoints used in blocking loops.
watch.indexstringIndex indicating the version of the data responded. Pass this to
WatchQueryto block and wait for the next response.