Skip to content

Bitcoin accepted at checkout  |  Ships from Laval, QC, Canada  |  Expert support since 2016

Build With D-Central: Open Data API, OpenAPI Spec & Open Source

Quick answer

Does D-Central have an API? Can I build on its data?

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

Open Data Hub

Every dataset as CSV + JSON, with a DataCatalog spine.

Browse /data/ →

Endpoint index

All live dc/v1 endpoints, human-readable, with a WebAPI schema node.

Open /data/api/ →

Data methodology

Exactly how each dataset is sourced, qualified and verified — public sources only.

Read the methodology →

AI / LLM guide

An llms.txt map with citation guidance for answer engines.

View llms.txt →

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_OS

Open mining firmware for ESP32-S3 (Bitaxe-class) miners.

DCENT_OS on GitHub →

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.