Closed Elfahor closed 3 years ago
You already can search for a specific location, which is what your detailed description is asking for
You're not going to be able search for a specific item across all places, as this is a set of data files, not an api.
If you'd like to leverage the api, you can use the api that is described in https://docs.warframestat.us
Here's an example for forma: https://api.warframestat.us/drops/search/forma
Thanks for the quick reply. I will use what you described.
Warframe Drops API Feature Request
Summary (short): Be able to get data about drop location for a specific item
Detailed requirements of the feature
As a user, I'd should be able to search for a location. I should be able to request data/locations/{itemName}.json to find all the enemies/missions/events this item/mod/blueprint drops on.
Mockups:
It should look like that:
Additional context I was making a little .NET wrapper for this data, and it would be much easier for me if I could just lookup like that.