Entwickler-Referenz
TLD-Intelligence API-Dokumentation
TLD-Intelligence API-Dokumentation: Erhalten Sie detaillierte Informationen über TLDs einschließlich Preisgestaltung, Beschränkungen, Vertrauenswerte und empfohlener Anwendungsfälle.
TLD-Intelligence
Erhalten Sie detaillierte Informationen über TLDs einschließlich Preisgestaltung, Beschränkungen, Vertrauenswerte und empfohlener Anwendungsfälle.
GET
/v1/tlds
Abfrageparameter
| Parameter | Typ | Beschreibung |
|---|---|---|
| type optional | string | Nach Typ filtern: gTLD, ccTLD, newTLD, idn |
| trust_tier optional | string | Nach Vertrauenswert filtern: premium, standard, economy |
| use_case optional | string | TLDs für einen Anwendungsfall abrufen (z. B. "startup", "tech") |
Antwort-Felder
| Feld | Typ |
|---|---|
tlds[] |
object[] |
tlds[] |
object |
tlds[].tld |
string |
tlds[].type |
string |
tlds[].description |
string |
tlds[].rdap_supported |
boolean |
total |
integer |
Beispielantwort
{
"tlds": [
{
"tld": "com",
"type": "gtld",
"description": "198.51.100.10",
"rdap_supported": true
}
],
"total": 1
}
GET
/v1/tlds/:tld
Beispielantwort
{
"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" }
}
Antwort-Felder
| Feld | Typ |
|---|---|
tld |
string |
type |
string |
description |
string |
registry |
string |
introduced |
string |
restrictions |
string |
rdap_server |
string |
whois_server |
string |
dnssec |
boolean |