Skip to content

API Reference

Auto-generated from /openapi.yaml. Always in sync with production.

admin

MethodPathSummaryCost
GET/v1/admin/wardGet the enclosing municipal ward polygon.250
GET/v1/admin/pincodeGet the enclosing pincode polygon.
GET/v1/admin/stateGet the enclosing state.
GET/v1/admin/cityGet the enclosing onboarded city.

env

MethodPathSummaryCost
GET/v1/env/aqiLatest air-quality reading at lat/lng.300
GET/v1/env/weatherLatest weather observation at lat/lng.
GET/v1/env/forecast24-hour weather forecast at lat/lng.

geo

MethodPathSummaryCost
GET/v1/geo/h3
Convert a GPS coordinate to a stable spatial key for joining.
Resolve lat/lng to an H3 cell index.50
GET/v1/geo/reverse
What is at this coordinate?
Reverse-geocode lat/lng to city + semantic labels.600
GET/v1/geo/forwardResolve a place name to a city centroid.800
GET/v1/geo/autocompletePrefix-match city names for typeahead.400

hex

MethodPathSummaryCost
GET/v1/hex/{h3}/boundaryGet the polygon vertices of an H3 cell.250
GET/v1/hex/{h3}/parentGet the parent H3 cell at a coarser resolution.
GET/v1/hex/{h3}/childrenGet child H3 cells at a finer resolution (max +3 levels).
GET/v1/hex/{h3}/neighborsGet k-ring neighbour cells.
GET/v1/hex/{h3}/labelsGet semantic labels (locality, ward, LULC, etc.) for a cell.700
GET/v1/hex/{h3}/freshnessGet signal freshness state for a cell.

intel

MethodPathSummaryCost
GET/v1/intel/hex/{h3}
Full ground-truth context for a single 100m hex of India.
Single-hex full-stack readout (showcase endpoint).3500

meta

MethodPathSummaryCost
GET/v1/meta/citiesList all onboarded cities and their bboxes.1500
GET/v1/meta/signalsList the catalogue of signal types and their sample frequencies.
GET/v1/meta/healthService identity + uptime.

poi

MethodPathSummaryCost
GET/v1/poi/nearbyFind points of interest within a radius (free-tier hard caps).1500
GET/v1/poi/details/{place_id}Full POI record by place_id.
GET/v1/poi/categoriesPOI taxonomy.

ref

MethodPathSummaryCost
GET/v1/ref/pincodesPincode prefix lookup.
GET/v1/ref/holidaysIndia national holidays catalog.

register

MethodPathSummaryCost
POST/oauth/registerRFC 7591 dynamic client registration (agents).200

token

MethodPathSummaryCost
POST/oauth/tokenOAuth 2.1 client_credentials → short-lived JWT.100

transit

MethodPathSummaryCost
GET/v1/transit/nearestFind nearest transit stops within a radius.600
GET/v1/transit/stopsList transit stops by city or H3 cell.
GET/v1/transit/routesList distinct agencies/routes in a city.