Jump to content
  • Sign Up

Is API information constantly being mutated?


zxzfff.8013

Recommended Posts

Recently, I started working on a project using the Guild Wars 2 API. This might seem like a random question, but it's relevant to my project. I would like to know if the values in https://api.guildwars2.com/v2/commerce/prices change. Meaning will there be more IDs added when new items are added to the game? Also, does https://api.guildwars2.com/v2/commerce/prices change only show the IDs of items that are currently being sold on the TP (Meaning if some item is not being sold in TP, it won't show up in the list of IDs)? I would also like to know the same things for https://api.guildwars2.com/v2/items.

Link to comment
Share on other sites

  • ArenaNet Staff

Data you get from the Guild Wars 2 API comes from many different live sources, depending on what you're requesting. For example, https://api.guildwars2.com/v2/items will automatically update to show new items as they are added to the game. https://api.guildwars2.com/v2/commerce/prices will automatically update as items are added and removed from the trading post.

 

Compare https://api.guildwars2.com/v2/items/6459

versus https://api.guildwars2.com/v2/commerce/prices/6459

 

It is listed in items, but since it is not listed on the TP it does not show in commerce/prices.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...