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 {domain} with the domain you want to query, and your_api_key with your actual API key.


Request Parameters

Parameter Type Location Required Description
domain string query Yes The domain to query, e.g., example.com, 8.8.8.8
page int query Yes The page number for pagination.

Response Data