Game API
HomeLootLocker
HomeLootLocker
LootLocker
  1. Catalogs
  • Game API
  • Authentication
    • Guest Session
      POST
    • White Label Session
      POST
    • Steam Session
      POST
    • Epic Games Session
      POST
    • Apple Sign In Session
      POST
    • Apple Game Center Session
      POST
    • Google Session
      POST
    • Nintendo Switch Session
      POST
    • Xbox Session
      POST
    • Meta/Oculus Session
      POST
    • PSN Player Verification
      POST
    • Steam/PSN Session
      POST
    • End Session
      DELETE
    • Steam Player Verification
      POST
  • Unified Player Accounts
    • Connected Accounts
      • List Connected Accounts
      • Connect Google Account
      • Connect Twitch Account
      • Connect Apple Account
      • Attach Provider
      • Transfer Providers
      • Unlink Platform Provider
    • Begin Remote Session Login Lease
      POST
    • Begin Remote Session Link Lease
      POST
    • Poll Remote Session Lease
      POST
    • Refresh Remote Session
      POST
  • White Label Login
    • Sign Up
      POST
    • Sign In
      POST
    • Request Verification
      POST
    • Request Reset Password
      POST
    • Verify Session
      POST
  • Players
    • Files
    • Player Storage
      • Get Player Storage
      • Get Player Storage Single Item
      • Get Player Public Storage
      • Update Player Storage
      • Lookup Public Player Storage
      • Delete Player Storage Item
    • Get Info From Session
    • List Multiple Players Info
    • Lookup Player Names by IDS
    • Get Players Active Name
    • Set Player Name
    • Migrate DLCs
    • Get Migrated DLCs
    • Set Player Profile Private
    • Set Player Profile Public
    • Get Other Players Loadout for Default Character
    • Get Players Loadout for Default Character
    • Delete Player
    • Submit XP
    • Get Other Player Info
    • Get Player Info
    • Get Multiple Other Players XP And Level
  • Notifications
    • List Notifications
    • Read Notifications
    • Read All Notifications
  • Commerce
    • Currency
      • Get Currency By Code
      • List Currencies
      • List Denominations By Currency
    • Purchasing
      • Stores
        • Google Play Store
          • Google Play Player Product Purchase
          • Google Play Character Product Purchase
        • Apple App Store
          • Apple App Store - Player Purchase
          • Apple App Store - Character Purchase
        • Steam
          • Steam - Begin Purchase
          • Steam - Query Transaction
          • Steam - Finalise Transaction
      • Purchase - In Game Only
      • Get Player Balance
      • Purchase - Get Status
      • Get Order Details
      • Purchase - Soft Currency Spend
      • Purchase - Steam Hard Currency
      • Purchase - Android
      • Purchase - iOS
    • Balances
      • Credit Balance
      • Debit Balance
      • List Balances
      • Get Wallet
      • Get Wallet for Holder
      • Create New Wallet
    • Catalogs
      • List Catalogs For Game
        GET
      • List Catalog Items By Key
        GET
  • Entitlements
    • List Entitlements
    • Get Single Entitlement
  • Leaderboards
    • Get Score List
    • Submit Score
    • Get Member Rank
    • Get By List of Members
    • List Leaderboards
    • Get Leaderboard Details
    • List Historical Leaderboard Data
    • Get Historical Leaderboard Data
  • Characters & Heroes
    • Characters
      • List Equippable Contexts to Default Character
      • List Equippable Contexts to Character By ID
      • Update Character
      • List Character Types
      • List Characters
      • Create Character
      • Get Loadout For All Player Characters
      • Get Loadout For Player Characters By Platform ID
      • Equip Asset To Character
      • Unequip Asset To Character
      • Equip Asset To Default Character
      • Unequip Asset To Default Character
    • Heroes
      • Get Game Heroes
      • Create Player Hero
      • List Player Heroes
      • Get Player Hero
      • Update Player Hero
      • Delete Player Hero
      • List Player Hero Inventory
      • Get Default Player Hero By SteamID64
      • List Player Heroes By SteamID64
      • List Player Heros Loadout By ID
      • Get Player Hero Loadout
      • Equip Asset to Hero
      • Unequip Asset from Hero
  • Assets
    • Drop Tables
      • Compute and Lock Drop Table
      • Pick Drops
    • List Contexts
    • Get Assets Stream
    • Get Assets List
    • Get Assets List By Asset IDs
    • List Favourite Assets
    • Unfavourite Asset
    • Favourite Asset
  • Asset Instances
    • Storage
      • Stream All Instance Storage To Player
      • Get Key Value for Asset Instance and Key Value Pair ID
      • List Key Value Sets for Asset Instance
      • Create Key Value Pair
      • Update Item Storage By Keys
      • Update Item Storage By ID
      • Delete Item Storage By ID
    • Loot Box
      • Inspect Loot Box
      • Open Loot Box
    • List Universal Assets
    • List Player Inventory
    • Stream Player Inventory
    • Get Asset Grant Notifications
    • Activate Rental Asset
    • Delete asset from player's inventory
    • Grant asset to player
  • Triggers
    • Call
    • Execute Trigger
    • List Triggers For Player
  • Progressions
    • Tiers
      • Get Progression Tiers
      • Get Single Progression Tier By Step
    • Players
      • Get All Player Progressions
      • Get All Player Progressions By Player ULID
      • Get Player Progressions By Key
      • Get Player Progressions By Key and Player ULID
      • Add points to player progression
      • Subtract points from player progression
      • Reset player progression
      • Delete player progression
    • Characters
      • Get All Character Progressions
      • Get Character Progressions By Key
      • Add points to character progression
      • Subtract points from character progression
      • Reset character progression
      • Delete character progression
    • Asset Instances
      • Get All Asset Instance Progressions
      • Get Asset Instance Progressions By Key
      • Add points to an Asset Instance progression
      • Subtract points from an Asset Instance progression
      • Reset Asset Instance progression
      • Delete Asset Instance progression
    • Get All Progressions
    • Get Progression By Key
  • Messages
    • List Messages
  • Friends
    • Followers
      • List
      • Follow
      • Unfollow
    • List Friends
    • List Incoming Friend Requests
    • List Outgoing Friend Requests
    • Send Friend Request
    • Cancel Outgoing Friend Request
    • Accept Friend Request
    • Decline Friend Request
    • Delete Friend
    • List Blocked Players
    • Block Player
    • Unblock Player
  • Feedback
    • Category
      • List
    • Moderation Reporting
      • [Legacy] Report Player
      • [Legacy] Report Asset
      • [Legacy] Get Player Report Reasons
      • [Legacy] Get Asset Report Reasons
      • [Legacy] Get Asset Report Types
      • Get Removed UGC for Player
    • Create
  • Metadata
    • List Metadata
    • Metadata Operations
    • List Multisource Metadata
  • User Generated Content (UGC)
    • Asset Candidates
      • Get Asset Candidate
      • List Asset Candidates
      • Create Asset Candidate
      • Add File to Asset Candidate
      • Update Asset Candidate
      • Delete Asset Candidate
  • Game
    • Ping
  • Collectables
    • Collect Collectable Item
    • List Collectables
  • Missions
    • Get Mission
    • List Missions
    • Start Mission
    • Finish Mission
  • Broadcasts
  1. Catalogs

List Catalog Items By Key

GET
/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;'
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

Authorization
API Key
Add parameter in header
x-session-token
Example:
x-session-token: ********************
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

🟢200Success
application/json
Body
entries
array [object {8}] 
required
created_at
string 
required
listings
object 
required
entity_kind
string 
required
entity_name
string 
required
prices
array [object {5}] 
required
entity_id
string 
required
catalog_listing_id
string 
required
purchasable
boolean 
required
assets_details
array [object {7}] 
optional
name
string 
required
thumbnail
null 
required
variation_id
null 
required
rental_option_id
null 
required
legacy_id
integer 
required
id
string 
required
catalog_listing_id
string 
required
progression_points_details
array[string]
optional
progression_resets_details
array[string]
optional
currency_details
array [object {5}] 
optional
name
string 
required
code
string 
required
amount
string 
required
id
string 
required
catalog_listing_id
string 
required
catalog
object 
required
name
string 
required
key
string 
required
id
string 
required
pagination
object 
required
previous_cursor
string  | null 
optional
next_cursor
string 
optional
total
integer 
required
Modified at 2025-03-18 13:05:14
Previous
List Catalogs For Game
Next
List Entitlements
Built with