Is someone able to explain this or provide me with a video how to do this, I am not the greatest at code and that stuff and I am just trying to make a simple tool with google sheets where the information is updated to what prices are in jita of all minerals
Everything I find keeps leading me to this linky but I cannot make sense of it
If you use Google Sheet you could use this function:
/**
* Query's Fuzz market API for the given types
* @param {range} A vertical range of type_ids.
* @return maxBuy and minSell for each type_id
* @customfunction
*/
function fuzzApiPriceData(type_ids) {
if (!type_ids) throw 'type_ids is required';
var type_ids = Array.isArray(type_ids) ? type_ids.map(function(id) { return id[0]; }) : [type_ids];
var fuzz_price_data = JSON.parse(UrlFetchApp.fetch("https://market.fuzzwork.co.uk/aggregates/…
thanks for any help
I used to use eve marketer with this equation but due to it being shut down it no longer works
=importXML(“https://api.evemarketer.com/ec/marketstat?typeid=4247,4312,4051,4246&usesystem=30000142","//type/sell/min ”)
If I could use the Eve Tycoon API and someone could write a functional code for one item them would be awesome
Angewoman
(Angewoman)
March 17, 2025, 11:45pm
4
@Steve_Ronuken If he sees this he can help explain it to you since he’s the author i believe.
ISD_Drew
(ISD Drew)
Split this topic
March 20, 2025, 12:34am
5
2 posts were split to a new topic: LP Idea