Document toolboxDocument toolbox

PTR (Reverse DNS) API

PTR (Reverse DNS)

The PTR API call provides the domain associated with an IP address.


Data Structure:

{
“ptr_record”: string
}


Example:

Given “45.63.119.161” is used as the indicator, PDNS will return the following:

{
"ptr_record": "45.63.119.161.vultr.com"
}