The Domain Information API provides detailed insights about a given domain, including registration details, SSL certificate information, DNS records, user analytics, threat intelligence, and rankings.
GET https://api.cybercheck360.com/v1/search/domain
Parameter | Type | Required | Description |
---|---|---|---|
domain |
string | Yes | The domain name to retrieve details for (e.g., cybercheck.com ). |
ssl_details |
boolean | No | Set to True to include SSL certificate details in the response. Defaults to False . |
user_analytics |
boolean | No | Set to True to include user analytics data in the response. Defaults to False . |
rankings |
boolean | No | Set to True to include domain rankings from various sources. Defaults to False . |
cybercheck360 |
boolean | No | Set to True to include Cybercheck360's verdict. Defaults to False . |
This API requires an API key to be passed in the request header.
Header Name | Type | Required | Description |
---|---|---|---|
X-API-KEY |
string | Yes | Api key token |
GET https://api.cybercheck360.com/v1/search/domain/?ssl_details=true&user_analytics=true&rankings=true&cybercheck360=true&domain=cybercheck360.com
The API response includes multiple sections depending on the parameters enabled.
{
"domain": "cybercheck360.com",
"timestamp": "2025-07-16T03:58:10.993225",
"parent_domain": "CYBERCHECK360.COM",
"registration_date": "2024-03-02 12:04:52",
"last_update_date": "2024-07-31 21:37:35",
"expiration_date": "2029-03-02 12:04:52",
"organization": null,
"registrar": "GoDaddy.com, LLC",
"name_servers": [
"JEN.NS.CLOUDFLARE.COM",
"SRI.NS.CLOUDFLARE.COM"
],
"abuse_emails": [
"[email protected]"
],
"ssl_details": {
"owner_org": null,
"owner_country": null,
"issuer_org": "Google Trust Services",
"issuer_country": "US",
"serial_number": "0x7fc9110a704a17000e79822b430bdac0",
"version": "v3",
"valid_from": "2025-06-18T17:57:38",
"valid_to": "2025-09-16T18:57:30",
"fingerprint_sha256": "eda0710830633d9ae94a543a531214aae2f682986f3ce483422de7aae43e3695"
},
"dns": {
"A": [
"172.66.47.119",
"172.66.44.137"
],
"AAAA": [
"2606:4700:310c::ac42:2f77",
"2606:4700:310c::ac42:2c89"
],
"MX": [
"cybercheck360-com.mail.protection.outlook.com"
],
"NS": [
"jen.ns.cloudflare.com",
"sri.ns.cloudflare.com"
],
"TXT": [
"<ares_query_txt_result> text=v=spf1 include:spf.protection.outlook.com include:145781256.spf10.hubspotemail.net ~all, ttl=-1",
"<ares_query_txt_result> text=google-site-verification=4CYCe8XiGTrTp6hcFTvrS3Ax2dGgSS202JMJvzE-Rfk, ttl=-1",
"<ares_query_txt_result> text=MS=ms44572396, ttl=-1",
"<ares_query_txt_result> text=ahrefs-site-verification_571211e9a2b831bd5a9c534435f5e15bf9e9f77a99c86a40601f73f030c55fd2, ttl=-1",
"<ares_query_txt_result> text=google-site-verification=boalzMWfuZvI2MZAetRlOxDfKCyv8wJRcibfuSaCIGU, ttl=-1"
],
"spf_status": "Soft-Fail",
"SOA": [
"Error: 'ares_query_soa_result' object is not iterable"
],
"CNAME": null,
"PTR": null,
"SRV": null,
"CAA": null
},
"threat_intel": {
"listings": {
"summary": {},
"tags": [],
"listed_feeds": []
},
"overall_feeds": {
"Malware": 4,
"Botnet": 1,
"Spam": 3,
"Phishing": 1,
"Whitelist": 1
}
},
"user_analytics": {
"search_count": 3,
"fp_reports_count": 0,
"malicious_reports_count": 0,
"user_blacklist_count": 0,
"user_whitelist_count": 0
},
"domain_rankings": {
"Cisco": {},
"Tranco": {},
"Majestic": {},
"Open PageRank": {},
"Cloudflare": {}
},
"cybercheck360": {
"confidence": "high",
"verdict": "benign"
}
}
{
"domain": "cybercheck360.com",
"registration_date": "2024-03-02 12:04:52",
"last_update_date": "2024-07-31 21:37:35",
"expiration_date": "2029-03-02 12:04:52",
"organization": null,
"registrar": "GoDaddy.com, LLC",
"name_servers": [
"JEN.NS.CLOUDFLARE.COM",
"SRI.NS.CLOUDFLARE.COM"
],
"abuse_emails": [
"[email protected]"
]
}
ssl_details=True
)"ssl_details": {
"owner_org": null,
"owner_country": null,
"issuer_org": "Google Trust Services",
"issuer_country": "US",
"serial_number": "106523819383835121170390612117509394286",
"version": "v3",
"valid_from": "2025-02-20T14:49:27",
"valid_to": "2025-05-21T15:49:20",
"fingerprint_sha256": "c59035989c285a0b19720ec59842bca36fc8b935afb13dc78c9d6021d12baf07"
}
user_analytics=True
)"user_analytics": {
"search_count": 27,
"fp_reports_count": 0,
"malicious_reports_count": 0,
"user_blacklist_count": 0,
"user_whitelist_count": 0
}
rankings=True
)"domain_rankings": {
"Cisco": {
"rank": 1,
"last_updated": "2024-07-08T14:57:14Z"
},
"Tranco": {
"rank": 1,
"last_updated": "2024-07-08T15:21:48Z"
},
"Majestic": {
"rank": 1,
"last_updated": "2024-07-08T16:01:23Z"
},
"Open PageRank": {
"rank": 3,
"last_updated": "2024-07-08T17:32:38Z"
},
"Cloudflare": {
"rank": 1,
"last_updated": "2024-08-09T11:25:28Z"
}
}
cybercheck360=True
){
"cybercheck360": {
"confidence": "high",
"verdict": "benign"
},
}
Status Code | Description |
---|---|
400 |
Bad request. Ensure required parameters are correctly formatted. |
401 |
Unauthorized. Invalid or missing API key. |
403 |
Forbidden. Access to the requested resource is denied. |
404 |
Domain not found. The requested domain does not exist. |
500 |
Internal Server Error. An unexpected error occurred on the server. |