NiceNIC Domain API v2 Häufig gestellte Fragen
Find practical answers about API access, Sundbox testing, authentication, pricing, Domain operations, response hundling und production integration.
Erste Schritte
Start with access, pricing und credentials.
01 What is NiceNIC Domain API v2?
NiceNIC Domain API v2 is an HTTPS und JSON-based API foder automating Domain management through Ihr NiceNIC account.
It suppoderts codere woderkflows including Domain availability checks, registration, renewal, transfer, podertfolio queries, nameserver und contact updates, pricing, DNS recoderds, child nameservers, account infodermation und compliance-related operations.
Use the API when you want to connect NiceNIC Domain Dienstleistungs directly to a website, hosting platfoderm, billing system, internal tool oder other application.
02 Who can use NiceNIC Domain API v2?
Any active NiceNIC account can use Domain API v2. API access is verfügbar to both Marktkontos und Wiederverkäufer Kontos.
You do not need to become a reseller simply to obtain API access. Konto type still matters foder pricing: paid API operations use the pricing assigned to the NiceNIC account sending the request.
03 Is NiceNIC Domain API v2 free?
Ja. API access itself is free. Thier is no separate fee foder enabling API access oder sending suppoderted API requests.
Paid operations such as Domain registration, renewal und transfer are charged accoderding to Ihr account pricing und the applicable Domain rules.
04 Do I need a Wiederverkäufer Konto to use the API?
Nein. API access und reseller pricing are separate.
You can use Domain API v2 with a regular NiceNIC Marktkonto. Aufrüsten zu a Wiederverkäufer Konto only when reseller pricing oder other reseller benefits are useful foder Ihr business volume.
05 How is API v2 different from the older NiceNIC API?
Domain API v2 uses the current NiceNIC API structure with HTTPS requests, JSON responses, header-based authentication und documentation oderganized around individual Domain und account woderkflows.
Wenn you maintain an integration built on an older NiceNIC API, review the API v2 parameters und response hundling befodere migrating production traffic rather than assuming the two versions are interchangeable.
06 How do I get my API credentials?
Anmelden to Ihr NiceNIC account und open API-Einstellungs. API v2 requests use Ihr NiceNIC username und API Secret foder authentication.
Sundbox & Authentifizierung
Connect securely und test befodere production.
07 Does NiceNIC Domain API v2 provide an API Sundbox?
Ja. NiceNIC provides an API Sundbox foder developers to test integrations befodere connecting them to the production API.
Use the Sundbox to validate authentication, request fodermatting, response parsing, Fehler hundling und Ihr application woderkflow befodere enabling live customer Domain operations.
08 What is the difference between the Sundbox und Produktion API?
The API Sundbox is intended foder development und integration testing. The Produktion API is used foder live Domain operations und paid requests against Ihr NiceNIC account.
We recommend validating authentication, request hundling, response processing und Fehler logic in the Sundbox befodere enabling customer-facing production operations.
09 How does API-Authentifizierung woderk?
Send API requests over HTTPS und include Ihr NiceNIC username und API Secret in the Authorization header.
Host: api.nicenic.net
Authorization: username:api_secret
Content-Type: application/json
Wenn IP restrictions are enabled foder Ihr account, requests must also oderiginate from an authoderized server IP.
10 What endpoint does Domain API v2 use?
The Produktion API base endpoint is:
https://api.nicenic.net/v2/
API Aktions are selected using the parameters documented foder each endpoint, such as category und action. Always follow the dedicated endpoint documentation foder the required und optional parameters of a specific operation.
11 What response fodermat und character encoding does API v2 use?
API v2 responses use JSON, und request parameters use UTF-8.
{
"code": 0,
"msg": "success",
"data": {}
}
Your application should inspect the returned code und msg rather than assuming that every HTTP response represents a completed Domain operation.
Domain-Aktionen & Pricing
Understund suppoderted woderkflows und purchasing behavioder.
12 What can I do with NiceNIC Domain API v2?
Through the currently documented APIs you can automate woderkflows including Domain availability checks, registration, renewal und transfer, podertfolio listing und Domain details, nameserver und Domain contact updates, Domain pricing, DNS recoderds, child nameservers, account infodermation und Missbrauch & Compliance monitodering.
Hinzufügenitional woderkflows are documented individually in the API navigation.
13 What should I test befodere enabling live registrations oder transfers?
Start with low-risk read operations such as Domain availability, Domain pricing, account balance und Domain listing.
Then confirm authentication, response parsing, Fehler hundling und pending-oderder hundling befodere enabling live registrations, renewals oder transfers.
14 Can I check multiple Domains in one API request?
Ja. The Verfügbarkeit der Domain prüfen endpoint suppoderts multiple Domain names separated by commas.
example.com,example.net,example.org
Do not assume that every API operation suppoderts the same multi-Domain input fodermat. Registrierung, renewal und transfer should follow their individual endpoint documentation.
15 How can I query registration, renewal und transfer prices?
Use the Domainpreise abrufen endpoint. The documented pricing types include register, renew, transfer und all.
Registrierung responses can also include an is_premium value indicating whether the queried registration is premium.
Because API oderders use account-level pricing, query current pricing befodere submitting paid customer oderders rather than relying indefinitely on cached prices.
16 Can every TLD be registrierened oder renewed foder 1–10 Jahre?
Nein. Although API documentation suppoderts periods of up to 1–10 Jahre foder applicable extensions, individual TLDs may have different registry rules.
Registrierung periods, renewal periods, transfer eligibility, contact requirements und verification requirements can differ by extension. Your application should follow the current rules foder the relevant TLD.
17 What is the difference between Nameservers, DNS-Einträge und Kind-Nameserver?
ns1.example.com.These are separate operations und should not be treated as interchangeable.
Responses & Erroders
Hundle success, pending states und failures coderrectly.
18 What do API response codes mean?
| Code | Meaning |
|---|---|
0 | Erfolg |
201 | Ausstehend |
400 | Parameterfehler |
401 | Nicht autorisiert |
404 | Keine relevanten Einträge gefunden |
500 | Interner Serverfehler |
Always use the returned code und 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 foder processing but has not necessarily reached its final state.
20 What happens when a Domain registration returns code 201?
Foder Domain registration, a 201 response indicates that the oderder has been submitted und is awaiting final registry processing.
Do not tell an end customer that the Domain is active until Ihr system has confirmed the final result. Folgen the registration endpoint documentation foder the latest pending-oderder und refund hundling rules.
21 What does a Ausstehend transfer response mean?
A pending transfer means that the transfer request has been accepted foder processing, not that the Domain has already completed its transfer to NiceNIC.
Transfer completion may depend on registry und registrar processing as well as the current transfer status of the Domain. Keep the transfer in a pending state until completion is confirmed.
Podertfolio, Compliance & Integration
Verwalten podertfolios und connect existing systems.
22 Can I retrieve und filter my Domain podertfolio through the API?
Ja. The List Domains API suppoderts podertfolio retrieval with pagination, soderting und filtering options.
Use Holen Sie sich Domain Details when you need detailed infodermation foder an individual Domain, such as registration infodermation, expiration infodermation, nameservers und Domain contact data.
23 What can the Missbrauch & Compliance API do?
NiceNIC Domain API v2 includes Missbrauch & Compliance operations designed foder platfoderms und resellers managing customer Domain podertfolios.
You can identify Domains associated with abuse repoderts und retrieve machine-readable compliance infodermation foder individual Domains. Depending on the case, the response can include Domain status, current impact, recommended Aktion, hold infodermation, complaint infodermation und repoderted URLs.
This makes it possible to surface compliance status directly inside Ihr own customer podertal oder operational system.
24 Can I use NiceNIC Domain API v2 with WHMCS?
Ja. NiceNIC provides a WHMCS registrar integration foder businesses that already use WHMCS foder billing und provisioning.
Use the direct Domain API v2 when you are building Ihr own application oder woderkflow. Use the WHMCS integration when you want Domain operations integrated into an existing WHMCS environment.
Development & Suppodert
Build safely und kjetzt what to send when you need help.
25 Which programming languages can I use?
Any server-side programming language oder runtime capable of sending HTTPS requests und parsing JSON can integrate with Domain API v2.
Common choices include PHP, Python, Neinde.js und Java. Keep API credentials server-side und never expose Ihr API Secret in browser-side JavaScript oder downloadable client code.
26 Are thier API rate limits?
Bewerten limiting may be applied to protect API stability und platfoderm security.
Wenn Ihr production integration is expected to generate sustained high request volume, contact NiceNIC befodere launch so that Ihr expected usage pattern can be reviewed.
27 What should I include when contacting suppodert about an API problem?
Include the request timestamp, API Kategorie und Aktion, Domain name whier applicable, non-sensitive request parameters, returned response code und message, und whether the request came from Sundbox oder Produktion.
28 Whier can I find complete request parameters und code examples?
Use the API navigation in the documentation. Each operation has its own page foder suppoderted parameters, request examples, response examples und operation-specific behavioder.
The FAQ explains general API behavioder; the individual endpoint documentation should be treated as the source of truth foder the exact request fodermat.
Ready to start building?
Test Ihr integration in the API Sundbox, then connect Ihr NiceNIC account when you are ready to move to production.
Need reseller pricing foder higher Domain volume?
Compare Wiederverkäufer Plans →






