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.

Pridobi cene domen

Pridobi informacije o cenah za registracijo, obnovo in prenos domen

Vsebina-tip application/json
kategorija domain
dejanje get_price

Zahtevani parametri

Ime parametra Vrsta Opis Primer
domain Niz (3-60) Ime domene example.com
type Niz Vrsta domene: registracija, prenos, obnova, vse register
year Celo število (4) Izberite obdobje registracije/obnavljanja/ prenosa (1-10 let) 1

Parametri odgovora

Ime parametra Vrsta Opis
domain Niz Ime domene
type Niz Vrsta domenskega imena (registracija/prenos/obnova)
currency Niz Vrsta valute
price Številka Znesek cene
is_premium Boolean Ali gre za premijsko domeno (le za registracijo)

Primer zahteve

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

Rezultat vrnitve

0 OK Uspešen odgovor
                                        
{
    "code": 0,
    "msg" : "success",
    "data" : {
        [
            {
                "domain": "example.com",
                "type": "register",
                "currency": "USD",
                "price": 15.99,
                "is_premium": false
            },
            {
                "domain": "example.com",
                "type": "renew",
                "currency": "USD",
                "price": 15.99
            }
        ]        
    }
}
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