[ Web Proxy ]
URL:
Viewing: https://developers.cloudflare.com/api/resources/intel/subresources/dns [Back]  [Original]

DNS | Cloudflare API Skip to content
logo.DMYpXs3t.svg [logo.DMYpXs3t.svg] Cloudflare API
CtrlK
Start here
Copy Markdown

DNS

Get Passive DNS by IP
GET/accounts/{account_id}/intel/dns
ModelsExpand Collapse
DNS object { count, page, per_page, reverse_records }
count: optional number

Total results returned based on your search parameters.

page: optional number

Current page within paginated list of results.

per_page: optional number

Number of results per page of results.

reverse_records: optional array of object { first_seen, hostname, last_seen }

Reverse DNS look-ups observed during the time period.

first_seen: optional string

First seen date of the DNS record during the time period.

formatdate
hostname: optional string

Hostname that the IP was observed resolving to.

last_seen: optional string

Last seen date of the DNS record during the time period.

formatdate

Web Proxy Viewer  |  New URL  |  Original Page