Apiip
Get location information by IP address
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Geocoding
- Documentation / URL
- https://apiip.net/
Overview
apiip.net resolves IPs to geolocation data — country, city, currency, and connection info. Auth is an access key (requests without a valid key return 403, verified).
Quick Start
Lookup (replace YOUR_KEY):
curl "https://apiip.net/api/check?accessKey=YOUR_KEY&ip=8.8.8.8"
{
"ip": "8.8.8.8",
"countryCode": "US",
"countryName": "United States",
"cityName": "Mountain View",
"currency": { "code": "USD" },
"connection": { "asn": 15169 }
}
Authentication
- Register at apiip.net → free access key (emailed).
- Send it as the
accessKeyquery parameter (missing/invalid → 403, verified).
Rate Limits & Notes
- Free tier: ~1,000 requests/day (check the docs); paid plans scale.
- Also offers country flags, currency, and connection (ASN) data.
FAQ
Is apiip free? Free tier with a daily allowance; more is paid.
How do I get a key? Register at apiip.net — the key is emailed.
What’s the auth style?
accessKey query parameter (403 without, verified).
More in Geocoding
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| Actinia Grass GIS Actinia is an open source REST API for geographical data that uses GRASS GIS | API Key | Yes | Unknown | ↗ |
| administrative-divisons-db Get all administrative divisions of a country | No auth | Yes | Yes | ↗ |
| adresse.data.gouv.fr Address database of France, geocoding and reverse | No auth | Yes | Unknown | ↗ |
| Airtel IP IP Geolocation API. Collecting data from multiple sources | No auth | Yes | Unknown | ↗ |
| ApogeoAPI Bundled API for countries, states, cities, IP geolocation, and live exchange rates | API Key | Yes | Yes | ↗ |