Items API - Get items of a certain rarity?
Chokapik.3741:
Hi, Is there a way to achieve this? I mean, get the items in one page, without having to loop through all of them and check the rarity.
(Sorry if it’s a stupid question, i’m kind of new to JSON).
Something like that : “https://api.guildwars2.com/v2/items?rarity=Exotic”
smiley.1438:
Short answer: no.
Long answer: nope.
You need to download and store them in a local database to achieve this.