久久999这里只有精品视频|欧美夫妻性生活黄大片|久久九九九九九九热|波多野结衣二区看黄片在线|99性爱视频97厂超碰|欧美国产丝袜成年人二级毛片|中国一圾黄片免费看a级大片|太久思思中文字幕一区|爱爱很舒服欧美91|亚洲男女AV亚洲肏屄

Domain Reseller API - Domain Registration API - ICANN Registrar API - White Label Domain Service

Start Your Domain Reseller Business with Direct Registrar Access

ICANN Accredited Registrar since 2012 with global TLD coverage. Instant activation, lifetime WHOIS privacy, stable pricing, dedicated reseller support and no service interruptions without valid evidence. Activate Reseller API Access

API documentation

Domain renewal

Domain name renewal is the process of extending a domain name registration for an additional period beyond its current expiration date. It is important to renew a domain name in order to retain ownership and keep your website, mail services or other related services up and running

Content-Type application-json
category domain
action renew

Request parameters

Parameter Name Type Describe Example
domain String (3-60) Domain name example.com
deaddate Date Domain expiration date 2025-01-01
year Integer (4) The registration period is from 1 to 10 years, with some exceptions for certain domains. 1

Response parameters

Parameter Name Type Describe
domain String Domain name
old_expired_date Date Old domain expiration date
new_expired_date Date New domain expiration date

Request Example

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

Return result

0 OK Successful response
                                        
{
    "code": 0,
    "msg" : "success",
    "data" : {
        "domain" : "skinporkit123.com",
        "old_expired_date" : "2025-01-31",
        "new_expired_date" : "2026-01-01"
                
    }
}
400 Bad Request
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
Copyright © 2012-2026 NICENIC INTERNATIONAL GROUP CO., LIMITED All Rights Reserved