This API provides reverse DNS lookup information for a specified domain, returning details such as DNS type, TTL, and raw text data.
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.
| 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 |