Thank you for the answer.
Maybe I’m not using the right endpoint…
I’m looking for this kind of responses:
{
"realms": [
{
"type": "normal",
"population": "high",
"queue": false,
"status": true,
"name": "Aegwynn",
"slug": "aegwynn",
"battlegroup": "Misery",
"locale": "de_DE",
"timezone": "Europe/Paris",
"connected_realms": [
"aegwynn"
]
},
{
"type": "normal",
"population": "medium",
"queue": false,
"status": true,
"name": "Aerie Peak",
"slug": "aerie-peak",
"battlegroup": "Reckoning / Abrechnung",
"locale": "en_GB",
"timezone": "Europe/Paris",
"connected_realms": [
"aerie-peak",
"bronzebeard"
]
},
{
"type": "normal",
"population": "medium",
"queue": false,
"status": true,
"name": "Agamaggan",
"slug": "agamaggan",
"battlegroup": "Reckoning / Abrechnung",
"locale": "en_GB",
"timezone": "Europe/Paris",
"connected_realms": [
"emeriss",
"twilights-hammer",
"bloodscalp",
"crushridge",
"agamaggan",
"hakkar"
]
},
{
"type": "normal",
"population": "medium",
"queue": false,
"status": true,
"name": "Aggra (Português)",
"slug": "aggra-portugues",
"battlegroup": "Misery",
"locale": "pt_PT",
"timezone": "Europe/Paris",
"connected_realms": [
"aggra-portugues",
"grim-batol"
]
}
]
}
I don’t exactly remember which endpoint gave me this answer, but I think it’s the realm API.