Output format | Documentation | Reverse DNS API | WhoisXML API

Output format

{
   "result": [
      {
         "value": "ns1.google.com dns-admin.google.com 378610500 900 900 1800 60",
         "name": "00hrf5vjtk.com",
         "first_seen": 1623370558,
         "last_visit": 1623370558
      },
      {
         "value": "ns1.google.com dns-admin.google.com 380148609 900 900 1800 60",
         "name": "00hrf5vjtk.com",
         "first_seen": 1624110793,
         "last_visit": 1624110793
      },
      {
         "value": "ns1.google.com dns-admin.google.com 381214150 900 900 1800 60",
         "name": "00hrf5vjtk.com",
         "first_seen": 1624579918,
         "last_visit": 1624579918
      },
      {
         "value": "ns1.google.com dns-admin.google.com 382482425 900 900 1800 60",
         "name": "00hrf5vjtk.com",
         "first_seen": 1625184546,
         "last_visit": 1625184546
      },
      {
         "value": "ns1.google.com dns-admin.google.com 383810310 900 900 1800 60",
         "name": "00hrf5vjtk.com",
         "first_seen": 1625872330,
         "last_visit": 1625872330
      },
      ...
   ],
   "size": 1000
}

Output parameters

result
Segment contains info about the resulting DNS record data.
result[0].name
Domain name
result[0].value
DNS record value
result[0].first_seen
Timestamp of the first time that the record was seen.
result[0].last_visit
Timestamp of the last update for this record.
size
Number of records in result segment.