I'm trying to check domain name availability from my Rails app. Is there a good (free) API to do this with?
Asked
Active
Viewed 1,441 times
4
-
1I'm interested in this as well. good question – jaydel Jun 27 '11 at 14:13
2 Answers
3
There's a whois client for Ruby on Github that seems to be updated regularly:
https://github.com/weppos/whois
The API doesn't look bad, either.

Rafe
- 3,056
- 1
- 22
- 25
0
You can do this (and many other operations) using dnsimple
But it's not free, it starts at $3/month with a 30 days free trial.

Evgeny Shadchnev
- 7,320
- 4
- 27
- 30
-
You should be able to do a domain availability check with DNSimple even without creating an account or an API key. – Sahas Katta Sep 03 '12 at 06:15