Feature GET Request: Receive reprocessing informations of items
As an 3rd-Party-Developer I'd like to receive informations about the amount of materials I can receive after reprocessing them (if refineable). I tried to find these kind of infos in both ESI and SDE, but I couldn't find it anywhere.
I was thinking about following structure:
Request:
/industry/reprocessing/{type_id}/
Response body (with Scordite):
{
"type_id": 1228,
"skill_id": 12193,
"materials": [
{
"type_id": 34,
"amount": 346
},
{
"type_id": 35,
"amount": 173
}
]
}
My tool (Ore Mining Optimizer) can transform Material/Mineral amounts into Ore amounts (even moon ores). It was very difficult for me to get the necessary informations from all kind of ores. Reading them from an available external data source could have helped me a lot. Also I could include automation technieques to always use up-to-date informations (in case of upcoming EVE Online features for industry).
While it would be nice to have in ESI, this information is in the SDE, in invTypeMaterials.
While it would be nice to have in ESI, this information is in the SDE, in invTypeMaterials.
thanks for the info. Was looking at the wrong folder.
Still having this feature in ESI would still be nice. I mean it even offers type infos (in different languages) even though they can be loaded from SDE as well. I could also imagine this feature as POST request giving an array of Type_IDs as input and returning all infos in a single response.
It would be fantastic to have this information in ESI. But as a workaround there is endpoint with all SDE tables in JSON hosted by Squizz: http://sde.zzeve.com/