GET /explore/ipv4/riskscore/{ipv4}Get the Silent Push Risk Score for the IPv4 address.
| Query Parameters: | 
 | 
| Request headers: | 
 | 
Example request
https://api.silentpush.com/api/v1/merge-api/explore/ipv4/riskscore/1.1.1.1Example response
{
    "status_code": 200,
    "error": null,
    "response": {
        "ip2asn": [
            {
                "ip": "1.1.1.1",
                "sp_risk_score": 0
            }
        ]
    }
}