ドメイン 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