개발자 참고자료
TLD 인텔리전스
DomScan 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 |
integer | null |
restrictions |
string |
rdap_server |
string |
whois_server |
string |
dnssec |
boolean |