Skip to content
DomDetailer
Developers

API documentation

Two GET endpoints, plain JSON, no SDK required. Domain metrics from three sources in one call, and the raw backlink rows behind them.

Quick start

Your first request.

Get a key from your account page, put it in the request below, and you have a working integration. There is nothing else to configure.

Checking your balance costs nothing, so it is a safe way to confirm a key works before spending a credit on it.

Confirm the key, then ask for a domain
# Free: does this key work, and what is left on it?
curl -G https://domdetailer.com/api2/checkBalance.php \
  --data-urlencode "apikey=$KEY" \
  --data-urlencode "app=YourApp"
# -> ["UnitsLeft", 92921]

# 1 credit: Moz + Majestic + Pretty for one domain
curl -G https://domdetailer.com/api2/checkDomain.php \
  --data-urlencode "apikey=$KEY" \
  --data-urlencode "app=YourApp" \
  --data-urlencode "domain=example.com"
At a glance

Every endpoint, and what it costs.

Endpoint Returns Credits Reference
GET /api2/checkDomain.php Moz, Majestic and Pretty metrics for one domain in a single call. 1 Docs
GET /api2/getBacklinks.php Up to 5,000 backlink rows for a domain, plus a link profile summary. 1 Docs
GET /api2/checkBalance.php How many credits remain on the account. Never charged. Free Docs

Start at 25,000 lookups for $34.

One balance covers the browser tools, the desktop app and the API. Nothing renews, nothing expires, and you can stop using it for six months without losing anything.