You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are no more region based statistics; all region based URLs are redirected to the same profile now
Searching accounts apparently now supports multiple results, and apparently you can use https://playoverwatch.com/en-us/search/account-by-name/<name> as a JSON endpoint directly
Maybe there are some more changes, but this is all I know of.
The text was updated successfully, but these errors were encountered:
I guess with the changes you made in 7a5c0a9 it fixed the issue of using tags with a dash instead of using the hashtag, since you explicitly replace it now. I didn't check how the search endpoint previously worked, so the rest might have stayed the same.
There's still the case of the removed regions. It currently works as is, but only because of the catch-all https://playoverwatch.com/en-us/career/<platform>/<region>/<battletag> that redirects to https://playoverwatch.com/en-us/career/<platform>/<battletag>. This might get removed later without notice. Regions are no longer used by the website. You might as well remove the region parameter them from the functions entirely, but this is a breaking change.
The website has been changed a bit recently:
https://playoverwatch.com/en-us/search/account-by-name/<name>
as a JSON endpoint directlyMaybe there are some more changes, but this is all I know of.
The text was updated successfully, but these errors were encountered: