TBCC API Patch Notes - 2021-08-31
Greetings, fellow devs!
We are excited to announce that we have released an update to the World of Warcraft Game Data APIs that includes several new and updated endpoints. These changes only affect APIs for The Burning Crusade Classic (namespaces following the pattern “dynamic-classic-xx”).
One noticeable change is the introduction of PVP regions which shouldn’t be mistaken for game regions (US, EU, KR, TW, CN). PvP regions will segment specific areas within a game region for PvP activity including leaderboards and rewards.
What used to be this:
/data/wow/pvp-season/index
/data/wow/pvp-season/{pvpSeasonId}
/data/wow/pvp-season/{pvpSeasonId}/pvp-leaderboard/index
/data/wow/pvp-season/{pvpSeasonId}/pvp-leaderboard/{bracket-type}
/data/wow/pvp-season/{pvpSeasonId}/pvp-reward/index
Is now:
/data/wow/pvp-season/index
/data/wow/pvp-season/{pvpSeasonId}
/data/wow/pvp-region/index
/data/wow/pvp-region/{pvpRegionId}/pvp-season/index
/data/wow/pvp-region/{pvpRegionId}/pvp-season/{pvpSeasonId}
/data/wow/pvp-region/{pvpRegionId}/pvp-season/{pvpSeasonId}/pvp-leaderboard/index
/data/wow/pvp-region/{pvpRegionId}/pvp-season/{pvpSeasonId}/pvp-leaderboard/{pvpBracket}
/data/wow/pvp-region/{pvpRegionId}/pvp-season/{pvpSeasonId}/pvp-reward/index
To explore these and other endpoints further, check out our official API Reference documentation on the Developer Portal.
Happy coding, everyone!
FuenteHi sensitag!
Would you mind providing a bit more context so we can try and replicate the issue on our side?
Include the full URL you’re trying to hit, so we can spot the game region and any IDs you’re trying to use.
Thanks.
Fuente