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.
https://trips.furkot.com/pub/api
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://trips.furkot.com/pub/api
Endpoint status
Live — HTTP 204 — endpoint is accessible3.31s
(checked Mar 29, 2026)
Builder score
D
36%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Free with Furkot account. Trip planning API for route optimization.
| Method | Path | Description |
|---|---|---|
| GET | /trip |
list user's trips |
| GET | /trip/{trip_id}/stop |
list stops for a trip identified by {trip_id} |
curl -X GET 'https://trips.furkot.com/pub/api/trip' \ -H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Furkot Trips documentation.