I'm trying to figure out if I'm doing something wrong, or if GoDaddy is just returning bad results.
When I check the domain availability on their API sandbox, domains show up as "true" or available.
But then, when I check on the front end of GoDaddy, they show as "taken"
For example, if I use the following get request, GoDaddy API returns as "available"
https://api.ote-godaddy.com/v1/domains/available?domain=facebookchat.com&checkType=FAST&forTransfer=false
Returned JSON
{
"available": true,
"currency": "USD",
"definitive": true,
"domain": "facebookchat.com",
"period": 1,
"price": 7490000
}
But if I check on the front end here, it comes back as "taken"
https://www.godaddy.com/domainsearch/find?checkAvail=1&tmskey=&domainToCheck=facebookchat.com
Photo from official API showing domain available:
Front end results showing domain NOT available: