Skip to main content

Get domain informations

This endpoint allows you to get domain informations

Endpoint

GET /registrar/v2/domains/{domain}

Parameters

NameLocationRequiredTypeDescription
domainBodyYesStringA complete domain name

Response

Domain informations

Example Request

GET https://api.nameshield.net/registrar/v2/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",
"nameservers": [
{
"name": "observatoire.observatoiredesmarques.fr",
"primary": true,
"hidden": true
},
{
"name": "test.ns.fr"
},
{
"name": "example.nameshield.fr"
},
{
"name": "nameshield.test.com",
"synchronized": true
}
],
"authInfo": "0832JKDS_DJ",
"owner": "NSINT-56423",
"admin": "NSINT-56424",
"tech": "NSINT-56425",
"bastion": true,
"addons": {
"trademarkNum": "TDN12345"
}
}
]
}