OWAPI icon indicating copy to clipboard operation
OWAPI copied to clipboard

Regions have been removed from website??

Open Js41637 opened this issue 6 years ago • 10 comments

Issue

Blizzard seem to have removed regions from users profiles, if a user as a multi regioned account it now just links to its new id (??) but no region.

For example going to any profile with a region just redirects to you to the same page but without a region.

https://playoverwatch.com/en-us/career/pc/us/Dad-12262

redirects to

https://playoverwatch.com/en-us/career/pc/Dad-12262

You can enter any region (or text) and it will just redirect you to their root profile.

There is no major issue here as everything still works but region options are pretty much useless as it will always return a profile no matter what region you enter making it void.

Js41637 avatar Dec 12 '17 14:12 Js41637

For example this user has a US and an EU account and the page use to link to each other however now it only lists their two ids.

https://playoverwatch.com/en-us/career/pc/us/Sylphea-11517

image

Js41637 avatar Dec 12 '17 14:12 Js41637

There is no major issue here as everything still works

Does it download data for all the regions, or just one?

Fuyukai avatar Dec 12 '17 14:12 Fuyukai

Yes your API returns data for all 3 regions except it is all the same data as any region redirects to the base page meaning they're all technically valid.

Js41637 avatar Dec 12 '17 14:12 Js41637

Wait, so the data isn't region-split on the website at all? It's just combined?

Fuyukai avatar Dec 12 '17 14:12 Fuyukai

I've honestly no idea how regions work with accounts as the account I mentioned above had a us and eu region but now the page returns two separate ids as though they are separate accounts but still the same account as it links them both.

Js41637 avatar Dec 12 '17 14:12 Js41637

So from what I can tell there is no way to tell the region of a user anymore. I assume no account (with the same id) can exist in more than 1 region so now it just links to the other accounts id omitting the region as it is irrelevant. Why they did this though I don't know.

Js41637 avatar Dec 12 '17 14:12 Js41637

Dang, now I'll never know about my Korean overwatch stats.

andrewzah avatar Dec 13 '17 02:12 andrewzah

Has anyone figured out how to switch regions now? I think Blizzard is showing the region you have played the most hours on.

jpylypiw avatar Jan 23 '18 13:01 jpylypiw

The Overwatch client shows the same stats regardless of logged in region now, so my assumption is they just trashed the stats separated by region.

JoshCode avatar Feb 28 '18 07:02 JoshCode

Pull request #271 has been made to address this (albeit, with a significant change to the keying of regions in the json response)

relaera avatar Jan 21 '19 02:01 relaera