networking
0.000001 USD
Query an addresss
namestring
name to resolve
typestring
type of query e.g A, AAAA, MX, SRV
ADboolean
CDboolean
RAboolean
RDboolean
TCboolean
answerarray
providerstring
questionarray
statusnumber
Request
Response
{
"status": 0,
"TC": false,
"RD": true,
"RA": true,
"AD": false,
"CD": false,
"question": [
{
"name": "google.com.",
"type": 1
}
],
"answer": [
{
"name": "google.com.",
"type": 1,
"TTL": 117,
"data": "142.250.178.14"
}
],
"provider": "google"
}
0.000001 USD
Check who owns a domain
domainstring
abuse_emailstring
abuse email
abuse_phonestring
abuse phone
createdstring
time of creation
domainstring
domain name
expirystring
time of expiry
idstring
domain id
nameserversarray
nameservers
registrarstring
the registrar
registrar_idstring
the registrar iana id
registrar_urlstring
registrar
statusarray
status of domain
updatedstring
time of update
whois_serverstring
whois server
Request
Response
{
"id": "1026563_DOMAIN_COM-VRSN",
"domain": "x.com",
"whois_server": "whois.godaddy.com",
"registrar_url": "https://www.godaddy.com",
"created": "1993-04-02T05:00:00Z",
"updated": "2022-10-04T00:33:10Z",
"expiry": "2026-10-20T19:56:17Z",
"registrar": "GoDaddy.com, LLC",
"registrar_id": "146",
"abuse_email": "[email protected]",
"abuse_phone": "+1.4806242505",
"status": [
"clientdeleteprohibited",
"clientrenewprohibited",
"clienttransferprohibited",
"clientupdateprohibited"
],
"nameservers": [
"ns71.domaincontrol.com",
"ns72.domaincontrol.com"
]
}