Wow api request error 404 since update

Hello,

When i’m trying to get the playable-race with the href provided by the /profile/wow/character/{realmSlug}/{characterName} request the result is “Request failed with status code 404”.

Have you any idea of why this request doesn’t work anymore ? (this request was working 3 weeks ago)

The first request : profile/wow/character/kaelthas/yashuki?namespace=profile-eu&locale=fr_EU

with the result of the first request i want to access {race:{key:{href: /data/wow/playable-race/8?namespace=static-8.2.5_31884-eu}}}

but the result of this request is the error 404

I’v tried with : /data/wow/playable-race/8?namespace=static-eu&locale=fr_EU

but the results are ‘null’

Thanks

Hi Yashüki,

We are looking into this issue.

Thanks for the report!

Hi Yashüki,

We’ve determined that the root cause here is that the static namespace (static-8.2.5_31884-eu) referenced from this particular character document has expired.

We are discussing this internally, however, in the mean-time, you can use the static-eu namespace to mitigate these scenarios.

Thank you for the reply ! I’ll do like that