Référence Développeur
Intelligence TLD Documentation de l'API
Intelligence TLD Documentation de l'API: Obtenez des informations détaillées sur les TLD incluant les tarifs, les restrictions, les scores de confiance et les cas d'usage recommandés.
Intelligence TLD
Obtenez des informations détaillées sur les TLD incluant les tarifs, les restrictions, les scores de confiance et les cas d'usage recommandés.
GET
/v1/tlds
Paramètres de Requête
| Paramètre | Type | Description |
|---|---|---|
| type optionnel | string | Filtrer par type : gTLD, ccTLD, newTLD, idn |
| trust_tier optionnel | string | Filtrer par confiance : premium, standard, economy |
| use_case optionnel | string | Obtenir les TLD pour un cas d'usage (par exemple, "startup", "tech") |
Champs de Réponse
| Champ | Type |
|---|---|
tlds[] |
object[] |
tlds[] |
object |
tlds[].tld |
string |
tlds[].type |
string |
tlds[].description |
string |
tlds[].rdap_supported |
boolean |
total |
integer |
Exemple de Réponse
{
"tlds": [
{
"tld": "com",
"type": "gtld",
"description": "198.51.100.10",
"rdap_supported": true
}
],
"total": 1
}
GET
/v1/tlds/:tld
Exemple de Réponse
{
"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" }
}
Champs de Réponse
| Champ | Type |
|---|---|
tld |
string |
type |
string |
description |
string |
registry |
string |
introduced |
string |
restrictions |
string |
rdap_server |
string |
whois_server |
string |
dnssec |
boolean |