-
Notifications
You must be signed in to change notification settings - Fork 0
Search help
All available routes can be filtered using several available search fields.
Filters routes by their type.
For example:
- find all cycling routes
- find all trail running routes
Note that Strava is not very good at classifying routes to correct sub-types, so in most cases it is better to select top level type only (so either bike or run).
Filters routes by name, ID or description.
It supports implied boolean logic with keyword searching and its logical operators.
For example:
-
Find routes which name or description contain at least one of these two words.
-
Find routes which name or description contains both words.
-
Find routes which name or description contains “Seine”, but rank them higher if their name also contains “Marne”.
-
Find routes which name or description contains “Seine” but not “Marne”.
-
Find routes with names or descriptions such as “CC*Paris-Evreux 2017” or “CC05 Paris Amiens”.
-
Find routes which name or description contains literal string “15 bosses”.
Filters routes by minimum and maximum distance (in kilometres).
For example:
- find routes at least 50 km and at most 100 km long (which also start at Porte de Châtillon, Paris)
Filters routes by minimum and maximum ascent (elevation gain) (in metres).
For example:
- find routes with at least 500 m and at most 1000 m of climbing (which also end within 1 km from our usual end-of-ride beers spot Café Seguin in Boulogne-Billancourt)
Filters routes by author name or their ID.
For example:
- find routes by Jeff Balinger (including his starred routes)
- find routes by athlete ID 8367659 (excluding his starred routes)
Filters routes by their start location (or proximity thereof).
For example:
- find routes starting within 100 m from La Grande Cascade parking lot in Bois de Boulogne
Filters routes by their end location (or proximity thereof).
For example:
- find routes which end within 500 m from Café Seguin in Boulogne-Billancourt (which also start at Place de la Porte de Châtillon, Paris)
This has been temporarily disabled, pending finding either a resourceful enough hosting (or a sponsor), or enough time to optimize the way the routes are being tagged.
Filters routes by tags. (Currently supports only towns the route is passing through.)
Supports implied boolean logic with keyword searching and its logical operators.
For example:
-
Find routes which pass through at least one of the two towns.
-
Find routes passing through both towns.
-
Find routes that pass through “Dampierre”, but rank them higher if they also pass through “Molières”.
-
Find routes that pass through “Dampierre” but not through “Molières”.
-
Find routes that pass through towns such as “Saint-Ouen”, “Saint-Prix”, “Saint-Leu-la-Forêt” etc.
-
Find routes that pass through town “Les Petits Coins”.
This has been temporarily disabled as Strava does not seem to return segments when fetching all athlete's routes, only when fetching a single route, which is a bummer.
Filters routes by segments the route is passing through.
Supports implied boolean logic with keyword searching and its logical operators.
For example:
-
Find routes which pass through at least one of the two segments.
-
Find routes passing through both segments.
-
Find routes that pass through “Muerte”, but rank them higher if they also pass through “Albian”.
-
Find routes that pass through “Muerte” but not through “Albian”.
-
Find routes that pass through segments such as “Cote Royale de Meudon”, “Côte de Bièvres”, “Côte de Choisel” etc.
-
"Butte des Vignes, Chateau de la Madeleine"
Find routes that pass through segment “Butte des Vignes, Chateau de la Madeleine”.
Fields supporting implied boolean logic can be used with the following logical operators:
-
+
A leading plus sign indicates that this word must be present in each row that is returned.
-
-
A leading minus sign indicates that this word must not be present in any of the rows that are returned.
-
[no operator]
By default (when neither
+
nor-
is specified) the word is optional, but the rows that contain it are rated higher. -
*
The asterisk serves as the truncation (or wildcard) operator. Unlike the other operators, it should be appended to the word to be affected. Words match if they begin with the word preceding the
*
operator. -
"
A phrase that is enclosed within double quote (
"
) characters matches only rows that contain the phrase literally, as it was typed.