Verify Voter ID and Get Details
Use this sync API to get the Voter ID details of an individual using their Voter ID.
API URL: https://api.bulkpe.in/client/verifyVoter
Method: POST
Auth: Please refer to the Authorization page.
Body
{
"reference": "test00011", //unique reference ID
"epic": "ABC1538502" //voter ID
}
Response
{
"status": true,
"statusCode": 200,
"data": {
"epic_number": "ABC1234567",
"full_name": "John Doe",
"full_name_l1": "ஜான் டோ",
"first_name": "JOHN",
"first_name_l1": "ஜான்",
"first_name_l2": "జాన్",
"last_name": "DOE",
"last_name_l1": "டோ",
"last_name_l2": "డో",
"name_v2": "జాన్ డో",
"name_v3": "",
"ac_no": 99,
"section_no": 5,
"age": 30,
"gender": "M",
"dob": "",
"last_update": "01-01-2024",
"relation": {
"relative_full_name": "Richard Doe",
"relative_full_name_l1": "ரிச்சர்ட் டோ",
"relative_first_name": "RICHARD",
"relation_type": "FTHR",
"relative_last_name": "",
"relation_name_l1": "ரிச்சர்ட்",
"relation_name_v2": "రిచర్డ్",
"relation_name_v3": ""
},
"assembly_name": "Sample Assembly",
"assembly_name_l1": "சாம்பிள் சட்டமன்றம்",
"parliamentary_name": "Sample Parliament",
"parliamentary_name_l1": null,
"parliamentary_no": "99",
"address": {
"district_cd": "D1234",
"district_name": "Sample District",
"district_name_l1": "சாம்பிள் மாவட்டம்",
"state_name": "Sample State",
"state_name_l1": "சாம்பிள் மாநிலம்",
"state_cd": "S99",
"house_no": ""
},
"polling_booth": {
"building_name": "Community Hall, Sample Town - 123456, North facing building",
"lat_long": "11.1111,77.7777",
"building_name_l1": "சமூக மண்டபம், சாம்பிள் டவுன் - 123456, வடக்கு நோக்கிய கட்டிடம்",
"part_no": "999",
"part_name": "Community Hall, Sample Town - 123456, North facing building",
"slno_inpart": 123
},
"reference": "test00011",
"txnId": "TXN99999"
},
"message": "Fetched!"
}