From fb2074b2f20dfb68abf1a02e01ba4560c2e28a10 Mon Sep 17 00:00:00 2001 From: Ferdinand Malcher Date: Thu, 31 Mar 2016 13:21:40 +0200 Subject: [PATCH] Deutsche Bahn requires API key --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 128f8c1e..a9c12e2c 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ A collective list of JSON APIs for use in web development. |---|---|---|---| | Transport for London | TFL API | No | [Go!](https://api.tfl.gov.uk) | | Transport for Belgium | Belgian transport API | No | [Go!](https://hello.irail.be/api/) | -| Transport for Germany | Deutsche Bahn (DB) API | No | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | +| Transport for Germany | Deutsche Bahn (DB) API | No, but `authKey` query string | [Go!](http://data.deutschebahn.com/apis/fahrplan/) | | Transport for Switzerland | Swiss public transport API | No | [Go!](https://transport.opendata.ch/) | | Transport for Budapest | Budapest public transport API | No | [Go!](http://docs.bkkfutar.apiary.io/) | | Transport for Norway | Norwegian transport API | No | [Go!](http://reisapi.ruter.no/help) |