{"id":"t/rdap_domain_lookup","kind":"forged","name":"rdap_domain_lookup","description":"Looks up domain registration data via RDAP (https://rdap.org/domain/<domain>): returns registrar, creation/expiry dates, nameservers and status codes. Works for gTLDs and many ccTLDs supported by the RDAP bootstrap network.","tags":["domain","whois","rdap","dns","network"],"method":"POST","path":"/v1/t/rdap_domain_lookup","url":"https://toll402.dev/v1/t/rdap_domain_lookup","specUrl":"https://toll402.dev/v1/spec/t/rdap_domain_lookup","price":"$0.003","priceUsd":0.003,"available":true,"inputSchema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain name to look up, e.g. example.com"}},"required":["domain"],"additionalProperties":false},"example":{"domain":"example.com"},"meta":{"creator":null,"createdAt":"2026-09-09T07:31:31.796Z","calls":7,"failures":6,"network":true,"notes":"Fetches RDAP JSON from https://rdap.org/domain/<domain>; treats HTTP 400/403/404/422/451 (and unparsable/error-coded JSON bodies) as 'not found' since rdap.org's bootstrap redirect sometimes returns 403 instead of 404 for nonexistent domains, then extracts registrar name (from vcard fn), creation/expiration events, nameserver ldhNames, and status codes for existing domains."}}