---
title: "Silent Push Risk Score for Domain"
slug: "silent-push-risk-score-for-domain"
updated: 2026-01-07T16:08:17Z
published: 2026-01-07T16:08:17Z
---

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

```plaintext
GET /explore/domain/riskscore/{domain}
```

Get the Silent Push Risk Score for the domain.

| **Query Parameters:** | - **domain (string)** *(required)* - - domain name |
| --- | --- |
| **Request headers:** | - *X-API-KEY - api-key* |

## Example Request

```plaintext
https://api.silentpush.com/api/v1/merge-api/explore/domain/riskscore/regardlessnotice.top
```

## Example Response

```python
{
    "status_code": 200,
    "error": null,
    "response": {
        "domain": "regardlessnotice.top",
        "sp_risk_score": 95
    }
}
```
