Where i can find list of realm slugs? will be very thankful for help
I need exactly slug for EU realm Blackscar (Черный Шрам) and maybe its locale (ru slug)
You can get this information with the realm endpoint in the API.
https://eu.api.blizzard.com/wow/realm/status?locale=
and then ru_RU for Russian en_GB for British English etc.
The Russian version of the slug will only be available if you fetch it with the Russian locale if I remember correctly. Same goes for character data.
Hey Konimiks,
We recomment taking a look at the “Connected Realm API” over on the interactive docs for the World of Warcraft Game Data API.
This API will provide you with a list of all WoW realms, which you can then parse and find the specific realm you are looking for.
The API referenced by Ukon is an older API, so you may find the World of Warcraft Game Data API more reliable.
Cheers