List Player Inventory
GET
https://api.lootlocker.io/server/player/{player_id}/inventory
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/server/player/361/inventory' \
--header 'LL-Version: 2021-03-01' \
--header 'x-auth-token;'
Response Response Example
{
"total": 1,
"items": [
{
"instance_id": 38,
"variation_id": 2,
"rental_option_id": null,
"acquisition_source": "grant_support",
"asset": {
"id": 60,
"uuid": "2270e9f4-e833-43b5-a8ad-9680e317a4da",
"ulid": "",
"name": "Test",
"active": true,
"purchasable": false,
"price": 0,
"sales_price": null,
"display_price": null,
"context": "Customization",
"context_id": 424,
"character_classes": [
72,
74
],
"unlocks_context": null,
"detachable": true,
"updated": "Thu, 26 Sep 2024 08:23:17 +0000",
"marked_new": "Tue, 11 Jun 2024 14:05:54 +0000",
"default_variation_id": 2,
"default_loadouts": {
"Test": false,
"Test 2": false
},
"description": "",
"links": {
"steam_square": "https://cdn.stage.dev.lootlocker.cloud/369/JfmbuawKkVXSueidIqHleoVWRVPpXGSM.png"
},
"storage": [],
"rarity": null,
"popular": false,
"popularity_score": 0,
"package_contents": null,
"unique_instance": false,
"external_identifiers": null,
"rental_options": null,
"filters": [],
"files": [],
"data_entities": [],
"hero_equip_exceptions": [],
"asset_candidate": null,
"drop_table_max_picks": null,
"variations": [
{
"id": 2,
"name": "Tests",
"primary_color": "AABBCC",
"secondary_color": "336699",
"links": {
"steam_square": "https://cdn.stage.dev.lootlocker.cloud/369/JfmbuawKkVXSueidIqHleoVWRVPpXGSM.png"
}
}
]
},
"rental": {
"is_rental": false,
"time_left": null,
"duration": null,
"is_active": null
}
}
]
}
Request
Path Params
player_id
stringÂ
required
Example:
361
Header Params
LL-Version
stringÂ
required
Example:
2021-03-01
x-auth-token
stringÂ
required
Default:
{{server_auth_token}}
Responses
Modified at 2025-04-07 14:11:38