ipapi
active

IP address geolocation API — locate any IP with city, region, country, lat/lon

maps-locationNo AuthFREEMIUM
🤖 00 ↓  |  👤 00
Official Documentation

Connect via PincerAPI

Use our proxy to call ipapi with your PincerAPI key. No separate signup needed.

# Get instructions for ipapi
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  https://pincerapi.com/api/v1/apis/ipapi/instructions

# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
  "https://pincerapi.com/api/v1/connect/ipapi/your/endpoint/here"

Direct Setup

Endpoints

GET/{ip}/json

Get geolocation data for a specific IP address

💡 No API key needed for basic use (1000/day). Returns city, region, country, lat/lon, timezone, org, ASN.

GET/json

Get geolocation for the requester's IP

💡 No parameters needed — returns location of the requesting IP.

GET/{ip}/{field}

Get a single field for an IP (e.g., city, country, latlong)

💡 Returns plain text, not JSON. Useful for minimal bandwidth lookups.

Related APIs in maps-location