---
title: "Populate Route Stops"
method: GET
path: "/{agency_id}/route_stops/{route_code}"
tags: ["Static data"]
---

# Populate Route Stops

`GET /{agency_id}/route_stops/{route_code}`

## Path parameters

- `agency_id` 'LACMTA' | 'LACMTA_Rail', required
- `route_code` integer, required

## Query parameters

- `daytype` 'weekday' | 'saturday' | 'sunday' | 'no_type' | 'all'

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