OpendataCH / Transport

Swiss public transport API
http://transport.opendata.ch/
MIT License
241 stars 50 forks source link

Train missed on Stationboard request #209

Closed Spillo17 closed 3 years ago

Spillo17 commented 3 years ago

Hi,

since this morning the request for stationboard return not all infos.

For example:

"stationboard": [ { "stop": {}, "name": null,
"category": "S", "subcategory": null, "categoryCode": null, "number": "40", "operator": "SBB", "to": "Como S. Giovanni",

You can see that the name of the train is missed, I was displayed since 10 today.. it is something changed ?

Thank you

helbling commented 3 years ago

What would you expect there?

There was a change in the upstream api which might be related: parameter number is not given anymore, but there is *Z that can be used. See the example response here: https://oev.search.ch/api/help#stationboard

Spillo17 commented 3 years ago

@helbling Thank you... but they change it today.. yesterday it works well... ty for the "workaround"