> ## 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.

# List Historical Photos

> Listing Historical Photos for a VIN

**Description**:\
Fetches a list of historical photo URLs associated with the given VIN. Each returned URL points to a specific image that can be retrieved in a subsequent request.

**Example Request**:

```http theme={null}
GET https://historical.photos.vin/1HGCM82633A004352
```

<ResponseExample>
  ```json Response theme={null}
  {
    "data": [
      "https://historical.photos.vin/1HGCM82633A004352-1.jpg",
      "https://historical.photos.vin/1HGCM82633A004352-2.jpg"
    ]
  }
  ```
</ResponseExample>

The `data` array contains URLs to individual photos that can be fetched directly.
