βπ» Code Examples
Use TLDRegistryAPI in your favorite language:
curl --location 'https://tldregistryapi.com/tld/check?tld=app'
import requests
url = "https://tldregistryapi.com/tld/check?tld=app"
resp = requests.request("GET", url)
print(resp.json())
fetch("https://tldregistryapi.com/tld/check?tld=app", {
method: "GET"
})
.then(res => res.json())
.then(data => console.log(data));
Raw Json Response: (click to expand)
View Summary: (click to expand)
{
"tld": "aaa",
"ascii": ".aaa",
"punycode": null,
"unicode": "aaa",
"status": {
"active": true,
"reason": null
},
"flags": [
"transferred",
"unreachable_rdap"
],
"services": {
"rdap": [
{
"url": "https://rdap.nic.aaa/",
"reachable": false,
"status": 400,
"last_checked": "2025-07-27"
}
],
"whois": {
"url": "http://whois.nic.aaa/",
"reachable": true,
"status": 200,
"last_checked": "2025-07-27"
}
},
"suffixes": [
"aaa"
],
"metadata": {
"tld_type": {
"type": "gTLD",
"name": "generic"
},
"tld_manager": {
"name": "American Automobile Association, Inc.",
"technical_provider": null
},
"introduced": 2015,
"application_id": "1-1386-27446",
"contract_signed": "2015-02-26",
"delegated_date": "2015-08-28",
"contract_terminated": false,
"removal_date": null,
"specification_13": true,
"third_level_registration": false,
"registry_operator_country_code": null
},
"registry_history": [
{
"event": "transfer",
"tld_string": "aaa",
"new_registry": "American Automobile Association, Inc",
"date": "2015-08-26",
"source": "iana.org/reports",
"source_url": "https://www.iana.org/reports/c.2.9.2.d/20150826-aaa"
}
],
"last_seen": "2025-07-27"
}
.app β Generic TLD
Status: β
Active
WHOIS: whois.nic.aaa
Introduced: 2015
Delegated: 2015-08-28
Managed by: American Automobile Association, Inc.
RDAP Status: β Unreachable
Flags: transferred, unreachable_rdap