vbb-rest icon indicating copy to clipboard operation
vbb-rest copied to clipboard

An HTTP API for Berlin & Brandenburg public transport.

Results 13 vbb-rest issues
Sort by recently updated
recently updated
newest added

When I try to query a station by the name, the API always returns an empty response. To reproduce (the example in the documentation): ``` curl 'https://v5.vbb.transport.rest/stations?query=mehringd' -s | jq...

bug

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=hafas-rest-api&from_version=3.7.0&to_version=4.0.0&pr_id=8249aaac-8409-4fb8-8419-d750d6c4544a&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

breaking

On [its Open Data page](https://www.vbb.de/vbb-services/api-open-data/datensaetze/), VBB offers a ["Zugskizzen" ZIP archive](https://www.vbb.de/fileadmin/user_upload/VBB/Dokumente/API-Datensaetze/zugskizzen-202103.zip) including PNGs of well-known lines. A build script should download the archive, pick all relevant files, and host them.

enhancement

Hi, I'm trying to use this library and I'm following a workflow like this: - Find stations by name (query='mollstr') - Select a station and get details (name='Berlin, Mollstr./Otto-Braun-Str.' id='900000100040')...

question

Hi, I wanted to reactivate some old code using your API which has been decommissioned, and it seems there may be some things not working. For instance, I have been...

question
help wanted

Hey there, Thanks so much for all the incredibly useful VBB libraries, and especially for running this REST API! I wondered if you'd be interested in this API having an...

enhancement
help wanted

This adds a dependabot config to ensure dependencies and workflows are updated via PRs. https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

hi there, seems to me like there are some IPv6 reachability issues. There is an AAAA record: ``` ;; ANSWER SECTION: v6.bvg.transport.rest. 3513 IN CNAME thuya.jannisr.de. thuya.jannisr.de. 82713 IN AAAA...

Currently the /stops/:id/departures and the /stops/:id/arrivals only take the direction and the duration as filter arguments. However, sometimes it would also be interesting (or easier) to filter by a specific...

enhancement
upstream