Heads up: breaking change to leaderboards API

Heads up: breaking change to leaderboards API

in API Development

Posted by: Lawton Campbell

Lawton Campbell

Web Programmer

The original incarnation of /v2/pvp/seasons/:season/leaderboards/:board had a fairly serious design issue wherein the region could not be selected. This has since been fixed in a backwards-compatible way (so that old requests technically still work), but the old request format is now deprecated.

Going forward, applications should use /v2/pvp/seasons/:season/leaderboards/:board/:region e.g.

In two weeks, on Jan 25 2017 I’m going to remove the backwards-compat such that omitting the region will just return a list of regions to bring the endpoint in line with the rest.

Sorry about the mess :<