Next Departures APIs
Query structure - Call parameters
Next Departures Service - Unitary query
Stop (required)
This service provides the next transit times in real time for a given stop.
The tolerated call parameters are all the stop levels described in the Île-de-France Stops Referential (arrets.xls), namely:
- ARr, boarding zone (formerly ZDER): "STIF:StopPoint:Q:[ArRId]:" Example: Platforms M4 - Châtelet: STIF:StopPoint:22092: (outbound) and STIF:StopPoint:463158: (return)
Attention:
A platform contains 2 different boarding zone identifiers (ArRId): one for the outbound direction and one for the return direction. A query on a platform will return the next passages in a single direction.
For RER and Transilien stations, SNCF populates data at a fictitious ArR that represents the entire station.--Prefer queries to ZdA / ZdC
- ZdA , monomodal stop zone (formerly ZDL : Zone de lieu) : "STIF:StopArea:SP:[ZdAId]:" Example Metro - Châtelet stop zone : STIF:StopArea:SP:42587:
- ZdC (multimodal transfer zone)"STIF:StopArea:SP:[ZdCId]:"Example Transfer Zone - Châtelet : STIF:StopArea:SP:71264:
To note:
- The dataset Referential of arrêts : Stops proposes the reference stops of the Île-de-France stops referential.
- The dataset Referential des stops : Relations proposes all the relationships between objects in the Île-de-France Stops referential.
- The dataset Perimeter des data time réel disponibles exposes the list of stops by Lines/carrier concerned by this service.
- The dataset Stops et lignes associées lists all the Lines in the Ile-de-France network and the Stops served for each of these lines as in the GTFS.
Ligne (optional)
This service provides real-time next Departures times for a given stop, for a given line.
The tolerated call parameters are the Lines described in the Referential des lines de transport en commun d'Île-de-France, namely:
- ID_Line, commercial line reference identifier: "STIF:Line::[ID_Line]:" Example RER C line: STIF:Line::C01727:
Service Prochains passages - Requête globale
ALL (requis)
This service provides real-time Next Departures schedules for all network Stops.
The only tolerated call parameter is: ALL. Example: LineRef=ALL
Warning:
The query wizard available on the PRIM platform cannot be used for the global query, due to the size of its response. We recommend that you query this API via a query interface or a script.
To note: