Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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"
}
  • No labels