We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
081140d
Fixed a bad request exception
5c8f393
Added a simple Levenshtein distance algorithm to look up stations by name, as well as ID's.
Examples:
/stations/gent-sint-pieters /stations/gent%20sint%20pieters /stations/455
/stations/gent-sint-pieters
/stations/gent%20sint%20pieters
/stations/455
Would all yield the same results.
Additionally, this also works for routes:
/routes?from=gent-sint-pieters&to=sint-niklaas
90b1550
Initial version, has pretty much everything you would expect.
API interfaces are subject to change.