Messages displayed on screens API
Media: For the SNCF and the OPTILE bus network, the real-time APIs do not have the information that is provided on the media (website, Twitter, etc.).
Station Screens
- RATP : All traffic information available in RER and metro stations and on the RATP media.
- SNCF : Information available on the screens set up in the stations.
- Bus : Information available on the screens at bus stops.
Request Structure - Call Parameters
Stop: This service makes it possible to obtain traffic information displayed on the screens in real time of a given stop. Example Saint-Rémy-Lès-Chevreuse train station: STIF:StopPoint:Q:412844:
Line: This service makes it possible to obtain traffic information displayed on the screens in real time of a given line. Example RER C line: Stif:Line::C01727:
The ALL call parameter allows you to obtain traffic information displayed on the screens in real time for all the lines in the network. Example: LineRef=ALL
Channel: This service allows you to identify the channel for which you want to obtain the traffic information displayed on the screens in real time. If this field is not present, the query concerns all channels. Example: InfoChannelRef=Information OR Business Disruption
Careful: To query the API, you can either specify the "StopPointRef" or "LineRef" field, but not both at the same time.
One of these two fields is required because the "InfoChannelRef" field is not queryable on its own.