Been reading through the posts on those using the API. Common useage seems to be PHP from a web server. I would prefer to do in C# since that's what I'm most familiar with and use home computer rather than a server.
Is there any code available to get me started? Any reason not to go this approach? Thanks.
You can use the API with C# from your desktop. Just send out the http request via your desktop application directly to the api. You'll need a static IP & dump out the response to a text file.
Or If you have a webserver running CURL, you can interact with the CURL using your C# app to issue domain searches & registrations via a http post parse file on the server.
Sorry, but I haven't tried this in C# & can't provide any code. I've been sticking to CURL.