Live IP API testing playground

Test the IP geolocation API with a live lookup

Inspect location, ASN, ISP, timezone, and privacy signals before you commit. Run a lookup, review the JSON, and decide if the response fits your workflow.

Test with sample IP addresses:

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

{
  "loading": "..."
}

Turn the live test into your first production call

Create a key, move into your app, and keep the same response format you just validated.

Self-serve plans available, with sales support for higher-volume routing and fraud workloads.

Complete geolocation

Full IP analysis including location, ISP, network, timezone, and geographic fields in one response.

Sub-50ms responses

Sub-50ms global responses with detailed JSON for every lookup, ready for hot-path traffic.

Advanced signals

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

Coverage

What you can test

IPv4 addresses
Standard IP validation
IPv6 addresses
Modern IP protocols
ISP detection
Internet service provider
Network info
ASN and organization
Geolocation
City and country data
Timezone
Local time zone info
Privacy
Proxy and VPN context
Accuracy
Location confidence radius
Examples

Sample IP addresses to test

Public resolver examples

  • 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)
Schema

API response fields

ip

The IP address being looked up.

city

City geolocation object with coordinates and timezone.

city.name

City name, such as Toronto.

city.latitude

Geographic latitude coordinate.

city.longitude

Geographic longitude coordinate.

city.time_zone

IANA timezone, such as America/Toronto.

city.accuracy_radius

Location accuracy radius in kilometers.

countryCode

ISO 3166-1 alpha-2 country code.

registeredCountryCode

Country where the IP is registered.

asn

Autonomous System Number.

aso

Autonomous System Organization name.

Get started

Ready to integrate IP intelligence?

Move from test data to production traffic with the same response model you see above.

Self-serve plans available, with sales support for higher-volume routing and fraud workloads.
Examples

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();
Production

What teams build with IP-Info.app

Fraud review
Review risky sign-ins, masked traffic, and repeat abuse patterns with IP context.
Geo routing
Route traffic, content, and support flows with country, region, and timezone context.
Data enrichment
Attach ASN, ISP, organization, and location fields to analytics and warehouse records.
Access rules
Use IP intelligence as one signal in access policy, rate limits, and review queues.
Capabilities

Complete feature set

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