开发者参考
TLD 情报 API 文档
TLD 情报 API 文档: 获取有关 TLD 的详细信息,包括定价、限制、信任分数和推荐用例。
TLD 情报
获取有关 TLD 的详细信息,包括定价、限制、信任分数和推荐用例。
GET
/v1/tlds
查询参数
| 参数 | 类型 | 说明 |
|---|---|---|
| type 可选 | string | 按类型筛选:gTLD、ccTLD、newTLD、idn |
| trust_tier 可选 | string | 按信任筛选:premium、standard、economy |
| use_case 可选 | string | 为用例获取 TLD(例如 "startup"、"tech") |
响应字段
| 字段 | 类型 |
|---|---|
tlds[] |
object[] |
tlds[] |
object |
tlds[].tld |
string |
tlds[].type |
string |
tlds[].description |
string |
tlds[].rdap_supported |
boolean |
total |
integer |
响应示例
{
"tlds": [
{
"tld": "com",
"type": "gtld",
"description": "198.51.100.10",
"rdap_supported": true
}
],
"total": 1
}
GET
/v1/tlds/:tld
响应示例
{
"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" }
}
响应字段
| 字段 | 类型 |
|---|---|
tld |
string |
type |
string |
description |
string |
registry |
string |
introduced |
string |
restrictions |
string |
rdap_server |
string |
whois_server |
string |
dnssec |
boolean |