Domain information

Prev Next

These endpoints return information for a given domain name.

domain information

GET /explore/domain/domaininfo/{domain}

Get domain information.

Query Parameters:

  • domain (string) (required) -

    • domain name

Request headers:

  • X-API-KEY - api-key

Example request

https://api.silentpush.com/api/v1/merge-api/explore/domain/domaininfo/silentpush.com

Example response

{
    "status_code": 200,
    "error": null,
    "response": {
        "domaininfo": {
            "age": 536,
            "age_score": 0,
            "domain": "silentpush.com",
            "first_seen": 20200121,
            "is_new": false,
            "is_new_score": 0,
            "last_seen": 20210709,
            "query": "silentpush.com",
            "whois_age": 536,
            "whois_created_date": "2020-01-20 08:14:27",
            "zone": "com"
        }
    }
}