WFCD / warframe-drop-data

:moneybag: Warframe Drop Data in an easier to parse format.
http://drops.warframestat.us
MIT License
124 stars 20 forks source link

Request all drop locations for a specific item (API) #74

Closed Elfahor closed 3 years ago

Elfahor commented 3 years ago

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: mockup


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.

TobiTenno commented 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

Elfahor commented 3 years ago

Thanks for the quick reply. I will use what you described.