You can find diagnostic trouble codes (DTC) in this repo. You can also find world manufacturer identifiers (WMI) paired with vehicle identifier numbers (VIN).
- DTC
- P
- Generic, Toyota, Honda, GM
- P
Example:
{
"dtc": "P1674",
"description": "Tachometer Control Circuit"
}
- VIN
- WMI
Example:
{
"vin": "3TM",
"make": "Toyota"
}
JSON
-
DTC
- Add different dtc types, such as C, B, and U type codes. Focus on Toyota, Honda, and GM.
- Add solutions to dtc.
-
VIN
- Add car models.
- Add where car is made in.
I made a web scraper using Python and Scrapy:
https://github.com/peyo/obd-scraper
Leave a message in the Issues section.