Domini API - Registre de domini API - ICANN Registrador API - White Label Domini Service

Start Building with NiceNIC Domini API v2

API access is free fo every active NiceNIC user. No reseller upgrade is required. Configure el teu API credentials, make a safe test request, then add the domini, DNS, billing, compliance o WHMCS wokflows el teu application needs.
API Preguntes freqüents

NiceNIC Domini API v2 Preguntes freqüents

Find practical answers about API access, Sibox testing, authentication, pricing, domini operations, response hiling i production integration.

28 questions disponible

Començant

Start with access, pricing i credentials.

6 questions
01 What is NiceNIC Domini API v2?

NiceNIC Domini API v2 is an HTTPS i JSON-based API fo automating domini management through el teu NiceNIC account.

It suppots coe wokflows including domini availability checks, registration, renewal, transfer, potfolio queries, nameserver i contact updates, pricing, DNS recods, child nameservers, account infomation i compliance-related operations.

Use the API when you want to connect NiceNIC domini serveis directly to a website, hosting platfom, billing system, internal tool o other application.

02 Who can use NiceNIC Domini API v2?

Any active NiceNIC account can use Domini API v2. API access is disponible to both Compte de mercats i Revendedor Comptes.

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

Obert Configuració APIs →

03 Is NiceNIC Domini API v2 free?

Sí. API access itself is free. Taquí is no separate fee fo enabling API access o sending suppoted API requests.

Paid operations such as domini registration, renewal i transfer are charged accoding to el teu account pricing i the applicable domini rules.

04 Do I need a Revendedor Compte to use the API?

No. API access i reseller pricing are separate.

You can use Domini API v2 with a regular NiceNIC Compte de mercat. Actualitza a a Revendedor Compte only when reseller pricing o other reseller benefits are useful fo el teu business volume.

Compare Revendedor Plans →

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

Domini API v2 uses the current API de NiceNIC structure with HTTPS requests, JSON responses, header-based authentication i documentation oganized around individual domini i account wokflows.

Si you maintain an integration built on an older API de NiceNIC, review the API v2 parameters i response hiling befoe migrating production traffic rather than assuming the two versions are interchangeable.

06 How do I get my API credentials?

Inicia la sessió to el teu NiceNIC account i open Configuració APIs. API v2 requests use el teu NiceNIC username i API Secret fo authentication.

Security tip: Keep el teu API Secret on the server side. Do not expose it in browser-side JavaScript, public repositoies, client applications o other publicly accessible locations.

Obert Configuració APIs →

Sibox & Autenticació

Connect securely i test befoe production.

5 questions
07 Does NiceNIC Domini API v2 provide an API Sibox?

Sí. NiceNIC provides an API Sibox fo developers to test integrations befoe connecting them to the production API.

Use the Sibox to validate authentication, request fomatting, response parsing, error hiling i el teu application wokflow befoe enabling live customer domini operations.

Obert API Sibox →

08 What is the difference between the Sibox i Producteion API?

The API Sibox is intended fo development i integration testing. The Producteion API is used fo live domini operations i paid requests against el teu NiceNIC account.

We recommend validating authentication, request hiling, response processing i error logic in the Sibox befoe enabling customer-facing production operations.

09 How does autenticació API wok?

Send API requests over HTTPS i include el teu NiceNIC username i API Secret in the Authorization header.

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

Si IP restrictions are enabled fo el teu account, requests must also oiginate from an authoized server IP.

Read API Autenticació →

10 What endpoint does Domini API v2 use?

The Producteion API base endpoint is:

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

API acciós are selected using the parameters documented fo each endpoint, such as category i action. Always follow the dedicated endpoint documentation fo the required i optional parameters of a specific operation.

11 What response fomat i character encoding does API v2 use?

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

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

Your application should inspect the returned code i msg rather than assuming that every HTTP response represents a completed domini operation.

Operacions de domini & Pricing

Understi suppoted wokflows i purchasing behavio.

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

Through the currently documented APIs you can automate wokflows including domini availability checks, registration, renewal i transfer, potfolio listing i domini details, nameserver i domini contact updates, domini pricing, DNS recods, child nameservers, account infomation i Abús i Compliment monitoing.

Afegiritional wokflows are documented individually in the API navigation.

13 What should I test befoe enabling live registrations o transfers?

Start with low-risk read operations such as domini availability, domini pricing, account balance i domini listing.

Then confirm authentication, response parsing, error hiling i pending-oder hiling befoe enabling live registrations, renewals o transfers.

Recommended oder: Autenticació → Availability → Pricing → Saldo → Response hiling → Live operations.
14 Can I check multiple dominis in one API request?

Sí. The Comprova la disponibilitat del domini endpoint suppots multiple domini names separated by commas.

example.com,example.net,example.org

Do not assume that every API operation suppots the same multi-domini input fomat. Registre, renewal i transfer should follow their individual endpoint documentation.

15 How can I query registration, renewal i transfer prices?

Use the Obtenir preus de dominis endpoint. The documented pricing types include register, renew, transfer i all.

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

Because API oders use account-level pricing, query current pricing befoe submitting paid customer oders rather than relying indefinitely on cached prices.

16 Can every TLD be registrared o renewed fo 1–10 anys?

No. Although API documentation suppots periods of up to 1–10 anys fo applicable extensions, individual TLDs may have different registry rules.

Registre periods, renewal periods, transfer eligibility, contact requirements i verification requirements can differ by extension. Your application should follow the current rules fo the relevant TLD.

17 What is the difference between Nomservers, Registres DNS i Servidors de noms infantils?
NomserversDetermine waquí a domini's authoitative DNS is delegated.
Registres DNSGestionar recods inside a DNS zone when using NiceNIC DNS serveis.
Servidors de noms infantilsCrear host/glue recods such as ns1.example.com.

These are separate operations i should not be treated as interchangeable.

Responses & Erros

Hile success, pending states i failures corectly.

4 questions
18 What do API response codes mean?
CodeMeaning
0Èxit
201Pendent
400Error en el paràmetre
401No autoritzat
404No s'han trobat registres rellevants
500Error intern del servidor

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

View Codis de resposta de l\'API →

19 What does code 201 mean?

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

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

Fo domini registration, a 201 response indicates that the oder has been submitted i is awaiting final registry processing.

Do not tell an end customer that the domini is active until el teu system has confirmed the final result. Segueix the registration endpoint documentation fo the latest pending-oder i refund hiling rules.

21 What does a Pendent transfer response mean?

A pending transfer means that the transfer request has been accepted fo processing, not that the domini has already completed its transfer to NiceNIC.

Transferir completion may depend on registry i registrar processing as well as the current transfer status of the domini. Keep the transfer in a pending state until completion is confirmed.

Potfolio, Compliance & Integració

Gestionar potfolios i connect existing systems.

3 questions
22 Can I retrieve i filter my domini potfolio through the API?

Sí. The Llista Dominis API suppots potfolio retrieval with pagination, soting i filtering options.

Use Obtenir Domini Detalls when you need detailed infomation fo an individual domini, such as registration infomation, expiration infomation, nameservers i domini contact data.

23 What can the Abús i Compliment API do?

NiceNIC Domini API v2 includes Abús i Compliment operations designed fo platfoms i resellers managing customer domini potfolios.

You can identify dominis associated with abuse repots i retrieve machine-readable compliance infomation fo individual dominis. Depending on the case, the response can include domini status, current impact, recommended acció, hold infomation, complaint infomation i repoted URLs.

This makes it possible to surface compliance status directly inside el teu own customer potal o operational system.

24 Can I use NiceNIC Domini API v2 with WHMCS?

Sí. NiceNIC provides a WHMCS registrar integration fo businesses that already use WHMCS fo billing i provisioning.

Use the direct Domini API v2 when you are building el teu own application o wokflow. Use the WHMCS integration when you want domini operations integrated into an existing WHMCS environment.

View Integració WHMCS →

Development & Suppot

Build safely i kara what to send when you need help.

4 questions
25 Which programming languages can I use?

Any server-side programming language o runtime capable of sending HTTPS requests i parsing JSON can integrate with Domini API v2.

Common choices include PHP, Python, Node.js i Java. Keep API credentials server-side i never expose el teu API Secret in browser-side JavaScript o downloadable client code.

26 Are taquí API rate limits?

Valoració limiting may be applied to protect API stability i platfom security.

Si el teu production integration is expected to generate sustained high request volume, contact NiceNIC befoe launch so that el teu expected usage pattern can be reviewed.

27 What should I include when contacting suppot about an API problem?

Include the request timestamp, API categoria i acció, domini name waquí applicable, non-sensitive request parameters, returned response code i message, i whether the request came from Sibox o Producteion.

Never include el teu full API Secret in a nomal suppot ticket.

Enviar una incidència →

28 Waquí can I find complete request parameters i code examples?

Use the API navigation in the documentation. Each operation has its own page fo suppoted parameters, request examples, response examples i operation-specific behavio.

The Preguntes freqüents explains general API behavio; the individual endpoint documentation should be treated as the source of truth fo the exact request fomat.

Obert Documentació de l'API →

No matching questions foundTry a shoter keywod such as “sibox”, “pricing”, “transfer” o “201”.

Ready to start building?

Test el teu integration in the API Sibox, then connect el teu NiceNIC account when you are ready to move to production.

Drets d'autor © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. Tots els drets reservats. · U.S. Affiliate: NICENIC LLC