{"api":"v1","generated_at":"2026-09-16T00:45:23.259Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/tools-ipintel-ai-dns-lookup-e145c1","pinned_page":"https://tollindex.com/e/tools-ipintel-ai-dns-lookup-e145c1/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"tools-ipintel-ai-dns-lookup-e145c1","canonical_url":"https://tools.ipintel.ai/dns-lookup","resource":"https://tools.ipintel.ai/dns-lookup","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"DNS Lookup API. Resolve domain DNS records and receive structured JSON with A, AAAA, MX, NS, TXT, CAA, and SOA records. Useful for agents, developers, domain diagnostics, email setup checks, DNS troubleshooting, and infrastructure investigation. Paid per call via x402.","service_name":"DNS Lookup API","declared_category":null,"declared_tags":["dns-lookup","domain-intelligence","mx-records","txt-records","developer-tools"],"route_template":null,"registry_updated":"2026-09-14T19:48:00.808Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"dns lookup","category":"search","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.001 USDC","amount_units":0.001,"decimals_known":true,"pay_to":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":4,"unique_payers_30d":4,"last_called_at":"2026-09-14T19:48:00.186Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:48:09.375Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T06:48:09.375Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:15:52.230Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T06:06:47.082Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:24:07.563Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T14:02:55.010Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","page":"https://tollindex.com/seller/0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","endpoints":8,"hosts":2},"reports":0,"registry_record":{"cdp":[{"tags":["dns-lookup","domain-intelligence","mx-records","txt-records","developer-tools"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","amount":"1000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1782160736/bazaar-icons/bba42e908ad65da0.png","quality":{"lastCalledAt":"2026-09-14T19:48:00.186Z","l30DaysTotalCalls":4,"l30DaysUniquePayers":4},"resource":"https://tools.ipintel.ai/dns-lookup","extensions":{"bazaar":{"info":{"input":{"body":{"types":["A","MX","NS","TXT"],"domain":"example.com"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"ok":true,"types":["A","MX","NS","TXT"],"domain":"example.com","records":{"A":["93.184.216.34"],"MX":[{"host":"mail.example.com","priority":10}],"NS":["a.iana-servers.net","b.iana-servers.net"],"TXT":["v=spf1 -all"]},"service":"dns_lookup","timestamp":"2026-06-22T18:15:01+00:00"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["domain"],"properties":{"types":{"type":"array","items":{"enum":["A","AAAA","MX","NS","TXT","CAA","SOA"],"type":"string"},"description":"Optional DNS record types to return"},"domain":{"type":"string","description":"Domain name to query, for example example.com"}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","properties":{"ok":{"type":"boolean"},"types":{"type":"array","items":{"type":"string"}},"domain":{"type":"string"},"records":{"type":"object","properties":{"A":{"type":"array","items":{"type":"string"}},"MX":{"type":"array","items":{"type":"object","properties":{"host":{"type":"string"},"priority":{"type":"integer"}},"additionalProperties":true}},"NS":{"type":"array","items":{"type":"string"}},"TXT":{"type":"array","items":{"type":"string"}}},"additionalProperties":true},"service":{"type":"string"},"timestamp":{"type":"string"}},"additionalProperties":true}}}}}}},"description":"DNS Lookup API. Resolve domain DNS records and receive structured JSON with A, AAAA, MX, NS, TXT, CAA, and SOA records. Useful for agents, developers, domain diagnostics, email setup checks, DNS troubleshooting, and infrastructure investigation. Paid per call via x402.","lastUpdated":"2026-09-14T19:48:00.808Z","serviceName":"DNS Lookup API","x402Version":2}]}}