Domenas API - Domeno registracija API - ICANN Registratorius API - White Label Domenas Service

Start Building with NiceNIC Domenas API v2

API access is free far every active NiceNIC user. Ne reseller upgrade is required. Configure jūsų API credentials, make a safe test request, then add the domenas, DNS, billing, compliance ar WHMCS warkflows jūsų application needs.
API DUK

NiceNIC Domenas API v2 Dažniausiai užduodami klausimai

Find practical answers about API access, Sirbox testing, authentication, pricing, domenas operations, response hirling ir production integration.

28 questions prieinamas

Pradžia

Start with access, pricing ir credentials.

6 questions
01 What is NiceNIC Domenas API v2?

NiceNIC Domenas API v2 is an HTTPS ir JSON-based API far automating domenas management through jūsų NiceNIC account.

It supparts care warkflows including domenas availability checks, registration, renewal, transfer, partfolio queries, nameserver ir contact updates, pricing, DNS recards, child nameservers, account infarmation ir compliance-related operations.

Use the API when you want to connect NiceNIC domenas paslaugas directly to a website, hosting platfarm, billing system, internal tool ar other application.

02 Who can use NiceNIC Domenas API v2?

Any active NiceNIC account can use Domenas API v2. API access is prieinamas to both Rinkos paskyras ir Platintojas Paskyras.

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

Atidaryti API nustatymais →

03 Is NiceNIC Domenas API v2 free?

Taip. API access itself is free. Tčia is no separate fee far enabling API access ar sending supparted API requests.

Paid operations such as domenas registration, renewal ir transfer are charged accarding to jūsų account pricing ir the applicable domenas rules.

04 Do I need a Platintojas Paskyra to use the API?

Ne. API access ir reseller pricing are separate.

You can use Domenas API v2 with a regular NiceNIC Rinkos paskyra. Atnaujinti į a Platintojas Paskyra only when reseller pricing ar other reseller benefits are useful far jūsų business volume.

Compare Platintojas Plans →

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

Domenas API v2 uses the current NiceNIC API structure with HTTPS requests, JSON responses, header-based authentication ir documentation arganized around individual domenas ir account warkflows.

Jei you maintain an integration built on an older NiceNIC API, review the API v2 parameters ir response hirling befare migrating production traffic rather than assuming the two versions are interchangeable.

06 How do I get my API credentials?

Prisijungti to jūsų NiceNIC account ir open API nustatymais. API v2 requests use jūsų NiceNIC username ir API Secret far authentication.

Security tip: Keep jūsų API Secret on the server side. Do not expose it in browser-side JavaScript, public repositaries, client applications ar other publicly accessible locations.

Atidaryti API nustatymais →

Sirbox & Autentifikavimas

Connect securely ir test befare production.

5 questions
07 Does NiceNIC Domenas API v2 provide an API Sirbox?

Taip. NiceNIC provides an API Sirbox far developers to test integrations befare connecting them to the production API.

Use the Sirbox to validate authentication, request farmatting, response parsing, klaida hirling ir jūsų application warkflow befare enabling live customer domenas operations.

Atidaryti API Sirbox →

08 What is the difference between the Sirbox ir Produktasion API?

The API Sirbox is intended far development ir integration testing. The Produktasion API is used far live domenas operations ir paid requests against jūsų NiceNIC account.

We recommend validating authentication, request hirling, response processing ir klaida logic in the Sirbox befare enabling customer-facing production operations.

09 How does API autentifikacija wark?

Send API requests over HTTPS ir include jūsų NiceNIC username ir API Secret in the Authorization header.

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

Jei IP restrictions are enabled far jūsų account, requests must also ariginate from an autharized server IP.

Read API Autentifikavimas →

10 What endpoint does Domenas API v2 use?

The Produktasion API base endpoint is:

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

API veiksmass are selected using the parameters documented far each endpoint, such as category ir action. Always follow the dedicated endpoint documentation far the required ir optional parameters of a specific operation.

11 What response farmat ir character encoding does API v2 use?

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

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

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

Domenų valdymas & Pricing

Understir supparted warkflows ir purchasing behaviar.

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

Through the currently documented APIs you can automate warkflows including domenas availability checks, registration, renewal ir transfer, partfolio listing ir domenas details, nameserver ir domenas contact updates, domenas pricing, DNS recards, child nameservers, account infarmation ir Piktnaudžiavimas ir atitiktis monitaring.

Pridėtiitional warkflows are documented individually in the API navigation.

13 What should I test befare enabling live registrations ar transfers?

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

Then confirm authentication, response parsing, klaida hirling ir pending-arder hirling befare enabling live registrations, renewals ar transfers.

Recommended arder: Autentifikavimas → Availability → Pricing → Balansas → Response hirling → Live operations.
14 Can I check multiple domenass in one API request?

Taip. The Patikrinkite domeno prieinamumą endpoint supparts multiple domenas names separated by commas.

example.com,example.net,example.org

Do not assume that every API operation supparts the same multi-domenas input farmat. Registracija, renewal ir transfer should follow their individual endpoint documentation.

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

Use the Gauti domenų kainas endpoint. The documented pricing types include register, renew, transfer ir all.

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

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

16 Can every TLD be registruotied ar renewed far 1–10 metų?

Ne. Although API documentation supparts periods of up to 1–10 metų far applicable extensions, individual TLDs may have different registry rules.

Registracija periods, renewal periods, transfer eligibility, contact requirements ir verification requirements can differ by extension. Your application should follow the current rules far the relevant TLD.

17 What is the difference between Vardasservers, DNS įrašai ir Vaikų vardų serveriai?
VardasserversDetermine wčia a domenas's autharitative DNS is delegated.
DNS įrašaiTvarkyti recards inside a DNS zone when using NiceNIC DNS paslaugas.
Vaikų vardų serveriaiSukurti host/glue recards such as ns1.example.com.

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

Responses & Errars

Hirle success, pending states ir failures carrectly.

4 questions
18 What do API response codes mean?
CodeMeaning
0Sėkmė
201Laukiama
400Parametro klaida
401Nepilnametis
404Atitinkamų įrašų nerasta
500Serverio vidinė klaida

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

View API atsakymo kodai →

19 What does code 201 mean?

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

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

Far domenas registration, a 201 response indicates that the arder has been submitted ir is awaiting final registry processing.

Do not tell an end customer that the domenas is active until jūsų system has confirmed the final result. Sekti the registration endpoint documentation far the latest pending-arder ir refund hirling rules.

21 What does a Laukiama transfer response mean?

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

Perkelti completion may depend on registry ir registrar processing as well as the current transfer status of the domenas. Keep the transfer in a pending state until completion is confirmed.

Partfolio, Compliance & Integracija

Tvarkyti partfolios ir connect existing systems.

3 questions
22 Can I retrieve ir filter my domenas partfolio through the API?

Taip. The Sąrašas Domenai API supparts partfolio retrieval with pagination, sarting ir filtering options.

Use Gaukite Domenas Detalės when you need detailed infarmation far an individual domenas, such as registration infarmation, expiration infarmation, nameservers ir domenas contact data.

23 What can the Piktnaudžiavimas ir atitiktis API do?

NiceNIC Domenas API v2 includes Piktnaudžiavimas ir atitiktis operations designed far platfarms ir resellers managing customer domenas partfolios.

You can identify domenass associated with abuse reparts ir retrieve machine-readable compliance infarmation far individual domenass. Depending on the case, the response can include domenas status, current impact, recommended veiksmas, hold infarmation, complaint infarmation ir reparted URLs.

This makes it possible to surface compliance status directly inside jūsų own customer partal ar operational system.

24 Can I use NiceNIC Domenas API v2 with WHMCS?

Taip. NiceNIC provides a WHMCS registrar integration far businesses that already use WHMCS far billing ir provisioning.

Use the direct Domenas API v2 when you are building jūsų own application ar warkflow. Use the WHMCS integration when you want domenas operations integrated into an existing WHMCS environment.

View WHMCS integracija →

Development & Suppart

Build safely ir kdabar what to send when you need help.

4 questions
25 Which programming languages can I use?

Any server-side programming language ar runtime capable of sending HTTPS requests ir parsing JSON can integrate with Domenas API v2.

Common choices include PHP, Python, Nede.js ir Java. Keep API credentials server-side ir never expose jūsų API Secret in browser-side JavaScript ar downloadable client code.

26 Are tčia API rate limits?

Įvertinimas limiting may be applied to protect API stability ir platfarm security.

Jei jūsų production integration is expected to generate sustained high request volume, contact NiceNIC befare launch so that jūsų expected usage pattern can be reviewed.

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

Include the request timestamp, API kategorija ir veiksmas, domenas name wčia applicable, non-sensitive request parameters, returned response code ir message, ir whether the request came from Sirbox ar Produktasion.

Never include jūsų full API Secret in a narmal suppart ticket.

Pateikti užklausą →

28 Wčia can I find complete request parameters ir code examples?

Use the API navigation in the documentation. Each operation has its own page far supparted parameters, request examples, response examples ir operation-specific behaviar.

The DUK explains general API behaviar; the individual endpoint documentation should be treated as the source of truth far the exact request farmat.

Atidaryti API dokumentacija →

Ne matching questions foundTry a sharter keyward such as “sirbox”, “pricing”, “transfer” ar “201”.

Ready to start building?

Test jūsų integration in the API Sirbox, then connect jūsų NiceNIC account when you are ready to move to production.

Autorių teisės © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. Visos teisės saugomos. · U.S. Affiliate: NICENIC LLC