Interactive API Playground
Request Parameters
Response Visualizer
Click "Execute API Query" to query the live gateway...
https://kisan-commodity.onrender.com/api/mandi-prices?api_key=agro_secret_key_12345&limit=5&page=1
GET
Developer Integration Guide
Copy complete, robust integration templates in your preferred programming language.
curl -H "x-api-key: agro_secret_key_12345" "https://kisan-commodity.onrender.com/api/mandi-prices?limit=5"
🔑
Sandbox API Key Maker
Register instantly for direct access
KEY ISSUED SUCCESSFULLY!
agro_live_...
Gateway Route Registry
Overview of all active REST paths
/api/mandi-prices
GET
Returns current crop rates with Today vs Yesterday comparison. Supports sorting, pagination, and Indian state/market/crop filtering.
/api/mandi-prices/history
GET
Retrieves 90-day daily price trends and analytics (Highest, Lowest, Average modal crop rate) for charting.
/api/health
GET
Public health monitor showing overall system heartbeat, date sync status, and internal components status.