Where can i find the id-item mapping?

Where can i find the id-item mapping?

in API Development

Posted by: asunaki.8539

asunaki.8539

Hi, I just started to work with this API. I’m wondering how do you know the id of an item ? e.g. id for Adept Coat is 63456. Is there a mapping for it? Thanks.

Where can i find the id-item mapping?

in API Development

Posted by: Elfo Bianco.3786

Elfo Bianco.3786

Actually you can’t search item by name from API directly, but you can get all data from API:2/items and work with it locally.
I don’t know what do you have to do with it but the whole API:2/items data is over 30MB so maybe you can make a list of items with only name and id and then you get all the missing data when needed.

Where can i find the id-item mapping?

in API Development

Posted by: Anhim.3156

Anhim.3156

If you are ok using a 3rd party API, you could also check the GW2 shinies API: https://www.gw2shinies.com/doc-api, notably the idbyname entry.