gw2-api / issues

14 stars 0 forks source link

/v2/items is missing items for existing itemIds #41

Closed Taschenbuch closed 3 days ago

Taschenbuch commented 2 years ago

Current Behavior

you can find item ids for these items ingame in inventories etc (e.g. /v2/characters), but you cannot resolve them via /v2/items.

Expected Behavior

Steps To Reproduce

  1. send api request: https://api.guildwars2.com/v2/items?ids=20326&lang=en for https://wiki.guildwars2.com/wiki/Black_Lion_Mining_Pick
  2. api returns: "all ids provided are invalid"

Happening since

2022-05-02

Anything else?

from other repo, maybe related: https://github.com/arenanet/api-cdi/issues/680

Zdesl commented 2 years ago

same behavior with https://wiki.guildwars2.com/wiki/Chest_of_the_Echovald_Wilds_Hero 97693

darthmaim commented 3 days ago

All those items were once available in the API, but got removed again. I'm closing this issue in favor of the more general #89