NetIntel WHOIS/RDAP Domain Lookup is a paid API for AI agents from netintel-production-440c.up.railway.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).
Looks up domain registration metadata via RDAP, returning registrar info, creation/expiry dates, nameservers, status flags, and a trustworthiness/availability score.
Look up domain registration metadata via RDAP — returns registrar, creation/expiry dates, nameservers, status flags, and an actionability score so agents can assess domain trustworthiness or availability risk.
Returns a structured object with the domain's TLD, registrar name, IANA registrar ID, creation/updated/expiry timestamps, days until expiry, nameservers list, status flags array, whether abuse flags are present, an actionability score (numeric), a letter grade, a findings array with notable observations, and the raw RDAP URL used for the lookup.
GEThttps://netintel-production-440c.up.railway.app/whois-rdap/lookupUse this endpoint when you need structured, machine-readable domain registration metadata (registrar, dates, nameservers, status) with a pre-computed trustworthiness/availability score and abuse flag detection. Prefer over raw WHOIS when you want normalized output with an actionability grade rather than free-text WHOIS responses.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"domain": "google.com"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"tld": "com",
"grade": "A",
"score": 100,
"domain": "google.com",
"status": [
"client delete prohibited",
"client transfer prohibited",
"client update prohibited",
"server delete prohibited",
"server transfer prohibited",
"server update prohibited"
],
"findings": [],
"rdap_url": "https://rdap.verisign.com/com/v1/domain/google.com",
"registrar": "MarkMonitor Inc.",
"created_at": "1997-09-15T04:00:00Z",
"expires_at": "2028-09-14T04:00:00Z",
"updated_at": "2019-09-09T15:39:04Z",
"name_servers": [
"ns1.google.com",
"ns2.google.com",
"ns3.google.com",
"ns4.google.com"
],
"raw_rdap_url": "https://rdap.verisign.com/com/v1/domain/google.com",
"days_until_expiry": 823,
"registrar_iana_id": "292",
"status_has_abuse_flags": false
}{
"type": "json",
"example": {
"tld": "com",
"grade": "B",
"score": 85,
"domain": "example.com",
"status": [
"client delete prohibited",
"client transfer prohibited"
],
"findings": [
{
"rule": "expires_within_90_days",
"detail": "Domain expires in 37 days",
"deduction": -15
}
],
"rdap_url": "https://rdap.verisign.com/com/v1/domain/example.com",
"registrar": "RESERVED-Internet Assigned Numbers Authority",
"created_at": "1995-08-14T04:00:00Z",
"expires_at": "2026-08-13T04:00:00Z",
"updated_at": "2026-01-16T18:26:50Z",
"name_servers": [
"elliott.ns.cloudflare.com",
"hera.ns.cloudflare.com"
],
"raw_rdap_url": "https://rdap.verisign.com/com/v1/domain/example.com",
"days_until_expiry": 37,
"registrar_iana_id": "376",
"status_has_abuse_flags": false
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"