F

Furkot Trips

by Furkot Trips Free tier

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.

authfurkot

Quick Reference

Base URL 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
Pricing
28
Latency
40
Depth
40

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free with Furkot account. Trip planning API for route optimization.

Key Endpoints

MethodPathDescription
GET /trip list user's trips
GET /trip/{trip_id}/stop list stops for a trip identified by {trip_id}

Sample Request

curl -X GET 'https://trips.furkot.com/pub/api/trip' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Furkot Trips documentation.