I noticed that the current route module documentation only lists limited information for route type and subtype values, mainly covering rides (type 1) and runs (type 2) with limited subtypes. Documentation reference: https://developers.strava.com/docs/reference/#api-models-Route
While testing manually, I found additional undocumented values, for example:
Gravel ride route → type = 6, subtype = 4
Mountain bike route → type = 7, subtype = 4
It would be very helpful if the documentation could include a complete reference of all available route types and subtypes, including their numeric mappings and meanings.
Thanks in advance