開発者向けリファレンス
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 |