Skip to content
This Version 0 API endpoint is deprecated, and will hit EOL by the end of 2026.

Static Data

GET https://api.brawlhalla.com/legend/all/

This endpoint will return basic data for every legend. This data includes their ID number, weapons, and stats in string form.

[
{
"legend_id": 3,
"legend_name_key": "bodvar",
"bio_name": "Bödvar",
"bio_aka": "The Unconquered Viking, The Great Bear",
"weapon_one": "Hammer",
"weapon_two": "Sword",
"strength": "6",
"dexterity": "6",
"defense": "5",
"speed": "5"
},
{
"legend_id": 4,
"legend_name_key": "cassidy",
"bio_name": "Cassidy",
"bio_aka": "The Marshal of the Old West",
"weapon_one": "Pistol",
"weapon_two": "Hammer",
"strength": "6",
"dexterity": "8",
"defense": "4",
"speed": "4"
}
]
ParameterDescript
legend_idThe ID of the legend.
legend_name_keyThe database name of the legend.
bio_nameThe name of the legend.
bio_akaThe legend’s “Also Known As” title.
weapon_oneThe legend’s first listed weapon.
weapon_twoThe legend’s second listed weapon.
strengthThe legend’s strength stat.
dexterityThe legend’s dexterity stat.
defenseThe legend’s defense stat.
speedThe legend’s speed stat.
GET https://api.brawlhalla.com/legend/[legend_id]/

This endpoint will return detailed information about a single legend.

ParameterDescription
legend_idThe ID of the legend.
{
"legend_id": 60,
"legend_name_key": "ezio",
"bio_name": "Ezio",
"bio_aka": "The Master Assassin",
"bio_quote": "“This guy appears out of nowhere, beats up ten guards, rescues Columbus, Machiavelli AND Leonardo da Vinci, then escapes out the sixth-floor window. And he stole my wallet.”",
"bio_quote_about_attrib": "- Astounded 15th century Florentine",
"bio_quote_from": "“No really, I took no pleasure in my skill.”",
"bio_quote_from_attrib": "- Ezio, to an openly skeptical Val",
"bio_text": "Nobleman Ezio Auditore da Firenze was the Master of the Italian Brotherhood of Assassins. Wielding his Hidden Blade, he battled the evil Templars on rooftops across Renaissance Europe. \nHe was a master of swordplay, stealth, and leaping from tall buildings. He destroyed a Templar fleet. He united the pages of a magic Codex to save three cities. He prevented the rise of the Cult of Hermes. Hermes is still mad about that last one.\nHe was the definition of a Renaissance man. He discussed navigation with Columbus after saving the sailor's life. He talked astronomy with Copernicus after saving the scientist's life. He both debated politics with and saved Machiavelli's life several times.\nHe flew his best friend Leonardo da Vinci's flying machine to rescue the Doge of Venice from the Templars, and almost made it in time. Leonardo made it up to Ezio with the idea to replace the Hidden Blade with a Hidden Gun. His rescues were more effective after that.\nAfter a lifetime of thwarting evil, Ezio was quite surprised to discover that Valhalla was real. Ever one to trust his own judgement, he accepted the valkyrie's offer and is glad he did. In Valhalla he's been teaching Caspian the Leap of Faith ('next time just land in the hay'), discussing the techno future of consciousness with Ada, and just bumping into friends.",
"bot_name": "EZ-o",
"weapon_one": "Sword",
"weapon_two": "Orb",
"strength": "5",
"dexterity": "7",
"defense": "4",
"speed": "6"
}
Parameter
legend_idThe ID of the legend.
legend_name_keyThe database name of the legend.
bio_nameThe name of the legend.
bio_akaThe legend’s “Also Known As” title.
bio_quoteThe legend’s first quotation.
bio_quote_about_attribThe attribution of the first quotation.
bio_quote_fromThe legend’s second quotation.
bio_quote_from_attribThe attribution of the second quotation.
bio_textThe legend’s full biography.
bot_nameThe player name the legend uses when assigned as a bot.
weapon_oneThe legend’s first listed weapon.
weapon_twoThe legend’s second listed weapon.
strengthThe legend’s strength stat.
dexterityThe legend’s dexterity stat.
defenseThe legend’s defense stat.
speedThe legend’s speed stat.