apoch on master
/v2/pvp/seasons: add .ranks. Merge pull request #535 from ar… (compare)
apoch on master
add missing name tag to /v2/rac… Merge pull request #609 from Th… (compare)
Silver is hard headed
id
to ID
or itemID
and not effect any currently running stuff
Bug with /cats
by Illconceived Was Na.9781 in API DevelopmentThe API for the Hungry Cat Scavenger Hunt appears to be bugged.
(see also: https://en-forum.guildwars2.com/discussion/72532/api-key-for-hungry-cat-scavenger-hunt)I have the all but the Shattered Observatory Cat in my home instance and yet the API shows I'm missing the WvW ones and the Holokitty.
https://api.guildwars2.com/v2/account/home/cats
Items with ingredients, but no recipe
by Reanne.5462 in API DevelopmentI am trying to compile a cost of items to craft, For example a Grow Lamp. Which uses Charged Quartz Crystals as an ingredient. But that item does not have a price.
I would like acquire the next ingredient down that has a Price attached to it. In this case that would be Quartz Crystals.
Where in the API is there a connection between Charged Quartz Crystals and the ingredient for them, Quartz Crystals?
API Updates - April 8
byDaniel Snider.6241 in API Development
Hello all,
I recently posted about some internal changes I made to how API content is managed. Some of the fruits of that labor are here in the form of some new endpoints.
First, I've added the world boss clears and map chests to the API so you (or your tools) can keep track of those daily rewards.
Also, I've added daily crafting progress to the API, which is helpful for keeping tabs on the daily cooldowns.
Finally, I added account luck to the API. The schema is weird due to the way its stored internally, but if it causes too much trouble, please let me know so I can modify it to something more sensible.
Ranger pets
by Nightgunner.2896 in API DevelopmentI see that there is a way to get a list of available ranger pets: https://wiki.guildwars2.com/wiki/API:2/pets
However, there doesn't seem to be a corresponding way to get a list of pets a ranger has tamed or a way to see which ones are equipped via https://wiki.guildwars2.com/wiki/API:2/characters
If this is considered, the main reason I want to access a character's pets is to see their names and where they were first met.
Not a priority by any means, but it would be interesting to have.