API Reference

DL Details

Use this API to Fetch the Driving Licence details

Header Parameters

NameTypeDescription
Content-TypeStringApplication/Json
AcceptStringApplication/Json
X-Qro-ApiKeyStringProvided By Dextox
X-Qro-UserIdStringProvided By Dextox

Request Parameters

Param NameParam TypeIs MandatoryDescription
dl_numberstringyesLicence Number
dobstringyesDate of birth of Licence holder

Sample Request

{"dl_number":"RJ14XXXXXXXXXX","dob":"11/11/1999"}

Sample Response

{
    "statuscode": "TXN",
    "status": "Result fetched",
    "data": {
        "dl_number": "RJ14XXXXXXXXX",
        "badge_details": [
            {
                "class_of_vehicle": [
                    "MCWG",
                    "LMV"
                ],
                "badge_no": "",
                "badge_issue_date": ""
            }
        ],
        "dob": "11-11-1999",
        "dl_validity": {
            "hazardous_valid_till": "",
            "hill_valid_till": "",
            "non_transport": {
                "from": "XX-XX-XXXX",
                "to": "XX-XX-XXXX"
            },
            "transport": {
                "from": "",
                "to": ""
            }
        },
        "details_of_driving_licence": {
            "father_or_husband_name": "",
            "last_transacted_at": "",
            "address": "",
            "date_of_issue": "XX-XX-XXXX",
            "address_list": [
                {
                    "complete_address": "",
                    "split_address": {
                        "pincode": "XXXXXX",
                        "country": [
                            "IN",
                            "IND",
                            "INDIA"
                        ],
                        "address_line": "",
                        "city": [
                            ""
                        ],
                        "district": [
                            "JAIPUR"
                        ],
                        "state": [
                            [
                                "RAJASTHAN",
                                "RJ"
                            ]
                        ]
                    },
                    "type": "permanent"
                },
                {
                    "complete_address": "",
                    "split_address": {
                        "pincode": "XXXXXX",
                        "country": [
                            "IN",
                            "IND",
                            "INDIA"
                        ],
                        "address_line": "",
                        "city": [
                            ""
                        ],
                        "district": [
                            "JAIPUR"
                        ],
                        "state": [
                            [
                                "RAJASTHAN",
                                "RJ"
                            ]
                        ]
                    },
                    "type": "temporary"
                }
            ],
            "date_of_last_transaction": "",
            "split_address": {
                "pincode": "XXXXXX",
                "country": [
                    "IN",
                    "IND",
                    "INDIA"
                ],
                "address_line": "",
                "city": [
                    ""
                ],
                "district": [
                    "JAIPUR"
                ],
                "state": [
                    [
                        "RAJASTHAN",
                        "RJ"
                    ]
                ]
            },
            "name": "XXXX XXXX",
            "status": "ACTIVE"
        }
    },
    "timestamp": "02-05-2025 14:39:07"
}
Language
Click Try It! to start a request and see the response here!