Returns pricing, features, and registry requirements for one domain extension (extension path = TLD).
Request
Add parameter in header API-key
Example:API-key: ********************
Request Code Samples
curl --location --request GET 'https://mijn.host/api/v2/domains/extensions/' \
--header 'Accept: application/json' \
--header 'User-Agent: my-application/1.0.0' \
--header 'API-key: <api-key>' \
--header 'Content-Type: application/json'
Responses
application/json {
"status": 0,
"status_description": "string",
"data": {
"extension": {
"extension": "string",
"prices": {
"register": "string",
"renew": "string",
"transfer": "string"
},
"specifications": {
"transfer_available": true,
"transfer_auth_code_required": true,
"min_period": 0,
"dnssec_allowed": true,
"private_whois_allowed": true
},
"requirements": null
}
}
}
Modified at 2026-04-09 12:56:00