🌐 Live IP API Testing Playground

Transform Your Business with IP Intelligence

See how comprehensive IP data prevents fraud, boosts conversions, and powers personalized user experiences. Test all enterprise features instantly.

{
  "loading": "..."
}

Complete Geolocation

Full IP analysis including location detection, ISP information, network details, and geographic data

Lightning Fast

Get instant geolocation results with detailed JSON response showing all location and network details

Advanced Features

Test ISP detection, network analysis, timezone information, and location accuracy

What You Can Test

🌍
IPv4 Addresses
Standard IP validation
πŸ”—
IPv6 Addresses
Modern IP protocols
🏒
ISP Detection
Internet service provider
🌐
Network Info
ASN & organization
πŸ“
Geolocation
City & country data
πŸ•’
Timezone
Local time zone info
πŸ”’
Privacy
Proxy/VPN detection
πŸ“Š
Accuracy
Location precision

Sample IP Addresses to Test

βœ… Valid IP Addresses

  • 8.8.8.8 (Google DNS)
  • 208.67.222.222 (OpenDNS)
  • 1.1.1.1 (Cloudflare DNS)

🌍 Regional Examples

  • 176.126.244.14 (Europe)
  • 203.0.113.1 (Asia Pacific)
  • 2001:4860:4860::8888 (IPv6)

API Response Fields

ip

The IP address being looked up

city

City geolocation object with coordinates and timezone

city.name

City name (e.g., Toronto)

city.latitude

Geographic latitude coordinate

city.longitude

Geographic longitude coordinate

city.time_zone

IANA timezone (e.g., America/Toronto)

city.accuracy_radius

Location accuracy radius in kilometers

countryCode

ISO 3166-1 alpha-2 country code (e.g., CA)

registeredCountryCode

Country where IP is registered

asn

Autonomous System Number

aso

Autonomous System Organization name

Start Preventing Fraud & Boosting Conversions Today

Join thousands of businesses using IP intelligence to drive measurable growth and security

No credit card required β€’ Start free today

Quick Integration Examples

πŸ’» cURL

# Basic IP lookup
curl -X GET "https://api.ip-info.app/v1-get-ip-details?ip=8.8.8.8"
-H "accept: application/json"
-H "x-api-key: your-api-key"

✨ JavaScript

const response = await fetch(
'https://api.ip-info.app/v1-get-ip-details?ip=8.8.8.8',
{
headers: {
'accept': 'application/json',
'x-api-key': 'your-api-key'
}
}
);
const result = await response.json();

Why Businesses Choose Ip-Info.app for Growth

πŸ’°
3.2x
Average ROI
πŸ›‘οΈ
85%
Fraud Reduction
πŸ“ˆ
47%
Better Targeting
⚑
25ms
Real-Time Data

Complete Feature Set

βœ“Real-time lookup
βœ“ISP detection
βœ“Network analysis
βœ“Proxy/VPN detection
βœ“Geolocation data
βœ“City & country info
βœ“Timezone info
βœ“Bulk lookups
βœ“ASN data
βœ“IPv6 support
βœ“Location accuracy
βœ“RESTful API