Convert Ride with GPS routes (including waypoints) into GPX or GeoJSON.
/
This page.
/route-gpx?id=id
Returns the full route (track & points of interest) as GPX.
/route-full?id=id
Returns the full route (track & points of interest) as GeoJSON.
/route-full/preview?id=id
A preview map of the above /route-full
endpoint.
/route-track?id=id
Returns the route track as GeoJSON.
/route-track/preview?id=id
A preview map of the above /route-track
endpoint.
/route-waypoints?id=id
Returns the points of interest as GeoJSON.
/route-waypoints/preview?id=id
A preview map of the above /route-waypoint
endpoint.
The Ride with GPS export tools don't include a GeoJSON option and waypoints are not included unless you pay for RideWithGPS. This provides an API with endpoints that do, as well as a simple form to fetch the full GPX or GeoJSON for a route.
Privacy codes are also supported. Include the privacy code in the link in the form above, or add a `privacy_code` URL parameter to any of the API endpoints.
Created by Daniel Schep.