Passer au contenu principal
Use /api/free/ip-geo to look up IP geolocation data. This endpoint is part of the Free API group and uses the same API key authentication and rate limits.
curl "https://apiany.ai/api/free/ip-geo?ip=8.8.8.8" \
  -H "Authorization: Bearer $APIANY_API_KEY"
If ip is omitted, the endpoint uses the caller IP when trusted proxy headers are available.