---
title: "Searches the bus schedules folder on S3 for a given bus number."
method: GET
path: "/Search/BusSchedules"
tags: ["Search"]
---

# Searches the bus schedules folder on S3 for a given bus number.

`GET /Search/BusSchedules`

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