Nice! I recently built a whois "endpoint" at <a href="http://whois.datasnitch.co.uk/" rel="nofollow">http://whois.datasnitch.co.uk/</a>
You can request a domain whois just by adding the name in the URI, e.g.: <a href="http://whois.datasnitch.co.uk/fluffcomputing.com" rel="nofollow">http://whois.datasnitch.co.uk/fluffcomputing.com</a><p>The idea is to be able to use whois from my Windows command line as I do from Linux or OS X, so I wrote a quick and dirty Powershell script for that: <a href="https://gist.github.com/pjperez/d1af6c697a6997d07ed3" rel="nofollow">https://gist.github.com/pjperez/d1af6c697a6997d07ed3</a><p>Works like a charm from Powershell, looks like shit with a browser :)
How where you able to accurately parse multiple registrar's whois data (or is that a trade secret) since they all add disclaimers in odd places?<p>Although, my contact data from "silvenga.com" wasn't parse correctly.