Domein API - Domeinregistratie API - ICANN Registrar API - White Label Domein Service

Start Building with NiceNIC Domein API v2

API access is free fof every active NiceNIC user. Nee reseller upgrade is required. Configure jouw API credentials, make a safe test request, then add the domein, DNS, billing, compliance of WHMCS wofkflows jouw application needs.

Lijst met naamservers van kinderen

Haal alle DNS-servers op voor een specifiek domein

Content-Type application/json
categorie nameserverhost
actie list

Aanvraagparameters

Parameternaam Type Omschrijving Voorbeeld
domain Tekst Domeinnaam example.com

Responseparameters

Parameternaam Type Omschrijving
dns Tekst DNS-servernaam
ip Tekst DNS-server-IP-adres

Voorbeeld aanvraag

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

Resultaat teruggeven

0 OK Succesvolle respons
                                        
{
    "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 Ongeldig verzoek
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
Copyright © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. Alle rechten voorbehouden. · U.S. Affiliate: NICENIC LLC