pgrimaud / ratp-api-rest

This project turnkey is distributed as a middleware to expose RATP realtime data as REST resources
MIT License
85 stars 15 forks source link

Tramway Line 11 being ambiguous when fetching schedules #7

Closed FlyingYeti closed 6 years ago

FlyingYeti commented 6 years ago

Requesting [https://api-ratp.pierre-grimaud.fr/v3/lines/tramways?_format=json]() gives the line 11 with "code": "11" but when trying to fetch schedules [https://api-ratp.pierre-grimaud.fr/v3/schedules/tramways/11/le+bourget/A+R?_format=json]() then "code": 400, "message": "Ambiguous Line"

pgrimaud commented 6 years ago

Hello @FlyingYeti

Unfortunately, the line T11 is managed by the SNCF and not by the RATP. So the official RATP API is not working properly.

Sorry about it.