Endpoints
- GET
/v1/dns/api/v1/lookupLookup records by type · domain, type - GET
/v1/dns/api/v1/mxMX records with priority · domain - GET
/v1/dns/api/v1/reverseReverse DNS for an IP · ip - POST
/v1/dns/api/v1/lookup/batchUp to 20 queries · queries
Example
curl "https://api.sprytools.com/v1/dns/api/v1/lookup?domain=example.com&type=A" -H "x-api-key: YOUR_KEY"