---
title: "Get carrier news and press mentions"
method: GET
path: "/v1/carriers/{dot_number}/news"
---

# Get carrier news and press mentions

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

Returns recent news articles and press mentions related to the carrier.

## Path parameters

- `dot_number` string, required

## Query parameters

- `start_date` string, date
- `end_date` string, date
- `page` integer
- `limit` integer

## Response `200`

Paginated news articles

- NewsResponse
  - `dot_number` string
  - `total_results` integer
  - `articles` NewsArticle[]
    - `id` string
    - `title` string
    - `description` string
    - `url` string, uri
    - `source` string
    - `date` string, date-time
    - `type` string
    - `sentiment` 'positive' | 'negative' | 'neutral'
    - `image_url` string, uri, nullable
    - `categories` string[]
    - `topics` string[]
    - `people` string[]
    - `companies` string[]

## 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/revisions/dcfdb73e5778/schema)
