Domain Whois Code Examples
Domain Intelligence and AnalysisReady-to-run Domain Whois calls. Replace YOUR_API_KEY with the key from your dashboard.
Domain Whois — Code Samples
cURL
PHP
Fetch
jQuery
Axios
Python
curl -X POST https://app.way2api.com/api/v1/domain/whois_live \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"domain_name":"kwikapi.com"}'
Expected Response — 200
{
"status": "SUCCESS",
"status_code": 200,
"charged": true,
"success": true,
"message": "",
"message_code": "OK",
"order_id": "W2A1739512345abcdef01",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"domain_name": "kwikapi.com",
"domain_registered": "yes",
"create_date": "2019-03-19",
"update_date": "2024-02-18",
"expiry_date": "2025-03-19",
"domain_registrar": {
"iana_id": "1068",
"registrar_name": "NAMECHEAP INC",
"whois_server": "whois.namecheap.com",
"website_url": "http://www.namecheap.com",
"email_address": "[email protected]",
"phone_number": "+1.9854014545"
},
"registrant_contact": {
"name": "Redacted for Privacy",
"company": "Privacy service provided by Withheld for Privacy ehf",
"street": "Kalkofnsvegur 2",
"city": "Reykjavik",
"state": "Capital Region",
"zip_code": "101",
"country_name": "Iceland",
"country_code": "IS",
"email_address": "[email protected]",
"phone": "+354.4212434",
"fax": "N/A",
"mailing_address": "Kalkofnsvegur 2, 101 Reykjavik, Capital Region, Iceland"
},
"administrative_contact": {
"name": "Redacted for Privacy",
"company": "Privacy service provided by Withheld for Privacy ehf",
"street": "Kalkofnsvegur 2",
"city": "Reykjavik",
"state": "Capital Region",
"zip_code": "101",
"country_name": "Iceland",
"country_code": "IS",
"email_address": "[email protected]",
"phone": "+354.4212434",
"fax": "N/A",
"mailing_address": "Kalkofnsvegur 2, 101 Reykjavik, Capital Region, Iceland"
},
"technical_contact": {
"name": "Redacted for Privacy",
"company": "Privacy service provided by Withheld for Privacy ehf",
"street": "Kalkofnsvegur 2",
"city": "Reykjavik",
"state": "Capital Region",
"zip_code": "101",
"country_name": "Iceland",
"country_code": "IS",
"email_address": "[email protected]",
"phone": "+354.4212434",
"fax": "N/A",
"mailing_address": "Kalkofnsvegur 2, 101 Reykjavik, Capital Region, Iceland"
},
"name_servers": [
"dns3.cloudns.net",
"dns4.cloudns.net",
"dns7.cloudns.net",
"dns8.cloudns.net"
],
"domain_status": [
"clientTransferProhibited"
]
}
}
}