Cta Bus Positions
cta_bus_positionsLive Chicago CTA bus positions on a route — every vehicle currently running: lat/lon, heading, destination, delayed flag, and distance along the pattern. Answers "where is the 22 Clark bus right now" via the CTA bus tracker. Example: cta_bus_positions({ route: "22" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| route | Yes | Bus route number, e.g. "22", "66", "146". Comma-separable up to 10. | |
| _apiKey | No | Optional: your own CTA credentials as "train_key:bus_key" — Train Tracker key (free at transitchicago.com/developers) + Bus Tracker key (free at ctabustracker.com) |