BackPoW public API

Free Proof of Work data for 107+ coins and 623+ mining devices. No key, no sign-up, no rate limit. Static JSON served from the CDN with open CORS, so you can call it straight from a browser. We only ask that you cite BackPoW with a link back.

Per-coin endpoint

GET https://backpow.com/coins-data/{CoinId}.json — for example /coins-data/Bitcoin.json, /coins-data/Monero.json, /coins-data/Kaspa.json.

Response fields

FieldMeaning
AlgorithmPoW algorithm (SHA-256, RandomX, KawPow, …)
Nethashnetwork hashrate, in H/s
Difficultycurrent network difficulty
Block timeaverage seconds per block
Bl. rewardblock reward in native units
Bl. reward 24h24-hour average block reward
Last blocklatest block height
ASICS / GPUSdevices that can mine this coin, with hashrate and power draw

Finding coin ids

CoinId is the canonical id used in the site URLs — the same string as in backpow.com/{CoinId}. Multi-algorithm chains are split per algorithm (for example DGB-SHA, DGB-Scrypt). The complete list is in sitemap-coins.xml and browsable at /coins.

Freshness and caching

Data refreshes daily. Responses are served with Cache-Control: public, max-age=1800. Endpoint URLs are stable — treat the shape as a contract; we will not rename them without notice.

Terms — short version

More on BackPoW