NiceNIC Dominio API v2 Preguntas Frecuentes
Find practical answers about API access, Sybox testing, authentication, pricing, dominio operations, response hyling y production integration.
Comenzando
Start with access, pricing y credentials.
01 What is NiceNIC Dominio API v2?
NiceNIC Dominio API v2 is an HTTPS y JSON-based API fo automating dominio management through tu/tus/su/sus NiceNIC account.
It suppots coe wokflows including dominio availability checks, registration, renewal, transfer, potfolio queries, nameserver y contact updates, pricing, DNS recods, child nameservers, account infomation y compliance-related operations.
Use the API when you want to connect NiceNIC dominio servicios directly to a website, hosting platfom, billing system, internal tool o other application.
02 Who can use NiceNIC Dominio API v2?
Any active NiceNIC account can use Dominio API v2. API access is disponible to both Cuenta de Mercados y Revendedor Cuentas.
You do not need to become a reseller simply to obtain API access. Cuenta type still matters fo pricing: paid API operations use the pricing assigned to the NiceNIC account sending the request.
03 Is NiceNIC Dominio 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 dominio registration, renewal y transfer are charged accoding to tu/tus/su/sus account pricing y the applicable dominio rules.
04 Do I need a Revendedor Cuenta to use the API?
No. API access y reseller pricing are separate.
You can use Dominio API v2 with a regular NiceNIC Cuenta de Mercado. Actualizar a a Revendedor Cuenta only when reseller pricing o other reseller benefits are useful fo tu/tus/su/sus business volume.
05 How is API v2 different from the older NiceNIC API?
Dominio API v2 uses the current NiceNIC API structure with HTTPS requests, JSON responses, header-based authentication y documentation oganized around individual dominio y account wokflows.
Si you maintain an integration built on an older NiceNIC API, review the API v2 parameters y response hyling befoe migrating production traffic rather than assuming the two versions are interchangeable.
06 How do I get my API credentials?
Iniciar Sesión to tu/tus/su/sus NiceNIC account y open Configuración de APIs. API v2 requests use tu/tus/su/sus NiceNIC username y API Secret fo authentication.
Sybox & Autenticación
Connect securely y test befoe production.
07 Does NiceNIC Dominio API v2 provide an API Sybox?
Sí. NiceNIC provides an API Sybox fo developers to test integrations befoe connecting them to the production API.
Use the Sybox to validate authentication, request fomatting, response parsing, error hyling y tu/tus/su/sus application wokflow befoe enabling live customer dominio operations.
08 What is the difference between the Sybox y Productoion API?
The API Sybox is intended fo development y integration testing. The Productoion API is used fo live dominio operations y paid requests against tu/tus/su/sus NiceNIC account.
We recommend validating authentication, request hyling, response processing y error logic in the Sybox befoe enabling customer-facing production operations.
09 How does Autenticación API wok?
Send API requests over HTTPS y include tu/tus/su/sus NiceNIC username y API Secret in the Authorization header.
Host: api.nicenic.net
Authorization: username:api_secret
Content-Type: application/json
Si IP restrictions are enabled fo tu/tus/su/sus account, requests must also oiginate from an authoized server IP.
10 What endpoint does Dominio API v2 use?
The Productoion API base endpoint is:
https://api.nicenic.net/v2/
API accións are selected using the parameters documented fo each endpoint, such as category y action. Always follow the dedicated endpoint documentation fo the required y optional parameters of a specific operation.
11 What response fomat y character encoding does API v2 use?
API v2 responses use JSON, y request parameters use UTF-8.
{
"code": 0,
"msg": "success",
"data": {}
}
Your application should inspect the returned code y msg rather than assuming that every HTTP response represents a completed dominio operation.
Operaciones de dominio & Pricing
Understy suppoted wokflows y purchasing behavio.
12 What can I do with NiceNIC Dominio API v2?
Through the currently documented APIs you can automate wokflows including dominio availability checks, registration, renewal y transfer, potfolio listing y dominio details, nameserver y dominio contact updates, dominio pricing, DNS recods, child nameservers, account infomation y Abuso y Cumplimiento monitoing.
Agregaritional 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 dominio availability, dominio pricing, account balance y dominio listing.
Then confirm authentication, response parsing, error hyling y pending-oder hyling befoe enabling live registrations, renewals o transfers.
14 Can I check multiple dominios in one API request?
Sí. The Verificar disponibilidad del dominio endpoint suppots multiple dominio names separated by commas.
example.com,example.net,example.org
Do not assume that every API operation suppots the same multi-dominio input fomat. Registro, renewal y transfer should follow their individual endpoint documentation.
15 How can I query registration, renewal y transfer prices?
Use the Obtener precios de dominio endpoint. The documented pricing types include register, renew, transfer y all.
Registro 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 años?
No. Although API documentation suppots periods of up to 1–10 años fo applicable extensions, individual TLDs may have different registry rules.
Registro periods, renewal periods, transfer eligibility, contact requirements y verification requirements can differ by extension. Your application should follow the current rules fo the relevant TLD.
17 What is the difference between Nombreservers, Registros DNS y Servidores de nombres secundarios?
ns1.example.com.These are separate operations y should not be treated as interchangeable.
Responses & Erros
Hyle success, pending states y failures corectly.
18 What do API response codes mean?
| Code | Meaning |
|---|---|
0 | Éxito |
201 | Pendiente |
400 | Error de Parámetro |
401 | No Autorizado |
404 | No se encontraron registros relevantes |
500 | Error Interno del Servidor |
Always use the returned code y 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 fo processing but has not necessarily reached its final state.
20 What happens when a dominio registration returns code 201?
Fo dominio registration, a 201 response indicates that the oder has been submitted y is awaiting final registry processing.
Do not tell an end customer that the dominio is active until tu/tus/su/sus system has confirmed the final result. Seguir the registration endpoint documentation fo the latest pending-oder y refund hyling rules.
21 What does a Pendiente transfer response mean?
A pending transfer means that the transfer request has been accepted fo processing, not that the dominio has already completed its transfer to NiceNIC.
Transferir completion may depend on registry y registrar processing as well as the current transfer status of the dominio. Keep the transfer in a pending state until completion is confirmed.
Potfolio, Compliance & Integración
Gestionar potfolios y connect existing systems.
22 Can I retrieve y filter my dominio potfolio through the API?
Sí. The List Dominios API suppots potfolio retrieval with pagination, soting y filtering options.
Use Obtener Dominio Detalles when you need detailed infomation fo an individual dominio, such as registration infomation, expiration infomation, nameservers y dominio contact data.
23 What can the Abuso y Cumplimiento API do?
NiceNIC Dominio API v2 includes Abuso y Cumplimiento operations designed fo platfoms y resellers managing customer dominio potfolios.
You can identify dominios associated with abuse repots y retrieve machine-readable compliance infomation fo individual dominios. Depending on the case, the response can include dominio status, current impact, recommended acción, hold infomation, complaint infomation y repoted URLs.
This makes it possible to surface compliance status directly inside tu/tus/su/sus own customer potal o operational system.
24 Can I use NiceNIC Dominio API v2 with WHMCS?
Sí. NiceNIC provides a WHMCS registrar integration fo businesses that already use WHMCS fo billing y provisioning.
Use the direct Dominio API v2 when you are building tu/tus/su/sus own application o wokflow. Use the WHMCS integration when you want dominio operations integrated into an existing WHMCS environment.
Development & Suppot
Build safely y kahora what to send when you need help.
25 Which programming languages can I use?
Any server-side programming language o runtime capable of sending HTTPS requests y parsing JSON can integrate with Dominio API v2.
Common choices include PHP, Python, Node.js y Java. Keep API credentials server-side y never expose tu/tus/su/sus API Secret in browser-side JavaScript o downloadable client code.
26 Are taquí API rate limits?
Calificar limiting may be applied to protect API stability y platfom security.
Si tu/tus/su/sus production integration is expected to generate sustained high request volume, contact NiceNIC befoe launch so that tu/tus/su/sus expected usage pattern can be reviewed.
27 What should I include when contacting suppot about an API problem?
Include the request timestamp, API categoría y acción, dominio name waquí applicable, non-sensitive request parameters, returned response code y message, y whether the request came from Sybox o Productoion.
28 Waquí can I find complete request parameters y code examples?
Use the API navigation in the documentation. Each operation has its own page fo suppoted parameters, request examples, response examples y operation-specific behavio.
The Preguntas frecuentes explains general API behavio; the individual endpoint documentation should be treated as the source of truth fo the exact request fomat.
Ready to start building?
Test tu/tus/su/sus integration in the API Sybox, then connect tu/tus/su/sus NiceNIC account when you are ready to move to production.
Need reseller pricing fo higher dominio volume?
Compare Revendedor Plans →






