Verify any Indian driving license number with date of birth against government RTO records in real time.
{
"success": true,
"message": "",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"license_number": "MH0320140001234",
"state": "Maharashtra",
"name": "SURESH PATEL",
"permanent_address": "42 MG ROAD, PUNE, MAHARASHTRA",
"permanent_zip": "411001",
"temporary_address": "42 MG ROAD, PUNE, MAHARASHTRA",
"temporary_zip": "411001",
"citizenship": "",
"ola_name": "RTO PUNE",
"ola_code": "MH032",
"gender": "M",
"father_or_husband_name": "RAMESH PATEL",
"dob": "1992-06-15",
"doe": "2034-08-10",
"transport_doe": "1800-01-01",
"doi": "2014-08-11",
"transport_doi": "1800-01-01",
"has_image": true,
"blood_group": "B+",
"vehicle_classes": [
"MCWG",
"LMV-NT"
],
"less_info": false
}
}
}
{
"success": false,
"message": "Verification Failed.",
"data": {
"order_id": "W2A1739512345abcdef01",
"result": {
"license_number": "MH0320140001234",
"state": null,
"name": null,
"permanent_address": null,
"gender": null,
"father_or_husband_name": null,
"dob": "1992-06-15",
"doe": null,
"doi": null,
"has_image": false,
"vehicle_classes": [],
"less_info": false
}
}
}
| 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