Check out for instance: http://us.battle.net/api/wow/pvp/ratedbg/ladder
rank: 1,
bgRating: 3021,
wins: 185,
losses: -70,
played: 115,
|
There used to be an API at /api/wow/data/battlegroups/ that returned a list of battlegroups.
This is now 404ing, but battlegroup information still exists in other parts of the API. Does this API still exist, or has it been phased out? I haven't been able to find any information on it. |
A very minor bug, but I'm noticing that while much of the news feed is localized, the "reward" field is not.
Example: achievement: { This exists in at least four places: http://us.battle.net/api/wow/character/Korialstrasz/Roncli?fields=feed&locale=es_MX http://us.battle.net/api/wow/guild/Korialstrasz/Six%20Minutes%20To%20Release?fields=news&locale=es_MX http://us.battle.net/api/wow/data/character/achievements?locale=es_MX http://us.battle.net/api/wow/data/guild/achievements?locale=es_MX |
{"rank":18,"bgRating":2856,"wins":328,"losses":81,"played":409,"realm":{"name":"Korgath","slug":"korgath","battlegroup":"Vengeance"},"battlegroup":{"name":"Vengeance","slug":"vengeance"},"character":{"name":"Laser","realm":"Korgath","class":11,"race":22,"gender":0,"level":85,"achievementPoints":9115,"thumbnail":"korgath/39/86000167-avatar.jpg"},"lastModified":1335155376000},{"rank":18,"bgRating":2856,"wins":328,"losses":81,"played":409,"realm":{"name":"Kel'Thuzad","slug":"kelthuzad","battlegroup":"Nightfall"},"battlegroup":{"name":"Nightfall","slug":"nightfall"},"character":{"name":"Lâsërgúñpèw","realm":"Kel'Thuzad","class":11,"race":22,"gender":0,"level":85,"achievementPoints":9115,"thumbnail":"kelthuzad/59/132471355-avatar.jpg"},"lastModified":1335220546000} Interesting that both toons are the same class, race, and gender. And have the same number of achievement points. And the same rated BG record. My guess? After looking at both toons on the community site, I bet Laser transferred from Korgath to Kel'Thuzad and had to namechange to Lâsërgúñpèw. Anyway, something's odd, any way to fix? |