LAYER3 INTEL
Intel API

Intel API Overview

Check any IP address against the world's most complete database of residential proxy networks.

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"

{
  "last_seen": 1779107932,
  "networks": ["IPROYAL", "BRIGHTDATA"],
  "percent_days_seen": 16,
  "proxy": true,
  "score": 0.47,
  "type": "residential"
}

Field Descriptions

FieldTypeDescription
last_seenintegerUnix timestamp (seconds) of the most recent time the IP was observed in proxy network traffic.
networksstring[]Proxy networks the IP has been observed operating in.
percent_days_seenintegerPercentage of days the IP has been observed active in proxy networks over the last 30 days.
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

On this page