Skip to main content

Get domain informations

This endpoint allows you to get domain informations

Endpoint

GET /registrar/v1/domains/{domain}

Parameters

NameLocationRequiredTypeDescription
domainBodyYesStringA complete domain name

Response

Domain informations

Example Request

GET https://api.nameshield.net/registrar/v1/domains/exemple.com

Content-Type: application/json

Example Response

{
"message": "Ok",
"data": [
{
"domain": "example.com",
"unicode": "string",
"customerId": 0,
"commandDate": "2022-01-15",
"nicCreationDate": "2022-02-15",
"creationDate": "2022-02-15",
"abandonDate": "24-05-12",
"expirationDate": "2024-02-15",
"expirationDateToRenew": "2022-01-15",
"action": "CREATE",
"activeModif": true,
"status": "ORDERED",
"statusList": [
"ok",
"clientUpdateProhibited"
],
"language": "fr",
"nameTraduction": "example.com",
"ca": "example",
"primaryHiddenNameserver": "observatoire.observatoiredesmarques.fr",
"nameservers": [
"test.ns.fr",
"example.nameshield.fr",
"nameshield.test.com"
],
"authInfo": "0832JKDS_DJ",
"owner": "NSINT-56423",
"admin": "NSINT-56424",
"tech": "NSINT-56425",
"bastion": true,
"addons": {
"trademarkNum": "TDN12345"
}
}
]
}