---
title: "Silent Push Risk Score for IPv4"
slug: "silent-push-risk-score-for-ipv4"
updated: 2026-01-07T16:37:18Z
published: 2026-01-07T16:37:18Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.silentpush.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Silent Push Risk Score for IPv4

```plaintext
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

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

## Example Response

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