Back to Tool
🔒
Domain Trust Checker API
Analyze domain trustworthiness and health
Endpoint
POST
/api/v1/domain-trust-checkerAuthentication
Include your API key in the request header:
X-API-Key: your_api_key_hereGet your API key from the Dashboard
Request Body
Content-Type: application/json
| Field | Type | Required | Description |
|---|---|---|---|
| domain | string | Yes | Domain name to analyze (e.g., "example.com") |
Response
| Field | Type | Description |
|---|---|---|
| trustScore | number | Trust score from 0-100 |
| trustLevel | string | Trust level: high, medium, low, or suspicious |
| isReachable | boolean | Whether the domain is reachable |
| responseTime | number | Response time in milliseconds |
| ssl.valid | boolean | Whether SSL certificate is valid |
| dns.hasA | boolean | Has A records |
| dns.hasMX | boolean | Has MX records (can receive email) |
| dns.hasNS | boolean | Has nameserver records |
| trustFactors | array | List of factors affecting trust score |
| warnings | array | List 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"}'Rate Limits
- • 100 requests per minute
- • 10,000 requests per day
- • Max request size: 10MB
Need Help?
Contact us at support@shubhambadgujar.com