Several API calls to classic API result in "404 not found"

Hi,

some API calls seem to not work anymore, even when triggered from the example pages (e.g. https_develop.battle.net_documentation_world-of-warcraft-classic_game-data-apis).
Some work, some don’t.
The “GET Item API”, as an example, returns this:
{
“code”: 404,
“type”: “BLZWEBAPI00000404”,
“detail”: “Not Found”
}

Regards,

Thurgal
1 Like

I have also been getting the result for days. Is there any official info about this?

I can confirm the issue.

Even the examples in the API documentation fails:

Request URL

https://us.api.blizzard.com/data/wow/item/19019?namespace=static-classic-us&locale=en_US&access_token=HIDDEN
Copy
Response Status

404 Not Found
Copy
Response Headers

content-type: application/json;charset=UTF-8
Copy
Error Body

{
  "code": 404,
  "type": "BLZWEBAPI00000404",
  "detail": "Not Found"
}

Same for me too. Seems like it’s an issue on their side. I posted this on their Bug Report Discussion, but not much has happened so far.

Would you mind sharing the link ? I will upvote it.

3 Likes

I think i found the solution to this by accident. You have to have all variables in lowercase.
Eg for your username “Thurgal”, use “thurgal”. worked for me atleast.

I still have the problem with /data/wow/item/{itemId} requests.

Nearly 3 weeks with the API down. That’s a shame :confused: