---
title: "Gets the specified roads with the status aggregated over the date range specified, or now until the end of today if no dates are passed."
method: GET
path: "/Road/{ids}/Status"
tags: ["Road"]
---

# Gets the specified roads with the status aggregated over the date range specified, or now until the end of today if no dates are passed.

`GET /Road/{ids}/Status`

## Path parameters

- `ids` string[], required

## Query parameters

- `dateRangeNullable.startDate` string, date-time
- `dateRangeNullable.endDate` string, date-time

## Response `200`

OK

- TflApiPresentationEntitiesRoadCorridor[]
  - `id` string — The Id of the Corridor e.g. "A406"
  - `displayName` string — The display name of the Corridor e.g. "North Circular (A406)". This may be identical to the Id.
  - `group` string — The group name of the Corridor e.g. "Central London". Most corridors are not grouped, in which case this field can be null.
  - `statusSeverity` string — Standard multi-mode status severity code
  - `statusSeverityDescription` string — Description of the status severity as applied to RoadCorridors
  - `bounds` string — The Bounds of the Corridor, given by the south-east followed by the north-west co-ordinate pair in geoJSON format e.g. "[[-1.241531,51.242151],[1.641223,53.765721]]"
  - `envelope` string — The Envelope of the Corridor, given by the corner co-ordinates of a rectangular (four-point) polygon in geoJSON format e.g. "[[-1.241531,51.242151],[-1.241531,53.765721],[1.641223,53.765721],[1.641223,51.242151]]"
  - `statusAggregationStartDate` string, date-time — The start of the period over which status has been aggregated, or null if this is the current corridor status.
  - `statusAggregationEndDate` string, date-time — The end of the period over which status has been aggregated, or null if this is the current corridor status.
  - `url` string — URL to retrieve this Corridor.

---

[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/versions/266abe0486b0/schema)
