Is there a way I can extract information from this API using javascript?
I tried the following approach but it doesn't seem to be working -
loadJSON("https://bitcoinfees.earn.com/api/v1/fees/recommended", gotData, 'jsonp');
function gotData(data) {
println(data);
}