Output format | Documentation | Reverse DNS API | WhoisXML API

Output format

{
    "result": [
        {
            "value": "ns1.google.com. dns-admin.google.com. 658337085 900 900 1800 60",
            "wildcard": null,
            "active": true,
            "name": "1bgo9ev2in.com",
            "first_seen": 1697553732,
            "last_visit": 1728317192
        },
        {
            "value": "ns1.google.com. dns-admin.google.com. 664077773 900 900 1800 60",
            "wildcard": null,
            "active": true,
            "name": "1bgo9ev2in.com",
            "first_seen": 1697553732,
            "last_visit": 1728317192
        },
        {
            "value": "ns1.google.com. dns-admin.google.com. 668858537 900 900 1800 60",
            "wildcard": null,
            "active": true,
            "name": "1bgo9ev2in.com",
            "first_seen": 1697553732,
            "last_visit": 1728317192
        },
        {
            "value": "ns1.google.com. dns-admin.google.com. 682618118 900 900 1800 60",
            "wildcard": null,
            "active": true,
            "name": "1bgo9ev2in.com",
            "first_seen": 1697553732,
            "last_visit": 1728317192
        },
        {
            "value": "ns1.google.com. dns-admin.google.com. 682852035 900 900 1800 60",
            "wildcard": null,
            "active": true,
            "name": "1bgo9ev2in.com",
            "first_seen": 1697553732,
            "last_visit": 1728317192
        }
    ],
    "size": 5
}

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].wildcard

If the includeAdditionalChecks=1 flan wasn't passed in the query, this field will be absent in the response.

The field indicates whether a corresponding DNS record is part of a wildcard entry.

If the field is empty (null), it means that we have not yet checked the DNS record for this domain.

Possible values: true | false | null

result[0].active

If the includeAdditionalChecks=1 flan wasn't passed in the query, this field will be absent in the response.

The field indicates whether a corresponding DNS record exists for a given domain.

True means the DNS record was successfully retrieved, indicating that the domain's DNS resolution was successful. False indicates the DNS record could not be retrieved, meaning the domain's DNS resolution was unsuccessful during our attempts. If the field is empty (null), it means that we have not yet checked the DNS record for this domain.

Possible values: true | false | null

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.