Menu
API (v3)
Services
- Destinations
- Locations
- Routes
- Service Advisories
- Statuses
- Stop Features
- Stop Schedules
- Stops
- Streets
- System Messages
- Trip Planner
- Variants
Other versions
Streets API
Physical streets in the city.
Valid URL Parameters
| name | The name of the street to search for. |
|---|---|
| type | The street type (eg. St, Ave, etc.). |
| leg | The street leg. This is used to indicate different sections of a roadway. (eg. N, S, E, W) |
| usage |
The style of names to return.
|
|---|
Examples
Login to see sample results.
Identity
- streets/2715?usage=short
- streets/invalid
- streets/123456789
Filter
- streets?name=portage
- streets?name=mulvey
- streets?name=mulvey&leg=e
Wildcard
- streets:pem
- streets:St+Vital
- streets:
Explore the API
Login to explore the Streets API.
Noteworthy Results
| key | A unique identifier for this street. |
|---|---|
| name | The street name. See the usage parameter for formatting options. |
| type | The type of street (eg. Street, Avenue, etc.). Only returned if the street has a type. |
| leg | A value indicating different sections of a roadway (eg. N, S, E, W). Only returned if the street has a leg. |