- Automated register / renew / transfer / release
- TLD & trade-pricing sync into your product catalogue
- Client-area DNS, nameserver and WHOIS-privacy controls
- Admin balance widget + low-balance alerts
Register, transfer, renew and manage DNS across 500+ extensions through a single integration — the same pipeline our own panel runs on.
JSON over HTTPS with bearer tokens. Everything is idempotent, versioned and mirrored in the sandbox — write your integration against test registries, flip one hostname to go live.
$ curl -X POST https://api.wdregistry.net/v2/domains \ -H "Authorization: Bearer wdr_live_····" \ -d '{ "name": "example.co.uk", "years": 1 }' 201 · { "status": "active", "expires": "2027-08-05" }
Raw registry-grade EPP for high-volume shops — RFC 5730-5734, TLS client certificates, four concurrent sessions, and the same objects your scripts already speak.
/v2/domains/{name}/availability
Real-time check against the registry, premium flag included
/v2/domains
Register — contacts, nameservers and privacy in one call
/v2/domains/{name}/renew
Renew for 1–10 years at your trade rate
/v2/transfers
Start an inbound transfer with the auth code
/v2/domains/{name}/nameservers
Swap delegation, glue records handled
/v2/tlds/pricing
Your full price schedule — cache and diff daily
/v2/webhooks
Subscribe to transfer, expiry and abuse events
Full reference with schemas and error tables ships with your sandbox invite.
Not writing code? Install the module for your billing stack and the whole lifecycle — checkout, provisioning, renewals, sync — runs itself.
From call to resolvable domain in seconds — locks, defaults and policy handled on the way through.
Ready to build? Sandbox credentials come with every partner account — [email protected].