Schedule of specified routes.
| Entity | Type | Values | Description |
|---|---|---|---|
| count | int | any valid value | number of objects |
| items | array | items | items |
| Entity | Type | Values | Description |
|---|---|---|---|
| id | int | any valid value | id of route |
| from | object | stop point | start point |
| to | object | stop point | end point |
| lastDeparture | string | HH:MM | last departure |
| Entity | Type | Values | Description |
|---|---|---|---|
| id | int | any valid value | id of stop point |
| name | string | any valid value | name of stop point |