Ontwikkelaarsreferentie
TLD Coverage API-documentatie
TLD Coverage API-documentatie: 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
Queryparameters
| Parameter | Type | Beschrijving |
|---|---|---|
| live optioneel | boolean | Test RDAP endpoints live (slower) |
Antwoordvelden
| Veld | Type |
|---|---|
gtlds[] |
string[] |
cctlds[] |
string[] |
new_gtlds[] |
string[] |
total_tlds |
integer |
rdap_coverage_percentage |
number |
Voorbeeldantwoord
{
"gtlds": [
"string"
],
"cctlds": [
"string"
],
"new_gtlds": [
"string"
],
"total_tlds": 1,
"rdap_coverage_percentage": 1
}