Indie Chains developers

API documentation built for developers and agents.

Discover the supported Indie Chains HTTP surface through a typed OpenAPI 3.1 document, clear authentication rules, and operation-level guidance for safe function calling.

Public operations

The production API base URL is https://api.indiechains.com. Public discovery endpoints do not require credentials.

GET

/sites

List approved public sites with pagination and category filtering.

GET

/sites/{slug}

Retrieve one approved public site by its stable slug.

POST

/sites/domain-rating-check

Check the latest available Domain Rating for a public domain.

GET

/billing/tiers

Read current membership pricing and availability.

GET

/member-reviews/public

Read reviews approved for public display.

Example request

curl --get 'https://api.indiechains.com/sites' \
  --data-urlencode 'page=1' \
  --data-urlencode 'limit=20' \
  -H 'Accept: application/json'