Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.tagada.io/api/public/v1/domains/dns-lookup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "domain": "example.com", "recordType": "TXT" } '
{ "success": true, "records": [ "verification=vrf_abc123" ], "sources": { "primary": [ "verification=vrf_abc123" ], "google": [ "verification=vrf_abc123" ] } }
Query DNS records for a domain using both standard and Google DNS resolvers
Enter your API key as: Bearer your-api-key
Bearer your-api-key
A
AAAA
CNAME
MX
NS
PTR
SOA
SRV
TXT
Successful response