Telize
Telize offers location information from any IP address
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Geocoding
- Documentation / URL
- https://rapidapi.com/fcambus/api/telize/
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-keyheader (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
| 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 | ↗ |
| Apiip Get location information by IP address | API Key | Yes | Yes | ↗ |