---
title: "Retrieve transit alerts for the given date and route(s)."
method: GET
path: "/api/alerts/{user_date}"
tags: ["/api"]
---

# Retrieve transit alerts for the given date and route(s).

`GET /api/alerts/{user_date}`

Args:
  user_date: Date string in "YYYY-MM-DD" format.
  Query params - route: One or more route IDs.

Returns:
  Response: JSON response containing alert data.

## Response `200`

Success

- AlertsRouteResponse — Response for alert endpoints (`/api/alerts` and `/api/alerts/{date}`). Attributes: alerts: List of alert objects with type, active periods, stops, and routes.
  - `alerts` object[], required

---

[API](https://skmtc.net/transitmatters/apis/data-dashboard-api.md) · [All operations](https://skmtc.net/transitmatters/apis/data-dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transitmatters/data-dashboard-api/versions/4bc220e599eb/schema)
