---
title: "Retrieve dwell time data for the given date and stop(s)."
method: GET
path: "/api/dwells/{user_date}"
tags: ["/api"]
---

# Retrieve dwell time data for the given date and stop(s).

`GET /api/dwells/{user_date}`

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

Returns:
  Response: JSON response containing dwell time event data.

## Response `200`

Success

- DwellResponse — Response for `/api/dwells/{date}` — raw dwell time events for a single day. Attributes: dwells: Dwell time data keyed by stop ID.
  - `dwells` 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)
