| API Name | Mini API Plan | Pro API Plan | Gold API Plan | Custom API Plan |
|---|---|---|---|---|
| Vehicle_blacklist_check_api |
₹0.70/hit Mini Plan |
0.50/hit Pro Plan |
₹0.40/hit Gold Plan |
₹0.45/hit
API Paid |
The Vehicle Blacklist Check API provides a comprehensive service for verifying if a vehicle is listed in any blacklist or stolen vehicle registry. This API is crucial for organizations involved in vehicle sales, leasing, or insurance, as it helps in preventing fraud and ensuring compliance with legal requirements.
Features
- Blacklist Verification: Check if a vehicle's registration number appears in any blacklist or stolen vehicle database.
- Real-Time Data: Access the most current data to ensure accurate and up-to-date information.
- Comprehensive Coverage: Query multiple databases to ensure thorough verification.
- Easy Integration: Simple API endpoints for easy integration with existing systems.
API Endpoint
The main endpoint for the Vehicle Blacklist Check API is:
https://api.dhboss.com/apicall/vehicle_blacklist_check_api/
Request Parameters
- vehicleId: The registration number of the vehicle to be checked. (e.g.,
ABC1234) - api_key: Your API key for authentication.
Sample Request
Here is an example of how to make a request to the Vehicle Blacklist Check API:
GET vehicle_blacklist_check_api/?vehicleId=DD01AA0000&apikeyfill=5********5
Response
The API returns a JSON response indicating whether the vehicle is blacklisted or not:
{
"code": 200,
"status": "success",
"response": {
"status": "Expired",
"regn_no": "DL01AA0000",
"rto_name": "DELHI",
"regn_dt": "09/07/2021",
"owner_name": "Dummy Name",
"owner_sr": "1",
"blacklist_flag": "YES",
"blacklist_status": "Locked by DELHI due to reason Pending Demand/Arr, Difference of fee in temporary registration fee paid at the time of registration and fees applicable as per G.S.R. 240 is due towards this vehicle"
}
}
Conclusion
The Vehicle Blacklist Check API is a valuable tool for verifying vehicle status and preventing fraud. By integrating this API into your system, you can enhance your operations and provide better services to your customers.
