Indiavotes: Get Constituency Details
Indiavotes via Parse · government_public
Get detailed candidate-wise results for a specific constituency in a Lok Sabha or Vidhan Sabha election. Returns ranked candidates with votes and vote share, plus past by-elections if any. For Lok Sabha (pc), URL pattern is /lok-sabha/{year}/{state}/{constituency}/. For Vidhan Sabha (ac), pattern is /vidhan-sabha/{state}/{year}/{constituency}/. Comprehensive API for IndiaVotes, providing Lok Sabha and Vidhan Sabha election results, constituency details, candidate searches, and historical election data across Indian states. Fulfilled by Parse from indiavotes.com.
- b2b-directory
- government-public
- indiavotes
- indiavotes-com
- news-media
- parse
- platform-key
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/cb783535-dd58-4206-8ecf-4783e2766dce/get_constituency_details
- Interface artifact
- sha256:5ca5d861950cfa2c5a58ea7f99dbafe9fe6394437c11c22c217accc3cef0a713
- Manifest digest
- sha256:35dbc72a795f82327034c697d75a112ea76b6df4ce4bae55fa309d9eda83387c
Request fields
- year (string, required): Election year (e.g. '2024')
- category (string): Election category: 'pc' for Lok Sabha (Parliamentary Constituency), 'ac' for Vidhan Sabha (Assembly Constituency): Allowed values: pc, ac
- state_slug (string, required): URL slug for the state (e.g. 'maharashtra', 'uttar-pradesh')
- constituency_slug (string, required): URL slug of the constituency (e.g. 'mumbai-north', 'varanasi'). Obtained from Constituency_url in get_lok_sabha_results.
Example queries
- {"year":"2024","category":"pc","state_slug":"maharashtra","constituency_slug":"mumbai-north"}