ڈومین 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 Domain Pricing حاصل کریں 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, ڈی این ایس ریکارڈز اور چائلڈ نیم سرورز?
نامserversDetermine wیہاں a ڈومین's authیاitative DNS is delegated.
ڈی این ایس ریکارڈزمنظم کریں 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 ای پی آئی جواب کے کوڈز →

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