---
title: "Get Stop Times By Trip Id And Agency"
method: GET
path: "/{agency_id}/stop_times/trip_id/{trip_id}"
tags: ["Static data"]
---

# Get Stop Times By Trip Id And Agency

`GET /{agency_id}/stop_times/trip_id/{trip_id}`

## Path parameters

- `agency_id` 'LACMTA' | 'LACMTA_Rail', required
- `trip_id` unknown, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/metro/apis/fastapi.md) · [All operations](https://skmtc.net/metro/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metro/fastapi/versions/ebd5ca4c3b67/schema)
