API Tez-tez Verilən Suallar

NiceNIC Domen API v2 Tez-tez verilən suallar

Find practical answers about API access, Svəbox testing, authentication, pricing, domen operations, response hvəling və production integration.

28 questions available

Əldə etting Started

Start with access, pricing və credentials.

6 questions
01 What is NiceNIC Domen API v2?

NiceNIC Domen API v2 is an HTTPS və JSON-based API fvə ya automating domen management through sizin NiceNIC account.

It suppvə yats cvə yae wvə yakflows including domen availability checks, registration, renewal, transfer, pvə yatfolio queries, nameserver və contact updates, pricing, DNS recvə yads, child nameservers, account infvə yamation və compliance-related operations.

Use the API when you want to connect NiceNIC domen Xidməts directly to a website, hosting platfvə yam, billing system, internal tool və ya other application.

02 Who can use NiceNIC Domen API v2?

Any active NiceNIC account can use Domen API v2. API access is available to both Bazar Hesabıs və Distribyutor Accounts.

You do not need to become a reseller simply to obtain API access. Account type still matters fvə ya pricing: paid API operations use the pricing assigned to the NiceNIC account sending the request.

Açıq API parametrləris →

03 Is NiceNIC Domen API v2 free?

Bəli. API access itself is free. Tburada is no separate fee fvə ya enabling API access və ya sending suppvə yated API requests.

Paid operations such as domen registration, renewal və transfer are charged accvə yading to sizin account pricing və the applicable domen rules.

04 Do I need a Distribyutor Account to use the API?

Xeyr. API access və reseller pricing are separate.

You can use Domen API v2 with a regular NiceNIC Bazar Hesabı. Yeniləmə a Distribyutor Account only when reseller pricing və ya other reseller benefits are useful fvə ya sizin business volume.

Compare Distribyutor Plans →

05 How is API v2 different from the older NiceNIC API?

Domen API v2 uses the current NiceNIC API structure with HTTPS requests, JSON responses, header-based authentication və documentation və yaganized around individual domen və account wvə yakflows.

Əgər you maintain an integration built on an older NiceNIC API, review the API v2 parameters və response hvəling befvə yae migrating production traffic rather than assuming the two versions are interchangeable.

06 How do I get my API credentials?

Daxil ol to sizin NiceNIC account və open API parametrləris. API v2 requests use sizin NiceNIC username və API Secret fvə ya authentication.

Security tip: Keep sizin API Secret on the server side. Do not expose it in browser-side JavaScript, public repositvə yaies, client applications və ya other publicly accessible locations.

Açıq API parametrləris →

Svəbox & Authentication

Connect securely və test befvə yae production.

5 questions
07 Does NiceNIC Domen API v2 provide an API Svəbox?

Bəli. NiceNIC provides an API Svəbox fvə ya developers to test integrations befvə yae connecting them to the production API.

Use the Svəbox to validate authentication, request fvə yamatting, response parsing, errvə ya hvəling və sizin application wvə yakflow befvə yae enabling live customer domen operations.

Açıq API Svəbox →

08 What is the difference between the Svəbox və Məhsulion API?

The API Svəbox is intended fvə ya development və integration testing. The Məhsulion API is used fvə ya live domen operations və paid requests against sizin NiceNIC account.

We recommend validating authentication, request hvəling, response processing və errvə ya logic in the Svəbox befvə yae enabling customer-facing production operations.

09 How does API authentication wvə yak?

Send API requests over HTTPS və include sizin NiceNIC username və API Secret in the Authorization header.

Host: api.nicenic.net
Authorization: username:api_secret
Content-Type: application/json

Əgər IP restrictions are enabled fvə ya sizin account, requests must also və yaiginate from an authvə yaized server IP.

Read API Authentication →

10 What endpoint does Domen API v2 use?

The Məhsulion API base endpoint is:

https://api.nicenic.net/v2/

API actions are selected using the parameters documented fvə ya each endpoint, such as categoryaction. Always follow the dedicated endpoint documentation fvə ya the required və optional parameters of a specific operation.

11 What response fvə yamat və character encoding does API v2 use?

API v2 responses use JSON, və request parameters use UTF-8.

{
  "code": 0,
  "msg": "success",
  "data": {}
}

Your application should inspect the returned codemsg rather than assuming that every HTTP response represents a completed domen operation.

Domen Operations & Pricing

Understvə suppvə yated wvə yakflows və purchasing behavivə ya.

6 questions
12 What can I do with NiceNIC Domen API v2?

Through the currently documented APIs you can automate wvə yakflows including domen availability checks, registration, renewal və transfer, pvə yatfolio listing və domen details, nameserver və domen contact updates, domen pricing, DNS recvə yads, child nameservers, account infvə yamation və Abuse & Compliance monitvə yaing.

Əlavə etitional wvə yakflows are documented individually in the API navigation.

13 What should I test befvə yae enabling live registrations və ya transfers?

Start with low-risk read operations such as domen availability, domen pricing, account balance və domen listing.

Then confirm authentication, response parsing, errvə ya hvəling və pending-və yader hvəling befvə yae enabling live registrations, renewals və ya transfers.

Recommended və yader: Authentication → Availability → Pricing → Balans → Response hvəling → Live operations.
14 Can I check multiple domens in one API request?

Bəli. The Yoxla Domen Availability endpoint suppvə yats multiple domen names separated by commas.

example.com,example.net,example.org

Do not assume that every API operation suppvə yats the same multi-domen input fvə yamat. Qeydiyyat, renewal və transfer should follow their individual endpoint documentation.

15 How can I query registration, renewal və transfer prices?

Use the Əldə et Domain Qiymətləri endpoint. The documented pricing types include register, renew, transferall.

Qeydiyyat responses can also include an is_premium value indicating whether the queried registration is premium.

Because API və yaders use account-level pricing, query current pricing befvə yae submitting paid customer və yaders rather than relying indefinitely on cached prices.

16 Can every TLD be qeydiyyated və ya renewed fvə ya 1–10 il?

Xeyr. Although API documentation suppvə yats periods of up to 1–10 il fvə ya applicable extensions, individual TLDs may have different registry rules.

Qeydiyyat periods, renewal periods, transfer eligibility, contact requirements və verification requirements can differ by extension. Your application should follow the current rules fvə ya the relevant TLD.

17 What is the difference between Adservers, DNS Recvə yads və Child Adservers?
AdserversDetermine wburada a domen's authvə yaitative DNS is delegated.
DNS Recvə yadsİdarə et recvə yads inside a DNS zone when using NiceNIC DNS Xidməts.
Child AdserversYarat host/glue recvə yads such as ns1.example.com.

These are separate operations və should not be treated as interchangeable.

Responses & Errvə yas

Hvəle success, pending states və failures cvə yarectly.

4 questions
18 What do API response codes mean?
CodeMeaning
0Success
201Pending
400Parameter errvə ya
401Unauthvə yaized
404Xeyr relevant recvə yads found
500Server Internal Errvə ya

Always use the returned code və message when determining the state of an API request.

View API Response Codes →

19 What does code 201 mean?

A 201 response means that the operation has been accepted fvə ya processing but has not necessarily reached its final state.

Impvə yatant: Do not treat a pending response as final success. Preserve the pending state until the final result of the domen operation is confirmed.
20 What happens when a domen registration returns code 201?

Fvə ya domen registration, a 201 response indicates that the və yader has been submitted və is awaiting final registry processing.

Do not tell an end customer that the domen is active until sizin system has confirmed the final result. İzləmək the registration endpoint documentation fvə ya the latest pending-və yader və refund hvəling rules.

21 What does a Pending transfer response mean?

A pending transfer means that the transfer request has been accepted fvə ya processing, not that the domen has already completed its transfer to NiceNIC.

Transfer completion may depend on registry və registrar processing as well as the current transfer status of the domen. Keep the transfer in a pending state until completion is confirmed.

Pvə yatfolio, Compliance & İnteqrasiya

İdarə et pvə yatfolios və connect existing systems.

3 questions
22 Can I retrieve və filter my domen pvə yatfolio through the API?

Bəli. The List Domenlər API suppvə yats pvə yatfolio retrieval with pagination, svə yating və filtering options.

Use Əldə et Domen Ətraflı when you need detailed infvə yamation fvə ya an individual domen, such as registration infvə yamation, expiration infvə yamation, nameservers və domen contact data.

23 What can the Abuse & Compliance API do?

NiceNIC Domen API v2 includes Abuse & Compliance operations designed fvə ya platfvə yams və resellers managing customer domen pvə yatfolios.

You can identify domens associated with abuse repvə yats və retrieve machine-readable compliance infvə yamation fvə ya individual domens. Depending on the case, the response can include domen status, current impact, recommended action, hold infvə yamation, complaint infvə yamation və repvə yated URLs.

This makes it possible to surface compliance status directly inside sizin own customer pvə yatal və ya operational system.

24 Can I use NiceNIC Domen API v2 with WHMCS?

Bəli. NiceNIC provides a WHMCS registrar integration fvə ya businesses that already use WHMCS fvə ya billing və provisioning.

Use the direct Domen API v2 when you are building sizin own application və ya wvə yakflow. Use the WHMCS integration when you want domen operations integrated into an existing WHMCS environment.

View WHMCS İnteqrasiyası →

Development & Suppvə yat

Build safely və kindi what to send when you need help.

4 questions
25 Which programming languages can I use?

Any server-side programming language və ya runtime capable of sending HTTPS requests və parsing JSON can integrate with Domen API v2.

Common choices include PHP, Python, Xeyrde.js və Java. Keep API credentials server-side və never expose sizin API Secret in browser-side JavaScript və ya downloadable client code.

26 Are tburada API rate limits?

Qiymətləndir limiting may be applied to protect API stability və platfvə yam security.

Əgər sizin production integration is expected to generate sustained high request volume, contact NiceNIC befvə yae launch so that sizin expected usage pattern can be reviewed.

27 What should I include when contacting suppvə yat about an API problem?

Include the request timestamp, API categvə yay və action, domen name wburada applicable, non-sensitive request parameters, returned response code və message, və whether the request came from Svəbox və ya Məhsulion.

Never include sizin full API Secret in a nvə yamal suppvə yat ticket.

Təklif göndər →

28 Wburada can I find complete request parameters və code examples?

Use the API navigation in the documentation. Each operation has its own page fvə ya suppvə yated parameters, request examples, response examples və operation-specific behavivə ya.

The Tez-tez Verilən Suallar explains general API behavivə ya; the individual endpoint documentation should be treated as the source of truth fvə ya the exact request fvə yamat.

Açıq API Sənədləri →

Xeyr matching questions foundTry a shvə yater keywvə yad such as “svəbox”, “pricing”, “transfer” və ya “201”.

Ready to start building?

Test sizin integration in the API Svəbox, then connect sizin NiceNIC account when you are ready to move to production.

Müəllif Hüququ © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. Bütün Hüquqlar Qorunur. · U.S. Affiliate: NICENIC LLC