Available APIs
| API | Description |
|---|---|
| Domains API | Retrieve detailed information about domain names: lookup, RDAP, Dns Records, history |
| TLDs API | List of all TLDs with info |
| Registrars API | Information about domain name Registrars |
API Host
This is the production API host:https://domains-api.com
Authentication
The API uses API keys to authenticate requests. You can view and manage your API keys in your account page. It can be used in 2 ways when making requests:- As a query parameter in url:
.../domains/example.com?key=sk_abc123 - As the Authorization header:
Authorization: Bearer sk_abc123