freeapis

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 accessKey query 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

APIAuthHTTPSCORS
Actinia Grass GIS

Actinia is an open source REST API for geographical data that uses GRASS GIS

API KeyYesUnknown
administrative-divisons-db

Get all administrative divisions of a country

No authYesYes
adresse.data.gouv.fr

Address database of France, geocoding and reverse

No authYesUnknown
Airtel IP

IP Geolocation API. Collecting data from multiple sources

No authYesUnknown
ApogeoAPI

Bundled API for countries, states, cities, IP geolocation, and live exchange rates

API KeyYesYes