Kembali ke API Catalog
GETREADY / ONLINEFREE

IP Geolocation Details

Dapatkan info lokasi wilayah, kota, kode pos, penyedia internet (ISP), serta koordinat lintang/bujur dari alamat IP target.

ENDPOINT:/api/util/ip

Endpoint Overview

MethodGET
Path/api/util/ip
AccessFree Tier / API Key
Total Usage2.150.900 requests

Parameters

ParameterTypeRequiredDescription
ipstringYesAlamat IP publik (IPv4/IPv6) yang ingin dilacak.

Response Example

application/json200 OK
{
  "status": true,
  "result": {
    "ip": "8.8.8.8",
    "country": "United States",
    "city": "Mountain View",
    "zip": "94043",
    "isp": "Google LLC",
    "timezone": "America/Los_Angeles"
  }
}