Document of dotDB API

The dotDB API allows you to search for domain names programmatically through API calls. You can access data on all registered domains quickly and easily with this API, making it an efficient and convenient way to find the information you need. In order to gain access to the dotDB API, you must subscribe to the Expert plan. If you need help using the dotDB API, such as a code sample for accessing it in your preferred programming language, like Python, Ruby, PHP, etc., please don't hesitate to contact us at [email protected] . We are more than happy to help!

Authentication

To access all dotDB API endpoints, you need a valid API key. To obtain yours, go to the API Access page and click the Reveal button, then you will see your API key. The API key should then be included in the HTTP Authorization header with Token as the type, like so:

                    Authorization: Token <Your API key>