I love the site and I think it's the most easy to use calculator out there!
I just have one noobish question about the json output in
http://whattomine.com/coins.jsonThe 'btc_revenue' and 'btc_revenue24' values, where is it getting the info to calculate it? I mean this would depend on your hashrate obviously, but it doesn't seem to be included in one of the fields. This goes the same for the estimated rewards. What hashrate is it assuming?
Also, is there some kind of an API documentation?
Glad you like it

If no params are sent then it takes site defaults, which atm are 3x480.
To calculate via json with your own hashrate you need to use the same param names, as appear in the url after you press "calculate". Simple trick is to just add `.json` after pressing the button.
Also the difference is that `btc_revenue` takes current difficulty and `btc_revenue24` takes average from last 24h. Same goes for block_reward.
Unfortunately there is no api documentation. I wanted to work on new more robust api, but thats on hold for now.
I will probably add param names somehow to `calculators.json` response