Դոմեն API - Դոմենի գրանցում API - ICANN Գրանցող API - White Label Դոմեն Service

Start Building with NiceNIC Դոմեն API v2

API access is free fկամ every active NiceNIC user. Ոչ reseller upgrade is required. Configure քո API credentials, make a safe test request, then add the դոմեյն, DNS, billing, compliance կամ WHMCS wկամkflows քո application needs.
API ՀՏՀ

NiceNIC Դոմեն API v2 Հաճախ տրվող հարցեր

Find practical answers about API access, Sևbox testing, authentication, pricing, դոմեյն operations, response hևling և production integration.

28 questions առկա է

Սկիզբ ընդունելն

Start with access, pricing և credentials.

6 questions
01 What is NiceNIC Դոմեն API v2?

NiceNIC Դոմեն API v2 is an HTTPS և JSON-based API fկամ automating դոմեյն management through քո NiceNIC account.

It suppկամts cկամe wկամkflows including դոմեյն availability checks, registration, renewal, transfer, pկամtfolio queries, nameserver և contact updates, pricing, DNS recկամds, child nameservers, account infկամmation և compliance-related operations.

Use the API when you want to connect NiceNIC դոմեյն սպասարկումs directly to a website, hosting platfկամm, billing system, internal tool կամ other application.

02 Who can use NiceNIC Դոմեն API v2?

Any active NiceNIC account can use Դոմեն API v2. API access is առկա է to both Շուկայական հաշիվs և Վաճառող Հաշիվs.

You do not need to become a reseller simply to obtain API access. Հաշիվ type still matters fկամ pricing: paid API operations use the pricing assigned to the NiceNIC account sending the request.

Բաց API Կարգավորումներs →

03 Is NiceNIC Դոմեն API v2 free?

Այո. API access itself is free. Tայստեղ is no separate fee fկամ enabling API access կամ sending suppկամted API requests.

Paid operations such as դոմեյն registration, renewal և transfer are charged accկամding to քո account pricing և the applicable դոմեյն rules.

04 Do I need a Վաճառող Հաշիվ to use the API?

Ոչ. API access և reseller pricing are separate.

You can use Դոմեն API v2 with a regular NiceNIC Շուկայական հաշիվ. Թարմացնել до a Վաճառող Հաշիվ only when reseller pricing կամ other reseller benefits are useful fկամ քո business volume.

Compare Վաճառող Plans →

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

Դոմեն API v2 uses the current NiceNIC API structure with HTTPS requests, JSON responses, header-based authentication և documentation կամganized around individual դոմեյն և account wկամkflows.

Եթե you maintain an integration built on an older NiceNIC API, review the API v2 parameters և response hևling befկամe migrating production traffic rather than assuming the two versions are interchangeable.

06 How do I get my API credentials?

Մուտք to քո NiceNIC account և open API Կարգավորումներs. API v2 requests use քո NiceNIC username և API Secret fկամ authentication.

Security tip: Keep քո API Secret on the server side. Do not expose it in browser-side JavaScript, public repositկամies, client applications կամ other publicly accessible locations.

Բաց API Կարգավորումներs →

Sևbox & Հաստատում

Connect securely և test befկամe production.

5 questions
07 Does NiceNIC Դոմեն API v2 provide an API Sևbox?

Այո. NiceNIC provides an API Sևbox fկամ developers to test integrations befկամe connecting them to the production API.

Use the Sևbox to validate authentication, request fկամmatting, response parsing, սխալ hևling և քո application wկամkflow befկամe enabling live customer դոմեյն operations.

Բաց API Sևbox →

08 What is the difference between the Sևbox և Ապրանքion API?

The API Sևbox is intended fկամ development և integration testing. The Ապրանքion API is used fկամ live դոմեյն operations և paid requests against քո NiceNIC account.

We recommend validating authentication, request hևling, response processing և սխալ logic in the Sևbox befկամe enabling customer-facing production operations.

09 How does API אימות wկամk?

Send API requests over HTTPS և include քո NiceNIC username և API Secret in the Authorization header.

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

Եթե IP restrictions are enabled fկամ քո account, requests must also կամiginate from an authկամized server IP.

Read API Հաստատում →

10 What endpoint does Դոմեն API v2 use?

The Ապրանքion API base endpoint is:

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

API գործողությունs are selected using the parameters documented fկամ each endpoint, such as category և action. Always follow the dedicated endpoint documentation fկամ the required և optional parameters of a specific operation.

11 What response fկամmat և character encoding does API v2 use?

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

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

Your application should inspect the returned code և msg rather than assuming that every HTTP response represents a completed դոմեյն operation.

Դոմենային գործողություններ & Pricing

Understև suppկամted wկամkflows և purchasing behaviկամ.

6 questions
12 What can I do with NiceNIC Դոմեն API v2?

Through the currently documented APIs you can automate wկամkflows including դոմեյն availability checks, registration, renewal և transfer, pկամtfolio listing և դոմեյն details, nameserver և դոմեյն contact updates, դոմեյն pricing, DNS recկամds, child nameservers, account infկամmation և Զրկանք և համապատասխանություն monitկամing.

Ավելացնելitional wկամkflows are documented individually in the API navigation.

13 What should I test befկամe enabling live registrations կամ transfers?

Start with low-risk read operations such as դոմեյն availability, դոմեյն pricing, account balance և դոմեյն listing.

Then confirm authentication, response parsing, սխալ hևling և pending-կամder hևling befկամe enabling live registrations, renewals կամ transfers.

Recommended կամder: Հաստատում → Availability → Pricing → Մնացորդ → Response hևling → Live operations.
14 Can I check multiple դոմեյնs in one API request?

Այո. The Հետեւել դոմենի հասանելիությունը endpoint suppկամts multiple դոմեյն names separated by commas.

example.com,example.net,example.org

Do not assume that every API operation suppկամts the same multi-դոմեյն input fկամmat. Գրանցում, renewal և transfer should follow their individual endpoint documentation.

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

Use the Ստանալ տիրույթի գները endpoint. The documented pricing types include register, renew, transfer և all.

Գրանցում responses can also include an is_premium value indicating whether the queried registration is premium.

Because API կամders use account-level pricing, query current pricing befկամe submitting paid customer կամders rather than relying indefinitely on cached prices.

16 Can every TLD be Գրանցումed կամ renewed fկամ 1–10 տարի?

Ոչ. Although API documentation suppկամts periods of up to 1–10 տարի fկամ applicable extensions, individual TLDs may have different registry rules.

Գրանցում periods, renewal periods, transfer eligibility, contact requirements և verification requirements can differ by extension. Your application should follow the current rules fկամ the relevant TLD.

17 What is the difference between Անունservers, DNS գրառումներ և Երեխաների անվան սերվերներ?
ԱնունserversDetermine wայստեղ a դոմեյն's authկամitative DNS is delegated.
DNS գրառումներԿառավարել recկամds inside a DNS zone when using NiceNIC DNS սպասարկումs.
Երեխաների անվան սերվերներՍտեղծել host/glue recկամds such as ns1.example.com.

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

Responses & Errկամs

Hևle success, pending states և failures cկամrectly.

4 questions
18 What do API response codes mean?
CodeMeaning
0Հաջողություն
201Վաղման մեջ է
400Աרגում սխալ
401Անհավաստի
404Համապատասխան գրառումներ չեն գտնվել
500Սերվերի ներքին սխալ

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

View API պատասխանների կոդեր →

19 What does code 201 mean?

A 201 response means that the operation has been accepted fկամ processing but has not necessarily reached its final state.

Impկամtant: Do not treat a pending response as final success. Preserve the pending state until the final result of the դոմեյն operation is confirmed.
20 What happens when a դոմեյն registration returns code 201?

Fկամ դոմեյն registration, a 201 response indicates that the կամder has been submitted և is awaiting final registry processing.

Do not tell an end customer that the դոմեյն is active until քո system has confirmed the final result. Հետևել the registration endpoint documentation fկամ the latest pending-կամder և refund hևling rules.

21 What does a Վաղման մեջ է transfer response mean?

A pending transfer means that the transfer request has been accepted fկամ processing, not that the դոմեյն has already completed its transfer to NiceNIC.

Փոխանցում completion may depend on registry և registrar processing as well as the current transfer status of the դոմեյն. Keep the transfer in a pending state until completion is confirmed.

Pկամtfolio, Compliance & Ինտեգրացիա

Կառավարել pկամtfolios և connect existing systems.

3 questions
22 Can I retrieve և filter my դոմեյն pկամtfolio through the API?

Այո. The Ցանկ Տիրույթներ API suppկամts pկամtfolio retrieval with pagination, sկամting և filtering options.

Use Ստանալ Դոմեն Մանրամասներ when you need detailed infկամmation fկամ an individual դոմեյն, such as registration infկամmation, expiration infկամmation, nameservers և դոմեյն contact data.

23 What can the Զրկանք և համապատասխանություն API do?

NiceNIC Դոմեն API v2 includes Զրկանք և համապատասխանություն operations designed fկամ platfկամms և resellers managing customer դոմեյն pկամtfolios.

You can identify դոմեյնs associated with abuse repկամts և retrieve machine-readable compliance infկամmation fկամ individual դոմեյնs. Depending on the case, the response can include դոմեյն status, current impact, recommended գործողություն, hold infկամmation, complaint infկամmation և repկամted URLs.

This makes it possible to surface compliance status directly inside քո own customer pկամtal կամ operational system.

24 Can I use NiceNIC Դոմեն API v2 with WHMCS?

Այո. NiceNIC provides a WHMCS registrar integration fկամ businesses that already use WHMCS fկամ billing և provisioning.

Use the direct Դոմեն API v2 when you are building քո own application կամ wկամkflow. Use the WHMCS integration when you want դոմեյն operations integrated into an existing WHMCS environment.

View WHMCS ինտեգրում →

Development & Suppկամt

Build safely և kհիմա what to send when you need help.

4 questions
25 Which programming languages can I use?

Any server-side programming language կամ runtime capable of sending HTTPS requests և parsing JSON can integrate with Դոմեն API v2.

Common choices include PHP, Python, Ոչde.js և Java. Keep API credentials server-side և never expose քո API Secret in browser-side JavaScript կամ downloadable client code.

26 Are tայստեղ API rate limits?

Գնահատական limiting may be applied to protect API stability և platfկամm security.

Եթե քո production integration is expected to generate sustained high request volume, contact NiceNIC befկամe launch so that քո expected usage pattern can be reviewed.

27 What should I include when contacting suppկամt about an API problem?

Include the request timestamp, API կատեգորիա և գործողություն, դոմեյն name wայստեղ applicable, non-sensitive request parameters, returned response code և message, և whether the request came from Sևbox կամ Ապրանքion.

Never include քո full API Secret in a nկամmal suppկամt ticket.

Ուղարկել դիմում →

28 Wայստեղ can I find complete request parameters և code examples?

Use the API navigation in the documentation. Each operation has its own page fկամ suppկամted parameters, request examples, response examples և operation-specific behaviկամ.

The ՀՏՀ explains general API behaviկամ; the individual endpoint documentation should be treated as the source of truth fկամ the exact request fկամmat.

Բաց API փաստաթղթեր →

Ոչ matching questions foundTry a shկամter keywկամd such as “sևbox”, “pricing”, “transfer” կամ “201”.

Ready to start building?

Test քո integration in the API Sևbox, then connect քո NiceNIC account when you are ready to move to production.

Հեղինակային իրավունք © 2006–2026 NICENIC INTERNATIONAL GROUP CO., LIMITED. Բոլոր իրավունքները պաշտպանված են. · U.S. Affiliate: NICENIC LLC