Get started
Get started with the Trips API: understand sort parameters, unit systems, and the two method groups for retrieving trip lists and details.
Introduction
Use these methods to get trip information, including a list of trips, trip summary, waypoints, and event information.
API Parameters and available options:
-
SortBy:
- StartDateUtc - latest trip first
- StartDateUtc_Desc - earlier trip first
-
UnitSystem:
- Si (or 1) - for international system (km)
- Imperial (or 2) - for imperial system (ml)
Best practice
There are two groups of methods you should use in your project:
- Methods to get a list of trips
- Method to get trip details, including waypoints and events.
Updated 31 minutes ago
