furkot.com

Furkot provides Rest API to access user trip data. Using Furkot API an application can list user trips and display stops for a specific trip. Furkot API uses OAuth2 protocol to authorize applications to access data on behalf of users.

๐Ÿ”‘ oauth2 2 endpoints location
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
list user's trips
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /trip
list stops for a trip identified by {trip_id}
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /trip/{trip_id}/stop
Endpoints (2 total)
GET
/trip
list user's trips
GET
/trip/{trip_id}/stop
list stops for a trip identified by {trip_id}
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints2
Authoauth2
Categories1