v1/search/dns/reverse

This API provides reverse DNS lookup information for a specified domain, returning details such as DNS type, TTL, and raw text data.


Request URL

Replace 8.8.8.8 with the IP address or domain you want to query, a with the DNS record type, 1 with the page number, and your_api_key with your actual API key.


Request Parameters

Parameter Type Location Required Description
domain string query Yes The IP address or domain to query, e.g., 8.8.8.8
type string query Yes The type of DNS record to query, e.g., a, aaaa, mx, ns, soa, txt
page int query Yes The page number for pagination

Response Data