GeoAdmin (NoAuth) APIs¶
These routes help you discover valid place names before making deeper queries.
They are the safest place to start because they do not require authentication.
Core Routes¶
| Route | Use it for |
|---|---|
GET /api/v1/get_states/ |
list valid states |
GET /api/v1/get_districts/<state_id>/ |
list districts for a state |
GET /api/v1/get_blocks/<district_id>/ |
list blocks or tehsils for a district |
Code surfaces:
Quick Examples¶
Why This Page Matters¶
Most public-data workflows fail first because the user guessed the wrong location name.
These routes solve that problem before you touch:
- API keys
- geometry routes
- generated layers
- tehsil or MWS analytics