Showing Posts For Veleritas.2647:

API errors & bugs

in API Development

Posted by: Veleritas.2647

Veleritas.2647

Ok, I guess I’ll just continue to post here then.

The following 26 recipe identifiers (from /recipes) have empty disciplines information (they can be crafted but there is no information about which profession can craft this item):

{8677,
9295,
9637,
9638,
9639,
9640,
9641,
9642,
9643,
9644,
9645,
9646,
9647,
9648,
9649,
9650,
9651,
9652,
9653,
9654,
9655,
9656,
9657,
9658,
9659,
9660}

API errors & bugs

in API Development

Posted by: Veleritas.2647

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:

API errors & bugs

in API Development

Posted by: Veleritas.2647

Veleritas.2647

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!

Vendor Item Listing Prices

in API Development

Posted by: Veleritas.2647

Veleritas.2647

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!

API errors & bugs

in API Development

Posted by: Veleritas.2647

Veleritas.2647

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!

API errors & bugs

in API Development

Posted by: Veleritas.2647

Veleritas.2647

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).

API errors & bugs

in API Development

Posted by: Veleritas.2647

Veleritas.2647

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.