도메인 API - 도메인 등록 API - ICANN 등록기관 API - White Label 도메인 Service

Start Building with NiceNIC 도메인 API v2

API access is free f또는 every active NiceNIC user. 아니요 reseller upgrade is required. Configure 귀하의 API credentials, make a safe test request, then add the 도메인, DNS, billing, compliance 또는 WHMCS w또는kflows 귀하의 application needs.

도메인 가격 보기

도메인 등록, 갱신 및 이전 작업의 가격 정보를 확인하세요

Content-Type application/json
카테고리 domain
작업 get_price

요청 매개변수

매개변수 이름 유형 설명 예시
domain 문자열 (3-60) 도메인 이름 example.com
type 문자열 도메인 유형: 등록, 이전, 갱신, 전체 register
year 정수 (4) 등록/갱신/이전 기간을 선택하세요 (1-10년) 1

응답 매개변수

매개변수 이름 유형 설명
domain 문자열 도메인 이름
type 문자열 도메인 유형 (등록/이전/갱신)
currency 문자열 통화 유형
price 번호 가격 금액
is_premium 부울 도메인이 프리미엄 도메인인지 여부 (등록 유형에만 해당)

요청 예시

                                    
{
    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" 
}

결과 반환

0 OK 성공 응답
                                        
{
    "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 잘못된 요청
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
저작권 © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. 모든 권리 보유. · U.S. Affiliate: NICENIC LLC