---
title: "Returns the route sections for all the lines that service the given stop point ids"
method: GET
path: "/StopPoint/{id}/Route"
tags: ["StopPoint"]
---

# Returns the route sections for all the lines that service the given stop point ids

`GET /StopPoint/{id}/Route`

## Path parameters

- `id` string, required

## Query parameters

- `serviceTypes` string[]

## Response `200`

OK

- TflApiPresentationEntitiesStopPointRouteSection[]
  - `naptanId` string
  - `lineId` string
  - `mode` string
  - `validFrom` string, date-time
  - `validTo` string, date-time
  - `direction` string
  - `routeSectionName` string
  - `lineString` string
  - `isActive` boolean
  - `serviceType` string
  - `vehicleDestinationText` string
  - `destinationName` string

---

[API](https://skmtc.net/tfl/apis/transport-for-london-unified-api.md) · [All operations](https://skmtc.net/tfl/apis/transport-for-london-unified-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tfl/transport-for-london-unified-api/revisions/266abe0486b0/schema)
