IP Info (Updated and genuine)
A rapid, reliable, and robust service for obtaining detailed insights about any IP address. Built with performance in mind using Go, our API effortlessly delivers geolocation and network data in real time.
Enjoy all the awesome features of IP Info that make it the best choice for your needs:
Immediate lookup for any IP address.
Returns comprehensive geolocation and network details.
A simple endpoint that requires no additional parameters.
Developed in Go for low latency and high throughput.
IP Info API
Welcome to the IP Info API—a rapid, reliable, and robust service for obtaining detailed insights about any IP address. Built with performance in mind using Go, our API effortlessly delivers geolocation and network data in real time.
Overview
The IP Info API allows you to fetch comprehensive details about any IP address with a single GET request. Whether you’re enhancing security protocols, personalizing user experiences, or conducting data analysis, this API provides you with critical information, including:
- Timezone
- Country
- Region
- City
- Organization
- Hostname
Its straightforward design and clear JSON structure make integration simple and efficient—perfect for developers looking to add powerful IP intelligence to their applications.
Features
- Real-Time Data: Immediate lookup for any IP address.
- Detailed Information: Returns comprehensive geolocation and network details.
- Ease of Integration: A simple endpoint that requires no additional parameters.
- Performance Optimized: Developed in Go for low latency and high throughput.
- Structured Response: JSON format with clearly defined fields for quick parsing.
API Endpoint
IP Info Lookup
- Method: GET
- Endpoint:
/ip/{ip_address}
- Description: Retrieve detailed information for a given IP address by appending the desired IP to the endpoint URL. The API responds with a JSON object containing the timezone, country, region, city, organization, and hostname.
Example Request & Response
Request
curl --request GET \
--url https://your-api-host.com/ip/192.11.22.33 \
--header 'Accept: application/json'
Response
{
"timezone": "America/New_York",
"country": "United States",
"region": "NY",
"city": "New York",
"org": "Example Organization",
"hostname": "example.host.com"
}
Usage
To retrieve IP information:
- Replace
{ip_address}
in the URL with the specific IP you wish to query. - Send a GET request to
/ip/{ip_address}
. - Receive a structured JSON response with detailed IP data.
This simplicity makes it easy to integrate the IP Info API into your applications, regardless of your tech stack.
See it in action!
Try IPInfo now: