DNS API PROTOCOL
We have had many requests to create an API type of system where you can pass us commands
to control your account from your own integrated systems. We have started to develop this
system and have the basic command structure setup for use with Dynamic Updater software.
You can use the API for any account type on our servers including your reseller account.
Below are the features that are currenty supported. We suggest all Dynamic Updater software
programmers switch over to this method of connecting to our servers. Once you have created
your updater software we can list you on our Dynamic Updater list. Send us complete details so
we can get your listing online right away!
If you are a Dynamic Update Developer, we have another API link that will allow you to pass
only a limited number of parameters which will allow you to update only 1 record entry
on our server at a time. Go to the Limited API Protocol
for details.
If you are a Perl developer, please check out this Perl API for WorldwideDNS created by JT Smith of Plain Black.
All Customers
URL to call to list domains for a user: https://www.worldwidedns.net/api_dns_list.asp
Click here for docs
URL to call to list domain data for users: https://www.worldwidedns.net/api_dns_list_domain.asp
Click here for docs
URL to call to view zone file for users: https://www.worldwidedns.net/api_dns_viewzone.asp
Click here for docs
URL to call to add a domain: https://www.worldwidedns.net/api_dns_new_domain.asp
Click here for docs
URL to call to update: https://www.worldwidedns.net/api_dns_modify.asp
Click here for docs
URL to call to update using raw form: https://www.worldwidedns.net/api_dns_modify_raw.asp
Click here for docs
URL to call to delete domain: https://www.worldwidedns.net/api_dns_delete_domain.asp
Click here for docs
Resellers
URL to call to add a domain for resellers: https://www.worldwidedns.net/api_dns_new_domain_reseller.asp
Click here for docs
URL to call to update for resellers: https://www.worldwidedns.net/api_dns_modify_reseller.asp
Click here for docs
URL to call to update using raw form for resellers: https://www.worldwidedns.net/api_dns_modify_raw_reseller.asp
Click here for docs
URL to call to transfer userid from a domain for resellers: https://www.worldwidedns.net/api_dns_transfer.asp
Click here for docs
URL to call to list domains for a user for resellers: https://www.worldwidedns.net/api_dns_list_reseller.asp
Click here for docs
URL to call to list domain data for resellers: https://www.worldwidedns.net/api_dns_list_domain_reseller.asp
Click here for docs
URL to call to list domain data for resellers: https://www.worldwidedns.net/api_dns_list_domain_raw_reseller.asp
Click here for docs
URL to call to view zone file for resellers: https://www.worldwidedns.net/api_dns_viewzone_reseller.asp
Click here for docs
URL to call to view profile file for resellers: https://www.worldwidedns.net/api_dns_view_profile_reseller.asp
Click here for docs
URL to call to update profile file for resellers: https://www.worldwidedns.net/api_dns_update_profile_reseller.asp
Click here for docs
URL to call to delete domain for resellers: https://www.worldwidedns.net/api_dns_delete_domain_reseller.asp
Click here for docs
|