VerifiedDR API · v1
VerifiedDR API
One versioned HTTP API for the same score, site, keyword, Search Console, and AI visibility operations exposed by the vdr CLI.
https://verifieddr.com/api/v1Authentication
Create a key in the dashboard and send it as a bearer token. API keys are account-scoped and should only be used from server-side code. Public lookups expose approved directory data; owner-scoped endpoints return 404 for sites outside the key owner's account.
Authorization: Bearer vdr_your_api_keyRate limits & quota
| Limit | Capacity |
|---|---|
| Per API key | 60 requests/minute, sliding window |
| Pro | 10,000 calls/month |
| Pro | 10,000 calls/month |
Responses include X-API-Quota-Limit, X-API-Quota-Remaining, and X-API-Tier. A minute-rate limit returns 429 with Retry-After; exhausted monthly capacity or a plan gate returns 402.
Start in two minutes
Create a key in the dashboard, send it as a bearer token, and make your first public site lookup. Every response is JSON.
curl https://verifieddr.com/api/v1/lookup/verifieddr.com \
-H "Authorization: Bearer vdr_your_api_key"export VERIFIEDDR_API_KEY=vdr_your_api_key
vdr authority:lookup verifieddr.comChoose a resource
The reference is split by job so individual pages stay scannable and linkable.
Visibility & discovery
Lookup, backlink map, discovery, partner outreach, and badge snippets.
Sites & monitoring
Owned sites, TrueDR details, exports, alerts, monitoring, and verification.
Keywords
Live SERP difficulty, suggestions, and tracked keyword CRUD.
Search & AI visibility
Search Console performance and audits plus stored AI visibility.
API reference
Errors, category values, and complete CLI parity.