Domain Monitoring List API

API Structure

The Domain Monitoring List API scans the registered domain names within the specified period (for a period of one month at the most), which is found as a result of using the specified search terms. This API will automatically notify you of newly registered domains swiftly if they meet certain requirements (monitoring terms or parameters) that must be followed. Besides, the API enables you to monitor all domain names that match the term you specify in any DNS record, Whois registration record, IP address information, etc.

If you want to set up an integration with your application and try Domain Monitoring List API, you'll need to generate an API key. Let's start by creating a two-week free account from Deepinfo Platform, get your API key and you are ready. Next, you can test using the following cURL command.

Sample with the curl command:

curl --request POST \
     --url 'https://api.deepinfo.com/v1/monitoring/registration/domains?page=1&page_size=100' \
     --header 'Accept: application/json' \
     --header 'Content-Type: application/json' \
     --header 'apikey: [YOUR_API_KEY]'
API Endpoint:api.deepinfo.com/v1/monitoring/registration/domains
API Documentation:Link

If you wish to call Domain Monitoring List API with real values and run code, just click here.

You can always contact us for support and ask for more assistance. We'll be glad to assist you with building your product.