RC Details

Use this API to Fetch the RC details of Vehicle Number

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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_numberstringstringLicence Number
dobstringstringDate of birth of Licence holder

Sample Request

{"vehicleNumber":"RJ14xxxx"}

Sample Response

{
    "statuscode": "TXN",
    "status": "Result fetched",
    "data": {
        "reg_no": "RJ14XXXX",
        "gross_vehicle_weight": "2510",
        "vehicle_category": "LMV",
        "permit_number": "",
        "split_permanent_address": {
            "pincode": "XXXXXX",
            "country": [
                "IN",
                "IND",
                "INDIA"
            ],
            "address_line": "",
            "city": [
                ""
            ],
            "district": [
                "JAIPUR"
            ],
            "state": [
                [
                    "RAJASTHAN",
                    "RJ"
                ]
            ]
        },
        "type": "Diesel",
        "permanent_address": "",
        "vehicle_colour": "Pearl White",
        "rto_code": "Rj14",
        "rc_expiry_date": "XX-XX-XXXX",
        "body_type": "Hard Top",
        "non_use_from": "",
        "vehicle_manufacturer_name": "Mahindra & Mahindra Limited",
        "model": "Mahindra Scorpio",
        "owner_name": "",
        "chassis": "MAXXXXXXXXXXXXXXX",
        "vehicle_manufacturing_month_year": "04/XXXX",
        "rc_financer": "",
        "vehicle_cylinders_no": "4",
        "blacklist_status": "",
        "financed": true,
        "vehicle_tax_upto": "Ltt",
        "reg_date": "XX-XX-XXXX",
        "wheelbase": "2680",
        "rc_standard_cap": "0",
        "permit_valid_upto": "Na",
        "noc_details": "",
        "vehicle_sleeper_capacity": "0",
        "national_permit_upto": "",
        "owner_father_name": "",
        "status_as_on": "XX-XX-XXXX",
        "status": "Active",
        "present_address": "",
        "split_present_address": {
            "pincode": "XXXXXX",
            "country": [
                "IN",
                "IND",
                "INDIA"
            ],
            "address_line": "",
            "city": [
                ""
            ],
            "district": [
                "JAIPUR"
            ],
            "state": [
                [
                    "RAJASTHAN",
                    "RJ"
                ]
            ]
        },
        "blacklist_details": "",
        "unladen_weight": "1810",
        "vehicle_standing_capacity": "0",
        "national_permit_number": "",
        "is_commercial": false,
        "pucc_number": "HRXXXXXX",
        "permit_valid_from": "Na",
        "national_permit_issued_by": "",
        "engine": "WRKXXXXX",
        "owner_count": "2",
        "vehicle_insurance_company_name": "",
        "class": "Motor Car",
        "vehicle_seat_capacity": "7",
        "vehicle_cubic_capacity": "2179.0",
        "permit_issue_date": "Na",
        "challan_details": [],
        "permit_type": "",
        "vehicle_insurance_policy_number": "",
        "non_use_status": "",
        "reg_authority": "Jaipur (First) Rto",
        "non_use_to": "",
        "norms_type": "",
        "vehicle_insurance_upto": "01-08-XXXX",
        "pucc_upto": "13-05-XXXX",
        "mobile_number": ""
    },
    "timestamp": "02-05-2025 14:54:46"
}
Body Params
string
required
Defaults to RJ14XXXXXX

Vehicle Number of user

Headers
string
required
Defaults to {{API KEY}}
string
required
Defaults to {{API KEY}}
Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!