Login

Get list of authoritative DNS servers

HTTP method

GET

URL

https://api.zilore.com/dns/v1/domains/{domain_name}/nameservers

Request parameters

Parameter

Description

domain_name

Domain name. Must conform to the standard. Names of national domains must be passed in Punycode format.

Request example

GET https://api.zilore.com/dns/v1/domains/example.com/nameservers
X-Auth-Key: 6fac94db-691b-ec08-d22c-00000b7c06c0

Response example

{
"status": "ok",
"response": {
"nameservers": "ns1.zilore.net,ns2.zilore.net"
}
}