IP Address Info

IP Address Info

Geocoding

Real-time Location Data and IP Geolocation for Unparalleled Performance

Visit API

📚 Documentation & Examples

Everything you need to integrate with IP Address Info

🚀 Quick Start Examples

IP Address Info Javascript Examplejavascript
// IP Address Info API Example
const response = await fetch('https://ipinfo.info/', {
    method: 'GET',
    headers: {
        'Content-Type': 'application/json'
    }
});

const data = await response.json();
console.log(data);

Real-time Location Data and IP Geolocation for Unparalleled Performance.

Our free IP to geolocation REST API provides real-time location data and IP geolocation services for unparalleled performance. It supports IPv4 or IPv6 GeoIP and reverse IP lookup using JSON and XML. The API is available in various programming languages such as PHP, JavaScript, Node, Python, Java, and more.

Benefits of using our API:

  1. Real-time location data
  2. IP geolocation services
  3. Support for IPv4 and IPv6
  4. JSON and XML format
  5. Wide language compatibility
// Example code in JavaScript
const fetch = require('node-fetch');

async function getGeolocation(ipAddress) {
  const response = await fetch(`https://ipinfo.info/json/${ipAddress}`);
  const data = await response.json();
  return data;
}

// Usage
getGeolocation('8.8.8.8')
  .then(data => console.log(data))
  .catch(error => console.error('Error:', error));

📊 30-Day Uptime History

Daily uptime tracking showing online vs offline minutes

Jun 14Jun 16Jun 18Jun 20Jun 22Jun 24Jun 26Jun 28Jun 30Jul 2Jul 4Jul 6Jul 8Jul 10Jul 1304008001440Minutes
Online
Offline

Related APIs in Geocoding