OBD2 Master API

The most comprehensive, reliable, and high-performance database for vehicle diagnostics. 1700+ codes at your fingertips.

Vast Database

Access 1,700+ diagnostic trouble codes covering Powertrain, Body, Chassis, and Network systems across all major manufacturers.

Rich Content

Every code includes a detailed technical definition and a simplified "Beginner Guide" to help users understand what's actually wrong.

Smart Search

High-performance fuzzy search allows you to find codes by their identifier, technical terms, or even symptom keywords.

Powerful & Simple.

Integrate our database into your shop management software, mobile app, or website with a simple REST API that speaks JSON.

Interactive response preview →
GET /api/codes/P0301
{
  "code": "P0301",
  "type": "Powertrain",
  "technical_definition": "Cylinder 1 Misfire Detected",
  "beginner_guide": "Cylinder 1 is not firing. Check spark plug, coil pack, and injector..."
}

Early Access.

Not ready to subscribe? Join our developer waitlist to get news about free trials and API updates.

Command Center Intelligence

Choose the level of tactical intelligence your fleet requires.

API Base

$29/mo
  • 1,700+ OBD2 Codes
  • High-Speed JSON Output
  • Standard Support
  • Rate: 100 req / 15m
  • Basic Technical Manuals
Deploy Base

Liberty Plan

$349/mo
  • Full Enterprise Sovereignty
  • White-label API Integration
  • Infinite Scale Capacity
  • 24/7 Global Comms Support
  • Custom Data Strategy Exports
Claim Sovereignty

API Reference

GET /api/codes

Returns a paginated list of all codes. Parameters: page, limit.

GET /api/codes/:code

Returns details for a specific OBD2 code (e.g., /api/codes/P0420).

GET /api/search?q=:query

Search the database for specific keywords or codes.