Skip to content

Ping0-proxy-detection/context-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ping0.xyz Context API

ping0 Context API

Overview

The ping0.xyz Context API is a powerful tool for unmasking hidden users and scoring session risk. It returns a deeply enriched JSON object containing over 50 data points regarding a specific IP address, including detection for VPNs, proxies, and behavioral anomalies.

Visit Main Website

Key Features

  • Risk Scoring: Unified 0-100 score indicating session risk.
  • Infrastructure Detection: Identify Datacenters, Residential, Mobile, and Satellite connections.
  • Privacy Detection: Detect Tor, VPNs, and Proxies (over 3,000 providers tracked).
  • ASN & Company: Detailed ownership and ISP information.
  • Location: Geolocation down to the city level.

How We Scan

We run sophisticated IP scanners directly from within provider networks, allowing us to check live IPs offered at the current time. We scan the largest residential proxy pools in the world, ranging from top-tier providers to newcomers, as well as major VPN services, on a 24/7 basis.

Data Sources

Our intelligence is powered by monitoring over 1,000+ Proxy and VPN companies combined.

Update Cadence

Our scanning infrastructure runs live 24/7. New IPs are detected and added to our database instantly, ensuring real-time accuracy.

Retention

We maintain rigorous data retention policies to track IP history while continuously updating their freshness. By purchasing residential proxy packages and running automated analysis scripts, we identify unique IPs and categorize them by provider classification 24/7/365.

Example Response

{
  "ip": "50.114.34.126",
  "risk_score": 100,
  "is_abuser": true,
  "is_proxy": true,
  "is_datacenter": true,
  "infrastructure": [
    "Residential",
    "Datacenter"
  ],
  "proxies": [
    "PACKETSTREAM_PROXY",
    "DATABAY_PROXY"
  ],
  "asn": {
    "asn": 395898,
    "org": "TND, LLC",
    "type": "business"
  },
  "company": {
    "name": "Private Customer",
    "domain": "abuseradar.com"
  },
  "location": {
    "city": "Sheridan",
    "country": "US",
    "state": "Wyoming"
  }
}

Get Started

Integrate this API into your security stack to prevent fraud and validate user identity in real-time.

Get API Access

About

Documentation and usage examples for the Ping0 IP Intelligence API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors