NiceNIC Verkkotunnus API v2 Usein kysytyt kysymykset
Find practical answers about API access, Sjabox testing, authentication, pricing, verkkotunnus operations, response hjaling ja production integration.
Aloittaminen
Start with access, pricing ja credentials.
01 What is NiceNIC Verkkotunnus API v2?
NiceNIC Verkkotunnus API v2 is an HTTPS ja JSON-based API ftai automating verkkotunnus management through sinun NiceNIC account.
It supptaits ctaie wtaikflows including verkkotunnus availability checks, registration, renewal, transfer, ptaitfolio queries, nameserver ja contact updates, pricing, DNS rectaids, child nameservers, account inftaimation ja compliance-related operations.
Use the API when you want to connect NiceNIC verkkotunnus palvelus directly to a website, hosting platftaim, billing system, internal tool tai other application.
02 Who can use NiceNIC Verkkotunnus API v2?
Any active NiceNIC account can use Verkkotunnus API v2. API access is saatavilla to both Markkinatilis ja Jälleenmyyjä Tilis.
You do not need to become a reseller simply to obtain API access. Tili type still matters ftai pricing: paid API operations use the pricing assigned to the NiceNIC account sending the request.
03 Is NiceNIC Verkkotunnus API v2 free?
Kyllä. API access itself is free. Ttässä is no separate fee ftai enabling API access tai sending supptaited API requests.
Paid operations such as verkkotunnus registration, renewal ja transfer are charged acctaiding to sinun account pricing ja the applicable verkkotunnus rules.
04 Do I need a Jälleenmyyjä Tili to use the API?
Ei. API access ja reseller pricing are separate.
You can use Verkkotunnus API v2 with a regular NiceNIC Markkinatili. Päivitä a Jälleenmyyjä Tili only when reseller pricing tai other reseller benefits are useful ftai sinun business volume.
05 How is API v2 different from the older NiceNIC API?
Verkkotunnus API v2 uses the current NiceNIC API structure with HTTPS requests, JSON responses, header-based authentication ja documentation taiganized around individual verkkotunnus ja account wtaikflows.
Jos you maintain an integration built on an older NiceNIC API, review the API v2 parameters ja response hjaling beftaie migrating production traffic rather than assuming the two versions are interchangeable.
06 How do I get my API credentials?
Kirjaudu sisään to sinun NiceNIC account ja open API-asetuksets. API v2 requests use sinun NiceNIC username ja API Secret ftai authentication.
Sjabox & Todennus
Connect securely ja test beftaie production.
07 Does NiceNIC Verkkotunnus API v2 provide an API Sjabox?
Kyllä. NiceNIC provides an API Sjabox ftai developers to test integrations beftaie connecting them to the production API.
Use the Sjabox to validate authentication, request ftaimatting, response parsing, virhe hjaling ja sinun application wtaikflow beftaie enabling live customer verkkotunnus operations.
08 What is the difference between the Sjabox ja Tuoteion API?
The API Sjabox is intended ftai development ja integration testing. The Tuoteion API is used ftai live verkkotunnus operations ja paid requests against sinun NiceNIC account.
We recommend validating authentication, request hjaling, response processing ja virhe logic in the Sjabox beftaie enabling customer-facing production operations.
09 How does API-todennus wtaik?
Send API requests over HTTPS ja include sinun NiceNIC username ja API Secret in the Authorization header.
Host: api.nicenic.net
Authorization: username:api_secret
Content-Type: application/json
Jos IP restrictions are enabled ftai sinun account, requests must also taiiginate from an authtaiized server IP.
10 What endpoint does Verkkotunnus API v2 use?
The Tuoteion API base endpoint is:
https://api.nicenic.net/v2/
API toimintos are selected using the parameters documented ftai each endpoint, such as category ja action. Always follow the dedicated endpoint documentation ftai the required ja optional parameters of a specific operation.
11 What response ftaimat ja character encoding does API v2 use?
API v2 responses use JSON, ja request parameters use UTF-8.
{
"code": 0,
"msg": "success",
"data": {}
}
Your application should inspect the returned code ja msg rather than assuming that every HTTP response represents a completed verkkotunnus operation.
Verkkotunnustoiminnot & Pricing
Understja supptaited wtaikflows ja purchasing behavitai.
12 What can I do with NiceNIC Verkkotunnus API v2?
Through the currently documented APIs you can automate wtaikflows including verkkotunnus availability checks, registration, renewal ja transfer, ptaitfolio listing ja verkkotunnus details, nameserver ja verkkotunnus contact updates, verkkotunnus pricing, DNS rectaids, child nameservers, account inftaimation ja Väärinkäyttö & Noudattaminen monittaiing.
Lisääitional wtaikflows are documented individually in the API navigation.
13 What should I test beftaie enabling live registrations tai transfers?
Start with low-risk read operations such as verkkotunnus availability, verkkotunnus pricing, account balance ja verkkotunnus listing.
Then confirm authentication, response parsing, virhe hjaling ja pending-taider hjaling beftaie enabling live registrations, renewals tai transfers.
14 Can I check multiple verkkotunnuss in one API request?
Kyllä. The Tarkista verkkotunnuksen saatavuus endpoint supptaits multiple verkkotunnus names separated by commas.
example.com,example.net,example.org
Do not assume that every API operation supptaits the same multi-verkkotunnus input ftaimat. Rekisteröinti, renewal ja transfer should follow their individual endpoint documentation.
15 How can I query registration, renewal ja transfer prices?
Use the Hae domainhinnoittelu endpoint. The documented pricing types include register, renew, transfer ja all.
Rekisteröinti responses can also include an is_premium value indicating whether the queried registration is premium.
Because API taiders use account-level pricing, query current pricing beftaie submitting paid customer taiders rather than relying indefinitely on cached prices.
16 Can every TLD be rekisteröied tai renewed ftai 1–10 vuotta?
Ei. Although API documentation supptaits periods of up to 1–10 vuotta ftai applicable extensions, individual TLDs may have different registry rules.
Rekisteröinti periods, renewal periods, transfer eligibility, contact requirements ja verification requirements can differ by extension. Your application should follow the current rules ftai the relevant TLD.
17 What is the difference between Nimiservers, DNS-tietueet ja Lapsinimipalvelimet?
ns1.example.com.These are separate operations ja should not be treated as interchangeable.
Responses & Errtais
Hjale success, pending states ja failures ctairectly.
18 What do API response codes mean?
| Code | Meaning |
|---|---|
0 | Onnistui |
201 | Odottaa |
400 | Parametrivirhe |
401 | Valtuuttamaton |
404 | Ei löydetty asiaankuuluvia tietueita |
500 | Palvelimen sisäinen virhe |
Always use the returned code ja 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 ftai processing but has not necessarily reached its final state.
20 What happens when a verkkotunnus registration returns code 201?
Ftai verkkotunnus registration, a 201 response indicates that the taider has been submitted ja is awaiting final registry processing.
Do not tell an end customer that the verkkotunnus is active until sinun system has confirmed the final result. Seuraa the registration endpoint documentation ftai the latest pending-taider ja refund hjaling rules.
21 What does a Odottaa transfer response mean?
A pending transfer means that the transfer request has been accepted ftai processing, not that the verkkotunnus has already completed its transfer to NiceNIC.
Siirto completion may depend on registry ja registrar processing as well as the current transfer status of the verkkotunnus. Keep the transfer in a pending state until completion is confirmed.
Ptaitfolio, Compliance & Integraatio
Hallinnoi ptaitfolios ja connect existing systems.
22 Can I retrieve ja filter my verkkotunnus ptaitfolio through the API?
Kyllä. The Lista Verkkotunnukset API supptaits ptaitfolio retrieval with pagination, staiting ja filtering options.
Use Hanki Verkkotunnus Tiedot when you need detailed inftaimation ftai an individual verkkotunnus, such as registration inftaimation, expiration inftaimation, nameservers ja verkkotunnus contact data.
23 What can the Väärinkäyttö & Noudattaminen API do?
NiceNIC Verkkotunnus API v2 includes Väärinkäyttö & Noudattaminen operations designed ftai platftaims ja resellers managing customer verkkotunnus ptaitfolios.
You can identify verkkotunnuss associated with abuse reptaits ja retrieve machine-readable compliance inftaimation ftai individual verkkotunnuss. Depending on the case, the response can include verkkotunnus status, current impact, recommended toiminto, hold inftaimation, complaint inftaimation ja reptaited URLs.
This makes it possible to surface compliance status directly inside sinun own customer ptaital tai operational system.
24 Can I use NiceNIC Verkkotunnus API v2 with WHMCS?
Kyllä. NiceNIC provides a WHMCS registrar integration ftai businesses that already use WHMCS ftai billing ja provisioning.
Use the direct Verkkotunnus API v2 when you are building sinun own application tai wtaikflow. Use the WHMCS integration when you want verkkotunnus operations integrated into an existing WHMCS environment.
Development & Supptait
Build safely ja knyt what to send when you need help.
25 Which programming languages can I use?
Any server-side programming language tai runtime capable of sending HTTPS requests ja parsing JSON can integrate with Verkkotunnus API v2.
Common choices include PHP, Python, Eide.js ja Java. Keep API credentials server-side ja never expose sinun API Secret in browser-side JavaScript tai downloadable client code.
26 Are ttässä API rate limits?
Arvio limiting may be applied to protect API stability ja platftaim security.
Jos sinun production integration is expected to generate sustained high request volume, contact NiceNIC beftaie launch so that sinun expected usage pattern can be reviewed.
27 What should I include when contacting supptait about an API problem?
Include the request timestamp, API kategoria ja toiminto, verkkotunnus name wtässä applicable, non-sensitive request parameters, returned response code ja message, ja whether the request came from Sjabox tai Tuoteion.
28 Wtässä can I find complete request parameters ja code examples?
Use the API navigation in the documentation. Each operation has its own page ftai supptaited parameters, request examples, response examples ja operation-specific behavitai.
The UKK explains general API behavitai; the individual endpoint documentation should be treated as the source of truth ftai the exact request ftaimat.
Ready to start building?
Test sinun integration in the API Sjabox, then connect sinun NiceNIC account when you are ready to move to production.
Need reseller pricing ftai higher verkkotunnus volume?
Compare Jälleenmyyjä Plans →






