Skip to content

My IP Information API

IPPure provides a public API that displays the IP address information of the caller, including location, ASN details, IP risk score, whether it is a residential IP, and whether it belongs to a data center.

Endpoint: https://my.ippure.com/v1/info

bash
curl -L https://my.ippure.com/v1/info

Example Output

{
  "ip": "104.28.123.123",
  "asn": 13335,
  "asOrganization": "Cloudflare, Inc.",
  "country": "United States",
  "countryCode": "US",
  "region": "California",
  "regionCode": "CA",
  "city": "Los Angeles",
  "timezone": "America/Los_Angeles",
  "longitude": "-118.24368",
  "latitude": "34.05223",
  "postalCode": "90012",
  "fraudScore": 75,
  "isResidential": false,
  "isBroadcast": false,
  "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)"
}

Note: This API is currently in beta and may be subject to changes.

IP Purity Detection