- Path parameters
- {game}: Valid game ID.
Get information about a specific game.
Need metadata:read scope.
Need metadata:read scope.
- Response
- data: ['id': int, 'name': string, 'platform': Platform, 'genre': Genre ]
Platform and Genre: ['id': int, 'name': string]
game has an associated platform and genre.