GET /explore/domain/nschangessummary/{domain}Get a summary of name server changes for the domain.
Query Parameters: |
|
Request headers: |
|
Example request
https://api.silentpush.com/api/v1/merge-api/explore/domain/nschangessummary/silentpush.comExample response
{
"status_code": 200,
"error": null,
"response": {
"nschanges": {
"results_summary": {
"changes_0_7_days": 0,
"changes_30_90_days": 0,
"changes_7_30_days": 0,
"changes_last_30_days": 0,
"changes_last_7_days": 0,
"changes_last_90_days": 0,
"domain": "silentpush.com",
"has_change_circular": false,
"has_change_expire_from": false,
"has_change_expire_to": false,
"has_change_ns_in_domain_from": false,
"has_change_ns_in_domain_to": false,
"has_change_ns_srv_domain_density_low_from": false,
"has_change_ns_srv_domain_density_low_to": false,
"has_change_parked_from": false,
"has_change_parked_to": false,
"has_change_sinkhole_from": false,
"has_change_sinkhole_to": false,
"last_change": 20200509,
"last_change_circular_to": false,
"last_change_days_ago": 427,
"last_change_expire_from": false,
"last_change_expire_to": false,
"last_change_ns_in_domain_from": false,
"last_change_ns_in_domain_to": false,
"last_change_ns_srv_domain_density_low_from": false,
"last_change_ns_srv_domain_density_low_to": false,
"last_change_parked_from": false,
"last_change_parked_to": false,
"last_change_sinkhole_from": false,
"last_change_sinkhole_to": false,
"ns_entropy": 1,
"ns_entropy_score": 1,
"num_changes_all": 1,
"query": "silentpush.com"
}
}
}
}