Silent Push Risk Score for IPv6

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

Get the Silent Push Risk Score for the IPv6 address.

Query Parameters:

  • ipv6 (string) (required) -

    • IPv6 address

Request headers:

  • X-API-KEY - api-key

Example request

https://api.silentpush.com/api/v1/merge-api/explore/ipv6/riskscore/2606:4700:4700::1111

Example response

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