Output format | Documentation | Reverse MX API | WhoisXML API

Output format

{
    "current_page": "0",
    "size": 162,
    "result": [
        {
            "name": "12pm.cc",
            "first_seen": 1697884697,
            "last_visit": 1725045259,
            "active": true,
            "wildcard": null
        },
        {
            "name": "330strength.com",
            "first_seen": 1721086089,
            "last_visit": 1725150412,
            "active": true,
            "wildcard": null
        },
        {
            "name": "47creations.in",
            "first_seen": 1698224697,
            "last_visit": 1728708224,
            "active": true,
            "wildcard": false
        },
        ...
   ],
}

Output parameters

result
Segment contains info about the resulting data, in this case MX.
result[0].name
Domain name
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.
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

current_page
Selected page
size
Number of records in result segment.