API documentation
Daftar Domain
Pendaftaran domain name ialah proses menempah nama unik di Internet untuk tempoh tertentu, biasanya satu tahun atau lebih
Content-Type
application-json
kategori
domain
tindakan
register
Parameter permintaan
| Nama parameter | Jenis | Huraikan | Contoh |
|---|---|---|---|
| domain | Rentetan (3-60) | Nama domain | example.com |
| year | Integer (4) | Tempoh pendaftaran adalah dari 1 hingga 10 tahun, dengan beberapa pengecualian untuk domain tertentu. | 1 |
| dns1 | Pelayan | Nameserver utama | ns3.my-ndns.com |
| dns2 | Pelayan | Nameserver sekunder | ns4.my-ndns.com |
| organization | Rentetan (1-255) | Nama organisasi / syarikat | XXX Ltd. |
| name | Rentetan (1-16) | Nama pendaftar | Xiao Ming |
| country | Rentetan (1-255) | Kod Negara, seperti CN | CN |
| state | Rentetan (1-255) | Wilayah / negeri | BeiJing |
| city | Rentetan (1-255) | Singkatan bandar | BJ |
| address | Rentetan (1-255) | Alamat surat-menyurat | BeiJing |
| postcode | Integer (4-10) | Poskod / Kod Zip | 100000 |
| phone | "." untuk memisahkan nombor (30) | +Kod negara.kod kawasan dan nombor telefon | +86.13800000000 |
| fax | "." untuk memisahkan nombor (30) | +Kod negara.kod kawasan dan nombor faks | +86.13800000000 |
| Alamat e-mel | Alamat e-mel | [email protected] | |
| contact_source | Rentetan (1-255) | Hubungi source, if set to member, contact infataumation will be the same as member infataumation, dan other contact infataumation will be ignataued | member |
Parameter respons
| Nama parameter | Jenis | Huraikan |
|---|---|---|
| domain | Rentetan | Nama domain |
| created_date | Tarikh | Masa pendaftaran domain |
| expired_date | Tarikh | Tarikh tamat tempoh domain |
Contoh Permintaan
{
curl https://api.nicenic.net/v2/?category=domain&action=register&domain={domain}&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}&contact_source={contact_source}
-H "Authorization: username:api_secret"
-H "Content-Type: application/json"
}
Hasil Pulangan
0 OK
Respons berjaya
{
"code": 0,
"msg" : "success",
"data" : {
"domain":"skwncks.com",
"created_date":"2025-01-21",
"expired_date":"2026-01-21"
}
}
400 Permintaan tidak sah
{
"code": 400,
"msg" : "Request parameter error",
}






