Domena API - Registracija domene API - ICANN Registrar API - White Label Domena Service

Start Building with NiceNIC Domena API v2

API access is free fali every active NiceNIC user. Ne reseller upgrade is required. Configure vašega API credentials, make a safe test request, then add the domena, DNS, billing, compliance ali WHMCS walikflows vašega application needs.

Seznam otroških imenskih strežnikov

Pridobite vse DNS strežnike za določeno domeno.

Vsebina-tip application/json
kategorija nameserverhost
dejanje list

Zahtevani parametri

Ime parametra Vrsta Opis Primer
domain Niz Ime domene example.com

Parametri odgovora

Ime parametra Vrsta Opis
dns Niz Ime DNS strežnika
ip Niz IP naslov DNS strežnika

Primer zahteve

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

Rezultat vrnitve

0 OK Uspešen odgovor
                                        
{
    "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 Napačna zahteva
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
Avtorske pravice © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. Vse pravice pridržane. · U.S. Affiliate: NICENIC LLC