APIHub
Back to Explore

Furkot Trips

The Furkot Trips API lets applications retrieve a user's itineraries and, for any given itinerary, fetch the ordered list of stops that compose that trip.

Geocoding
OAuth
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1093ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/trip

list user's trips

GET

/trip/{trip_id}/stop

list stops for a trip identified by {trip_id}

  • trip_id (path, required) — id of the trip

2 endpoints auto-detected

Authentication

This API requires authentication: OAuth.

curl -X GET \
  "https://trips.furkot.com/pub/api/trip"

trips.furkot.com · HTTPS only