---
title: "Search the site for occurrences of the query string. The maximum number of results returned is equal to the maximum page size
            of 100. To return subsequent pages, use the paginated overload."
method: GET
path: "/Search"
tags: ["Search"]
---

# Search the site for occurrences of the query string. The maximum number of results returned is equal to the maximum page size
            of 100. To return subsequent pages, use the paginated overload.

`GET /Search`

## Query parameters

- `query` string, required

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