---
title: "Look up one or more VINs"
method: GET
path: "/v1/vins"
---

# Look up one or more VINs

`GET /v1/vins`

For each VIN, returns its FMCSA inspection-unit history, most recent sighting, every DOT it has been associated with, and whether it has ever been listed for sale. Accepts a single VIN or a comma-separated list via query params. Max 100 VINs per request; results preserve input order and include misses (found: false).

## Query parameters

- `vin` string
- `vins` string

## Response `200`

Per-VIN lookup results in input order

- VinsResponse
  - `requested` integer — Unique VIN count after normalization
  - `results` VinResult[]
    - `vin` string
    - `found` boolean
    - `inspection_count` integer
    - `most_recent` object, nullable
      - `date` string, date
      - `time` string
      - `location` string
      - `state` string
      - `dot_number` string
      - `inspection_id` integer
    - `dots_associated` string[]
    - `inspections` object[]
    - `for_sale` object
      - `listed` boolean
      - `as_truck` object, nullable
      - `as_trailer` object, nullable

## Other responses

- `400` — Invalid parameters
- `401` — Invalid or missing API key
- `429` — Too many requests. Check X-RateLimit-Remaining and Retry-After headers.

---

[API](https://skmtc.net/runalphaloops/apis/alphaloops-fmcsa-carrier-data-api.md) · [All operations](https://skmtc.net/runalphaloops/apis/alphaloops-fmcsa-carrier-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/runalphaloops/alphaloops-fmcsa-carrier-data-api/versions/dcfdb73e5778/schema)
