APIHub
Back to Explore

Faretrotter Travel API

Multimodal travel API to return modes of transportation between cities and points of interest.

Transportation
apiKeyHeader
HTTPS
CORS: Unknown
Visit official documentation

Latency

235ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/places

Returns possible modes of transportation between two cities.

GET

/routes

  • origin_lat (query, required)
  • origin_lng (query, required)
  • destination_lat (query, required)
  • destination_lng (query, required)

2 endpoints auto-detected

Authentication

This API uses an API key, passed in the "ApiKeyAuth" header. No OAuth required.

curl -X GET \
  "https://api.faretrotter.com/v2.0/{apikey}/places" \
  -H "ApiKeyAuth: YOUR_API_KEY"

api.faretrotter.com · HTTPS only