These endpoints return information for a given domain name.
domain information
GET /explore/domain/domaininfo/{domain}Get domain information.
Query Parameters: |
|
Request headers: |
|
Example request
https://api.silentpush.com/api/v1/merge-api/explore/domain/domaininfo/silentpush.comExample 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"
}
}
}