IP Geolocation API

Get the location of any IP with a world-class API serving city, region, country and lat/long data.

Endpoint: POST https://irbis.espysys.com/api/developer/ip_geolocation

Below is a sample request to perform a lookup using the API:

{
  "key": "YOUR_API_KEY",
  "value": "SEARCH_VALUE",
  "lookupType": "LOOKUP_TYPE",
  "lookupId": "LOOKUPID_VALUE"
}
  1. Replace YOUR_API_KEY in the "key" field with your actual API Key.

  2. For the "value" field, insert with one of the aforementioned search values.

  3. LOOKUP_TYPE can be one of the following values:

    1. IP_GEO

values are of the following type for these searches:

IP GEO - value is an IP address.

The "lookupId" must be set to what is shown in table API lookups types at Developer page or at API lookup types page

Last updated