Get domain details by domain name
Gets details of the Domain Registration Order associated with the specified domain name.
path Parameters
domainNamequery Parameters
optionsValues can be: All , OrderDetails , StatusDetails, ContactIds , RegistrantContactDetails , AdminContactDetails , TechContactDetails , BillingContactDetails , NsDetails , DomainStatus , DNSSECDetails .
Get domain details by domain name › Responses
OK
Nested domain registration order details.
statusOverall operation status (for example, Success or Failed).
messageAdditional status or error message from the operation.
Get domain details by order ID
Gets details of the Domain Registration Order associated with the specified Order Id .
path Parameters
orderIdquery Parameters
optionsValues can be: All , OrderDetails , ContactIds , RegistrantContactDetails , AdminContactDetails , TechContactDetails , BillingContactDetails , NsDetails , DomainStatus , DNSSECDetails , StatusDetails .
Get domain details by order ID › Responses
OK
Nested domain registration order details.
statusOverall operation status (for example, Success or Failed).
messageAdditional status or error message from the operation.
Search and list domains
Gets a list of Domain Registration Orders matching the search criteria, along with the details.
query Parameters
sizeNumber of Orders to be fetched. This should be a value between 10 to 500.
pagePage number for which details are to be fetched
orderIdOrder Id(s) of the Domain Registration Order(s) whose details need to be fetched
resellerIdReseller Id(s) whose Orders need to be fetched
customerIdCustomer Id(s) whose Orders need to be fetched
showChildOrdersWhether Sub-Reseller Orders need to be fetched or not
productKeyProduct keys of the TLDs
statusStatus of the Order. Deleted — orders deleted in the past 30 days. Archived — orders deleted more than 30 days ago. Pending Verification — registrant contact email verification pending. Failed Verification — orders deactivated because registrant contact email was not verified within the Whois Data Verification period.
privacyEnabledPrivacy Protection status filter. true — Privacy Protection enabled. false — disabled. na — not applicable (not allowed); search results include Inactive Orders as well.
domainNameName of the Domain.
creationDateStartUNIX TimeStamp for listing of Domain Registration Orders whose Creation Date is greater than creation-date-start
creationDateEndUNIX TimeStamp for listing of Domain Registration Orders whose Creation Date is less than creation-date-end
expiryDateStartUNIX TimeStamp for listing of Domain Registration Orders whose Expiry Date is greater than expiry-date-start
expiryDateEndUNIX TimeStamp for listing of Domain Registration Orders whose Expiry Date is less than expiry-date-end
sortOne or more parameters by which you want to sort the Orders. Values can be orderid , customerid , endtime , timestamp , entitytypeid , creationtime or creationdt . You can sort your results in the ascending or the descending order by passing the asc or desc parameter in the call. By default, the orders are sorted in the ascending order. Example: &order-by=timestamp desc Example : If page-no is 1, no-of-records is 30 and order-by is orderid; it will fetch the first 30 Orders which suit the search criteria sorted by orderid. If page-no is 2, no-of-records is 30 and order-by is order id; it will fetch the second batch of 30 Orders sorted by orderid.
Search and list domains › Responses
OK
Collection of domain entries returned for this operation.
totalItemsTotal number of matching records in the database.
itemsOnPageNumber of records returned on this page.

