Private geocoding infrastructure

Coordinates in. Complete addresses out.

A fast, secure reverse-geocoding API hosted in India. Convert latitude and longitude into structured addresses without sending client location data to public geocoding services.

Open client portalView API example

Private Nominatim

Our own OpenStreetMap search database, isolated behind the authenticated service.

Predictable performance

Redis caching, request quotas, structured errors and unique request IDs.

Client controls

Independent API keys, revocation, usage analytics and configurable limits.

Simple reverse geocoding

curl "https://addressapi.fleeteyes.in/api/v1/reverse?lat=13.0827&lon=80.2707" \
  -H "Authorization: Bearer addr_live_YOUR_API_KEY"