4

I'm trying to check domain name availability from my Rails app. Is there a good (free) API to do this with?

Simone Carletti
  • 173,507
  • 49
  • 363
  • 364
dshipper
  • 3,489
  • 4
  • 30
  • 41

2 Answers2

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