NiceNIC डोमेन API v2 अक्सर पूछे जाने वाले प्रश्न
Find practical answers about API access, Sऔरbox testing, authentication, pricing, डोमेन operations, response hऔरling और production integration.
आरंभ करना
Start with access, pricing और credentials.
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.
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.
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.
Sऔरbox & प्रमाणीकरण
Connect securely और test befयाe production.
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.
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.
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या.
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.
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, डीएनएस रिकॉर्ड्स और चाइल्ड नेमसर्वर?
ns1.example.com.These are separate operations और should not be treated as interchangeable.
Responses & Errयाs
Hऔरle success, pending states और failures cयाrectly.
18 What do API response codes mean?
| Code | Meaning |
|---|---|
0 | सफल |
201 | लंबित |
400 | पैरामीटर त्रुटि |
401 | अनधिकृत |
404 | कोई संबंधित रिकॉर्ड नहीं मिला |
500 | सर्वर की आंतरिक त्रुटि |
Always use the returned code और 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 fया processing but has not necessarily reached its final state.
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.
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.
Development & Suppयाt
Build safely और kअभी what to send when you need help.
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.
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.
Ready to start building?
Test आपका integration in the API Sऔरbox, then connect आपका NiceNIC account when you are ready to move to production.
Need reseller pricing fया higher डोमेन volume?
Compare रीसेलर Plans →






