---
title: "Get a manifest of all available routes supported in the dashboard."
method: GET
path: "/api/routes"
tags: ["/api"]
---

# Get a manifest of all available routes supported in the dashboard.

`GET /api/routes`

Returns:
    Response: JSON response containing route IDs grouped by category
        (rapid_transit, bus, commuter_rail, ferry), cached for one day.

## Response `200`

Success

- RoutesResponse — Response for `/api/routes` — lists all available routes by transit mode. Attributes: rapid_transit: Rapid transit route IDs (e.g., `Red`, `Orange`, `Green-B`). bus: Bus route IDs. commuter_rail: Commuter rail route IDs (e.g., `CR-Fairmount`). ferry: Ferry route IDs (e.g., `Boat-F1`).
  - `rapid_transit` string[], required
  - `bus` string[], required
  - `commuter_rail` string[], required
  - `ferry` string[], 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)
