Domain & DNS API
Complete domain management API coming soon — let the application development begin!
Domain & DNS hosting
Our full domain management & DNS hosting API is currently under development.
If you would like to obtain more information, please send us a message.
Interface with our domain search
You can already interface with our domain search, transfer page and shopping cart through the following URLs:
Domain Search
http://iwantmyname.com/search?domain=domain[.tld]
Example:
http://iwantmyname.com/search?domain=demo12345.com
Shopping Cart
http://iwantmyname.com/search/add/name/tld
Example:
http://iwantmyname.com/search/add/demo12345/com
Domain Transfer
http://iwantmyname.com/transfer?domain=domain.tld
Example:
http://iwantmyname.com/transfer?domain=demo12345.com
Visit the good folks at Domai.nr and see how they're using it in conjunction with our affiliate program.
Dynamic DNS (DDNS) API
Simple API that allows DNS updates for your domains from the console or from within a script. No configuration needed, no special stuff to set up, just start using it:
curl -u "[username]:[password]" \ "https://iwantmyname.com/basicauth/ddns?hostname=[hostname1]&myip=[IP]"
There can be more than one hostname in the update call (separated by commas) and hostnames that don't exist yet will be created implicitly. The "myip" parameter is optional and gets automatically filled with the remote IP if not provided.
Please keep in mind that DNS will be cached.