API Overview

Quickstart

Make your first DTPR API call in under a minute.

Quickstart

The DTPR API is a public, read-only REST API. No authentication is required. All endpoints support CORS.

Base URL

https://dtpr.io/api/dtpr/v1

Get all elements

Fetch every element in the DTPR taxonomy:

curl https://dtpr.io/api/dtpr/v1/elements

Get elements for a datachain type

Fetch elements filtered to a specific datachain type (e.g., device or ai):

curl https://dtpr.io/api/dtpr/v1/elements/device

Filter by locale

Add the ?locales= query parameter to receive only specific languages:

curl "https://dtpr.io/api/dtpr/v1/elements?locales=en"

Get categories for a datachain type

curl https://dtpr.io/api/dtpr/v1/categories/device

Next steps

Copyright © 2026