I would welcome any explanation why the response NotFound
is being returned when I try to retrieve the route details for the bus W8
https://api.tfl.gov.uk/Line/W8/Route
The following response was returned:
{
“$type”: “Tfl.Api.Presentation.Entities.ApiError, Tfl.Api.Presentation.Entities”,
“timestampUtc”: “2020-02-16T03:29:33.6940036Z”,
“exceptionType”: “EntityNotFoundException”,
“httpStatusCode”: 404,
“httpStatus”: “NotFound”,
“relativeUri”: “/Line/W8/Route”,
“message”: “The following line id is not recognised: W8”
}