Newly Registered Domains API

Automate Retrieval of our NRD Files

The Newly Registered Domains (NRD) API allows users with an NRD subscription to programmatically download the daily NRD files.

View NRD Plans & Pricing

Usage Details

Download newly registered domain datasets via API.

/nrd/ GET

https://api.viewdns.info/nrd/

Returns NRD data files for provided date and file type.

Parameters

  • apikey required

    Your API key associated with your ViewDNS.info account.

  • date required

    The date of the data file you wish to retrieve in YYYY-MM-DD format (e.g., 2025-10-30).

  • type optional (default=domains)

    The NRD file type you wish to download ('domains' or 'enriched').

Example Request

https://api.viewdns.info/nrd/?date=2025-10-30&type=enriched&apikey=demo

Sample Response

The API returns a .gz file download.

Code Example