Knowledge Base

As of April 7th, changes to the reporting API have taken affect. Below is a list of common queries that may resolve the difficulties you are experiencing retrieving reports via the API.

Changes to File Path

File paths will no longer include a year in their structure. As an example of this change, please see the query:

https://registryapi.donuts.co/reports/weekly/domains/domains-20191130.csv.gz

As we can see, the URL no longer uses the year to separate reports. For this information and more, please find our Registry API Guide at https://registrar.donuts.co/documents.aspx?donuts-dpml-registrar-guide.pdf

Connecting Through WGet

To access the reports using wget, you will be required to provide login credentials as a header for your request. This process can be circumvented by providing the following line in your request:

wget –auth-no-challenge

This will allow you to bypass the auth challenge. For more information, please see the following explanation: https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication