---
title: "Silent Push Risk Score for IPv6"
slug: "silent-push-risk-score-for-ipv6"
updated: 2026-01-07T16:45:05Z
published: 2026-01-07T16:45:05Z
canonical: "help.silentpush.com/silent-push-risk-score-for-ipv6"
---

> ## 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 IPv6

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

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

### Example Response

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