Any API to search a list of domain names? [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Assume there is a list of domain names but you dont know whether they are taken by someone else. Assume that the list is too big that you dont want to manually type in each word and see if the domain name is available or not. How would you get around this issue? Is there a public API by a company that we can use in our program and see the availability of names based on, say, the return value of a method call? If there is, I'd appreciate code snippets.

What you need to do is a whois on the domain. This will tell you if its registered and with which registrar. There are many ways to issue the whois, via a command line, via PHP, via a web API.

Related

Google Dictionary API not working--is there another solution? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have been using the Google Dictionary API and accessing it with this url:
http://www.google.com/dictionary/json?callback=a&q='test'&sl=en&tl=en&restrict=pr,de&client=te
However, now this url throws an error.
Then, I found this site: http://google-dictionary.so8848.com/meaning?word=test and this works fine. Digging around their site I found the same url as mine in their code. Yet, when copied and pasted into a browser also throws an error.
So, I believe somehow this site is still able to access this Google dictionary API though I don't know what url to try and/or if anyone has a suggestion for a different Dictionary API.
This service is no longer free, it is still the same API, but you have to pay to let you use it in your site or application. better to use an alternative solution like
http://glosbe.com/a-api

DND number checking API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I need to check if a mobile number is registered or not in the Do Not Disturb (DND) registry from my asp.net web application.
Is there API to check whether a mobile number is registered or not?
Try Free DND check http://checkdnd.com/api/check_dnd_no_api.php?mobiles=9999999999
It give you JSON output
I found it at http://checkdnd.com
You can check if a number is registered for DND using an api at https://www.mashape.com/blaazetech/dnd-check . You need to register to get an api key. But it is free.
There is also another API that doesn't require registration. It can be found at http://dndchecker.railsroot.com/
While it is not free, there is the Data 24-7 service, which does have an API. Here is the link to their site:
Data 24-7 website

google api for glorious info box? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm guessing this info is privileged since I couldn't find anything on Google's listed APIs. In fact I'd be amazed if it wasn't proprietary securely fastened Google magic, but thought I'd ask anyway.
Is there an Google API for the information appearing when you do a basic search for say an Actress or Rockband? You know the box that appears to the right of the results if google figures out exactly what you're looking for. (I'm specifically interested in musicians despite the example below)
I.e.
https://www.google.com/search?q=woody+allen
I can get similar milage using Freebase, but Google's is always better. For example, It'll even pull upcoming events if it's a Musician, etc.
The Freebase Topic API contains the bulk of what you're looking for.
e.g. https://www.googleapis.com/freebase/v1/topic/en/woody_allen

Does autotrader.com (vehicle marketplace) offer an API for posting vehicles? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Does anybody know if autotrader.com offers an API or something that would help with mass postings of vehicles?
Or does anybody have any idea of what to use to create something like this? I was thinking of maybe a mouse location and click over a browser window type of thing.
AutoTrader provides a bulk upload feature through a file feed process. The file runs through a set of processes to associate it with the proper listing tier (Premium, Feature or Standard) and in addition normalizes the information across vehicle make and models. This process runs several times daily and is being migrated to a near real-time solution for quicker add or updates.
I can find no documentation on it but I've come across this link which seems to provide a json response.
https://www.autotrader.com/rest/searchresults/sunset/base

Limewire API: does it exist? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Does anyone know if there is something like a Limewire API? I need to be able to make Limewire download files programmatically.
EDIT: It seems Limiwire doesn't have an API. Is there any other Gnutella P2P cliente that does?
I suppose focusing a little more upon your requirement, you've got the Gnutella downloader service/class/package API thing.
http://wiki.limewire.org/index.php?title=Gnutella_downloader
It allows you to query and download direct to the network.
Then extending that idea - you have jTella, API source for Gnutella network.
http://sourceforge.net/projects/jtella/
Unfortunately, there is not. Also, unfortunate: the source code is terribly difficult to read/modify. If, however, you're up to the challenge, then you can simply write your own application on top of limewire-core, which is seperate form the GUI.
Not sure about a true api - but I found this by googling your title:
http://wiki.limewire.org/index.php?title=Javadocs
Seems to be built in Java. Entire set of packages seem to be there too.