193.87.33.8

Bratislava, Bratislavsky kraj, Slovakia Map

Hostname No Hostname
Network AS2607 Zdruzenie pouzivatelov Slovenskej akademickej datovej siete
City Bratislava, Bratislavsky kraj, Slovakia
Latitude/Longitude 48.1500,17.1167
Postal Code 811 01

Try our JSON API from the command line.

curl ipinfo.io
$.getJSON('http://ipinfo.io', function(data){
  console.log(data)
})
const request = require('request')

request('http://ipinfo.io', function(error, res, body) {
  console.log(JSON.parse(body))
})
require 'json'
require 'open-uri'

JSON.parse(open('http://ipinfo.io').read)
requests.get('http://ipinfo.io')
{
  "ip": "193.87.33.8",
  "hostname": "No Hostname",
  "city": "Bratislava",
  "region": "Bratislavsky kraj",
  "country": "SK",
  "loc": "48.1500,17.1167",
  "org": "AS2607 Zdruzenie pouzivatelov Slovenskej akademickej datovej siete",
  "postal": "811 01"
}
curl ipinfo.io/8.8.8.8/org
$.getJSON('http://ipinfo.io/8.8.8.8/org', function(data){
  console.log(data)
})
request('http://ipinfo.io/8.8.8.8/org', function(error, res, body) {
  console.log(body)
})
JSON.parse(open('http://ipinfo.io/8.8.8.8/org').read)
requests.get('http://ipinfo.io/8.8.8.8/org')
AS15169 Google Inc.

Free for small projects. Pay as you grow.

0
per month
  • 1,000 Daily Requests
  • No Support
10
per month
  • 1,000 Daily Requests
  • Email Support
50
per month
  • 10,000 Daily Requests
  • Email Support
100
per month
  • 40,000 Daily Requests
  • Email Support
200
per month
  • 160,000 Daily Requests
  • Email Support
400
per month
  • 320,000 Daily Requests
  • Email Support

What sets us apart from the competition?

We're Fast.

Our servers use latency based DNS routing to serve over 90% of all requests handled in less than 10ms.

We're Reliable.

Our auto-scaling geo-distributed servers in the US and EU handle over 250 million queries per day.

We're up to Date.

Our data is aggregated from multiple sources and updated daily.

A million uses.

You can use ipinfo to filter out bot traffic, customize content based on visitor's location, display full country names, perform bulk IP geolocation, and more.

To learn more about the API, check out our developers page.