List Catalog Items By Key
GET
https://api.lootlocker.com/game/catalog/key/{key}/prices
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.com/game/catalog/key/achievements/prices?per_page=10' \
--header 'x-session-token: ' \
--header 'x-session-token;'
Response Response Example
{
"entries": [
{
"created_at": "2023-12-12T14:45:18Z",
"listings": {
"apple_app_store": {
"product_id": "receiptgiver2"
}
},
"entity_kind": "asset",
"entity_name": "Sword",
"prices": [
{
"amount": "123",
"display_amount": "123 GLD",
"currency_code": "gld",
"currency_name": "Gold",
"currency_id": "01HHF7SV5HBWCVCWNNMMTJF1N3"
}
],
"entity_id": "01HHF7T31GKYBJF85MBGYZA77W",
"catalog_listing_id": "01HHF7TJMF48CYT9F4EJATEJ95",
"purchasable": true
},
{
"created_at": "2023-12-18T13:40:12Z",
"listings": {
"apple_app_store": {
"product_id": "get.a.sword"
}
},
"entity_kind": "asset",
"entity_name": "Sword",
"prices": [
{
"amount": "123",
"display_amount": "123 GLD",
"currency_code": "gld",
"currency_name": "Gold",
"currency_id": "01HHF7SV5HBWCVCWNNMMTJF1N3"
}
],
"entity_id": "01HHF7T31GKYBJF85MBGYZA77W",
"catalog_listing_id": "01HHYJFNVBNMZ0KCXEC77QP04W",
"purchasable": false
}
],
"assets_details": [
{
"name": "Sword",
"thumbnail": null,
"variation_id": null,
"rental_option_id": null,
"legacy_id": 298778,
"id": "01HHF7T31GKYBJF85MBGYZA77W",
"catalog_listing_id": "01HHF7TJMF48CYT9F4EJATEJ95"
},
{
"name": "Sword",
"thumbnail": null,
"variation_id": null,
"rental_option_id": null,
"legacy_id": 298778,
"id": "01HHF7T31GKYBJF85MBGYZA77W",
"catalog_listing_id": "01HHYJFNVBNMZ0KCXEC77QP04W"
}
],
"progression_points_details": [],
"progression_resets_details": [],
"currency_details": [],
"catalog": {
"name": "Some Catalog",
"key": "some_catalog",
"id": "01HHF7SNBT2ZENE6B0DYZ8DNQT"
},
"pagination": {
"previous_cursor": null,
"next_cursor": null,
"total": 2
}
}
Request
Path Params
key
stringÂ
required
Example:
achievements
Query Params
per_page
stringÂ
optional
Example:
10
Header Params
x-session-token
stringÂ
required
Example:
{{session_token}}
Responses
Modified at 2025-03-18 13:05:14