Developer Reference
TLD Intelligence API Documentation
TLD Intelligence API Documentation: Get detailed information about TLDs including pricing, restrictions, trust scores, and recommended use cases.
TLD Intelligence
Get detailed information about TLDs including pricing, restrictions, trust scores, and recommended use cases.
GET
/v1/tlds
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| type optional | string | Filter by type: gTLD, ccTLD, newTLD, idn |
| trust_tier optional | string | Filter by trust: premium, standard, economy |
| use_case optional | string | Get TLDs for a use case (e.g., "startup", "tech") |
Response Fields
| Field | Type |
|---|---|
tlds[] |
object[] |
tlds[] |
object |
tlds[].tld |
string |
tlds[].type |
string |
tlds[].description |
string |
tlds[].rdap_supported |
boolean |
total |
integer |
Example Response
{
"tlds": [
{
"tld": "com",
"type": "gtld",
"description": "198.51.100.10",
"rdap_supported": true
}
],
"total": 1
}
GET
/v1/tlds/:tld
Example Response
{
"tld": "io",
"type": "ccTLD",
"name": "British Indian Ocean Territory",
"description": "Popular with tech startups and SaaS companies",
"introduced": 1997,
"restrictions": "None - open registration",
"rdap_supported": true,
"pricing": {
"registration_usd": 40,
"renewal_usd": 40
},
"popularity": { "rank": 5, "tier": "top10", "use_cases": ["startup", "tech", "saas"] },
"trust": { "score": 85, "tier": "premium" }
}
Response Fields
| Field | Type |
|---|---|
tld |
string |
type |
string |
description |
string |
registry |
string |
introduced |
string |
restrictions |
string |
rdap_server |
string |
whois_server |
string |
dnssec |
boolean |