开发者参考
TLD Coverage API 文档
TLD Coverage API 文档: Get the 列表 的 supported TLDs 和 RDAP endpoint health.
TLD Coverage
Get the 列表 的 supported TLDs 和 RDAP endpoint health.
GET
/v1/coverage
查询参数
| 参数 | 类型 | 说明 |
|---|---|---|
| live 可选 | boolean | 测试 RDAP endpoints live (slower) |
响应字段
| 字段 | 类型 |
|---|---|
gtlds[] |
string[] |
cctlds[] |
string[] |
new_gtlds[] |
string[] |
total_tlds |
integer |
rdap_coverage_percentage |
number |
响应示例
{
"gtlds": [
"string"
],
"cctlds": [
"string"
],
"new_gtlds": [
"string"
],
"total_tlds": 1,
"rdap_coverage_percentage": 1
}