Get domain reputation score
GET https://domain-reputation.whoisxmlapi.com/api/v2?domainName=whoisxmlapi.com
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
domainName | string | The target domain name or IPv4 address. | |
outputFormat | null | Response output format. Acceptable values: JSON | |
mode | null | API can check your domain in 2 modes: 'fast' - Only select codes will run—i.e., 62 WHOIS Domain status, 82 Malware Databases check, 87 SSL certificate validity, and 93 WHOIS Domain check—while other tests and data collectors will be disabled. 'full' - all the data and the tests will be processed. |
RESPONSES
status: OK
{"mode":"full","reputationScore":74.57,"testResults":[{"test":"SOA record configuration check","testCode":84,"warnings":[{"warningDescription":"Although the serial number is valid, it's not following the general convention: 2294593510","warningCode":1018},{"warningDescription":"The expire interval is 604800. Recommended range is [1209600 .. 2419200]","warningCode":1019}]},{"test":"Mail servers configuration check","testCode":80,"warnings":[{"warningDescription":"The top priority mail server is ASPMX.L.GOOGLE.com, but TTL is not equal to the recommended value (86400)","warningCode":5018}]},{"test":"Real-time blackhole check","testCode":32,"warnings":[{"warningDescription":"Mail server aspmx.l.google.com listed on cbl.abuseat.org, sbl.spamhaus.org, zen.spamhaus.org","warningCode":5001},{"warningDescription":"Mail server alt1.aspmx.l.google.com listed on sbl.spamhaus.org","warningCode":5001}]},{"test":"SSL vulnerabilities","testCode":88,"warnings":[{"warningDescription":"TLSA record not configured or configured wrong","warningCode":6019},{"warningDescription":"OCSP stapling not configured","warningCode":6006}]}]}