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:

  1. Methods to get a list of trips
  2. Method to get trip details, including waypoints and events.