Showing Posts For Veleritas.2647:
There are 20 items which are craftable (appear in the /recipes output_item_id field) but which have item identifiers which do not exist in the /items endpoint. The full list of these items and which recipes they come from are included in the attached TSV file.
Lawton, would you prefer additional bug reports to be posted here, posted as a separate thread, or should we skip this forum and directly create a Github issue (https://github.com/arenanet/api-cdi/issues)?
Attachments:
Hi Lawton,
Do you know which items have the ids of: 14918, 79430, 79491, 79521, 79571? They are listed on the commerce/listings endpoint but do not exist in the items endpoint.
Thanks!
Would it be possible to have the prices for items sold by NPC vendors to be included in the API?
For example, the Spool of Cotton Thread item (item #19794), sold by the Master Tailor, costs 240 coins. However, the information about this cost is not included anywhere in the item JSON obtainable via the /v2/items/19794 API endpoint.
Is this information available anywhere, and if not, would it be possible to have it added to the API?
Thanks!
Are items supposed to have non-empty item names? I found that the following item ids have no associated item name:
63366, 70994, 71093, 71914, 72587, 72726, 72897, 72971, 73746, 74126, 76651
Not sure how to verify if this is an error or not, since there’s no way to search for these in game..
Great API by the way!
In addition, the following 7 items exist as buy listings in the trading post API (/v2/commerce/listings) but do not have corresponding item entries (/v2/items):
14907, 14913, 14915, 14918, 21651, 36666, 76527
For example, this URL (https://api.guildwars2.com/v2/commerce/listings/14907) has two buy listings, but no item entry exists (https://api.guildwars2.com/v2/items/14907).
The following three items are referenced as craftable items, but have no corresponding entry in the /v2/items API endpoint:
76527
72307
70982
For the three item identifiers listed above, the endpoint at https://api.guildwars2.com/v2/items/ gives {"text":“no such id”}
However, these three items are referenced in the recipes API (/v2/recipes). Specifically, they are listed as the output_item_id for three recipes. The (recipe_id, output_item_id) mapping is given below:
(10638, 76527)
(10940, 72307)
(11695, 70982)
These seem to be some sort of guild consumables.