도메인 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
작업 renew

요청 매개변수

매개변수 이름 유형 설명 예시
domain 문자열 (3-60) 도메인 이름 example.com
deaddate 날짜 도메인 만료일 2025-01-01
year 정수 (4) 등록 기간은 1년에서 10년까지이며, 일부 도메인은 예외가 있을 수 있습니다. 1

응답 매개변수

매개변수 이름 유형 설명
domain 문자열 도메인 이름
old_expired_date 날짜 기존 도메인 만료일
new_expired_date 날짜 새 도메인 만료일

요청 예시

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

결과 반환

0 OK 성공 응답
                                        
{
    "code": 0,
    "msg" : "success",
    "data" : {
        "domain" : "example.com",
        "old_expired_date" : "2025-01-31",
        "new_expired_date" : "2026-01-01"
                
    }
}
400 잘못된 요청
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
저작권 © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. 모든 권리 보유. · U.S. Affiliate: NICENIC LLC