From 4a06201c50392c3b9032d3a95affc289f7c5adf1 Mon Sep 17 00:00:00 2001 From: Antoine D Date: Wed, 19 Apr 2017 14:27:03 +0200 Subject: [PATCH] add the Navitia API The [Navitia](https://www.navitia.io/) API is an open API build around transport data. you can query for journeys, isochrone, schedules, realtime data, ... --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f0f00bc..fb4ddbd1 100644 --- a/README.md +++ b/README.md @@ -442,6 +442,7 @@ Please note a passing build status indicates all listed APIs are available since | Community Transit | Transitland API | No | Yes | [Go!](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints) | | Goibibo | API for travel search | `apiKey` | Yes | [Go!](https://developer.goibibo.com/docs) | | Indian Railways | Indian Railways Information | `token` | No | [Go!](http://api.erail.in/) | +| Navitia | The open API for building cool stuff with transport data | `apiKey` | Yes | [Go!](https://api.navitia.io/) | | The Nomad List | A list of the best places to live/work remotely | No | Yes | [Go!](https://nomadlist.com/faq) | | Schiphol Airport | Schiphol | `apiKey` | Yes | [Go!](https://developer.schiphol.nl/) | | TransitLand | Transit Aggregation | No | Yes | [Go!](https://transit.land/documentation/datastore/api-endpoints.html) |