Iith: Get District Data
Iith via Parse · government_public
Returns block-level groundwater data for a specific district. Requires state identification (state_uuid or state_name) and district identification (district_uuid or district_name). Each block includes detailed computation summaries, water level data, trend analysis, and quality tagging. Access groundwater assessment data from India's National Groundwater Resource Estimation portal (INGRES). Provides state-level, district-level, and block-level groundwater data including recharge, extraction, and resource availability. Fulfilled by Parse from ingres.iith.ac.in.
- government-public
- iith
- ingres-iith-ac-in
- maps-geo
- parse
- platform-key
- weather
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/193cf43e-4028-48b5-ad4b-45df7e18386f/get_district_data
- Interface artifact
- sha256:6289b1a123caba63ab15e8222d2c9365448c764d6d09d5bf9e0d2ec12e68cccd
- Manifest digest
- sha256:afd16ec5f79ed5822130d14b91df955423010d23f4703a8114f8a2f4ff93d6e9
Request fields
- year (string): Assessment year in YYYY-YYYY format.: Allowed values: 2024-2025, 2023-2024, 2022-2023, 2021-2022, 2019-2020, 2016-2017, 2012-2013
- state_name (string): State name in uppercase (e.g. RAJASTHAN). Used for UUID lookup if state_uuid not provided.: Allowed values: RAJASTHAN
- state_uuid (string): State UUID from get_state_list results.
- district_name (string): District name in uppercase (e.g. JAIPUR). Used for UUID lookup if district_uuid not provided.: Allowed values: JAIPUR
- district_uuid (string): District UUID from get_state_data results (locationUUID field).
Example queries
- {"year":"2024-2025","state_name":"RAJASTHAN","state_uuid":"f38e6de8-396e-47b4-af18-32c333eddccc","district_name":"JAIPUR","district_uuid":"e4b41149-81aa-4e9e-938f-d1b6cca4167f"}