IFTA Detail CSV

The following fields will be present in a CSV generated by the /ifta-detail/csv endpoint:

  • device_id (integer): the ID of the vehicle driven during this segment
  • jurisdiction (string): the state/province where this segment took place
  • distance_meters (float): the distance driven in meters during this segment (standardized distance)
  • start_ms (integer): the start time of the segment in milliseconds
  • start_odo_meters (integer): the odometer reading in meters at the start of the segment
  • start_lat (float): the latitude at the start of the segment
  • start_lng (float): the longitude at the start of the segment
  • start_city (string): the city where the segment started
  • end_ms (integer): the start time of the segment in milliseconds
  • end_odo_meters (integer): the odometer reading in meters at the start of the segment
  • end_lat (float): the latitude at the end of the segment
  • end_lng (float): the longitude at the end of the segment
  • end_city (string): the city where the segment ended
  • toll (boolean): whether or not the segment is on a toll road
  • leg_end (boolean): whether or not the segment is the last "leg" of the trip