gw2-api / issues

Issue tracker for the Guild Wars 2 API
https://discord.gg/zqeHCEg
16 stars 0 forks source link

Items: Fishing Rod #80

Open Northburns opened 8 months ago

Northburns commented 8 months ago

Current Behavior

For Fishing Rod the API request (as seen on the wiki page) returns

{
  "text": "all ids provided are invalid"
}

Expected Behavior

I was expecting it to return the Fishing Rod. Here's a snippet from Jade Tech Fishing Rod request:

[
  {
    "name": "Jade Tech Fishing Rod",
    "type": "Gathering"
// Snipped for brevity
    }
  }
]

Steps To Reproduce

  1. Found the default Fishing Rod id on my character's json, and on the aforementioned wiki page
  2. Tried to get it with API: https://api.guildwars2.com/v2/items?ids=97730

Happening since

2024-03-08 or earlier

Anything else?

No response