web

IP Geolocation

IP to geolocation lookup

Introduction

The IP service provides IP to geolocation lookup including asn, city, country, timezone, and latitude/longitude.

Features

Lookup

Lookup the geolocation information for an IP address

Pricing

EndpointCredits
Lookup0.0001

Base requests are 0.000001 credit per request (1 credit = $1 USD)

Example

Lookup Request

Response

{
    "ip": "93.148.214.31",
    "asn": 30722,
    "city": "Reggiolo",
    "country": "Italy",
    "continent": "Europe",
    "latitude": 44.9201,
    "longitude": 10.8075,
    "timezone": "Europe/Rome"
}