List Metadata
GET
https://api.lootlocker.io/server/metadata/source/{source}/id/{source_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.lootlocker.io/server/metadata/source/reward/id/01J3ZEYRX4QVFZ0QC4DF4J1SST' \
--header 'x-auth-token;'
Response Response Example
{
"metadata": [
{
"value": true,
"key": "has_beta_access",
"type": "bool",
"tags": []
},
{
"value": "xXx_ProGamer9000_xXx",
"key": "preferred_nickname",
"type": "string",
"tags": [
"foo"
]
},
{
"value": 35,
"key": "player_age",
"type": "number",
"tags": [
"foo",
"bar",
"baz"
]
},
{
"value": {
"key": "value",
"properties": {
"tutorial_complete": true,
"chapter_one_complete": true
}
},
"key": "game_state",
"type": "json",
"tags": []
},
{
"value": {
"content_type": "image/jpeg",
"content": "iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAQMAAAD+wSzIAAAABlBMVEX///+/v7+jQ3Y5AAAADklEQVQI12P4AIX8EAgALgAD/aNpbtEAAAAASUVORK5CYII="
},
"key": "chosen_icon",
"type": "base64",
"tags": []
}
],
"pagination": {
"errors": null,
"per_page": 10,
"offset": 0,
"total": 5,
"last_page": 1,
"current_page": 1,
"next_page": null,
"prev_page": null
}
}
Request
Path Params
source
stringÂ
required
Example:
leaderboard
,reward
, catalog_item
,currency
, progression
, player
Example:
reward
source_id
stringÂ
required
Example:
01J3ZEYRX4QVFZ0QC4DF4J1SST
Query Params
page
stringÂ
optional
Example:
1
per_page
stringÂ
optional
Example:
10
key
stringÂ
optional
Example:
has_beta_access
tags
array[string]
optional
Example:
["foo","bar"]
Header Params
x-auth-token
stringÂ
required
Default:
{{server_auth_token}}
Responses
Modified at 2025-04-17 08:51:32