freeapis

Telize

Telize offers location information from any IP address

Authentication
API Key
HTTPS
Yes
CORS
Yes
Category
Geocoding

Overview

Telize provides IP geolocation as JSON. It’s distributed via RapidAPI (an invalid key returns 401, verified).

Quick Start

The API is on RapidAPI (replace YOUR_RAPIDAPI_KEY):

curl "https://telize-v1.p.rapidapi.com/geoip/8.8.8.8" \
  -H "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
  -H "x-rapidapi-host: telize-v1.p.rapidapi.com"
{
  "ip": "8.8.8.8",
  "country": "US",
  "country_code": "US",
  "city": "Mountain View",
  "latitude": 37.386,
  "longitude": -122.0838
}

Authentication

  • Subscribe to Telize on RapidAPI → key.
  • Send the x-rapidapi-key header (invalid key → 401, verified).

Rate Limits & Notes

  • Free RapidAPI tier: ~100 requests/month (check the RapidAPI page); paid tiers scale.
  • JSON IP geolocation — simple and dependency-free.

FAQ

Is Telize free? Free RapidAPI tier with a small allowance; more is paid.

How do I get a key? RapidAPI → subscribe to Telize.

What’s the auth style? x-rapidapi-key header (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
Apiip

Get location information by IP address

API KeyYesYes