IPv4 → country / region / city / lat-lon / zip code. Internal MJH Life Sciences geolocation API powered by IP2Location DB9.
216.73.217.61All /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"
} GET /api/geo?ip=<ipv4> — look up a specific addressGET /api/geo — look up the caller's address (auto-detected)