GET/v1/brawlers
Returns all Brawlers wrapped in a { list: [] } envelope. 107 entries, ordered newest-first (highest id first). Each element is a full Brawler object identical to the detail endpoint (no fields are omitted in the list).
Static file. CORS: Access-Control-Allow-Origin: *; Cache-Control: public, max-age=3600. Extensionless URL (Pages rewrite) or explicit .json both return 200. No auth / no rate limit.
Fields
| Field | Type | Description |
|---|---|---|
list | Brawler[] | Array of 107 Brawler objects, newest first. See the detail endpoint for the per-object field set. |
Example response
{
"list": [
{
"id": 16000108,
"avatarId": 28001287,
"name": "Wendy",
"hash": "Wendy",
"path": "Wendy",
"fankit": "Wendy",
"released": true,
"version": 1,
"link": "https://brawlify.com/brawlers/16000108",
"imageUrl": "https://cdn.brawlify.com/brawlers/borders/16000108.png",
"imageUrl2": "https://cdn.brawlify.com/brawlers/borderless/16000108.png",
"imageUrl3": "https://cdn.brawlify.com/brawlers/emoji/16000108.png",
"class": {
"id": 0,
"name": "Unknown"
},
"rarity": {
"id": 5,
"name": "Mythic",
"color": "#fe5e72"
},
"unlock": null,
"description": "A smart scientist, with a nostalgic soul. After years working in shady corporate laboratories, she left to build Windstock and help the planet, not harm it!",
"descriptionHtml": "A smart scientist, with a nostalgic soul. After years working in shady corporate laboratories, she left to build Windstock and help the planet, not harm it!",
"starPowers": [
{
"id": 23001318,
"name": "Slowing Shield",
"path": "Slowing-Shield",
"version": 1,
"description": "Enemies in Wendy’s shield generator are slowed.",
"descriptionHtml": "Enemies in Wendy’s shield generator are slowed.",
"imageUrl": "https://cdn.brawlify.com/star-powers/borderless/23001318.png",
"released": true
},
{
"id": 23001319,
"name": "Solar Shield",
"path": "Solar-Shield",
"version": 1,
"description": "Wendy’s shield generator gains an additional <!card.value.scaleToLevel> health.",
"descriptionHtml": "Wendy’s shield generator gains an additional <span style=\"color:#00cc00;\"> <!card.value.scaleToLevel></span> health.",
"imageUrl": "https://cdn.brawlify.com/star-powers/borderless/23001319.png",
"released": true
}
],
"gadgets": [
{
"id": 23001320,
"name": "Wind-Powered",
"path": "Wind-Powered",
"version": 1,
"description": "Wendy's platform gives her a boost and she jumps a short distance.",
"descriptionHtml": "Wendy's platform gives her a boost and she jumps a short distance.",
"imageUrl": "https://cdn.brawlify.com/gadgets/borderless/23001320.png",
"released": true
},
{
"id": 23001321,
"name": "Green Grenade",
"path": "Green-Grenade",
"version": 1,
"description": "Wendy launches a wind grenade that slows all enemies hit and stops them healing momentarily.",
"descriptionHtml": "Wendy launches a wind grenade that slows all enemies hit and stops them healing momentarily.",
"imageUrl": "https://cdn.brawlify.com/gadgets/borderless/23001321.png",
"released": true
}
],
"videos": []
},
/* … 106 more */
]
}