ip.mjhlifesciences.com live

IPv4 → country / region / city / lat-lon / zip code. Internal MJH Life Sciences geolocation API powered by IP2Location DB9.

Your detected IP
216.73.217.61
Resolved to Columbus, Ohio, United States of America (US)

Try it

All /api/* endpoints require an API key. How to authenticate.

curl -H "Authorization: Bearer $IP_GEO_API_KEY" \
  'https://ip.mjhlifesciences.com/api/geo?ip=8.8.8.8'
{
  "ip": "8.8.8.8",
  "country_code": "US",
  "country_name": "United States of America",
  "region_name": "California",
  "city_name": "Mountain View",
  "latitude": 37.38605,
  "longitude": -122.08385,
  "zip_code": "94035"
}

Endpoints

Documentation