> ## Documentation Index
> Fetch the complete documentation index at: https://docs.driv.ly/llms.txt
> Use this file to discover all available pages before exploring further.

# Vehicle Data

> Learn about Vehicle Data and how it can be used.

## Overview

Vehicle Data APIs provide services to retrieve vehicle information by VIN, including listing details, decoding, specifications, photos, valuations, history, and more.

We offer a range of endpoints for accessing detailed vehicle information:

| Capabilities                                                     | Description                                                        | Endpoint                         |
| ---------------------------------------------------------------- | ------------------------------------------------------------------ | -------------------------------- |
| [Brochures/Manuals](/data/vehicle/brochures-&-manuals)           | Retrieve brochures & manuals for the vehicle by VIN.               | `https://brochures.vin/{VIN}`    |
| [History Report](/data/vehicle/history-report)                   | Retrieve vehicle history reports by VIN.                           | `https://history.vin/{VIN}`      |
| [Listings](/data/vehicle/listings#current-listings)              | Retrieves a collection of current listings for sale.               | `https://listings.vin`           |
| [Listing Details](/data/vehicle/listings#listing-details)        | Provides comprehensive listing information for a specific vehicle. | `https://listing.vin/{VIN}`      |
| [OEM](/data/vehicle/oem-build)                                   | Retrieve OEM build information for a vehicle by VIN.               | `https://build.vin/{VIN}`        |
| [Photos](/data/vehicle/photos#listing-photos)                    | Retrieves retail and wholesale photos for a specific vehicle.      | `https://photos.vin/{VIN}`       |
| [Pricing/Valuations](/data/vehicle/pricing-valuations)           | Retrieve pricing and valuations for a vehicle by VIN.              | `https://pricing.vin/{VIN}`      |
| [Recalls](/data/vehicle/recalls)                                 | Accesses recall information for a vehicle based on its VIN.        | `https://recalls.vin/{VIN}`      |
| [Reviews](/data/vehicle/reviews)                                 | Retrieve vehicle reviews and ratings based on the VIN.             | `https://reviews.vin/{VIN}`      |
| [Specs](/data/vehicle/specs)                                     | Accesses detailed specifications for a vehicle based on its VIN.   | `https://specs.vin/{VIN}`        |
| [Stock](/data/vehicle/photos#stock-photos)                       | Supplies stock photography for marketing and online listings.      | `https://stock.photos.vin/{VIN}` |
| [Total Cost of Ownership](/data/vehicle/total-cost-of-ownership) | Retrieve the total cost of ownership for a vehicle by VIN.         | `https://tco.vin/{VIN}`          |
| [VIN Decode](/data/vehicle/vin-decode)                           | Retrieves complete vehicle details based on the VIN.               | `https://data.vin/{VIN}`         |
| [Window Sticker](/data/vehicle/window-sticker)                   | Provides the original window sticker information.                  | `https://sticker.vin/{VIN}`      |

***

## Next Steps

Review the API reference for the Vehicle APIs

<Card title="Reference - Vehicle APIs" icon="link" href="/data/reference/vehicle">
  Explore the Vehicle APIs endpoints and parameters.
</Card>
