Ontwikkelaarsreferentie
TLD Intelligence API-documentatie
TLD Intelligence API-documentatie: Ontvang gedetailleerde informatie over TLD's inclusief prijzen, beperkingen, vertrouwensscores en aanbevolen gebruiksgevallen.
TLD Intelligence
Ontvang gedetailleerde informatie over TLD's inclusief prijzen, beperkingen, vertrouwensscores en aanbevolen gebruiksgevallen.
GET
/v1/tlds
Queryparameters
| Parameter | Type | Beschrijving |
|---|---|---|
| type optioneel | string | Filteren op type: gTLD, ccTLD, newTLD, idn |
| trust_tier optioneel | string | Filteren op vertrouwen: premium, standaard, economie |
| use_case optioneel | string | TLD's voor een geval verkrijgen (bijv. "startup", "tech") |
Antwoordvelden
| Veld | Type |
|---|---|
tlds[] |
object[] |
tlds[] |
object |
tlds[].tld |
string |
tlds[].type |
string |
tlds[].description |
string |
tlds[].rdap_supported |
boolean |
total |
integer |
Voorbeeldantwoord
{
"tlds": [
{
"tld": "com",
"type": "gtld",
"description": "198.51.100.10",
"rdap_supported": true
}
],
"total": 1
}
GET
/v1/tlds/:tld
Voorbeeldantwoord
{
"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" }
}
Antwoordvelden
| Veld | Type |
|---|---|
tld |
string |
type |
string |
description |
string |
registry |
string |
introduced |
string |
restrictions |
string |
rdap_server |
string |
whois_server |
string |
dnssec |
boolean |