Kairos — Nearest Church/Temple API (Global)
## Kairos — Nearest Church/Temple API (Global) Kairos returns the **nearest place of worship** to a given latitude/longitude, or lists **all places** within a radius. It uses **PostGIS** for fast geo queries and **OpenStreetMap (Overpass)** to fetch data **on demand**, then caches results to avoid repeated upstream calls. ### Key features - **Nearest** place of worship within a radius…
Kairos — Nearest Church/Temple API (Global) endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health /health |
Health check (returns ok=true). No auth required. |
| GET |
Nearest place of worship /temples/near |
Returns the nearest place of worship to a lat/lon within a radius (km). |
| GET |
List Places Within Radius /temples |
Returns all places of worship within a radius (km) from a given latitude/longitude. Supports pagination with limit/offset. |
Kairos — Nearest Church/Temple API (Global) pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 60 / hour |
|
| PRO | $19 / month | — |
|
| ULTRA | $49 / month | — |
|
| MEGA | $99 / month | — |
|