---
title: Score IP Risk API
slug: ip-risk-score
url: https://apyhub.com/dosvak/service/ip-risk-score
provider: Dosvak LLC
categories: [Geolocation, "Security & Privacy"]
tags: [ip-risk, fraud-detection, abuse-prevention, asn, geolocation, security]
auth: api_key
---

# Score IP Risk API

Assess an IP with a heuristic risk score, flags, ASN details, and country code. Useful for login protection, fraud screening, and abuse detection.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `` | What it does Returns a heuristic risk assessment for an IP address based on ASN type and country. Y… | 10 |

## About

## What it does
IP Risk Score checks an IP address and returns a heuristic risk assessment based on ASN type and country. Send an `ip` query value and get back the IP, ASN, ASN description, ASN country code, a `risk_score` from 0 to 100, a `risk_level` of `low`, `medium`, or `high`, and any `flags` the service identifies.

Use it when you need a quick signal for login protection, abuse detection, fraud screening, or bot filtering. The response is compact and easy to feed into allow/deny rules, step-up verification flows, or internal triage dashboards.

Because the score is heuristic, it’s best used as one input alongside your own behavioral checks and account history. The returned ASN fields help you understand why an address was scored the way it was, without adding extra lookup steps.

IP Risk Score fits workflows where you need to evaluate traffic in real time and make an immediate decision from a single IP lookup.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyhub.com/dosvak/service/ip-risk-score
