---
title: "GET /trip/{trip_id}/stop"
method: GET
path: "/trip/{trip_id}/stop"
---

# GET /trip/{trip_id}/stop

`GET /trip/{trip_id}/stop`

list stops for a trip identified by {trip_id}

## Path parameters

- `trip_id` string, required

## Response `200`

Successful response

- Step[]
  - `name` string, required — name of the stop
  - `address` string, required — address of the stop
  - `arrival` string, date-time — arrival at the stop in its local timezone as YYYY-MM-DDThh:mm
  - `departure` string, date-time — departure from the stop in its local timezone as YYYY-MM-DDThh:mm
  - `nights` integer — number of nights
  - `coordinates` object, required — geographical coordinates of the stop
    - `lat` number, float — latitude
    - `lon` number, float — longitude
  - `route` Route
    - `mode` 'car' | 'motorcycle' | 'rv' | 'bicycle' | 'walk' | 'ferry' | 'flight' | 'other', required — travel mode
    - `polyline` string, required — route path compatible with Google polyline encoding algorithm
    - `duration` integer — route duration in seconds
    - `distance` integer — route distance in meters
  - `url` string — url of the page with more information about the stop
  - `passthru` boolean — true for pass-through points anchoring route

---

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