---
title: "Get specific stops"
method: GET
path: "/bus/stops/{stop_ids}"
tags: ["bus"]
---

# Get specific stops

`GET /bus/stops/{stop_ids}`

Get data for one or more stops

## Path parameters

- `stop_ids` string[], required

## Response `200`

Successful Operation

- object
  - `data` Stop — Bus stop
    - `stop_id` string — Unique string identifier for a stop, should be mostly human-readable
    - `title` string — Full name of the stop
    - `lat` number, float — Latitude
    - `long` number, float — Longitude
  - `count` number — Number of routes returned

## Other responses

- `400` — Malformed route code
- `404` — Unknown route code

---

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