Instant IP geolocation lookup

Endpoints

Make a simple HTTP GET request to one of the endpoints below.

Endpoint Description
/json Returns response in JSON.
/csv Returns response in CSV.
/json/{lang} Returns a JSON response localized to a specific language. Replace {lang} with one of: de, es, fr, ru, cn, jp, br. Example: /json/de/89.187.165.1
/csv/{lang} Returns a CSV response localized to a specific language. Replace {lang} with one of: de, es, fr, ru, cn, jp, br. Example: /csv/de/89.187.165.1

By default, the service returns data for the calling IP. To query a specific IP, append it as a path parameter:

Sample JSON Output by Language


    
Attribution & Corrections