Classic SoD Realm Search API

I am trying to get my SoD character equipment with the API. It seems like its doable with:
/profile/wow/character/{realmSlug}/{characterName}/equipment

However, I need the realmSlug (I’m on Living Flame NA), so I tried using the following call to retrieve all realms and their slugs:
/data/wow/search/realm

However, this is only returning 13 realms:
Mankrik : mankrik
Pagle : pagle
Ashkandi : ashkandi
Westfall : westfall
Faerlina : faerlina
Bloodsail Buccaneers : bloodsail-buccaneers
US2 CWOW Web : us2-cwow-web
Sulfuras : sulfuras
Windseeker : windseeker
Benediction : benediction
Earthfury : earthfury
Maladath : maladath
Eranikus : eranikus

What is the realm slug for Living Flame and how do I access it and the realm’s data?

1 Like