Gets a game key for the catalog.
locale | string Default: "en" Response language. Two-letter lowercase language code per ISO 639-1. |
additional_fields[] | Array of strings The list of additional fields. These fields will be in the response if you send them in your request. Available fields |
country | string Two-letter uppercase country code per ISO 3166-1 alpha-2. Shows regional prices and restrictions for a catalog if those were specified while creating an item. Note
If you do not specify the country explicitly, it will be set based on user's IP address. Example: country=US |
Game key was successfully received.
Game key not found.
{- "sku": "game_1",
- "name": "Game name",
- "groups": [
- {
- "external_id": "all",
- "name": "All games"
}, - {
- "external_id": "Xsolla",
- "name": "Xsolla games"
}
], - "type": "game_key",
- "description": "Game description",
- "attributes": {
- "$ref": "../components/examples/client-attribute-game-horror.yaml#/value"
}, - "is_free": false,
- "price": {
- "amount": "30.5",
- "amount_without_discount": "30.5",
- "currency": "USD"
}, - "virtual_prices": [ ],
- "can_be_bought": true,
- "drm_name": "Steam",
- "drm_sku": "steam",
- "has_keys": true,
- "is_pre_order": true,
- "release_date": "2020-08-11T10:00:00+03:00",
- "promotions": [ ],
- "limits": null,
- "periods": [
- {
- "date_from": "2020-08-11T10:00:00+03:00",
- "date_until": "2020-08-11T20:00:00+03:00"
}
]
}