Our free domain availability APIs currently support .com domains only, with an accuracy of close to 100%. By using this API, you agree not to misuse the information.
Make the call:
GET: https://www.uidomains.com/domain-availability/
Example:
GET: https://www.uidomains.com/domain-availability/facebook.com
Response:
{"domain": "facebook.com" ,"error": false,"available":false}
Authenticate:
POST to {"user":"account_name"} to https://www.uidomains.com/login/
Authenticate Response:
Example response:{ "loggedIn": true } or { "loggedIn": false }
Make the call:
GET: https://www.uidomains.com/domain-availability/
Example:
GET: https://www.uidomains.com/domain-availability/facebook.com
Response:
{"domain": "facebook.com" ,"error": false,"available":false}
Make the call:
POST: https://www.uidomains.com/predict
Body: {tag: "term"}
Example:
https://www.uidomains.com/predict
Body: {tag: "free"}
Response:
{"categories": {"Adjectives": 0.09624165296554565,"Alcohol": 0.2054293155670166,"Animals": 0.19568586349487305}}
Authenticate:
POST to {"user":"account_name"} to https://www.uidomains.com/login/
Authenticate Response:
Example response:{ "loggedIn": true } or { "loggedIn": false }
Make the call:
POST: https://www.uidomains.com/predict
Body: {tag: "term"}
Example:
https://www.uidomains.com/predict
Body: {tag: "free"}
Response:
{"categories": {"Adjectives": 0.09624165296554565,"Alcohol": 0.2054293155670166,"Animals": 0.19568586349487305}}
The API supports 1 call every 1 second. If that is exceeded, a 429 error code will be thrown. If you see this http code, slow the requests down and wait 1 second.
Upgrade to Premium to remove all API Limits!
Try out or tag classification engine below. Type in a term and the system will attempt to classify the value into a category. This is the same system that powers this site's categories. It uses the FastText crawl-300d-2M-subword.bin pre-trained word vectors.
Are you feeling especially helpful today? Help us seed our system with the correct categories. Results will instantly be reloaded into the model. Please contact us if there is interest in API access.