
Technology
Canadian Vehicle Data: What APIs Actually Cover It?
Most vehicle APIs are US-centric. Here's what actually works for Canadian VINs, Transport Canada recalls, provincial listings, and cross-border data needs.
VIN decoding, API tutorials, and technical deep-dives

Technology
Most vehicle APIs are US-centric. Here's what actually works for Canadian VINs, Transport Canada recalls, provincial listings, and cross-border data needs.

Technology
A GitHub issue about batch decoding led to a complete rewrite. Then we trained a 6.6M parameter model on VINs and it figured out the encoding scheme on its own.

Technology
Developer's guide to free VIN decoder APIs. Compare NHTSA vPIC, Cardog, Auto.dev, and more for accuracy, speed, pricing, and real-world implementation.

Technology
Learn how to decode Vehicle Identification Numbers in Python using the Cardog SDK, direct API calls, and NHTSA's free database. Includes pandas integration and batch processing examples.

Technology
The official TypeScript/JavaScript client for the Cardog API. VIN decoding, real-time market intelligence, vehicle listings, safety recalls, and more - all with full type safety.

Technology
The official Python SDK for the Cardog API is now available on PyPI. VIN decoding, market intelligence, vehicle listings, safety recalls, and more - with full type safety via Pydantic v2.

Technology
Learn 3 ways to decode VINs in JavaScript: offline with @cardog/corgi, online with the Cardog API, or raw NHTSA calls. Complete code examples for Node.js, browsers, and edge workers.

Technology
A technical guide to how self-driving cars actually work. CAN bus protocols, neural networks, sensor fusion, control systems—with real code from open source implementations.

Technology
How VIN decoding actually works—from NHTSA's 565 submittal system and the global data asymmetry that shaped the industry, to implementation architectures and the mathematical elegance of the check digit algorithm.

Technology
A deep technical dive into optimizing the NHTSA VPIC database for offline VIN decoding across Node.js, browsers, and edge computing.

Technology
How we optimized the NHTSA's vehicle database to make it 100x faster and 100x smaller

Technology
How Cardog works and what it does.