Verify any Indian Voter ID (EPIC) number against Election Commission records in real time.
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"relation_type": "F",
"gender": "M",
"age": "32",
"epic_no": "ABC1234567",
"dob": "1992-06-15",
"relation_name": "RAMESH KUMAR",
"name": "SURESH KUMAR",
"area": "Sector 5, Dwarka",
"state": "Delhi",
"house_no": "42-B"
}
}
}
{
"success": false,
"message": "Verification Failed.",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"epic_no": "ABC1234567"
}
}
}
| Code | Meaning |
|---|---|
| 200 | OK — Request successful |
| 400 | Bad Request — Missing or invalid parameters |
| 401 | Unauthorized — Invalid or missing API key |
| 429 | Too Many Requests — Rate limit exceeded |
| 500 | Server Error — Try again later |
Start with free trial API calls. No credit card required.
Get API Key — Free Browse All APIs