Does anyone know a good DNS hosting service that has an API and gives you a reasonable amount of domains / zones for the price?

I'm setting up a hosting service & want to script the creation of the DNS entries through a web app.

Right now our DNS is hosted with Slicehost.com where they have an API and unlimited DNS entries included with every account.

I was just wondering if there was anything out there that was DNS only.

Thanks!

link|improve this question

50% accept rate
Product recommendations are off topic per the FAQ. – sysadmin1138 Jan 14 at 3:34
feedback

closed as not constructive by Mark Henderson Jan 14 at 3:34

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

I would highly recommend Zerigo DNS. They have a REST API: http://www.zerigo.com/managed-dns/rest-api

link|improve this answer
+1 for Zerigo, we're using them to server over 500k querys a day – sam Jun 23 '11 at 22:49
feedback

Amazon Route 53 comes to mind.

It's an extremely scalable pure DNS hosting service with 'pay for what you use' pricing, and it's API managed.

Some highlights of Route 53:

On the downsides, some use cases don't fit well with the Route 53 pricing model -- especially people who lave lots of 'dormant' domains don't like the 1 USD pr zone-month fee.

Or, if you're looking for something a little more capable, then DynDNS' DynECT platform comes to mind. DynDNS has a long track record for excellent DNS hosting, and is the DNS host for StackExchange. Their DynECT is kind of expensive (~200 USD/month), but it has neat things like Global Server Load Balancing / GeoDNS; good GUI, telephone support etc. And from their website copy, it seems DynECT has an API as well (I haven't used it).

link|improve this answer
feedback

http://www.durabledns.com/ -- haven't used the API, but the DNS service is good.

link|improve this answer
feedback

This isn't helpful now/yet, but I have used DNS Made Easy for a year now and they have been excellent. It looks like they have future plans to implement an API, but have not done so yet. They only do DNS though, so that answers half of your question :)

link|improve this answer
feedback

I've recently signed up with DNSimple. I've found using their service and RESTful API refreshing simple: https://dnsimple.com/documentation/api

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.