---
title: "Search StopPoints by their common name, or their 5-digit Countdown Bus Stop Code."
method: GET
path: "/StopPoint/Search/{query}"
tags: ["StopPoint"]
---

# Search StopPoints by their common name, or their 5-digit Countdown Bus Stop Code.

`GET /StopPoint/Search/{query}`

## Path parameters

- `query` string, required

## Query parameters

- `modes` string[]
- `faresOnly` boolean
- `maxResults` integer
- `lines` string[]
- `includeHubs` boolean
- `tflOperatedNationalRailStationsOnly` boolean

## Response `200`

OK

- TflApiPresentationEntitiesSearchResponse
  - `query` string
  - `from` integer
  - `page` integer
  - `pageSize` integer
  - `provider` string
  - `total` integer
  - `matches` TflApiPresentationEntitiesSearchMatch[]
    - `id` string
    - `url` string
    - `name` string
    - `lat` number, double
    - `lon` number, double
  - `maxScore` number, double

---

[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)
