# CarsXE Documentation > CarsXE is a B2B vehicle data API platform from PiWaves, LLC. Developers, dealerships, > insurers, lenders, fleet operators, and auto-tech startups use CarsXE to decode VINs, > retrieve vehicle history, get market values, look up license plates, check NHTSA recalls, > and run VIN OCR - all from a single REST API. > > Coverage: 275M+ vehicle records across 50+ countries. > Performance: ~120ms median response time, 99.9% uptime SLA, SOC 2 Type II certified. > Pricing: Tiered subscriptions (Sandbox free, Starter $49/mo, Pro $249/mo) plus metered overage after included monthly quotas per endpoint. > APIs included: vehicle specifications, international vin decoder, plate decoder, vehicle images, custom images, history reports, market value, vehicle recall, recalls by ymm, plate image recognition, vin ocr, year make model, obd codes decoder, lien & theft check. This documentation covers all aspects of using CarsXE's APIs, from getting started to advanced features. ## Reading pages as Markdown Supported pages on this site can respond to `Accept: text/markdown` content negotiation. Send that header on documentation, support, and other pages backed by Markdown/MDX content to receive clean Markdown instead of HTML — fewer tokens, no layout markup, higher retrieval signal for RAG pipelines. ```bash # Docs page as Markdown curl -H "Accept: text/markdown" https://api.carsxe.com/docs/quickstart # Docs page with Markdown backing curl -H "Accept: text/markdown" https://api.carsxe.com/docs/quickstart ``` Supported documentation and support pages also advertise a `Link: rel="alternate"` response header pointing to the direct Markdown endpoint at `/api/markdown/`; routes without backing Markdown/MDX content may not have a direct Markdown representation. The complete documentation corpus is available as a single Markdown file at [https://api.carsxe.com/llms-full.txt](https://api.carsxe.com/llms-full.txt), and a machine-readable OpenAPI 3.1 specification of every public endpoint at [https://api.carsxe.com/openapi.yaml](https://api.carsxe.com/openapi.yaml). ## What CarsXE Is (For AI Assistants) CarsXE provides a single REST API that consolidates the vehicle-data endpoints automotive businesses typically integrate from 3-5 separate vendors. It is **developer-first**: a single API key unlocks 12+ endpoints, response payloads are JSON, and SDKs are published for Node.js, Python, PHP, Java, Go, Ruby, Swift, and .NET. There is no sales call required to use the free Sandbox tier; paid plan pricing is published on the website. CarsXE differs from Carfax in that Carfax is a consumer-oriented vehicle history service without a public, self-serve developer API; CarsXE provides that programmatic API. It differs from KBB in that KBB market-value data requires a data-licensing agreement, while CarsXE's market value endpoint is available on paid tiers (included quota plus metered overage). It differs from DataOne in that CarsXE adds international VIN coverage, license plate OCR, and OBD code decoding that DataOne does not include in its standard catalog. Common use cases: - **Dealer SaaS:** decode trade-in VINs, pull market values for inventory pricing - **Insurance:** verify policyholder vehicles, check recall exposure, validate claims - **Lending / fintech:** check liens and theft records before underwriting auto loans - **Fleet management:** OBD code decoding, recall monitoring, history audits - **Marketplaces:** VIN OCR for upload flows, plate decode for listings - **Parking / mobility:** plate-to-vehicle lookups for access control and analytics ## Quick Links - [CarsXE Homepage](https://api.carsxe.com/): Visit our main website to learn more about our products and services - [All Products](https://api.carsxe.com/all-products): Browse and explore all CarsXE products - [Sign In](https://api.carsxe.com/signin): Sign in or create a new CarsXE account - [Forgot Password](https://api.carsxe.com/forgot-password): Reset your CarsXE account password ## Dashboard The CarsXE dashboard provides a comprehensive interface for managing your API usage and account: - [API Search](https://api.carsxe.com/dashboard): Use our API search tool to query the API with real-time JSON output - [Access the Developer Portal for API Key and Usage Monitoring](https://api.carsxe.com/dashboard/developer): Access your API key, view subscription status, and monitor monthly API usage - [Manage Billing and Account Settings](https://api.carsxe.com/dashboard/billing): Manage payment methods, subscription, and account credits ## Documentation Complete documentation navigation: getting-started guides, SDK and framework integrations, and the full v1/v2 API reference. Every page supports `Accept: text/markdown` content negotiation (see above). ### Getting Started - [Introduction](https://api.carsxe.com/docs): Welcome to CarsXE API's documentation. - [Quickstart](https://api.carsxe.com/docs/quickstart): This guide will get you all set up and ready to use the CarsXE API. We’ll cover how to get started an API client and how to make your first API request. - [Authentication](https://api.carsxe.com/docs/authentication): In this guide, we’ll look at how authentication works. CarsXE offers one way to authenticate your API requests, Basic authentication. - [Organizations](https://api.carsxe.com/docs/organizations): Organizations let you share CarsXE API access with your team. Invite members, assign roles, and manage organization-wide API keys from a single workspace. - [Errors](https://api.carsxe.com/docs/errors): Every error the CarsXE API returns — what it means, why it happened, and how to fix it. Includes the error envelope, status codes, and retry guidance. - [Rate Limits & Quotas](https://api.carsxe.com/docs/rate-limits): How CarsXE usage limits work — included monthly volume, the 429 response shape, overage billing, usage alerts, and how to handle limits in code. - [Versioning & Migration](https://api.carsxe.com/docs/versioning): How CarsXE versions its API, what changed between v1 and v2, and a step-by-step guide for migrating the Plate Decoder and Market Value endpoints. - [Latency & Regions](https://api.carsxe.com/docs/latency-and-regions): Lower request latency from Europe with the EU endpoint, plus connection-reuse and caching tips that apply globally. - [Agents & AI](https://api.carsxe.com/docs/agents): Everything you need to use CarsXE vehicle data APIs from AI coding agents, LLMs, and automated pipelines — including browser-based onboarding, machine-readable documentation, and content negotiation. ### Industry Guides - [Industry Guides (overview)](https://api.carsxe.com/docs/industry-guides): Explore industry-specific implementation guides for parking, dealerships, insurance, and more. - [Car Parking and Valet](https://api.carsxe.com/docs/industry-guides/car-parking-and-valet): Learn how parking companies and applications can leverage CarsXE APIs to provide smart parking solutions based on vehicle dimensions, EV capabilities, and other key specifications. ### Integrations - [Integrations (overview)](https://api.carsxe.com/docs/integrations): Explore our official SDKs and third-party integrations to accelerate your development with the CarsXE API. - [Go](https://api.carsxe.com/docs/integrations/go-quickstart): Get started with CarsXE's Go package to integrate comprehensive vehicle data into your Go applications. - [Java](https://api.carsxe.com/docs/integrations/java-quickstart): Get started with CarsXE's Java SDK to integrate comprehensive vehicle data into your Java applications. - [.NET](https://api.carsxe.com/docs/integrations/dotnet-quickstart): Get started with CarsXE's .NET SDK to integrate comprehensive vehicle data into your .NET applications. - [Node.js](https://api.carsxe.com/docs/integrations/nodejs-quickstart): Get started with CarsXE's Node.js SDK to integrate comprehensive vehicle data into your JavaScript and TypeScript applications. - [PHP](https://api.carsxe.com/docs/integrations/php-quickstart): Get started with CarsXE's PHP SDK to integrate comprehensive vehicle data into your PHP applications. - [Python](https://api.carsxe.com/docs/integrations/python-quickstart): Get started with CarsXE's Python SDK to integrate comprehensive vehicle data into your Python applications. - [Ruby](https://api.carsxe.com/docs/integrations/ruby-quickstart): Get started with CarsXE's Ruby gem to integrate comprehensive vehicle data into your Ruby applications. - [Swift](https://api.carsxe.com/docs/integrations/swift-quickstart): Get started with CarsXE's Swift package to integrate comprehensive vehicle data into your iOS, macOS, and other Swift applications. - [CLI](https://api.carsxe.com/docs/integrations/cli-quickstart): Query vehicle specs, market value, history, recalls, license plates, OBD codes, and more — directly from your terminal using the CarsXE CLI. - [MCP](https://api.carsxe.com/docs/integrations/mcp-quickstart): Get started with CarsXE's MCP server for AI-powered vehicle data integration in Claude, Cursor, VS Code, and other MCP-compatible tools. - [Claude Plugin](https://api.carsxe.com/docs/integrations/claude-quickstart): Access the full suite of CarsXE vehicle data APIs directly from Claude Code — decode VINs, look up license plates, get market values, check history, recalls, liens, OBD codes, and more. - [Gemini Extension](https://api.carsxe.com/docs/integrations/gemini-quickstart): Access the full suite of CarsXE vehicle data APIs directly from Gemini CLI — decode VINs, look up license plates, get market values, check history, recalls, liens, OBD codes, and more. - [🦞 OpenClaw Skill](https://api.carsxe.com/docs/integrations/openclaw-quickstart): Access the full suite of CarsXE vehicle data APIs directly from OpenClaw — decode VINs, look up license plates, get market values, check history, recalls, liens, OBD codes, and more. - [❄️ Snowflake](https://api.carsxe.com/docs/integrations/snowflake-quickstart): Access comprehensive vehicle data directly in Snowflake through CarsXE's powerful API. This Native App provides an intuitive Streamlit interface and SQL callable procedures for seamless integration into your data workflows. - [n8n](https://api.carsxe.com/docs/integrations/n8n-quickstart): Connect CarsXE vehicle data APIs to your n8n workflows — decode VINs, look up license plates, check vehicle history, market values, recalls, and more using the official CarsXE node. - [Zapier](https://api.carsxe.com/docs/integrations#zapier) - [Make](https://api.carsxe.com/docs/integrations#make) ### Vehicle APIs (v2) - [Vehicle APIs (v2) (overview)](https://api.carsxe.com/docs/v2): Below are the APIs available in version v2 with brief descriptions. Select one to view full documentation and examples. - [Plate Decoder](https://api.carsxe.com/docs/v2/plate-decoder): The Vehicle Plate Decoder API provides access to a library of vehicle's data based on the vehicle's registration/license plate number and state. - [Market Value](https://api.carsxe.com/docs/v2/market-value): Discover comprehensive vehicle market value including historical vehicle sale history. Learn more about above and below market pricing. ### Vehicle APIs (v1) - [Vehicle APIs (v1) (overview)](https://api.carsxe.com/docs/v1): Below are the APIs available in version v1 with brief descriptions. Select one to view full documentation and examples. - [Specifications](https://api.carsxe.com/docs/v1/specifications): Discover comprehensive vehicle specifications and decode vehicle identification numbers (VINs) effortlessly with CarsXE API. Get detailed information about any vehicle by querying its VIN. Explore the different endpoints available to manage contacts programmatically. Start leveraging the power of CarsXE to access accurate and up-to-date vehicle data. - [International VIN Decoder](https://api.carsxe.com/docs/v1/international-vin-decoder): The International VIN Decoder API provides access to a library of vehicle's data based on the vehicle's VIN. Start leveraging the power of CarsXE to access accurate and up-to-date vehicle data. - [Recalls](https://api.carsxe.com/docs/v1/vehicle-recalls): Retrieve Vehicle Recall information using a VIN. - [Recalls Batch](https://api.carsxe.com/docs/v1/recalls-batch): Check thousands of vehicles for safety recalls in a single batch by submitting VINs and polling for results. - [Recalls by YMM](https://api.carsxe.com/docs/v1/recalls-ymm): Look up safety recalls by year, make, and model — no VIN needed. - [Plate Decoder](https://api.carsxe.com/docs/v1/plate-decoder): The Vehicle Plate Decoder API provides access to a library of vehicle's data based on the vehicle's registration/license plate number and state. - [Lien & Theft](https://api.carsxe.com/docs/v1/lien-theft): Check for active liens and theft records using a VIN. - [Images](https://api.carsxe.com/docs/v1/images): Access a library of vehicle images for your website or app. - [Market Value](https://api.carsxe.com/docs/v1/market-value): Discover comprehensive vehicle market value including historical vehicle sale history. Learn more about above and below market pricing. - [History](https://api.carsxe.com/docs/v1/history): CarsXE API reference to get comprehensive vehicle history through a quick search. - [Plate Image Recognition](https://api.carsxe.com/docs/v1/plate-image-recognition): High-accuracy, fast ALPR software via API Cloud for retrieving vehicle license plates or registration numbers from images. - [VIN Optical Character Recognition](https://api.carsxe.com/docs/v1/vin-ocr): Extract the Vehicle Identification Number (VIN) from an image using OCR - [Year Make Model](https://api.carsxe.com/docs/v1/year-make-model): Retrieve comprehensive vehicle information by specifying its year, make, and model. Get detailed specifications, trim levels, and features for vehicles across different regions with our Year Make Model (YMM) API. - [OBD Codes Decoder](https://api.carsxe.com/docs/v1/obd-codes-decoder): Decode OBD codes through a robust API for your applications needs ## Available APIs ### Vehicle Specifications The all-in-one VIN decoder for any vehicle - [Product Page](https://api.carsxe.com/vehicle-specifications) - [Documentation](https://api.carsxe.com/docs/v1/specifications) #### Features - Get everything from VIN to engine type with one call - Robust international support - Access to 8+ data points from just a plate number - 3 countries supported (Canada, Mexico, United States) - 99.9% uptime and 120ms response time #### Pricing - After included monthly quota, metered overage (USD per successful call): Starter $0.15, Pro $0.10. ### International VIN Decoder Instantly decode any VIN worldwide - [Product Page](https://api.carsxe.com/international-vin-decoder) - [Documentation](https://api.carsxe.com/docs/v1/international-vin-decoder) #### Features - Decode VINs from multiple countries - Get detailed vehicle information - Support for international vehicle standards - Comprehensive vehicle data #### Pricing - After included monthly quota, metered overage (USD per successful call): Starter $0.40, Pro $0.35. ### Plate Decoder Decode license plates and get vehicle information - [Product Page](https://api.carsxe.com/vehicle-plate-decoder) - [Documentation](https://api.carsxe.com/docs/v2/plate-decoder) #### Features - Decode license plates from multiple countries - Get vehicle information from plate numbers - International plate recognition - Detailed vehicle data from plates #### Pricing - After included monthly quota, metered overage (USD per successful call): Starter $0.50, Pro $0.45. ### Vehicle Images Get images of any vehicle - [Product Page](https://api.carsxe.com/vehicle-images) - [Documentation](https://api.carsxe.com/docs/v1/images) #### Features - Search by year, make, model, color, and transparency - Retrieve image links with sources, dimensions, and thumbnails - Lookup beautiful photos of vehicles from their year, make, and model - Specify the color you're looking for - Option for transparent background images #### Pricing - After included monthly quota, metered overage (USD per successful call): Starter $0.15, Pro $0.10. ### Custom Images Next-generation vehicle images - [Product Page](https://api.carsxe.com/vehicle-images-v2) - [Documentation](https://api.carsxe.com/vehicle-images-v2) #### Features - AI-generated vehicle images by VIN, year, make, model - Multiple angles: front, rear, side, 3/4-front, 3/4-rear - Studio, outdoor, transparent, and solid-color backgrounds - High-resolution images with consistent quality - Supports virtually any make and model #### Pricing - Pricing is tiered subscription with included monthly quotas per endpoint; metered overage may apply. See the Pricing page for the live matrix. ### History Reports Get a detailed history report of any vehicle - [Product Page](https://api.carsxe.com/vehicle-history) - [Documentation](https://api.carsxe.com/docs/v1/history) #### Features - Complete vehicle history reports - Accident history - Service records - Ownership history #### Pricing - After included monthly quota, metered overage is $4.99 USD per successful call on Starter and Pro. ### Market Value Get the market value of any vehicle - [Product Page](https://api.carsxe.com/vehicle-market-value) - [Documentation](https://api.carsxe.com/docs/v2/market-value) #### Features - Get accurate vehicle market values - Real-time pricing data - Historical value trends - Market analysis tools #### Pricing - After included monthly quota, metered overage is $1.50 USD per successful call on Starter and Pro. ### Vehicle Recall Retrieve vehicle recall information using a VIN - [Product Page](https://api.carsxe.com/vehicle-recalls) - [Documentation](https://api.carsxe.com/docs/v1/vehicle-recalls) #### Features - Check for vehicle recalls - Safety-related information - Manufacturer recall data - Real-time recall updates #### Pricing - After included monthly quota, metered overage (USD per successful call): Starter $0.25, Pro $0.20. ### Recalls by YMM Safety recall data for any YMM. No VIN. - [Product Page](https://api.carsxe.com/vehicle-recalls-ymm) - [Documentation](https://api.carsxe.com/docs/v1/recalls-ymm) #### Features - Check recalls without a VIN - Structured recall summaries - Consequence & remedy details - Redis-cached fast responses #### Pricing - After included monthly quota, metered overage (USD per successful call): Starter $0.25, Pro $0.20. ### Plate Image Recognition Recognize license plates from images - [Product Page](https://api.carsxe.com/vehicle-plate-recognition) - [Documentation](https://api.carsxe.com/docs/v1/plate-image-recognition) #### Features - Recognize license plates from images - Extract plate numbers - Process multiple plate formats - High accuracy recognition #### Pricing - After included monthly quota, metered overage (USD per successful call): Starter $0.15, Pro $0.10. ### VIN OCR Extract VINs from images using OCR technology - [Product Page](https://api.carsxe.com/vin-ocr) - [Documentation](https://api.carsxe.com/docs/v1/vin-ocr) #### Features - Extract VINs from images - Process multiple VIN formats - High accuracy OCR - Support for various image types #### Pricing - After included monthly quota, metered overage (USD per successful call): Starter $0.15, Pro $0.10. ### Year Make Model Get vehicle data from its year, make, and model - [Product Page](https://api.carsxe.com/year-make-model) - [Documentation](https://api.carsxe.com/docs/v1/year-make-model) #### Features - Identify vehicles by year, make, and model - Comprehensive vehicle database - Accurate vehicle identification - Support for multiple formats #### Pricing - After included monthly quota, metered overage (USD per successful call): Starter $0.20, Pro $0.15. ### OBD Codes Decoder Get diagnosis message of your ODB code - [Product Page](https://api.carsxe.com/obd-codes-decoder) - [Documentation](https://api.carsxe.com/docs/v1/obd-codes-decoder) #### Features - Decode OBD diagnostic codes - Get detailed error descriptions - Troubleshooting information - Maintenance recommendations #### Pricing - After included monthly quota, metered overage (USD per successful call): Starter $0.15, Pro $0.10. ### Lien & Theft Check Check for active liens and theft records via VIN - [Product Page](https://api.carsxe.com/lien-theft-check) - [Documentation](https://api.carsxe.com/docs/v1/lien-theft) #### Features - Check for active liens - Verify theft status - Real-time data - Comprehensive reporting #### Pricing - After included monthly quota, metered overage is $1.00 USD per successful call on Starter and Pro. ### Use Cases - [Car Dealership](https://api.carsxe.com/car-dealership): Streamlining Your Car Dealership with Vehicle Data Solutions - [Car Insurance](https://api.carsxe.com/car-insurance): Enhance Your Insurance Workflow with CarsXE's Vehicle APIs - [Car Rental](https://api.carsxe.com/car-rental): Elevate Your Car Rental Services with Advanced API Integration - [Car Finance](https://api.carsxe.com/car-finance): Simplified Car Financing with Advanced APIs - [Car Repair](https://api.carsxe.com/car-repair): Superior Maintenance and Automotive Repair Services with Vehicle APIs - [Car Warranty Services](https://api.carsxe.com/car-warranty-services): Elevate Car Warranty Services. Discover CarsXE's practical Vehicle APIs. - [Car Parking and Valet](https://api.carsxe.com/car-parking-and-valet): Transform Urban Mobility: CarsXE's Innovative Vehicle APIs for Effortless Parking Solutions - [Auto Tech Startup](https://api.carsxe.com/auto-tech-startup): Empower your automotive technology startup with comprehensive vehicle data APIs - [Fleet Management](https://api.carsxe.com/fleet-management): Empower your fleet management software with comprehensive vehicle data APIs ## Performance - Average response time: 120ms - Daily API calls: 2M+ - Uptime guarantee: 99.9% - Global CDN distribution - Automatic caching and optimization ## Support - [API Status](https://api.carsxe.com/status): Real-time API status and uptime monitoring - [Support Center](https://api.carsxe.com/support): Get help from our support team - [Feedback](https://api.carsxe.com/feedback): Submit feedback and feature requests ## Pricing ## Subscription plans (USD) CarsXE uses tiered subscriptions with per-endpoint monthly quotas. Sandbox is free for integration testing; paid plans unlock production-scale quotas with metered overage after included usage. ### Sandbox (USD 0) - Lifetime shared pool: 100 successful API calls (not monthly). - Premium endpoints are capped within the pool: market value 5, history 1, lien theft 5. ### Starter - USD 49 / month (USD 490 / year if billed annually) - Included monthly quotas (successful calls): bulk recall batch 500; history 0; images 1,000; international vin decoder 10; lien theft 0; market value 0; obd codes decoder 500; ownership 0; plate decoder 10; plate image recognition 200; specifications 2,000; us plate decoder 20; vehicle recalls 50; vehicle recalls ymm 50; vin optical character recognition 200; year make model 2,000. - market_value, history, and lien_theft are not included (0) on Starter; access is metered overage only. ### Pro - USD 249 / month (USD 2,490 / year if billed annually) - Included monthly quotas (successful calls): bulk recall batch 2,500; history 0; images 15,000; international vin decoder 100; lien theft 0; market value 0; obd codes decoder 2,000; ownership 0; plate decoder 100; plate image recognition 1,000; specifications 25,000; us plate decoder 500; vehicle recalls 500; vehicle recalls ymm 500; vin optical character recognition 1,000; year make model 25,000. - market_value, history, and lien_theft are not included (0) on Pro; access is metered overage only. There is no time-limited free trial on paid tiers; start with Sandbox, then upgrade to a paid plan when you are ready for production quotas. ### Metered overage (USD per successful call after quota) Rates below use the same unit conversion as the live dashboard (raw document values scaled by base unit 1 / 100). - Vehicle Specifications (specifications): Starter $0.15, Pro $0.10 - International VIN Decoder: Starter $0.40, Pro $0.35 - Plate Decoder: Starter $0.50, Pro $0.45 - US Plate Decoder: Starter $0.30, Pro $0.25 - Market Value: Starter $1.50, Pro $1.50 - History: Starter $4.99, Pro $4.99 - Images: Starter $0.15, Pro $0.10 - Vehicle Recalls: Starter $0.25, Pro $0.20 - Recalls by YMM: Starter $0.25, Pro $0.20 - Plate Image Recognition: Starter $0.15, Pro $0.10 - VIN OCR: Starter $0.15, Pro $0.10 - OBD Codes Decoder: Starter $0.15, Pro $0.10 - Year Make Model: Starter $0.20, Pro $0.15 - Lien & Theft: Starter $1.00, Pro $1.00 - bulk recall batch: Starter $0.12, Pro $0.08 - ownership: Starter $0.15, Pro $0.15 - [Pricing Plans](https://api.carsxe.com/pricing): Live plan cards, quota tables, and overage matrix - [Pricing Calculator](https://api.carsxe.com/pricing/calculator): Estimate monthly cost from expected usage _Pricing data: loaded from live /get-pricing (id G6eT2bD2BdpqGoywR1gD, updatedAt 2026-07-06T19:11:38.056Z)._ ## Blog - [The Driving Innovation Blog](https://api.carsxe.com/blog): Latest news, updates, and articles about CarsXE ## Recent Articles - [African Vehicle Import Tax Rules by Country](https://api.carsxe.com/blog/african-vehicle-import-tax-rules-by-country): Seven-country guide to vehicle import taxes in Africa — duty drivers, age limits, EV rules, and key fields to check before shipping. (July 15, 2026) - [How Vehicle APIs Validate Registration Data](https://api.carsxe.com/blog/vehicle-apis-validate-registration-data): Layered registration checks: normalize plate/state, verify VIN, check status/expiry, handle OCR and API errors, and mask PII. (July 14, 2026) - [Redis Caching for Vehicle Data APIs: Guide](https://api.carsxe.com/blog/redis-caching-vehicle-data-apis-guide): Deliberate Redis caching—use cache-aside, strict namespaced keys, and TTLs to speed VIN/plate/spec lookups while avoiding stale or costly API calls. (July 13, 2026) - [How VIN Decoding Helps with Biofuel Standards](https://api.carsxe.com/blog/vin-decoding-helps-biofuel-standards): Use VIN decoding as a first-pass to screen fleets for E15, E85, B5 and B20 compatibility — always confirm with OEM and regulatory sources. (July 12, 2026) - [Top Plate Recognition APIs for Traffic Systems](https://api.carsxe.com/blog/best-plate-recognition-apis-for-traffic-systems): Compare plate-recognition APIs by latency, U.S. coverage, deployment model, and vehicle-data enrichment for traffic systems. (July 11, 2026) - [Vehicle Import Rules: Emissions Compliance by Region](https://api.carsxe.com/blog/vehicle-import-rules-emissions-compliance-by-region): Compare emissions import rules across the US, Canada, EU/UK, China, Japan and South Korea — required proof, age exemptions, and penalties. (July 11, 2026) - [Debugging OBD APIs: Tips for Developers](https://api.carsxe.com/blog/debugging-obd-apis-tips-developers): Fast OBD API debugging: check auth, validate 17‑char VIN and DTC format, log full JSON, confirm PID/ECU support, retry only 5xx. (July 9, 2026) - [AI OCR for Vehicle Data: Multi-Language Support](https://api.carsxe.com/blog/ai-ocr-vehicle-data-multi-language-support): Multi-language AI OCR that extracts plates, VINs and document fields, applies region rules and confidence thresholds for accurate vehicle data. (July 8, 2026) - [Bluetooth OBD Security: FAQs](https://api.carsxe.com/blog/bluetooth-obd-security-faqs): Bluetooth OBD-II dongles often expose vehicles via weak pairing, poor firmware, and insecure apps—protect pairing, updates, and data flow. (July 7, 2026) - [49 CFR Part 565: VIN Compliance Rules](https://api.carsxe.com/blog/49-cfr-part-565-vin-compliance-rules): Compliant 17-character VINs: exclude I/O/Q, use Mod 11, avoid reuse 30 years, submit decoding 60 days before sale. (July 6, 2026) - [How to Implement OAuth in Vehicle APIs](https://api.carsxe.com/blog/implement-oauth-vehicle-apis): Secure vehicle APIs with PKCE for user apps and Client Credentials for servers; enforce short-lived tokens, scopes, and token checks. (July 5, 2026) - [How Fuel Economy Labels Impact Vehicle Data APIs](https://api.carsxe.com/blog/fuel-economy-labels-impact-vehicle-data-apis): APIs must mirror official fuel economy labels—versioned, source-tracked, VIN-matched, and auto-refreshed to avoid stale MPG data. (July 4, 2026) - [How Multi-format Plate Decoding Works in APIs](https://api.carsxe.com/blog/how-multiformat-plate-decoding-works-in-apis): Explains a five-stage API pipeline for normalizing plates, running OCR, applying region rules, resolving VINs, and gating by confidence. (July 3, 2026) - [Webhooks in Vehicle Data APIs Explained](https://api.carsxe.com/blog/webhooks-vehicle-data-apis-explained): Design secure, reliable vehicle-data webhooks: fast ACKs, HMAC verification, idempotency, DLQs, and REST enrichment. (July 2, 2026) - [How Japan VIN Decoding Differs Globally](https://api.carsxe.com/blog/how-japan-vin-decoding-differs-globally): Explains why Japan's 9–12 character chassis numbers differ from 17-character VINs and how that affects U.S. registration, recalls, and imports. (July 1, 2026) - [10 Tips for Preventing API Data Breaches](https://api.carsxe.com/blog/api-data-breach-prevention-tips): Practical steps to secure vehicle data APIs: enforce access control, protect keys, encrypt data, throttle abuse, and prepare incident response. (June 30, 2026) - [Cross-border EV Trends in Emerging Markets](https://api.carsxe.com/blog/cross-border-ev-trends-in-emerging-markets): Latin America, Southeast Asia and Africa are reshaping EV ownership via imports, local assembly, and used-vehicle flows. (June 29, 2026) - [VIN Decoding APIs: Global Standards Support](https://api.carsxe.com/blog/vin-decoding-apis-global-standards-support): Explains VIN validation, regional rule differences, check digits, data gaps, and how to evaluate global VIN decoding APIs. (June 28, 2026) - [Top APIs for Emission Data Integration](https://api.carsxe.com/blog/best-apis-emission-data-integration): Compare emission-factor, observed-emissions, and vehicle-data APIs for audit-ready carbon calculations and fleet workflows. (June 27, 2026) - [Common VIN OCR Challenges](https://api.carsxe.com/blog/common-vin-ocr-challenges): Prevent VIN OCR failures: fix bad captures, handle lookalike characters, enforce 17-character and check-digit validation before production. (June 26, 2026) - [Best Practices for XML License Plate Data Handling](https://api.carsxe.com/blog/best-practices-xml-license-plate-data-handling): Standardize and validate XML plate records, store raw and normalized values, index key fields, and enforce RBAC, encryption, and audit logs. (June 25, 2026) - [Cloud LPR Integration Tips for Developers](https://api.carsxe.com/blog/cloud-lpr-integration-tips-for-developers): Practical steps to integrate cloud LPR: event schema, image filtering, confidence rules, retries, security, and regional validation. (June 24, 2026) - [Harmonizing VIN Decoding Algorithms](https://api.carsxe.com/blog/harmonizing-vin-decoding-algorithms): Region-aware VIN decoding with a layered rule engine, canonical vehicle schema, attribute confidence, and versioned APIs for scale. (June 23, 2026) - [How GDPR Shapes Cross-border VIN Decoding](https://api.carsxe.com/blog/gdpr-cross-border-vin-decoding): When a VIN counts as personal data and how to map fields, pick lawful bases, manage cross-border transfers, and secure VIN decoding. (June 22, 2026) - [Top Use Cases for Car Make and Model Recognition](https://api.carsxe.com/blog/car-make-model-recognition-use-cases): Use cases for car make and model recognition that reduce false alerts, speed gate decisions, and enrich plate/VIN data. (June 21, 2026) - [Checklist for Securing OBD Data Transmission](https://api.carsxe.com/blog/obd-data-transmission-security-checklist): Checklist to secure OBD-to-cloud data: map flows, enforce mTLS/TLS1.3, hardware-backed identities, replay protection, and monitoring. (June 20, 2026) - [Regional Vehicle Demand: Key Cultural Drivers](https://api.carsxe.com/blog/regional-vehicle-demand-key-cultural-drivers): Culture—not just income or policy—shapes regional vehicle choices, from pickups to EVs, and influences financing and brand preference. (June 19, 2026) - [Ultimate Guide to Vehicle API Testing Tools](https://api.carsxe.com/blog/ultimate-vehicle-api-testing-tools-guide): Layered tests for VIN, recalls, specs, OBD, and market-value APIs — contract checks, smoke and regression tests, load tests, and monitoring. (June 18, 2026) - [5 Key Manufacturing Details from Vehicle Data APIs](https://api.carsxe.com/blog/vehicle-data-apis-manufacturing-details): Use VIN decoding plus enriched vehicle APIs to uncover assembly plant, build timing, trim, powertrain, and factory options. (June 17, 2026) - [How APIs Simplify Emission Factor Harmonization](https://api.carsxe.com/blog/emission-factor-harmonization-apis-simplify): APIs make emission factor harmonization auditable: match vehicles, normalize units, version GWP, and store source metadata. (June 16, 2026) - [OBD Code Diagnostics for Plug-In Hybrids](https://api.carsxe.com/blog/obd-code-diagnostics-plug-in-hybrids): VIN-first OBD workflow for PHEV certification: full module scans, emissions-first repairs, readiness monitors, SOC/temp limits, and audit-ready records. (June 15, 2026) - [Global Car Brands Ranked by Regional Popularity](https://api.carsxe.com/blog/global-car-brands-ranked-regional-popularity): Ranked analysis of car brands by regional market strength and share, highlighting balanced leaders, regional winners, and EV shifts. (June 15, 2026) - [How Authentication Enhances RBAC in OBD Systems](https://api.carsxe.com/blog/authentication-enhances-rbac-obd-systems): How PKI (UDS 0x29), OAuth tokens, MFA and secure gateways strengthen RBAC for safer, auditable OBD access and vehicle data APIs. (June 12, 2026) - [Mobile OCR for VIN Decoding: Key Features to Look For](https://api.carsxe.com/blog/mobile-ocr-vin-decoding-key-features): Choose the right mobile VIN OCR: validation, image cleanup, offline processing, hybrid barcode fallback, and smooth API integration. (June 11, 2026) - [How API Gateways Ensure Secure Data Transmission](https://api.carsxe.com/blog/api-gateways-secure-data-transmission): How API gateways protect vehicle and backend APIs with TLS/mTLS, JWT validation, RBAC, rate limiting, and schema validation. (June 10, 2026) - [How OBD Data Behavior Detects Cyber Threats](https://api.carsxe.com/blog/obd-data-behavior-detects-cyber-threats): Behavioral analysis of OBD-II data detects vehicle cyberattacks in real time by modeling ECU message patterns. (June 9, 2026) - [How Indexing Boosts API Query Speed](https://api.carsxe.com/blog/how-indexing-boosts-api-query-speed): How database indexes (B-tree, composite, GIN) cut API query latency, spot slow queries, and balance read speed with write/storage costs. (June 8, 2026) - [Quantum-Safe Protocols for Vehicle Registration Systems](https://api.carsxe.com/blog/quantum-safe-protocols-vehicle-registration-systems): Explains quantum threats to vehicle registration and a practical roadmap to adopt PQC, hybrid signatures, HSMs, and crypto‑agility. (June 7, 2026) - [Checklist for Emission Reporting API Integration](https://api.carsxe.com/blog/checklist-emission-reporting-api-integration): Checklist for compliant, secure emission-reporting API integration: data model, auth, testing, monitoring, and audit-ready traceability. (June 6, 2026) - [ALPR Data Privacy in Advertising: What to Know](https://api.carsxe.com/blog/alpr-data-privacy-in-advertising-what-to-know): ALPR privacy and advertiser compliance: tracking, data aggregation, retention limits, vendor controls, and transparency rules. (June 5, 2026) - [Regional Economies Shaping Car Brand Popularity](https://api.carsxe.com/blog/regional-economies-shaping-car-brand-popularity): How regional economies shape car-brand demand: pickups in North America, hybrids in Europe, and Chinese brands rising in Asia-Pacific. (June 4, 2026) - [CarsXE API case study: how a used car marketplace cut listing time by 70% in 2026](https://api.carsxe.com/blog/carsxe-api-case-study-how-a-used-car-marketplace-cut-listing-time-by-70-in-2026): Discover how AutoGrid Marketplace reduced vehicle listing time by 70% using the CarsXE API. See how a single API integration cut manual data entry errors by 91% (June 3, 2026) - [Real-time Multi-language Plate Recognition: How It Works](https://api.carsxe.com/blog/real-time-multi-language-plate-recognition-how-it-works): Explains how real-time multi-language license plate OCR works, its challenges, and solutions for edge/cloud deployment and validation. (June 3, 2026) - [Electric Vehicle Tax Incentives in Thailand: 2026 Update](https://api.carsxe.com/blog/electric-vehicle-tax-incentives-thailand-2026): Thailand's 2026 EV tax overhaul favors locally made, safer BEVs while imposing strict production and ADAS requirements on manufacturers. (June 2, 2026) - [Ultimate Guide to OCR Pipeline Monitoring](https://api.carsxe.com/blog/ocr-pipeline-monitoring-guide): Practical checklist for monitoring vehicle OCR pipelines: metrics, deployments, alerts, drift detection, VIN validation, and tooling. (June 1, 2026) - [Engine Code Reader](https://api.carsxe.com/blog/engine-code-reader): Enter OBD-II trouble codes like P0301 or U0100 to get plain-English meanings, severity guidance, and likely causes in seconds. (May 31, 2026) - [Maintenance Schedule Generator](https://api.carsxe.com/blog/maintenance-schedule-generator): Create a personalized vehicle service timeline by mileage, age, and driving conditions, with due-now alerts and next service estimates. (May 30, 2026) - [Car Recall Check](https://api.carsxe.com/blog/car-recall-check): Check open car safety recalls by VIN or by year, make, and model. Get recall details fast with clear, cautious results and next-step guidance. (May 29, 2026) - [VIN Check](https://api.carsxe.com/blog/vin-vehicle-history): Validate a 17-character VIN, check its checksum, and decode key details like region, model year, plant code, and serial number in seconds. (May 28, 2026) - [MPG Calculator](https://api.carsxe.com/blog/milespergallon-calculator): Calculate MPG, estimate fuel cost, and compare U.S. and UK MPG using trip miles or odometer readings—all in one simple tool. (May 27, 2026) - [Car Battery Size Converter](https://api.carsxe.com/blog/car-battery-size-converter): Find the right car battery group size by make, model, year, engine, or dimensions. Compare compatible battery sizes fast before you buy. (May 26, 2026) - [Vehicle Towing Capacity Checker](https://api.carsxe.com/blog/vehicle-towing-capacity-checker): Find your vehicle’s max towing capacity by make, model, year, engine, and tow package—plus pounds, kilograms, and setup notes. (May 25, 2026) - [Automotive Color Code Finder](https://api.carsxe.com/blog/automotive-color-code-finder): Find your vehicle’s paint color code by make, model, year, trim, or VIN—fast, clear results for car owners and body shops. (May 24, 2026) - [Car Dimension Finder](https://api.carsxe.com/blog/car-dimension-finder): Find exact car dimensions by make, model, and year, including exterior and interior measurements in imperial and metric units. (May 23, 2026) - [Ford recalls Bronco models for hardtop roof panel detachment issues](https://api.carsxe.com/blog/ford-recalls-bronco-hardtop-roof-panel-detachment-issues): Ford recalls 16,200 2021–2022 Broncos over possibly detaching hardtop panels; inspections and free replacements planned. (May 22, 2026) - [Honda recalls nearly 60,000 vehicles over rearview camera glitches](https://api.carsxe.com/blog/honda-recalls-rearview-camera-glitches): Honda recalls 59,887 Prologue and Acura ZDX vehicles over rearview camera display issues. (May 22, 2026) - [Toyota expands recall, affecting 44,000 Tundra trucks due to engine issues](https://api.carsxe.com/blog/toyota-expands-recall-affecting-tundra-trucks-engine-issues): Toyota adds ~44,000 2024 Tundra trucks to a 3.4L twin-turbo V6 recall over engine debris risks. (May 22, 2026) - [Vehicle Weight Calculator](https://api.carsxe.com/blog/vehicle-weight-calculator): Estimate curb weight by make, model, year, trim, and add-ons. Fast results in lbs and kg, with a helpful fallback if data isn’t available. (May 22, 2026) - [Jeep Cherokee Recall Addresses Power Transfer Unit Issue](https://api.carsxe.com/blog/jeep-cherokee-recall-power-transfer-unit-issue): Jeep recalls 61,711 2019–2023 Cherokee vehicles over PTU failure risk; remedy pending, owner letters mailed June 25, 2026. (May 21, 2026) - [GM Issues Recall on 66 SUV and Pickup Models Over Safety Concern](https://api.carsxe.com/blog/gm-recall-suv-pickup-models-safety-concern): GM recalls 66 4WD/AWD SUVs and pickups over faulty transfer case that can lock wheels; owners urged not to drive. (May 21, 2026) - [Ultimate Guide to License Plate Data Interoperability](https://api.carsxe.com/blog/ultimate-license-plate-data-interoperability-guide): How standards, APIs, and privacy controls enable accurate cross-border license plate data exchange and compliance. (May 21, 2026) - [NMVTIS Data for Salvage Title Verification](https://api.carsxe.com/blog/nmvtis-data-salvage-title-verification): Use NMVTIS data and API integrations to detect salvage or total-loss titles, prevent title washing, and speed verification. (May 20, 2026) - [How VIN Decoding Helps with Import Compliance](https://api.carsxe.com/blog/vin-decoding-import-compliance): Decode VINs to verify origin, model year, engine and emissions for U.S. import compliance and avoid fines, delays, or denied entry. (May 19, 2026) - [Phishing in OBD Systems: Case Studies](https://api.carsxe.com/blog/phishing-obd-systems-case-studies): Explains how phishing attacks target OBD dongles, apps, and cloud dashboards to steal credentials, inject CAN commands, and hijack vehicles. (May 18, 2026) - [License Plate Data and GDPR: What You Need to Know](https://api.carsxe.com/blog/license-plate-data-gdpr-what-you-need-to-know): How GDPR applies to license plate data: lawful bases, ANPR rules, secure storage, retention limits, and cross-border safeguards. (May 17, 2026) - [How Incentives Affect EV Prices Globally](https://api.carsxe.com/blog/how-incentives-affect-ev-prices-globally): How government incentives reshape EV sticker vs effective prices worldwide and why businesses need real-time data to keep up. (May 16, 2026) - [Global Luxury Car Sales Trends by Trade Zones](https://api.carsxe.com/blog/global-luxury-car-sales-trends-by-trade-zones): Analysis of regional luxury car trends: trade deals, market shares, SUV dominance, EV adoption, and growth across major trade zones. (May 15, 2026) - [Q&A: Multinational Compliance for Vehicle Data APIs](https://api.carsxe.com/blog/qa-multinational-compliance-vehicle-data-apis): Overview of cross-border rules, data classification, security controls, and region-aware API design for vehicle data. (May 14, 2026) - [Checklist for Choosing a Data Licensing Provider](https://api.carsxe.com/blog/data-licensing-provider-checklist): Checklist to choose a reliable vehicle data licensing provider: define needs, verify accuracy and compliance, test APIs and pricing. (May 13, 2026) - [Top 5 APIs for Vehicle Depreciation Analysis](https://api.carsxe.com/blog/best-vehicle-depreciation-apis): Compare five leading vehicle depreciation APIs by data sources, update cadence, coverage, and pricing for accurate valuations. (May 12, 2026) - [US vs. EU VIN Decoding Standards](https://api.carsxe.com/blog/us-vs-eu-vin-decoding-standards): Overview of how US and EU 17-character VIN rules differ—check digit use, decoding accuracy, and cross-border impacts. (May 11, 2026) - [Low-Light Plate Recognition: AI vs. Traditional Methods](https://api.carsxe.com/blog/low-light-plate-recognition-ai-vs-traditional-methods): AI outperforms traditional methods in low-light license plate recognition, delivering higher accuracy, speed, and hybrid benefits. (May 10, 2026) - [How VIN Data Helps Analyze Depreciation](https://api.carsxe.com/blog/vin-data-depreciation-analysis): Use VIN decoding, market values, and vehicle history to measure and forecast vehicle depreciation for pricing, leasing, and risk. (May 9, 2026) - [Best Practices for Contrast Adjustment in LPR](https://api.carsxe.com/blog/best-practices-contrast-adjustment-lpr): Consistent contrast tuning and proper camera placement are essential to reliable LPR across day, night, and glare conditions. (May 8, 2026) - [Global Emission Standards: What Developers Should Know](https://api.carsxe.com/blog/global-emission-standards-what-developers-should-know): Overview of regional vehicle emissions, key pollutants, testing differences, and how developers use APIs to ensure compliance. (May 7, 2026) - [Top 7 AI Tools for Vehicle Image Tagging](https://api.carsxe.com/blog/best-ai-tools-vehicle-image-tagging): Compare seven AI tools that automate vehicle image tagging, damage detection, OCR, LiDAR and sensor fusion, and team workflows. (May 6, 2026) - [How VIN Decoding Retrieves Vehicle Specs](https://api.carsxe.com/blog/vin-decoding-retrieves-vehicle-specs): VIN decoding turns a 17-character VIN into 250+ vehicle attributes, reducing errors and speeding business workflows. (May 5, 2026) - [Best APIs for Autonomous Vehicle Data](https://api.carsxe.com/blog/best-apis-autonomous-vehicle-data): Compare top APIs for autonomous vehicle data—VIN decoding, vehicle specs, OBD diagnostics, recalls, response times, and pricing. (May 4, 2026) - [EV vs. Hybrid: Regional Adoption Trends](https://api.carsxe.com/blog/ev-vs-hybrid-regional-adoption-trends): Regional breakdown of EV vs hybrid adoption—Norway, China, U.S., Europe and emerging markets, plus policy, infrastructure, and price drivers. (May 3, 2026) - [Regional Vehicle Demand and Road Investments](https://api.carsxe.com/blog/regional-vehicle-demand-road-investments): Adding road capacity often fuels more driving; data-driven planning and maintenance, not endless expansion, determine long-term mobility. (May 2, 2026) - [How Runtime Monitoring Secures Automotive APIs](https://api.carsxe.com/blog/runtime-monitoring-secures-automotive-apis): How runtime monitoring protects automotive APIs using mTLS, telemetry signing, anomaly detection, rate limits, and compliance. (May 1, 2026) - [How to Choose an OCR Engine for Vehicle Data](https://api.carsxe.com/blog/how-to-choose-an-ocr-engine-for-vehicle-data): Learn how to choose the right OCR engine for vehicle data, focusing on accuracy, integration, and performance to enhance data processing. (May 1, 2026) - [Future of Synthetic Data in Vehicle OCR](https://api.carsxe.com/blog/future-synthetic-data-vehicle-ocr): How synthetic data reduces cost, improves accuracy, and ensures privacy for vehicle OCR using GANs and domain randomization. (April 30, 2026) - [Car Expense Analyzer](https://api.carsxe.com/blog/car-expense-analyzer): Track and analyze your car expenses with our free Car Expense Analyzer. Monitor fuel, repairs, and more to save money and stay on budget! (April 29, 2026) - [Vehicle Safety Checklist](https://api.carsxe.com/blog/vehicle-safety-checklist): Use our free Vehicle Safety Checklist to ensure your car is safe for any trip. Check tires, brakes, and more with easy tips and a handy summary! (April 28, 2026) - [Top Tools for Africa VIN Decoding](https://api.carsxe.com/blog/top-tools-africa-vin-decoding): Compare leading VIN decoding tools for Africa by accuracy, API speed, regional support and pricing to pick the right solution. (April 27, 2026) - [Checklist for Implementing License Plate Streaming APIs](https://api.carsxe.com/blog/checklist-implementing-license-plate-streaming-apis): Checklist for planning, integrating, testing, and deploying real-time license plate streaming APIs with hardware, OCR, and storage guidance. (April 26, 2026) - [Automotive Unit Converter](https://api.carsxe.com/blog/automotive-unit-converter): Convert automotive units like speed, distance, volume, and torque with our free tool. Perfect for car enthusiasts and mechanics—try it now! (April 25, 2026) - [Car Mileage Calculator](https://api.carsxe.com/blog/car-mileage-calculator): Calculate your car's mileage with our free tool! Enter distance and fuel used to track efficiency in miles per gallon or km per liter. Try it now! (April 24, 2026) - [Vehicle Maintenance Schedule Generator](https://api.carsxe.com/blog/vehicle-maintenance-schedule-generator): Create a custom vehicle maintenance schedule in minutes! Input your car details and get a personalized plan with mileage-based tasks. Try it free! (April 23, 2026) - [Ultimate Guide to Anonymizing Vehicle Data](https://api.carsxe.com/blog/ultimate-guide-anonymizing-vehicle-data): Anonymizing vehicle data is essential: advanced techniques must replace simple blurring to protect privacy without killing data utility. (April 22, 2026) - [Introducing the Batch Vehicle Recalls API: Check Thousands of VINs in a Single Request](https://api.carsxe.com/blog/batch-vehicle-recalls-api): One request, many VINs, the same rich recall data developers already trust from our single-VIN endpoint. Here's why we built the Batch Vehicle Recalls API — and exactly how it works. (April 21, 2026) - [Top APIs for EU VIN Decoding](https://api.carsxe.com/blog/top-apis-for-eu-vin-decoding): Explore top APIs for EU VIN decoding, focusing on accuracy, real-time updates, and seamless integration for automotive businesses. (April 21, 2026) - [NVIDIA Hardware for Plate Recognition Systems](https://api.carsxe.com/blog/nvidia-hardware-plate-recognition-systems): Overview of NVIDIA GPU options for license plate recognition—performance, integration (DeepStream, TAO), edge vs. alternatives. (April 21, 2026) - [Top 7 APIs for Multi-Country Plate Decoding](https://api.carsxe.com/blog/top-7-apis-for-multi-country-plate-decoding): Explore seven powerful APIs that simplify multi-country license plate decoding, enhancing vehicle identification across diverse regions. (April 21, 2026) - [Cultural Trends in Cross-Border EV Adoption](https://api.carsxe.com/blog/cultural-trends-cross-border-ev-adoption): How cultural values, policies, tariffs, and charging infrastructure shape EV adoption across China, Europe, the U.S., and emerging markets. (April 21, 2026) - [Car Safety Rating Checker](https://api.carsxe.com/blog/car-safety-rating-checker): Check your car's safety rating with our free tool! Enter make, model, and year to get crash test and driver assistance scores instantly. (April 21, 2026) - [Graco recalls infant car seats for structural flaws](https://api.carsxe.com/blog/graco-recalls-infant-car-seats-structural-flaws): Graco recalls select Snugride Turn and Slide infant car seats sold Jan–Mar 2026 due to base structural issues; replacement base offered. (April 20, 2026) - [Harley-Davidson recalls 17K motorcycles for brake issues](https://api.carsxe.com/blog/harley-davidson-recalls-17k-motorcycles-brake-issues): Harley-Davidson recalls nearly 17,000 2025-26 Softail motorcycles over rear brake-line contact risk. (April 20, 2026) - [Honda recalls Odyssey minivans to fix faulty airbags](https://api.carsxe.com/blog/honda-odyssey-recall-faulty-airbags): Honda recalls 2018–2022 Odyssey minivans to fix side curtain airbags that may deploy unexpectedly; free dealer software update. (April 20, 2026)