Skip to main content

Intel API Overview

The Intel API lets you check any IP address against the world's most complete database of residential proxy networks. 10,000 free requests are automatically granted upon registration to allow for testing.

Usage

Querying the API is a simple GET request with the IP and your API key supplied as parameters. You can obtain your API key from the dashboard

$ curl "https://api.layer3intel.com/lookup?ip=1.1.1.1&key=YOUR_KEY_HERE"

{
"proxy": true,
"score": 0.21,
"type": "residential"
}

Field Descriptions

FieldTypeDescription
proxybooleanIndicates whether the IP is associated with proxy networks.
scorefloatA 0-1 value indicating the activity level of a residential proxy. Only present when type is equal to residential
typeenumresidential or ISP

Proxy Threat Score Guide

Score RangeRisk LevelDescription
= 1High volume proxyactively sending requests through residential proxy network
> 0.9Active residential proxyhigh confidence detection
> 0.7Recently associated with proxy networksrecommended to block
> 0.5Low volume proxyperiodically inactive
0.05 - 0.5Contextual blockingdepends on use case and false positive threshold
< 0.05Low risknot associated with proxy networks recently