Back to Tool
🔒

Domain Trust Checker API

Analyze domain trustworthiness and health

Endpoint

POST/api/v1/domain-trust-checker

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
domainstringYesDomain name to analyze (e.g., "example.com")

Response

FieldTypeDescription
trustScorenumberTrust score from 0-100
trustLevelstringTrust level: high, medium, low, or suspicious
isReachablebooleanWhether the domain is reachable
responseTimenumberResponse time in milliseconds
ssl.validbooleanWhether SSL certificate is valid
dns.hasAbooleanHas A records
dns.hasMXbooleanHas MX records (can receive email)
dns.hasNSbooleanHas nameserver records
trustFactorsarrayList of factors affecting trust score
warningsarrayList of warnings about the domain

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/domain-trust-checker \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"domain": "example.com"}'

Pricing

First 50 free, then $0.01 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com