IP Address Info

IP Address Info

Geocoding

Real-time Location Data and IP Geolocation for Unparalleled Performance

Visit API🔁 Alternatives

📚 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

Dec 28Dec 30Jan 1Jan 3Jan 5Jan 7Jan 9Jan 11Jan 13Jan 15Jan 17Jan 19Jan 21Jan 23Jan 2604008001440Minutes
Online
Offline

Related APIs in Geocoding