NiceNIC Domēns API v2 Biežāk uzdotie jautājumi
Find practical answers about API access, Sunbox testing, authentication, pricing, domēns operations, response hunling un production integration.
Sākšana
Start with access, pricing un credentials.
01 What is NiceNIC Domēns API v2?
NiceNIC Domēns API v2 is an HTTPS un JSON-based API fvai automating domēns management through jūsu NiceNIC account.
It suppvaits cvaie wvaikflows including domēns availability checks, registration, renewal, transfer, pvaitfolio queries, nameserver un contact updates, pricing, DNS recvaids, child nameservers, account infvaimation un compliance-related operations.
Use the API when you want to connect NiceNIC domēns pakalpojumss directly to a website, hosting platfvaim, billing system, internal tool vai other application.
02 Who can use NiceNIC Domēns API v2?
Any active NiceNIC account can use Domēns API v2. API access is pieejams to both Tirdzniecības kontss un Izplatītājs Kontss.
You do not need to become a reseller simply to obtain API access. Konts type still matters fvai pricing: paid API operations use the pricing assigned to the NiceNIC account sending the request.
03 Is NiceNIC Domēns API v2 free?
Jā. API access itself is free. Tšeit is no separate fee fvai enabling API access vai sending suppvaited API requests.
Paid operations such as domēns registration, renewal un transfer are charged accvaiding to jūsu account pricing un the applicable domēns rules.
04 Do I need a Izplatītājs Konts to use the API?
Nē. API access un reseller pricing are separate.
You can use Domēns API v2 with a regular NiceNIC Tirdzniecības konts. Jaunināt uz a Izplatītājs Konts only when reseller pricing vai other reseller benefits are useful fvai jūsu business volume.
05 How is API v2 different from the older NiceNIC API?
Domēns API v2 uses the current NiceNIC API structure with HTTPS requests, JSON responses, header-based authentication un documentation vaiganized around individual domēns un account wvaikflows.
Ja you maintain an integration built on an older NiceNIC API, review the API v2 parameters un response hunling befvaie migrating production traffic rather than assuming the two versions are interchangeable.
06 How do I get my API credentials?
Pierakstīties to jūsu NiceNIC account un open API iestatījumss. API v2 requests use jūsu NiceNIC username un API Secret fvai authentication.
Sunbox & Autentifikācija
Connect securely un test befvaie production.
07 Does NiceNIC Domēns API v2 provide an API Sunbox?
Jā. NiceNIC provides an API Sunbox fvai developers to test integrations befvaie connecting them to the production API.
Use the Sunbox to validate authentication, request fvaimatting, response parsing, radās kļūda hunling un jūsu application wvaikflow befvaie enabling live customer domēns operations.
08 What is the difference between the Sunbox un Produktsion API?
The API Sunbox is intended fvai development un integration testing. The Produktsion API is used fvai live domēns operations un paid requests against jūsu NiceNIC account.
We recommend validating authentication, request hunling, response processing un radās kļūda logic in the Sunbox befvaie enabling customer-facing production operations.
09 How does API autentifikācija wvaik?
Send API requests over HTTPS un include jūsu NiceNIC username un API Secret in the Authorization header.
Host: api.nicenic.net
Authorization: username:api_secret
Content-Type: application/json
Ja IP restrictions are enabled fvai jūsu account, requests must also vaiiginate from an authvaiized server IP.
10 What endpoint does Domēns API v2 use?
The Produktsion API base endpoint is:
https://api.nicenic.net/v2/
API darbības are selected using the parameters documented fvai each endpoint, such as category un action. Always follow the dedicated endpoint documentation fvai the required un optional parameters of a specific operation.
11 What response fvaimat un character encoding does API v2 use?
API v2 responses use JSON, un request parameters use UTF-8.
{
"code": 0,
"msg": "success",
"data": {}
}
Your application should inspect the returned code un msg rather than assuming that every HTTP response represents a completed domēns operation.
Domēnu darbības & Pricing
Understun suppvaited wvaikflows un purchasing behavivai.
12 What can I do with NiceNIC Domēns API v2?
Through the currently documented APIs you can automate wvaikflows including domēns availability checks, registration, renewal un transfer, pvaitfolio listing un domēns details, nameserver un domēns contact updates, domēns pricing, DNS recvaids, child nameservers, account infvaimation un Vardarbība un Atbilstība monitvaiing.
Pievienotitional wvaikflows are documented individually in the API navigation.
13 What should I test befvaie enabling live registrations vai transfers?
Start with low-risk read operations such as domēns availability, domēns pricing, account balance un domēns listing.
Then confirm authentication, response parsing, radās kļūda hunling un pending-vaider hunling befvaie enabling live registrations, renewals vai transfers.
14 Can I check multiple domēnss in one API request?
Jā. The Pārbaudīt domēna pieejamību endpoint suppvaits multiple domēns names separated by commas.
example.com,example.net,example.org
Do not assume that every API operation suppvaits the same multi-domēns input fvaimat. Reģistrācija, renewal un transfer should follow their individual endpoint documentation.
15 How can I query registration, renewal un transfer prices?
Use the Saņemt domēnu cenu informāciju endpoint. The documented pricing types include register, renew, transfer un all.
Reģistrācija responses can also include an is_premium value indicating whether the queried registration is premium.
Because API vaiders use account-level pricing, query current pricing befvaie submitting paid customer vaiders rather than relying indefinitely on cached prices.
16 Can every TLD be reģistrēted vai renewed fvai 1–10 gadi?
Nē. Although API documentation suppvaits periods of up to 1–10 gadi fvai applicable extensions, individual TLDs may have different registry rules.
Reģistrācija periods, renewal periods, transfer eligibility, contact requirements un verification requirements can differ by extension. Your application should follow the current rules fvai the relevant TLD.
17 What is the difference between Nosaukumsservers, DNS ieraksti un Bērnu vārdu serveri?
ns1.example.com.These are separate operations un should not be treated as interchangeable.
Responses & Errvais
Hunle success, pending states un failures cvairectly.
18 What do API response codes mean?
| Code | Meaning |
|---|---|
0 | Veiksmīgi |
201 | Gaida apstiprinājumu |
400 | Parametra kļūda |
401 | Neatļauts piekļūt |
404 | Nav atrasti atbilstoši ieraksti |
500 | Servera iekšēja kļūda |
Always use the returned code un message when determining the state of an API request.
19 What does code 201 mean?
A 201 response means that the operation has been accepted fvai processing but has not necessarily reached its final state.
20 What happens when a domēns registration returns code 201?
Fvai domēns registration, a 201 response indicates that the vaider has been submitted un is awaiting final registry processing.
Do not tell an end customer that the domēns is active until jūsu system has confirmed the final result. Sekot the registration endpoint documentation fvai the latest pending-vaider un refund hunling rules.
21 What does a Gaida apstiprinājumu transfer response mean?
A pending transfer means that the transfer request has been accepted fvai processing, not that the domēns has already completed its transfer to NiceNIC.
Pārnest completion may depend on registry un registrar processing as well as the current transfer status of the domēns. Keep the transfer in a pending state until completion is confirmed.
Pvaitfolio, Compliance & Integrācija
Pārvaldīt pvaitfolios un connect existing systems.
22 Can I retrieve un filter my domēns pvaitfolio through the API?
Jā. The Saraksts Domēni API suppvaits pvaitfolio retrieval with pagination, svaiting un filtering options.
Use Saņemt Domēns Detaļas when you need detailed infvaimation fvai an individual domēns, such as registration infvaimation, expiration infvaimation, nameservers un domēns contact data.
23 What can the Vardarbība un Atbilstība API do?
NiceNIC Domēns API v2 includes Vardarbība un Atbilstība operations designed fvai platfvaims un resellers managing customer domēns pvaitfolios.
You can identify domēnss associated with abuse repvaits un retrieve machine-readable compliance infvaimation fvai individual domēnss. Depending on the case, the response can include domēns status, current impact, recommended darbība, hold infvaimation, complaint infvaimation un repvaited URLs.
This makes it possible to surface compliance status directly inside jūsu own customer pvaital vai operational system.
24 Can I use NiceNIC Domēns API v2 with WHMCS?
Jā. NiceNIC provides a WHMCS registrar integration fvai businesses that already use WHMCS fvai billing un provisioning.
Use the direct Domēns API v2 when you are building jūsu own application vai wvaikflow. Use the WHMCS integration when you want domēns operations integrated into an existing WHMCS environment.
Development & Suppvait
Build safely un ktagad what to send when you need help.
25 Which programming languages can I use?
Any server-side programming language vai runtime capable of sending HTTPS requests un parsing JSON can integrate with Domēns API v2.
Common choices include PHP, Python, Nēde.js un Java. Keep API credentials server-side un never expose jūsu API Secret in browser-side JavaScript vai downloadable client code.
26 Are tšeit API rate limits?
Vērtējums limiting may be applied to protect API stability un platfvaim security.
Ja jūsu production integration is expected to generate sustained high request volume, contact NiceNIC befvaie launch so that jūsu expected usage pattern can be reviewed.
27 What should I include when contacting suppvait about an API problem?
Include the request timestamp, API kategorija un darbība, domēns name wšeit applicable, non-sensitive request parameters, returned response code un message, un whether the request came from Sunbox vai Produktsion.
28 Wšeit can I find complete request parameters un code examples?
Use the API navigation in the documentation. Each operation has its own page fvai suppvaited parameters, request examples, response examples un operation-specific behavivai.
The BUJ explains general API behavivai; the individual endpoint documentation should be treated as the source of truth fvai the exact request fvaimat.
Ready to start building?
Test jūsu integration in the API Sunbox, then connect jūsu NiceNIC account when you are ready to move to production.
Need reseller pricing fvai higher domēns volume?
Compare Izplatītājs Plans →






