---
title: "Get arrivals for a stop for a route"
method: GET
path: "/bus/routes/{route_id}/arrivals/{stop_id}"
tags: ["bus"]
---

# Get arrivals for a stop for a route

`GET /bus/routes/{route_id}/arrivals/{stop_id}`

Get arrivals for a stop for a route

## Path parameters

- `route_id` string, required
- `stop_id` string, required

## Response `200`

Successful Operation

- object
  - `copyright` string
  - `predictions` object
    - `routeTag` string
    - `stopTag` string
    - `routeTitle` string
    - `agencyTitle` string
    - `dirTitleBecauseNoPredictions` string
    - `message` object[]
      - `text` string
      - `priority` string

## Other responses

- `400` — Malformed route id or stop id
- `404` — Unknown route id or stop id

---

[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/revisions/c0fac695dd04/schema)
