# games.gamesgamesgamesgames.getGame

> Published by [gamesgamesgamesgames.games](https://lexicon.garden/identity/did:web:gamesgamesgamesgames.games)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.getGame)
- [Documentation](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.getGame/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.getGame/examples)

## Definitions

### `games.gamesgamesgamesgames.getGame`

**Type**: `query`

Get all details of a game.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `uri` | `string` (at-uri) | No |  |
| `slug` | `string` | No |  |
| `gogId` | `string` | No | Look up a game by its GOG external ID. |
| `igdbId` | `string` | No | Look up a game by its IGDB external ID. |
| `xboxId` | `string` | No | Look up a game by its Xbox external ID. |
| `steamId` | `string` | No | Look up a game by its Steam external ID. |
| `epicGamesId` | `string` | No | Look up a game by its Epic Games external ID. |
| `googlePlayId` | `string` | No | Look up a game by its Google Play external ID. |
| `playStationId` | `string` | No | Look up a game by its PlayStation external ID. |
| `humbleBundleId` | `string` | No | Look up a game by its Humble Bundle external ID. |
| `appleAppStoreId` | `string` | No | Look up a game by its Apple App Store external ID. |
| `nintendoEshopId` | `string` | No | Look up a game by its Nintendo eShop external ID. |
| `includeOrgCredits` | `boolean` | No | Include organization credits for this game. |
| `includeActorCredits` | `boolean` | No | Include individual actor credits for this game. |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `game` | `ref` → `games.gamesgamesgamesgames.defs#gameDetailView` | Yes |  |

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.getGame",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
