curl --location 'https://api.lootlocker.com/game/broadcasts/v1?limit=1' \
--header 'Accept-Language: en, fr' \
--header 'x-session-token: <api-key>'{
"broadcasts": [
{
"id": "01K722F81STPJQ44T870PJJHYF",
"name": "Halloween Event 2025",
"game_name": "Looty Lockers",
"games": [
{
"id": 2,
"name": "Looty Lockers"
}
],
"publication_settings": [
{
"id": 2,
"start": "2025-10-08T15:04:52Z",
"end": "2025-11-05T23:59:59Z",
"tz": "UTC"
}
],
"languages": [
{
"language_code": "en",
"localizations": [
{
"key": "ll.headline",
"value": "Spooky Season is Here!teee"
},
{
"key": "ll.image_url",
"value": "https://cdn.example.com/images/halloween-banner-en.png"
},
{
"key": "ll.action",
"value": "play_now"
},
{
"key": "ll.body",
"value": "Join the Halloween event and win exclusive rewards!"
},
{
"key": "theme",
"value": "halloween"
},
{
"key": "reward_multiplier",
"value": "2x"
}
]
}
]
}
]
}