Integrate With Verified
Kansas Ag Data
Empower your workflows, compliance scripts, and environmental tools with live access to water appropriation parameters, verified crop registries, and certified pesticide application licenses.
Cache-Control: max-age=300
Content-Type: application/json
Secure & Compliant
Protected by AES-256 endpoint keys, fully aligned with the Kansas Open Records Act (KORA) rulesets.
High Performance
Low-latency GraphQL and REST architectures utilizing global CDN distribution for fast execution.
Thematic Reporting
Generate visual county analytical trends, aquifer allocation metrics, and crop summaries dynamically.
Active API Endpoint Registry
Review and reference official REST endpoints configured inside the Kansas Department of Agriculture AIMS platform.
/v1/water-rights/active
Query Parameters
| Param | Type | Required | Description |
|---|---|---|---|
| county | string | Required | e.g., Ford, Finney, Haskell |
| aquifer | string | Optional | Filter by water source aquifer name |
Expected Schema Payload (200 OK)
{
"permit_id": "KS-WR-45920",
"owner": "Kansas Plains Irrigation Inc.",
"source_aquifer": "Ogallala Aquifer",
"max_annual_acre_feet": 250.0
}
/v1/licensing/applicator/{id}
Path Parameters
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | Required | The state certification identifier |
Expected Schema Payload (200 OK)
{
"license_number": "LIC-78401-KS",
"category": "Agricultural Plant Pest Control",
"expiry_date": "2027-05-18",
"status": "ACTIVE_VALID"
}
/v1/aims/crops/stats
Query Parameters
| Param | Type | Required | Description |
|---|---|---|---|
| year | integer | Required | Calendar crop year metrics (2020-2026) |
| crop | string | Required | e.g., Wheat, Corn, Soybean |
Expected Schema Payload (200 OK)
{
"reporting_year": 2025,
"crop": "Wheat",
"harvested_acres": 45000,
"yield_per_harvested_acre_bushels": 48.5
}
API Sandbox Console
Interact directly with simulated API endpoints to verify schema logic, latency values, and response bodies before coding.
Configure Sandbox Request
{ "info": "Please click 'Dispatch Request' on the left to see mock output payloads." }
Kansas Agricultural GIS & Trend Analytica
Real-time SVG charting referencing water resource appropriations, regional aquifer extraction metrics, and annual crop production statistics.
Dataset Control
GIS Spatial Note
County-wide historical water allocation flows are updated every harvest quarter after state meter calibration inspections.
Thematic Kansas Zones
ActiveWater Allocation Flow by County (2020-2026)
Multi-point time-series visual analysis
Developer Quick-Start Guides
Implement immediate and reliable connection algorithms pointing towards KDA servers with authentication and robust error parsing strategies.
# Authenticating Your Key
The KDA AIMS API uses Bearer authentication tokens to secure internal database pathways. Ensure that all downstream calls deliver your generated secure token inside the standard request header payload:
Keep keys confidential. Avoid pushing environmental credentials into public version control systems.
# Understanding Global Rate Limits
Rate limit guidelines protect the infrastructure of our public servers. Verify that your system client handles global limit rates:
Strict Burst Restrictions
SLA Guaranteed Pipeline
Frequently Asked Questions
Submit a formal integration request inside our Support page outlining your targeted daily call volumes, environmental compliance parameters, and software architecture scope. Our agency engineers will review and upgrade your tier accordingly.
Our environmental datasets include Ogallala water level deviations, regional aquifer recharge volumes, certified pesticide registration histories, and noxious weed regional threat reports.
Need API Assistance?
Contact our support team for specialized integrations or enterprise credential upgrades.
Legal Agreements & Service Level Guarantee
Our platform guarantees service reliability, open-data transparency, and full alignment with state regulatory parameters.
1. Core Service Level Agreement (SLA)
The Kansas Department of Agriculture aims to provide optimal reliability for the AIMS platform API engines. We guarantee an uptime of at least 99.9% on our core production database servers. Scheduled system maintenance events are conducted during off-peak weekend hours with alert notifications delivered to administrators in advance.
2. Public Records & Data Integrity
AIMS API platform datasets are classified as public records under the statutory frameworks of the Kansas Open Records Act (KORA). While our engineers strive to maintain maximum data accuracy, KDA does not provide guarantees regarding the absolute completeness of third-party filed water rights records, nor is the state liable for downline business decisions based on this historical data.
3. System Acceptable Use Terms
All user integrations must use valid security protocols. Automated scripts must handle 429 rate restriction headers gracefully. Continuous high-volume calls that mimic Distributed Denial of Service (DDoS) attempts will result in the immediate and permanent revocation of your API Key and IP address.
Legal Verification
Technical Support Center
Submit requests directly to our state engineering team, or check real-time system performance logs.