Komoot: Search Routes
Komoot via Parse · maps_geo
Search for outdoor routes by geographic coordinates and sport type. Returns paginated route summaries including distance, duration, elevation gain/loss, difficulty grade, creator info, and rating. The search is centered on a lat/lng point within a configurable radius. Results are ordered by relevance to the location. Access outdoor route data including GPS coordinates, elevation profiles, trail maps, and regional discovery content. Search routes by location and sport type, retrieve detailed route and gallery data, and look up public user profiles. Fulfilled by Parse from komoot.com.
- komoot
- komoot-com
- maps-geo
- parse
- platform-key
- sports
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- maps_geo
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/241b6f4c-0b7a-4a05-a37e-e5bb73799df8/search_routes
- Interface artifact
- sha256:ed19432696111b2a06a8b81e31cd92dc60ced47203e38dabbe2120159495236f
- Manifest digest
- sha256:cb44587387f0995bad99b94004135da778aed7a493cdc514ab1902c3e2230d72
Request fields
- lat (string, required): Latitude of the search center point (e.g. 47.3769)
- lng (string, required): Longitude of the search center point (e.g. 8.5417)
- page (integer): Zero-based page number for pagination
- limit (integer): Number of results per page
- sport (string): Sport type filter for the routes: Allowed values: hike, mtb, racebike, touringbicycle, jogging, mountaineering, mtb_easy
- difficulty (string): Difficulty grade filter for routes: Allowed values: easy, moderate, difficult
- max_distance (integer): Search radius in meters from the center point
Example queries
- {"lat":"47.3769","lng":"8.5417","page":"0","limit":"5","sport":"hike","difficulty":"easy","max_distance":"20000"}