We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max_nb_transfers=0
I'm trying this call:
https://api.sncf.com/v1/coverage/sncf/journeys?from=stop_area:OCE:SA:87686006&datetime=20150622T1900&max_nb_transfers=0
But I see results with "nb_transfers":2. I'm expecting to have only journeys with no transfer at all.
"nb_transfers":2
Am I doing something wrong?
Thanks :)