zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Dev Tools/IP Geolocation
Logo IP Geolocation

IP Geolocation

IP geolocation lookup — country, region, city, ISP, ASN, koordinat untuk IPv4 dan IPv6.

1 endpoint1 endpoint on this scraper13 calls13 calls so farupdated 4 months agoLast updated 6/13/2026, 2:24:53 AMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Lookup

Perform lookup dengan input yang diberikan.

GET/v1/dev-tools:ip-geo/lookup5m cache1 paramchecking key…
Parameters
ipstringrequired

IP address (IPv4 atau IPv6)

·
Response
EXAMPLE
{
  "ip": "8.8.8.8",
  "asn": "AS15169 Google LLC",
  "isp": "Google LLC",
  "org": "Google Public DNS",
  "zip": "20149",
  "city": "Ashburn",
  "region": "VA",
  "source": "geo",
  "country": "United States",
  "latitude": 39.03,
  "timezone": "America/New_York",
  "longitude": -77.5,
  "regionName": "Virginia",
  "countryCode": "US"
}

Code

Lookup
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("dev-tools:ip-geo", "lookup", {
  "ip": "8.8.8.8"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Lookup/v1/dev-tools:ip-geo/lookup
1 param

Parameters

ipstringrequired
IP address (IPv4 atau IPv6)

Request

curl -X GET "https://api.zapi.ink/v1/dev-tools:ip-geo/lookup?ip=8.8.8.8" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ip": "8.8.8.8",
  "asn": "AS15169 Google LLC",
  "isp": "Google LLC",
  "org": "Google Public DNS",
  "zip": "20149",
  "city": "Ashburn",
  "region": "VA",
  "source": "geo",
  "country": "United States",
  "latitude": 39.03,
  "timezone": "America/New_York",
  "longitude": -77.5,
  "regionName": "Virginia",
  "countryCode": "US"
}

Related APIs

More in dev-tools

CF Sitekey Extractor

dev-toolscf-sitekey

Mengekstrak Cloudflare Turnstile sitekey dari halaman web dengan multiple fetch mode.

3636 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

DNS Lookup

dev-toolsdns-lookup

Query DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA) via secure DNS-over-HTTPS resolver.

2121 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

WHOIS Lookup

dev-toolswhois-lookup

WHOIS / RDAP domain lookup — registrar, registration & expiry dates, nameservers, status, registrant contact.

1313 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Meta/OG Preview

dev-toolsmeta-preview

Fetch link preview metadata dari URL — Open Graph, Twitter Card, favicon, canonical, theme color (kayak WhatsApp/Slack link preview).

66 calls so far5mResponses cached for 5m

SSL Labs

dev-toolsssl-labs

Retrieve SSL/TLS analysis report for a hostname.

66 calls so far5mResponses cached for 5m

HTTP Headers Inspector

dev-toolshttp-headers

Inspect HTTP response headers and redirect chain for any URL.

44 calls so far5mResponses cached for 5m
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.