Domain Mount API
A programmatic API for the same registration, technical, and estimate data behind the Domain Mount report — for anyone who wants to pull domain data into their own app instead of using the browser tool.
Planned endpoints
GET /v1/domain/{domain}— full report (registration, technical, estimates)GET /v1/domain/{domain}/whois— registration data onlyGET /v1/domain/{domain}/dns— DNS record snapshot
Planned access model
- Free tier with a daily request cap
- API key authentication via request header
- JSON responses matching the on-site report's fields
Why isn't it live yet?
The on-site tool currently makes lookups directly from your browser to public registries and DNS resolvers. A proper API needs its own backend to handle rate limiting, caching, and API-key management responsibly — that infrastructure is what's currently in progress.
Get notified
Email partnerships@domainmount.com or use the contact page and we'll let you know as soon as an early-access API key is available.