IP Info API

Rapid IP intelligence, built in Go

Real‑time geolocation & network details—no hassle.

A rapid, reliable, and robust service for obtaining detailed insights about any IP address. Built with performance in mind using Go, our API delivers data in real time.

GET /ip/192.11.22.33
curl --request GET \n  --url https://your-api-host.com/ip/192.11.22.33 \n  --header 'Accept: application/json'
{
  "timezone": "America/New_York",
  "country": "United States",
  "region": "NY",
  "city": "New York",
  "org": "Example Organization",
  "hostname": "example.host.com"
}
GoAWS
Go · AWS

Real‑Time Data

Immediate lookup for any IP address.

Detailed Information

Comprehensive geolocation and network details.

Ease of Integration

A simple endpoint—no extra params required.

Performance Optimized

Developed in Go for low latency and high throughput.

IP Info API

Welcome to the IP Info API—rapid, reliable, and robust. Fetch comprehensive details about any IP address with a single GET request.

Overview

  • Timezone
  • Country
  • Region
  • City
  • Organization
  • Hostname

API Endpoint

Method: GET
Endpoint: /ip/{ip_address}
Description: Retrieve detailed information for a given IP address.

Example Request

curl --request GET \n  --url https://your-api-host.com/ip/192.11.22.33 \n  --header 'Accept: application/json'

Example Response

{
  "timezone": "America/New_York",
  "country": "United States",
  "region": "NY",
  "city": "New York",
  "org": "Example Organization",
  "hostname": "example.host.com"
}

Usage

  1. Replace {ip_address} with the IP you wish to query.
  2. Send a GET request to /ip/{ip_address}.
  3. Receive a structured JSON response with detailed IP data.

See it in action!

Try IPInfo on RapidAPI or reach out for dedicated access.