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.

Quick Examples:

Enter an IPv4 or IPv6 address. Leave empty to use your current IP.

{
  "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

// Using fetch API
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