ip lookup APIgeolocation APIIP address locationIPv6 geolocationIP security checkASN lookup

IP Lookup API

Instant IP geolocation: country, city, timezone, and connection type detection.

Geolocate any IPv4 or IPv6 address to retrieve country, region, city, and coordinates in milliseconds. Features include automatic private IP detection, EU membership status, and connection type estimation. No external API calls — 100% server-side.

POST/api/trpc/ipLookup.lookup
1 token / callAPI online

How it works

Three steps. No complex setup.

1

Send your request

Make a POST with the data you want to analyze. Include your API key in the Authorization header.

2

We process server-side

Our engine validates, analyzes and enriches the data in under 200ms. No external APIs, no network latency.

3

Receive the result

Typed JSON with all documented fields. Clear errors if something fails. Production ready.

Who is it for?

Fraud detection and security
Regional content personalization
Traffic analytics and metrics
Country-based rate limiting

Response example

Real input and output. What you send and what you get back.

// Input

{
  "ip": "8.8.8.8"
}

// Output

{
  "ip": "8.8.8.8",
  "is_valid": true,
  "is_private": false,
  "country_code": "US",
  "country_name": "United States",
  "region": null,
  "city": null,
  "timezone": "America/Chicago",
  "latitude": 37.751,
  "longitude": -97.822,
  "eu": false,
  "connection_type": "residential",
  "asn": 15169,
  "is_datacenter": true,
  "error": null
}

Try it now

// live demo — no account needed to try

Playground

Demo activa1 token

Integrate into your project

Copy and paste. Replace YOUR_API_KEY with your real key.

curl -X POST https://jsnhengine.com/api/trpc/ipLookup.lookup \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"json": {"ip":"8.8.8.8"}}'

Why choose JSNH Engine Lab

Low latency

Responses in under 200ms

Secure authentication

API keys with per-plan rate limiting

Usage tracking

Every request logged with metrics

Production ready

Input validation and typed errors

Frequently asked questions

Everything you need to know before integrating.

Other modules

Expand your integration with more APIs from the catalogue.

// production ready

Start using IP Lookup API

Sign up free and get 1,000 tokens to start. No credit card. No complex setup.