Vehicle Repair Parts and Costs API
CarScan Repair API works on all vehicles sold in the US since 1996. It provides information regarding on the most highly recommended repair for a vehicle’s check engine light. This service covers SAE public standard codes and OEM non-standard codes.
The main feature of this API is to provide the fix or repair for a given code. Alongside this information is the cost of the repair and the part(s) needed for repair.
This API provides data on the following elements:
- Description of the repair needed to fix this vehicle’s check engine light
- The difficulty of the repair
- The cost of the repair
- The parts needed for the repair
- Urgency of the code
For specific details, please see our API Documentation for Repair.
Testing the API
This document will guide a user to testing the endpoint without having to touch any code other than the endpoint data.
1 – Register an account for free or login to grab your API keys.
- Registration is easy with just an email and password and then you’re ready to start using the APIs.
- We do not ask for credit card information on registration.
- Using the APIs is FREE to a limit.
- Register to get access
Once you reach your dashboard, click Next as shown below to view your keys.
2 – Download and open your RESTful client
Install Advanced REST client for Google Chrome.
Open the client by going to the app. Then click Launch app.
3 – Add Repair API endpoint and data
Once you’re at the main screen of the client insert the endpoint and parameter data into the Request URL field at the top.
Example endpoint and parameter data 1 (copy and paste the line below into the client):
http://api.carscan.com/v3.0/repair?
vin=1GNALDEK9FZ108495&mileage=51000&dtc=p0430
4 – Adding your header
At this point we’re prepping to add your authorization and partner keys to the header, first lets setup the header.
Under Parameters, click Insert headers set.
The default header will display, then click USE THIS SET
The result should look like below:
5 – Adding your keys to the header
Here we’re going to add your keys to the header. First lets open up some fields in your header by clicking ADD HEADER twice.
It should look like this.
Now add your keys to the empty header fields.
6 – Sending your request
Submit your request by clicking SEND. The response may take a few seconds.
Your response should look something like the below.
If so, congrats and thank you for using CarScan’s API!
Response
Each response is broken down into two portions, one is the message which contains basic diagnostic results of the request and the other is the data.
Your fix information will be contained in the ‘data’ field.
Resources
- Register
- Login
- Reference Design
- API Documentation
- Vehicle API Descriptions
- VIN Decoder API (Free)
- OBD2 Port Location API
- Vehicle Maintenance API
- Vehicle Repair Parts and Costs API
- Vehicle Code Definitions API
- Predicting Vehicle Breakdowns API
- Technical Service Bulletins (TSB) API
- Safety Recalls API
- Vehicle Warranty API
- Car Image API
- Get List of Repairs by Vehicle