Items API - Get items of a certain rarity?

Items API - Get items of a certain rarity?

in API Development

Posted by: Chokapik.3741

Chokapik.3741

Q:

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

Escape from Rata Sum: http://orikaru.net/ratascape
Guild Emblem Editor: http://nailek.net/gw2/emblemeditor

(edited by Chokapik.3741)

Items API - Get items of a certain rarity?

in API Development

Posted by: smiley.1438

smiley.1438

Short answer: no.
Long answer: nope.

You need to download and store them in a local database to achieve this.