← ClaudeAtlas

data-integrity-get-domainlisted

Evaluate the trustworthiness of a domain by analyzing DNS records, WHOIS registration data, and MX configuration — in a single call.
bobadilla-tech/requiems-api-skills · ★ 2 · AI & Automation · score 79
Install: claude install-skill bobadilla-tech/requiems-api-skills
## Endpoint **GET https://requiems.xyz/v1/systems/domain/trust/{domain}** ## Domain Trust Evaluate the trustworthiness of a domain by analyzing DNS records, WHOIS registration data, and MX configuration — in a single call. ## Parameters | Name | Type | Required | Location | Description | | ---- | ---- | -------- | -------- | ----------- | | `domain` | string | yes | path | The domain name to evaluate for trust. Must be a valid domain format (e.g. github.com). | ## Response Example ```json { "data": { "domain": "github.com", "trust_score": 1, "trust_level": "high", "who_is": { "registrar": "MarkMonitor Inc.", "created_at": "2007-10-09T18:20:50Z", "expires_at": "2026-10-09T18:20:50Z", "age_days": 6814, "status": [ "clientDeleteProhibited", "clientTransferProhibited", "clientUpdateProhibited" ] }, "dns": { "has_a_records": true, "has_mx_records": true, "has_ns_records": true, "available": false }, "mx_records": [ { "host_name": "github-com.mail.protection.outlook.com.", "priority": 0 } ], "flags": [] }, "metadata": { "timestamp": "2026-06-05T21:01:18Z" } } ``` ## Response Fields | Field | Type | Description | | ----- | ---- | ----------- | | `domain` | string | The domain name that was evaluated. | | `trust_score` | number | Computed trust score between 0.0 and 1.0. Starts at 1.0 with penalties applied based