Get Hero Loadout
GET
https://api.lootlocker.io/server/player/{player_id}/heroes/{hero_id}/loadout
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/server/player/363/heroes/2/loadout' \
--header 'LL-Version: 2021-03-01' \
--header 'x-auth-token;'
Response Response Example
{
"items": [
{
"variation_id": 0,
"instance_id": 0,
"mounted_at": "string",
"asset": {
"id": 1,
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"ulid": "01J8J4FJG869W5Q19FSDT8D3AC",
"name": "string",
"active": true,
"purchasable": true,
"price": 0,
"sales_price": 1,
"display_price": "string",
"context": "string",
"context_id": 1,
"character_classes": [
1
],
"unlocks_context": "string",
"detachable": true,
"updated": "string",
"marked_new": "string",
"default_variation_id": 1,
"default_loadouts": {
"<user supplied loadout name>": true
},
"description": "string",
"links": [
{
"<user supplied simple name>": "string"
}
],
"storage": [
{
"key": "string",
"value": "string"
}
],
"rarity": {
"name": "string",
"short_name": "string",
"color": "string"
},
"popular": true,
"popularity_score": 1,
"package_contents": [
{
"asset": {}
}
],
"unique_instance": true,
"external_identifiers": {
"psn": {
"entitlement_id": "string",
"sku_id": "string",
"product_id": "string"
},
"apple_app_store": {
"product_id": "string"
},
"google_play": {
"product_id": "string"
}
},
"rental_options": [
{
"id": 0,
"name": "string",
"duration": 0,
"price": 0,
"sales_price": 0,
"links": [
{
"<user supplied simple name>": "string"
}
]
}
],
"filters": [
{
"value": "string",
"name": "string"
}
],
"files": [
{
"id": 1,
"name": "string",
"duration": 1,
"price": 1,
"sales_price": 1,
"links": [
{
"<user supplied simple name>": "string"
}
]
}
],
"data_entities": [
"string"
],
"hero_equip_exceptions": [
{
"can_equip": true,
"hero_id": 0,
"hero_name": "string"
}
],
"asset_candidate": 1,
"drop_table_max_picks": 1,
"variations": [
{
"id": 1,
"name": "string",
"primary_color": "string",
"secondary_color": "string",
"links": [
{
"<user supplied simple name>": "string"
}
]
}
],
"featured": true,
"context_locked": true,
"initially_purchasable": true
},
"rental": {
"is_rental": true,
"time_left": 0,
"duration": 0,
"is_active": true
}
}
]
}
Request
Path Params
player_id
integer <uint64>
required
Example:
363
hero_id
integer <uint64>
required
Example:
2
Header Params
LL-Version
string
required
Example:
2021-03-01
Responses
Modified at 2025-04-07 14:10:33