Documentation for Developers by Developers

Select a Platform

GeoCode by IP Address

Description

If available, returns a geocode record containing the approximate latitude and longitude coordinates for an Internet Protocol (IP) address.

Endpoints

https://service.proxomo.com/v09/json/geo/lookup/ip/{ipAddress}
https://service.proxomo.com/v09/xml/geo/lookup/ip/{ipAddress}
 

HTTP Method

GET
 

URL Parameters

Name Data Type Required? Notes
ipAddress String Yes Internet Protocol (IP) address used to approximate a geographic location.

Returns

A GeoCode record containing the approximate location associated with the IP address.

JSON Sample

Request:
GET: https: //service.proxomo.com/v09/json/geo/lookup/ip/76.13.1.3

Response:
JSON GET Result:
{
    "IP": "76.13.1.3",
    "Latitude": "37.417197",
    "Longitude": "-122.008196"
}

So many developers use Proxomo What are you waiting for?

SIGN ME UP