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 & PricingUsage 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
-
apikeyrequiredYour API key associated with your ViewDNS.info account.
-
daterequiredThe date of the data file you wish to retrieve in YYYY-MM-DD format (e.g.,
2025-10-30). -
typeoptional (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