/search/ for type_id
There is no way to find the type_id for an item using the human readable name. I would need to use /universe/types/ to get 100s of thousands of type_id’s then check each one individually using /universe/types/{type_id} and compare the item name to determine the wanted type_id. /search/ does what I want but there isn’t an option for items.
/markets/stations/{station_id}
Right now the only way to get orders for a station is to do /markets/{region_id}/orders/ then find all the orders with the desired station_id. Could we get something like /markets/structures/{structure_id}/ for stations?
standings
On ESI there is no way to get standings for a corporation or alliance. I only saw a way to get a specific character’s standings. Any plan to add standings for corps and alliances?
Thanks! I love the fact that you even have an API and the new Swagger interface is literally the best API site I’ve ever seen.