From e758cbd25139134b4c3754c638cc78481bd59a85 Mon Sep 17 00:00:00 2001 From: cloudy3 Date: Sat, 2 Oct 2021 23:51:38 +0800 Subject: [PATCH] Add Grab API to Transportation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9275e4dd..ca371d8a 100644 --- a/README.md +++ b/README.md @@ -1149,6 +1149,7 @@ API | Description | Auth | HTTPS | CORS | | [BlaBlaCar](https://dev.blablacar.com) | Search car sharing trips | `apiKey` | Yes | Unknown | | [Boston MBTA Transit](https://www.mbta.com/developers/v3-api) | Stations and predicted arrivals for MBTA | `apiKey` | Yes | Unknown | | [Community Transit](https://github.com/transitland/transitland-datastore/blob/master/README.md#api-endpoints) | Transitland API | No | Yes | Unknown | +| [Grab](https://developer.grab.com/docs/) | Track deliveries, ride fares, payments and loyalty points | `OAuth` | Yes | Unknown | | [GraphHopper](https://graphhopper.com/api/1/docs/) | A-to-B routing with turn-by-turn instructions | `apiKey` | Yes | Unknown | | [Icelandic APIs](http://docs.apis.is/) | Open APIs that deliver services in or regarding Iceland | No | Yes | Unknown | | [Izi](http://api-docs.izi.travel/) | Audio guide for travellers | `apiKey` | Yes | Unknown |