ドメイン再販 API - ドメイン登録 API - ICANN レジストラ API - White Label ドメイン Service

直接レジストラアクセスで、ドメインリセラー事業を始めましょう

2006年からICANN認定のレジストラであり、グローバルなTLD対応、リセラーレベルの価格設定、年間費用や会費は一切不要です。一度接続するだけで、ドメインの登録、更新、移管、DNS、およびWHMCSのワークフローを自動化できます。バッチツール、対象拡張子のほとんどに生涯WHOISプライバシー、そして拡張可能なインフラストラクチャを備えています。 Reseller APIアクセスを有効化

API documentation

ドメイン移管 In

この操作では、他の登録事業者からNiceNICへドメイン名を移管できます

Content-Type application-json
カテゴリ domain
アクション transfer

リクエストパラメータ

パラメータ名 タイプ 説明
domain 文字列 (3-60) ドメイン名 example.com
authcode 文字列 ドメイン移管コードの年数 Transfer and renew term
year 整数 (4) 登録期間は1年から10年までです。一部のドメインは例外があります。 1
dns1 サーバー プライマリネームサーバー ns3.my-ndns.com
dns2 サーバー セカンダリネームサーバー ns4.my-ndns.com
organization 文字列 (1-255) 組織名 / 会社名 XXX Ltd.
name 文字列 (1-16) 登録者名 Xiao Ming
country 文字列 (1-255) 国コード。例: CN CN
state 文字列 (1-255) 都道府県 / 州 BeiJing
city 文字列 (1-255) 市区町村略称 BJ
address 文字列 (1-255) 郵送先住所 BeiJing
postcode 整数 (4-10) 郵便番号 / ゾーンコード 100000
phone 数字を区切るには "." を使用(30) +国番号.市外局番と電話番号 +86.13800000000
fax 数字を区切るには "." を使用(30) +国番号.市外局番とFAX番号 +86.13800000000
email メールアドレス メールアドレス [email protected]

リクエスト例

                                    
{
    curl https://api.nicenic.net/v2/?category=domain&action=transfer&domain={domain}&authcode={authcode}&year={year}&dns1={dns1}&dns2={dns2}&organization={organization}&name={name}&country={country}&state={state}&city={city}&address={address}&postcode={postcode}&phone={phone}&fax={fax}&email={email} 
      -H "Authorization: username:api_secret" 
      -H "Content-Type: application/json" 
}

返却結果

201 OK 成功レスポンス
                                        
{
    "code": 201,
    "msg" : "Pending order, please wait for the order to be processed!",
    "data" : {        
    }
}
400 不正なリクエスト
                                        
{
    "code": 400,
    "msg" : "Request parameter error",
}
著作権 © 2006-2026 NICENIC INTERNATIONAL GROUP CO., LIMITED 無断転載を禁じます