Domain Reseller API - Domain Registration API - ICANN Registrar API - White Label Domain Service

Start Your Domain Reseller Business with Direct Registrar Access

ICANN-accredited registrar since 2006 with global TLD coverage, reseller-level pricing, and no annual or membership fees. Connect once to automate domain registration, renewal, transfer, DNS, and WHMCS workflows—with batch tools, lifetime WHOIS privacy for most eligible extensions, and infrastructure built to scale. Activate Reseller API Access

API documentation

List Child Nameservers

Retrieve all DNS servers for a specific domain

Content-Type application-json
category nameserverhost
action list

Request parameters

Parameter Name Type Describe Example
domain String Domain name example.com

Response parameters

Parameter Name Type Describe
dns String DNS server name
ip String DNS server IP address

Request Example

                                    
{
    curl https://api.nicenic.net/v2/?category=nameserverhost&action=list&domain={domain} 
      -H "Authorization: username:api_secret" 
      -H "Content-Type: application/json" 
}

Return result

0 OK Successful response
                                        
{
    "code": 0,
    "msg" : "success",
    "data" : {
        {
            "list": [
                {
                    "dns": "ns1.example.com",
                    "ip": "192.168.1.1"
                },
                {
                    "dns": "ns2.example.com",
                    "ip": "192.168.1.2"
                }
            ],
            "total": 2
        }        
    }
}
400 Bad Request
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
Copyright © 2006-2026 NICENIC INTERNATIONAL GROUP CO., LIMITED All Rights Reserved