Build With D-Central: Open Data API, OpenAPI Spec & Open Source
Quick answer
Yes. D-Central exposes a free, keyless, read-only JSON API at /wp-json/dc/v1/ over its Bitcoin-mining datasets — miner specs, ASIC error codes, power profiles, a used-ASIC price index, reliability data and live hashprice — all licensed CC BY 4.0. There is a machine-readable OpenAPI 3.1 spec for tooling/agents, CSV + JSON mirrors of every dataset, and the firmware and tools are open source (GPL-3.0) on GitHub. No sign-up, no key — just attribute.
Everything here is free to use and re-publish under CC BY 4.0 (data) or GPL-3.0 (code) — the only ask is attribution back to D-Central. This is the compounding, shoulders-of-giants idea: we built on open protocols, so our data and tools are open too.
The Open Data API — getting started
Keyless and read-only. Base URL https://d-central.tech/wp-json/dc/v1/. Start by listing
every dataset from the self-describing catalog:
curl https://d-central.tech/wp-json/dc/v1/catalog
Then pull a dataset — for example the full ASIC miner database, or the error-code corpus:
curl https://d-central.tech/wp-json/dc/v1/miners curl https://d-central.tech/wp-json/dc/v1/error-codes
Every response is JSON with a meta block (title, description, license, source) and the
records. CORS is open, so you can call it from a browser app.
The OpenAPI 3.1 spec (for tooling & agents)
Point an SDK generator, an API client, or an AI agent tool at the live, self-generated OpenAPI document — it introspects the same route registry the API serves, so it never goes stale:
curl https://d-central.tech/wp-json/dc/v1/openapi.json
It validates as OpenAPI 3.1 (131 GET endpoints) and is CORS-open. A human-readable index of every endpoint with its parameters lives at /data/api/.
Build blocks
Data methodology
Exactly how each dataset is sourced, qualified and verified — public sources only.
Read the methodology →Open source (GPL-3.0)
Our firmware and tools live in the open on GitHub under github.com/DCentralTech — fork them, file issues, send patches:
DCENT_Toolbox
The companion tooling for flashing, monitoring and controlling miners.
DCENT_Toolbox on GitHub →DCENT_axe / Voice / Torrent
The wider sovereign-stack projects — hardware, voice AI, and torrent tooling.
See the org →Flash in-browser
No toolchain needed — flash DCENT_OS from your browser over WebSerial.
Open the web flasher →How to attribute
Cite D-Central and link back to the source page or dataset URL
(e.g. https://d-central.tech/data/). Data is CC BY 4.0; code is GPL-3.0 (inbound = outbound).
Building something with it? We would love to see it. Related: the D-Central open-source
stack · support the work in Bitcoin · the D-Central fund.
Related products, repair, and setup paths
- how D-Central diagnoses ASIC repairs
- ASIC troubleshooting library
- ASIC manuals and repair guides
- replacement hashboards
- ASIC control boards
- ASIC power supplies
- S19 family replacement hashboard
- C52 replacement control board
- APW12 S19 power supply
- compare specs in the ASIC miner database
- compare ASIC miner specs
- ASIC miner database
- ASIC repair services
- Antminer S19 specs and profitability
- buy a tested Antminer S19
- Antminer S19 maintenance guide
- Antminer S19 repair service
- Antminer S21 specs
- Bitmain Antminer S21
- Antminer S21 maintenance guide
- BM1370BC S21 Pro chip
Last reviewed July 21, 2026.
