Classic Logs API Question

Hi There,

Does anyone have information regarding using the API to get parses from logs uploaded to classic.warcraftlogs.com? I seem to be having trouble accessing them.

Any help is much appreciated!

Thanks

Bump - Could I have an indication that classic parses are supposed to be available on the API or not?

They should be available yes. I haven’t tested the API on Classic though, so possible there’s a bug.

Thanks for the reply.

It would seem that there is a bug as even doing basic searches on the API playground on https://classic.warcraftlogs.com/v1/docs return the error:

{
  "status": 400,
  "error": "Invalid guild name/server/region specified."
}

I tried this with various guilds listed on the front page of classic.warcraftlogs.com to double check.

Responding to this because I was looking at this question to solve my own problem. If you use the WCL provided web-based GUI for testing queries it does not work because it is querying the retail database. But, if you are running your own code, all you need to do is change the address from “www.warcraftlogs.com” to “classic.warcraftlogs.com” and a basic query works exactly the same way.