---
title: "Get carrier crash history"
method: GET
path: "/v1/carriers/{dot_number}/crashes"
---

# Get carrier crash history

`GET /v1/carriers/{dot_number}/crashes`

Returns reported crash history with details, severity, and contributing factors.

## Path parameters

- `dot_number` string, required

## Query parameters

- `start_date` string, date
- `end_date` string, date
- `severity` 'FATAL' | 'INJURY' | 'TOW' | 'PROPERTY_DAMAGE'
- `page` integer
- `limit` integer

## Response `200`

Paginated crash records

- CrashesResponse
  - `dot_number` string
  - `total_crashes` integer
  - `crashes` Crash[]
    - `crash_id` string
    - `report_number` string
    - `date` string, date
    - `state` string
    - `city` string
    - `location` string
    - `fatalities` integer
    - `injuries` integer
    - `tow_away` boolean
    - `hazmat_released` boolean
    - `severity` 'FATAL' | 'INJURY' | 'TOW' | 'PROPERTY_DAMAGE'
    - `vehicle_configuration` string
    - `cargo_body_type` string
    - `road_surface_condition` string
    - `trafficway` string
    - `weather_condition` string
    - `light_condition` string
    - `vehicles_in_accident` integer
    - `truck_or_bus` string
    - `gvw_rating` string
    - `federal_recordable` boolean
  - `pagination` Pagination
    - `page` integer
    - `limit` integer
    - `total_results` integer
    - `total_pages` integer

## Other responses

- `401` — Invalid or missing API key
- `404` — Carrier does not exist
- `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)
