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 match. |
---|---|
type | The street type (eg. st, ave). |
leg | The street leg. This is used to differentiate disparate 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 a street (eg. Street, Avenue, ...). Only displayed if the feature has a type. |
leg | A value which differentiates disparate sections of a roadway (eg. N, S, E, W). Only displayed if the street has a leg. |