Skip to content
Anand Chitipothu edited this page Jul 16, 2014 · 1 revision

We need a small library to give voter details from the voterID. We are more interested to find the polling booth from voter ID, so that we can use that info to that person as member at the right place.

Election Commission provides a website that can be scrapped to get this info.

http://electoralsearch.in/

The required format is:

{
    "name": "Some One",
    "gender": "M",
    "pb": "PB1234",
    "ward": "W08",
    "ac": "AC123",
    "lc": "LC26",
    "state": "KA"
}

The following fields can be added the format, it necessary.

  • pb_name
  • ward_name
  • ac_name
  • lc_name
  • state_name
Clone this wiki locally