403 Connected Realms Index

Hello,

Currently the WOW Connected Realms Index Endpoint return a HTTP 403 Forbidden when requesting for all regions except US.

Not-working:
https://tw.api.blizzard.com/data/wow/connected-realm/index?namespace=dynamic-us&locale=en_US&access_token=x

Response:
{"code":403,"type":"BLZWEBAPI00000403","detail":"Forbidden"}

Working:
https://us.api.blizzard.com/data/wow/connected-realm/index?namespace=dynamic-us&locale=en_US&access_token=x

You didn’t change the namespace, if you are trying to get data for TW region you also have to change the namespace to dynamic-tw.

https://tw.api.blizzard.com/data/wow/connected-realm/index?namespace=dynamic-tw&locale=en_US&access_token=x

See https://develop.battle.net/documentation/guides/regionality-partitions-and-localization for more detail.

1 Like

Thank You very much Schiller, missed that one :)