post https://staging.eko.in/ekoapi/v3/tools/kyc/vehicle-rc
Use this API to verify the authenticity of vehicle details. We help you find out the complete information of the vehicle including the owner, chassis number, registration date, registration number, and more.
Note
Updates to vehicle information reflect in the source within 15-30 days. Once updated, we provide the new information immediately.
Response
You get the following key information in the data
object of the response:
Name | Data Type | Description |
---|---|---|
reference_id | integer | The unique ID created for reference purposes. |
status | string | The status of the vehicle RC information. |
reg_no | string | The registration number of the vehicle. |
class | string | The category or type of the vehicle as recognised by the relevant transportation authorities. |
chassis | string | The chassis information of the vehicle. |
engine | string | The engine number of the vehicle. |
vehicle_manufacturer_name | string | The manufacturer of the vehicle. |
model | string | The model number of the vehicle. |
vehicle_color | string | The colour of the vehicle. |
type | string | The type of the vehicle. |
norms_type | string | The norms set by the Central Pollution Control Board (CPCB). |
body_type | string | The body type of the vehicle. |
owner_count | string | The number of owners of the vehicle. |
owner | string | The name of the current owner of the vehicle. |
owner_father_name | string | The father's name of the current owner of the vehicle. |
mobile_number | string | The mobile number of the current owner of the vehicle. |
rc_status | string | The status of the RC. |
status_as_on | string | The particular date of the status of the RC. |
reg_authority | string | The name of the registration authority. |
reg_date | string | The date of registration of the vehicle. |
vehicle_manufacturing_month_year | string | The month and year of the manufacturing of the vehicle. |
rc_expiry_date | string | The date until which the registration of the vehicle is valid. |
vehicle_tax_upto | string | The date until which the tax paid by the owner for the vehicle is valid. |
vehicle_insurance_company_name | string | The name of the insurance company associated with the vehicle. |
vehicle_insurance_upto | string | The date until which the insurance paid by the owner for the vehicle is valid. |
vehicle_insurance_policy_number | string | The insurance policy number of the vehicle. |
rc_financer | string | The name of the financial institution or lender that provided financing for the vehicle. |
present_address | string | The current address of the owner of the vehicle. |
split_present_address | object | It contains the address information in individual components. |
permanent_address | string | The permanent address of the owner of the vehicle. |
split_permanent_address | object | It contains the address information in individual components. |
vehicle_cubic_capacity | string | The cubic capacity of the vehicle's engine. |
gross_vehicle_weight | string | The gross weight of the vehicle in kilograms. |
unladen_weight | string | The weight of the vehicle without carrying any load in kilograms. |
vehicle_category | string | The category of the vehicle. |
rc_standard_cap | string | |
vehicle_cylinders_no | string | The number of cylinders present in the vehicle. |
vehicle_seat_capacity | string | The number of seats in the vehicle. |
vehicle_sleeper_capacity | string | The number of beds available in the vehicle. |
vehicle_standing_capacity | string | The number of people that can stand in the vehicle. |
wheelbase | string | The distance between the front and rear axles of a vehicle in mm. |
vehicle_number | string | The registration number of the vehicle. |
pucc_number | string | The Pollution Under Control Certificate (PUCC) number associated with the vehicle. |
pucc_upto | string | It displays till when the PUCC number is valid. |
blacklist_status | string | It displays whether the vehicle is blacklisted. |
blacklist_details | object | The reasons for blacklisting the vehicle. HAS ADDITIONAL FIELDS |
challan_details | object | It displays traffic tickets or citations issued by traffic authorities for violations. HAS ADDITIONAL FIELDS |
permit_issue_date | string | It displays when the relevant authorities granted permission for a permit associated with the vehicle. |
permit_number | string | The permit number of the vehicle. |
permit_type | string | The type of permit issued to the vehicle. |
permit_valid_from | string | The beginning date of the issuance of permit. |
permit_valid_upto | string | The end date of the permit. |
non_use_status | string | It displays whether the vehicle owner or registrant declared that the vehicle is not in use for a period. |
non_use_from | string | The beginning date of the non-use period. |
non_use_to | string | The end date of the non-use period. |
national_permit_number | string | The permit issued to the vehicle to go outside the home state carrying goods. |
national_permit_upto | string | The end date of the permit issued to the vehicle to go outside the home state. |
national_permit_issued_by | string | The national permit issuer's name. |
is_commercial | boolean | It displays whether the vehicle is for commercial purposes. |
noc_details | string | The details of the no objection certificate. |
Split address object details:
- district (array of strings)
- state (array of arrays of strings)
- city (array of strings)
- pincode (string)
- country (array of strings)
- address_line (string)