Silent Push Risk Score for IPv4

Prev Next
GET /explore/ipv4/riskscore/{ipv4}

Get the Silent Push Risk Score for the IPv4 address.

Query Parameters:

  • ipv4 (string) (required)

    • ipv4 address

Request headers:

  • X-API-KEY - api-key

Example request

https://api.silentpush.com/api/v1/merge-api/explore/ipv4/riskscore/1.1.1.1

Example response

{
    "status_code": 200,
    "error": null,
    "response": {
        "ip2asn": [
            {
                "ip": "1.1.1.1",
                "sp_risk_score": 0
            }
        ]
    }
}