Developer Reference
TLD Coverage API Documentation
TLD Coverage API Documentation: Get the list of supported TLDs and RDAP endpoint health.
TLD Coverage
Get the list of supported TLDs and RDAP endpoint health.
GET
/v1/coverage
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| live optional | boolean | Test RDAP endpoints live (slower) |
Response Fields
| Field | Type |
|---|---|
gtlds[] |
string[] |
cctlds[] |
string[] |
new_gtlds[] |
string[] |
total_tlds |
integer |
rdap_coverage_percentage |
number |
Example Response
{
"gtlds": [
"string"
],
"cctlds": [
"string"
],
"new_gtlds": [
"string"
],
"total_tlds": 1,
"rdap_coverage_percentage": 1
}