Get Assets
GET
https://api.lootlocker.io/server/assets
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/server/assets?count=100' \
--header 'LL-Version: 2021-03-01' \
--header 'x-auth-token;'
Response Response Example
{
"total": 33,
"items": [
{
"id": 434,
"uuid": "64ba8834-e95c-46be-9de7-3acbef07001b",
"name": "Monster Truck",
"active": true,
"purchasable": true,
"price": 100,
"sales_price": null,
"display_price": "100",
"context": "Heavy Chassis",
"context_id": 51821,
"unlocks_context": null,
"detachable": false,
"updated": "Mon, 11 Jan 2021 15:22:18 +0000",
"marked_new": null,
"default_variation_id": 362,
"default_loadouts": {
"Light Vehicle": false,
"Heavy Vehicle": false
},
"description": "",
"links": {
"thumbnail": "https://cdn.lootlocker.io/...."
},
"storage": [
{
"key": "my key",
"value": "my value"
}
],
"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,
"variations": [
{
"id": 362,
"name": "Default",
"primary_color": null,
"secondary_color": null,
"links": {
"thumbnail": "https://cdn.lootlocker.io/...."
}
}
],
"featured": false,
"context_locked": false,
"initially_purchasable": true,
"drop_table_max_picks": null
}
]
}
Request
Query Params
count
stringÂ
optional
Example:
100
after
stringÂ
optional
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:13:21