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

Nov 13Nov 15Nov 17Nov 19Nov 21Nov 23Nov 25Nov 27Nov 29Dec 1Dec 3Dec 5Dec 7Dec 9Dec 1204008001440Minutes
Online
Offline

Related APIs in Geocoding