Skip to main content
GET
/
vehicle
/
status
Get all vehicle statuses
curl --request GET \
  --url https://ctechnology.io/api/v2.2/vehicle/status \
  --header 'Authorization: <api-key>'
{
  "header": {
    "num_results": 123,
    "api_version": "<string>",
    "status": "<string>",
    "message": "<string>",
    "permission_via": [
      {
        "permission": "<string>",
        "via": "me",
        "organization_id": "<string>"
      }
    ],
    "offset": 123,
    "limit": 123
  },
  "data": [
    {
      "vehicle_id": "<string>",
      "timestamp": "2023-11-07T05:31:56Z",
      "status": "SETUP",
      "longitude": 123,
      "latitude": 123,
      "speed": 123,
      "angle": 123,
      "total_odometer": 123,
      "pdop_value": 123,
      "battery_main_pct": 123,
      "battery_main_voltage": 123,
      "battery_main_trend": "CHARGE",
      "battery_main_trend_slope": 123,
      "last_update": "2023-11-07T05:31:56Z",
      "altitude": 123,
      "last_valid_location_update": "2023-11-07T05:31:56Z",
      "battery_ext_1_pct": 123,
      "battery_ext_1_voltage": 123,
      "battery_ext_1_trend": "CHARGE",
      "battery_ext_1_trend_slope": 123,
      "battery_ext_2_pct": 123,
      "battery_ext_2_voltage": 123,
      "battery_ext_2_trend": "CHARGE",
      "battery_ext_2_trend_slope": 123,
      "battery_ext_3_pct": 123,
      "battery_ext_3_voltage": 123,
      "battery_ext_3_trend": "CHARGE",
      "battery_ext_3_trend_slope": 123,
      "battery_ext_4_pct": 123,
      "battery_ext_4_voltage": 123,
      "battery_ext_4_trend": "CHARGE",
      "battery_ext_4_trend_slope": 123,
      "fuel_level": 123,
      "fuel_level_pct": 123,
      "fuel_level_voltage": 123,
      "fuel_last_update": "2023-11-07T05:31:56Z",
      "fuel_rate_lh": 123,
      "current_power_w": 123,
      "expected_range": 123,
      "expected_range_current_power": 123,
      "expected_range_average_power": 123,
      "remaining_energy_wh": 123,
      "remaining_energy_ah": 123,
      "state_of_charge_pct": 123,
      "time_to_empty_at_current_power_s": 123,
      "distance_to_home": 123,
      "distance_to_shore": 123,
      "shore_zone": "INNER",
      "active_geofences": [
        "<string>"
      ],
      "temp_1": 123,
      "temp_2": 123,
      "temp_3": 123,
      "temp_4": 123,
      "temp_1_trend": "INCR",
      "temp_2_trend": "INCR",
      "temp_3_trend": "INCR",
      "temp_4_trend": "INCR",
      "sensor_temp_1_state": "<string>",
      "sensor_temp_2_state": "<string>",
      "sensor_temp_3_state": "<string>",
      "sensor_temp_4_state": "<string>",
      "sensor_relative_humidity_1_pct": 123,
      "sensor_relative_humidity_2_pct": 123,
      "sensor_relative_humidity_3_pct": 123,
      "sensor_relative_humidity_4_pct": 123,
      "sensor_relative_humidity_1_state": "<string>",
      "sensor_relative_humidity_2_state": "<string>",
      "sensor_relative_humidity_3_state": "<string>",
      "sensor_relative_humidity_4_state": "<string>",
      "sensor_battery_1_pct": 123,
      "sensor_battery_2_pct": 123,
      "sensor_battery_3_pct": 123,
      "sensor_battery_4_pct": 123,
      "temp_motor": 123,
      "temp_water": 123,
      "ignition_on": true,
      "is_locked": true,
      "landline_voltage": 123,
      "in_water": true,
      "din_1_state": true,
      "din_2_state": true,
      "din_3_state": true,
      "din_4_state": true,
      "din_5_state": true,
      "dout_1_state": true,
      "dout_2_state": true,
      "dout_3_state": true,
      "dout_4_state": true,
      "dout_1_waiting_for_update": true,
      "dout_2_waiting_for_update": true,
      "dout_3_waiting_for_update": true,
      "dout_4_waiting_for_update": true,
      "vehicle_status_can": {
        "can_speed_km_h": 123,
        "can_accel_pedal": 123,
        "can_rpm": 123,
        "can_fuel_level_pct": 123,
        "can_fuel_level_ltr": 123,
        "can_fuel_consumed_ltr": 123,
        "can_total_mileage_m": 123,
        "can_expected_range_km": 123,
        "can_alert_unplug": 123,
        "can_alert_towing": 123,
        "can_battery_voltage_v": 123,
        "can_battery_1_soc_pct": 123,
        "can_battery_1_soh_pct": 123,
        "can_engine_voltage_v": 123,
        "can_engine_current_a": 123,
        "can_electr_pwr_consumed_kwh": 123,
        "can_min_battery_voltage_allowed_v": 123,
        "can_max_charg_current_allowed_by_charger_a": 123,
        "can_max_discharg_current_allowed_by_charger_a": 123,
        "can_max_charg_current_allowed_by_bat_a": 123,
        "can_max_discharg_current_allowed_by_bat_a": 123,
        "can_flag_control_state": "<string>",
        "can_flag_security_state": "<string>",
        "can_control_state": [
          "<string>"
        ],
        "can_last_update": "2023-11-07T05:31:56Z",
        "can_additional_fields": {},
        "can_accel_pedal_last_update": "2023-11-07T05:31:56Z",
        "can_rpm_last_update": "2023-11-07T05:31:56Z",
        "can_engine_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "can_engine_current_a_last_update": "2023-11-07T05:31:56Z",
        "can_electr_pwr_consumed_kwh_last_update": "2023-11-07T05:31:56Z",
        "can_battery_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "can_battery_1_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "can_battery_1_soh_pct_last_update": "2023-11-07T05:31:56Z",
        "can_min_battery_voltage_allowed_v_last_update": "2023-11-07T05:31:56Z",
        "can_max_charg_current_allowed_by_charger_a_last_update": "2023-11-07T05:31:56Z",
        "can_max_discharg_current_allowed_by_charger_a_last_update": "2023-11-07T05:31:56Z",
        "can_max_charg_current_allowed_by_bat_a_last_update": "2023-11-07T05:31:56Z",
        "can_max_discharg_current_allowed_by_bat_a_last_update": "2023-11-07T05:31:56Z",
        "can_fuel_level_pct_last_update": "2023-11-07T05:31:56Z",
        "can_fuel_level_ltr_last_update": "2023-11-07T05:31:56Z",
        "can_fuel_consumed_ltr_last_update": "2023-11-07T05:31:56Z",
        "can_speed_km_h_last_update": "2023-11-07T05:31:56Z",
        "can_total_mileage_m_last_update": "2023-11-07T05:31:56Z",
        "can_expected_range_km_last_update": "2023-11-07T05:31:56Z",
        "can_alert_unplug_last_update": "2023-11-07T05:31:56Z",
        "can_alert_towing_last_update": "2023-11-07T05:31:56Z",
        "can_flag_control_state_last_update": "2023-11-07T05:31:56Z",
        "can_flag_security_state_last_update": "2023-11-07T05:31:56Z",
        "can_additional_fields_last_update": "2023-11-07T05:31:56Z",
        "can_control_state_last_update": "2023-11-07T05:31:56Z"
      },
      "vehicle_status_flex": {
        "flex_last_update": "2023-11-07T05:31:56Z",
        "flex_throttle_position_pct": 123,
        "flex_brake_pressed": true,
        "flex_charge_plugged": true,
        "flex_kill_switch_active": true,
        "flex_kickstand_release_status": true,
        "flex_powertrain_state": 123,
        "flex_malfunction_indication": true,
        "flex_estimated_range_km": 123,
        "flex_soc_battery_pct": 123,
        "flex_remaining_capacity_ah": 123,
        "flex_full_charge_capacity_ah": 123,
        "flex_drive_mode": 123,
        "flex_total_distance_km": 123,
        "flex_vehicle_speed_km_h": 123,
        "flex_ignition_status": 123,
        "flex_top_case_sensor": true,
        "flex_max_available_power_w": 123,
        "flex_handlebar_lock": true,
        "flex_rear_brake_pressed": true,
        "flex_com_error": 123,
        "flex_rpm": 123,
        "flex_torque_current_a": 123,
        "flex_sn_high": 123,
        "flex_sn_low": 123,
        "flex_lowest_battery_voltage_v": 123,
        "flex_lowest_battery_id": 123,
        "flex_highest_battery_voltage_v": 123,
        "flex_highest_battery_id": 123,
        "flex_highest_mismatch_voltage_v": 123,
        "flex_highest_mismatch_id": 123,
        "flex_lowest_battery_temperature_deg_c": 123,
        "flex_lowest_temperature_battery_id": 123,
        "flex_highest_battery_temperature_deg_c": 123,
        "flex_highest_temperature_battery_id": 123,
        "flex_time_to_full_load_s": 123,
        "flex_time_to_empty_s": 123,
        "flex_time_to_full_s": 123,
        "flex_cluster_state": 123,
        "flex_cluster_soc_pct": 123,
        "flex_max_discharge_current_a": 123,
        "flex_recuperation_allowed": true,
        "flex_switch_process_needed": true,
        "flex_soc_switch_level_pct": 123,
        "flex_part_charge_capacity_ah": 123,
        "flex_cluster_voltage_v": 123,
        "flex_cluster_current_a": 123,
        "flex_major_version": 123,
        "flex_minor_version": 123,
        "flex_patch_version": 123,
        "flex_recognized_batteries": 123,
        "flex_activated_batteries": 123,
        "flex_faulty_batteries": 123,
        "flex_battery_1_voltage_v": 123,
        "flex_battery_1_current_a": 123,
        "flex_battery_1_state": 123,
        "flex_battery_1_soc_pct": 123,
        "flex_battery_1_temperature_1_deg_c": 123,
        "flex_battery_1_temperature_2_deg_c": 123,
        "flex_battery_1_power_stage_temp_deg_c": 123,
        "flex_battery_1_remaining_capacity_ah": 123,
        "flex_battery_2_voltage_v": 123,
        "flex_battery_2_current_a": 123,
        "flex_battery_2_state": 123,
        "flex_battery_2_soc_pct": 123,
        "flex_battery_2_temperature_1_deg_c": 123,
        "flex_battery_2_temperature_2_deg_c": 123,
        "flex_battery_2_power_stage_temp_deg_c": 123,
        "flex_battery_2_remaining_capacity_ah": 123,
        "flex_battery_id_0_error_code": 123,
        "flex_battery_id_1_error_code": 123,
        "flex_cluster_error_code": 123,
        "flex_max_charge_current_a": 123,
        "flex_lowest_battery_2_temperature_deg_c": 123,
        "flex_highest_battery_2_temperature_deg_c": 123,
        "flex_lowest_battery_2_voltage_v": 123,
        "flex_highest_battery_2_voltage_v": 123,
        "flex_throttle_position_pct_last_update": "2023-11-07T05:31:56Z",
        "flex_brake_pressed_last_update": "2023-11-07T05:31:56Z",
        "flex_charge_plugged_last_update": "2023-11-07T05:31:56Z",
        "flex_kill_switch_active_last_update": "2023-11-07T05:31:56Z",
        "flex_kickstand_release_status_last_update": "2023-11-07T05:31:56Z",
        "flex_powertrain_state_last_update": "2023-11-07T05:31:56Z",
        "flex_malfunction_indication_last_update": "2023-11-07T05:31:56Z",
        "flex_estimated_range_km_last_update": "2023-11-07T05:31:56Z",
        "flex_soc_battery_pct_last_update": "2023-11-07T05:31:56Z",
        "flex_remaining_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "flex_full_charge_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "flex_drive_mode_last_update": "2023-11-07T05:31:56Z",
        "flex_total_distance_km_last_update": "2023-11-07T05:31:56Z",
        "flex_vehicle_speed_km_h_last_update": "2023-11-07T05:31:56Z",
        "flex_ignition_status_last_update": "2023-11-07T05:31:56Z",
        "flex_top_case_sensor_last_update": "2023-11-07T05:31:56Z",
        "flex_max_available_power_w_last_update": "2023-11-07T05:31:56Z",
        "flex_handlebar_lock_last_update": "2023-11-07T05:31:56Z",
        "flex_rear_brake_pressed_last_update": "2023-11-07T05:31:56Z",
        "flex_com_error_last_update": "2023-11-07T05:31:56Z",
        "flex_rpm_last_update": "2023-11-07T05:31:56Z",
        "flex_torque_current_a_last_update": "2023-11-07T05:31:56Z",
        "flex_sn_high_last_update": "2023-11-07T05:31:56Z",
        "flex_sn_low_last_update": "2023-11-07T05:31:56Z",
        "flex_lowest_battery_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "flex_lowest_battery_id_last_update": "2023-11-07T05:31:56Z",
        "flex_highest_battery_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "flex_highest_battery_id_last_update": "2023-11-07T05:31:56Z",
        "flex_highest_mismatch_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "flex_highest_mismatch_id_last_update": "2023-11-07T05:31:56Z",
        "flex_lowest_battery_temperature_deg_c_last_update": "2023-11-07T05:31:56Z",
        "flex_lowest_temperature_battery_id_last_update": "2023-11-07T05:31:56Z",
        "flex_highest_battery_temperature_deg_c_last_update": "2023-11-07T05:31:56Z",
        "flex_highest_temperature_battery_id_last_update": "2023-11-07T05:31:56Z",
        "flex_time_to_full_load_s_last_update": "2023-11-07T05:31:56Z",
        "flex_time_to_empty_s_last_update": "2023-11-07T05:31:56Z",
        "flex_time_to_full_s_last_update": "2023-11-07T05:31:56Z",
        "flex_cluster_state_last_update": "2023-11-07T05:31:56Z",
        "flex_cluster_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "flex_max_discharge_current_a_last_update": "2023-11-07T05:31:56Z",
        "flex_recuperation_allowed_last_update": "2023-11-07T05:31:56Z",
        "flex_switch_process_needed_last_update": "2023-11-07T05:31:56Z",
        "flex_soc_switch_level_pct_last_update": "2023-11-07T05:31:56Z",
        "flex_part_charge_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "flex_cluster_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "flex_cluster_current_a_last_update": "2023-11-07T05:31:56Z",
        "flex_major_version_last_update": "2023-11-07T05:31:56Z",
        "flex_minor_version_last_update": "2023-11-07T05:31:56Z",
        "flex_patch_version_last_update": "2023-11-07T05:31:56Z",
        "flex_recognized_batteries_last_update": "2023-11-07T05:31:56Z",
        "flex_activated_batteries_last_update": "2023-11-07T05:31:56Z",
        "flex_faulty_batteries_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_1_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_1_current_a_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_1_state_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_1_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_1_temperature_1_deg_c_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_1_temperature_2_deg_c_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_1_power_stage_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_1_remaining_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_2_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_2_current_a_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_2_state_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_2_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_2_temperature_1_deg_c_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_2_temperature_2_deg_c_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_2_power_stage_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "flex_battery_2_remaining_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "flex_max_charge_current_a_last_update": "2023-11-07T05:31:56Z",
        "flex_lowest_battery_2_temperature_deg_c_last_update": "2023-11-07T05:31:56Z",
        "flex_highest_battery_2_temperature_deg_c_last_update": "2023-11-07T05:31:56Z",
        "flex_lowest_battery_2_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "flex_highest_battery_2_voltage_v_last_update": "2023-11-07T05:31:56Z"
      },
      "vehicle_status_obd2": {
        "obd2_vehicle_speed_km_h": 123,
        "obd2_throttle_position_pct": 123,
        "obd2_engine_load_pct": 123,
        "obd2_engine_rpm": 123,
        "obd2_fuel_level_pct": 123,
        "obd2_fuel_level_ltr": 123,
        "obd2_fuel_rate_l_h": 123,
        "obd2_fuel_consumed_ltr": 123,
        "obd2_fuel_pressure_kpa": 123,
        "obd2_expected_range_km": 123,
        "obd2_hybrid_battery_life_pct": 123,
        "obd2_oil_temp_deg_c": 123,
        "obd2_coolant_temp_deg_c": 123,
        "obd2_intake_air_temp_deg_c": 123,
        "obd2_ambient_air_temp_deg_c": 123,
        "obd2_control_module_voltage_v": 123,
        "obd2_last_update": "2023-11-07T05:31:56Z",
        "obd2_vehicle_speed_km_h_last_update": "2023-11-07T05:31:56Z",
        "obd2_throttle_position_pct_last_update": "2023-11-07T05:31:56Z",
        "obd2_engine_load_pct_last_update": "2023-11-07T05:31:56Z",
        "obd2_engine_rpm_last_update": "2023-11-07T05:31:56Z",
        "obd2_fuel_level_pct_last_update": "2023-11-07T05:31:56Z",
        "obd2_fuel_level_ltr_last_update": "2023-11-07T05:31:56Z",
        "obd2_fuel_rate_l_h_last_update": "2023-11-07T05:31:56Z",
        "obd2_fuel_consumed_ltr_last_update": "2023-11-07T05:31:56Z",
        "obd2_fuel_pressure_kpa_last_update": "2023-11-07T05:31:56Z",
        "obd2_expected_range_km_last_update": "2023-11-07T05:31:56Z",
        "obd2_hybrid_battery_life_pct_last_update": "2023-11-07T05:31:56Z",
        "obd2_oil_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "obd2_coolant_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "obd2_intake_air_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "obd2_ambient_air_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "obd2_control_module_voltage_v_last_update": "2023-11-07T05:31:56Z"
      },
      "vehicle_status_n2k": {
        "n2k_air_temp_deg_c": 123,
        "n2k_air_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_1_capacity_ah": 123,
        "n2k_battery_1_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_1_current_a": 123,
        "n2k_battery_1_current_a_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_1_health_pct": 123,
        "n2k_battery_1_health_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_1_ripple_voltage_v": 123,
        "n2k_battery_1_ripple_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_1_soc_pct": 123,
        "n2k_battery_1_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_1_temp_deg_c": 123,
        "n2k_battery_1_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_1_time_remaining_min": 123,
        "n2k_battery_1_time_remaining_min_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_1_voltage_v": 123,
        "n2k_battery_1_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_2_capacity_ah": 123,
        "n2k_battery_2_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_2_current_a": 123,
        "n2k_battery_2_current_a_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_2_health_pct": 123,
        "n2k_battery_2_health_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_2_ripple_voltage_v": 123,
        "n2k_battery_2_ripple_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_2_soc_pct": 123,
        "n2k_battery_2_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_2_temp_deg_c": 123,
        "n2k_battery_2_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_2_time_remaining_min": 123,
        "n2k_battery_2_time_remaining_min_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_2_voltage_v": 123,
        "n2k_battery_2_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_3_capacity_ah": 123,
        "n2k_battery_3_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_3_current_a": 123,
        "n2k_battery_3_current_a_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_3_health_pct": 123,
        "n2k_battery_3_health_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_3_ripple_voltage_v": 123,
        "n2k_battery_3_ripple_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_3_soc_pct": 123,
        "n2k_battery_3_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_3_temp_deg_c": 123,
        "n2k_battery_3_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_3_time_remaining_min": 123,
        "n2k_battery_3_time_remaining_min_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_3_voltage_v": 123,
        "n2k_battery_3_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_4_capacity_ah": 123,
        "n2k_battery_4_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_4_current_a": 123,
        "n2k_battery_4_current_a_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_4_health_pct": 123,
        "n2k_battery_4_health_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_4_ripple_voltage_v": 123,
        "n2k_battery_4_ripple_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_4_soc_pct": 123,
        "n2k_battery_4_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_4_temp_deg_c": 123,
        "n2k_battery_4_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_4_time_remaining_min": 123,
        "n2k_battery_4_time_remaining_min_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_4_voltage_v": 123,
        "n2k_battery_4_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_5_capacity_ah": 123,
        "n2k_battery_5_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_5_current_a": 123,
        "n2k_battery_5_current_a_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_5_health_pct": 123,
        "n2k_battery_5_health_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_5_ripple_voltage_v": 123,
        "n2k_battery_5_ripple_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_5_soc_pct": 123,
        "n2k_battery_5_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_5_temp_deg_c": 123,
        "n2k_battery_5_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_5_time_remaining_min": 123,
        "n2k_battery_5_time_remaining_min_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_5_voltage_v": 123,
        "n2k_battery_5_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_6_capacity_ah": 123,
        "n2k_battery_6_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_6_current_a": 123,
        "n2k_battery_6_current_a_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_6_health_pct": 123,
        "n2k_battery_6_health_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_6_ripple_voltage_v": 123,
        "n2k_battery_6_ripple_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_6_soc_pct": 123,
        "n2k_battery_6_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_6_temp_deg_c": 123,
        "n2k_battery_6_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_6_time_remaining_min": 123,
        "n2k_battery_6_time_remaining_min_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_6_voltage_v": 123,
        "n2k_battery_6_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_7_capacity_ah": 123,
        "n2k_battery_7_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_7_current_a": 123,
        "n2k_battery_7_current_a_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_7_health_pct": 123,
        "n2k_battery_7_health_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_7_ripple_voltage_v": 123,
        "n2k_battery_7_ripple_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_7_soc_pct": 123,
        "n2k_battery_7_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_7_temp_deg_c": 123,
        "n2k_battery_7_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_7_time_remaining_min": 123,
        "n2k_battery_7_time_remaining_min_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_7_voltage_v": 123,
        "n2k_battery_7_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_8_capacity_ah": 123,
        "n2k_battery_8_capacity_ah_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_8_current_a": 123,
        "n2k_battery_8_current_a_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_8_health_pct": 123,
        "n2k_battery_8_health_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_8_ripple_voltage_v": 123,
        "n2k_battery_8_ripple_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_8_soc_pct": 123,
        "n2k_battery_8_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_8_temp_deg_c": 123,
        "n2k_battery_8_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_8_time_remaining_min": 123,
        "n2k_battery_8_time_remaining_min_last_update": "2023-11-07T05:31:56Z",
        "n2k_battery_8_voltage_v": 123,
        "n2k_battery_8_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_black_water_tank_1_capacity_m3": 123,
        "n2k_black_water_tank_1_capacity_m3_last_update": "2023-11-07T05:31:56Z",
        "n2k_black_water_tank_1_level_ltr": 123,
        "n2k_black_water_tank_1_level_ltr_last_update": "2023-11-07T05:31:56Z",
        "n2k_black_water_tank_1_level_pct": 123,
        "n2k_black_water_tank_1_level_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_charger_state": 123,
        "n2k_charger_state_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_alternator_voltage_v": 123,
        "n2k_engine_1_alternator_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_coolant_pressure_kpa": 123,
        "n2k_engine_1_coolant_pressure_kpa_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_fuel_pressure_kpa": 123,
        "n2k_engine_1_fuel_pressure_kpa_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_fuel_rate_l_h": 123,
        "n2k_engine_1_fuel_rate_l_h_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_load_pct": 123,
        "n2k_engine_1_load_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_oil_pressure_kpa": 123,
        "n2k_engine_1_oil_pressure_kpa_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_oil_temp_deg_c": 123,
        "n2k_engine_1_oil_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_seconds": 123,
        "n2k_engine_1_seconds_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_status_1_flags": [
          0
        ],
        "n2k_engine_1_status_1_flags_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_status_2_flags": [
          0
        ],
        "n2k_engine_1_status_2_flags_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_temp_deg_c": 123,
        "n2k_engine_1_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_torque_pct": 123,
        "n2k_engine_1_torque_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_speed_rpm": 123,
        "n2k_engine_1_speed_rpm_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_boost_pressure_kpa": 123,
        "n2k_engine_1_boost_pressure_kpa_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_1_tilt_trim_pct": 123,
        "n2k_engine_1_tilt_trim_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_alternator_voltage_v": 123,
        "n2k_engine_2_alternator_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_coolant_pressure_kpa": 123,
        "n2k_engine_2_coolant_pressure_kpa_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_fuel_pressure_kpa": 123,
        "n2k_engine_2_fuel_pressure_kpa_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_fuel_rate_l_h": 123,
        "n2k_engine_2_fuel_rate_l_h_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_load_pct": 123,
        "n2k_engine_2_load_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_oil_pressure_kpa": 123,
        "n2k_engine_2_oil_pressure_kpa_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_oil_temp_deg_c": 123,
        "n2k_engine_2_oil_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_seconds": 123,
        "n2k_engine_2_seconds_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_status_1_flags": [
          0
        ],
        "n2k_engine_2_status_1_flags_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_status_2_flags": [
          0
        ],
        "n2k_engine_2_status_2_flags_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_temp_deg_c": 123,
        "n2k_engine_2_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_torque_pct": 123,
        "n2k_engine_2_torque_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_speed_rpm": 123,
        "n2k_engine_2_speed_rpm_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_boost_pressure_kpa": 123,
        "n2k_engine_2_boost_pressure_kpa_last_update": "2023-11-07T05:31:56Z",
        "n2k_engine_2_tilt_trim_pct": 123,
        "n2k_engine_2_tilt_trim_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_expected_range_km": 123,
        "n2k_expected_range_km_last_update": "2023-11-07T05:31:56Z",
        "n2k_fresh_water_tank_1_capacity_m3": 123,
        "n2k_fresh_water_tank_1_capacity_m3_last_update": "2023-11-07T05:31:56Z",
        "n2k_fresh_water_tank_1_level_ltr": 123,
        "n2k_fresh_water_tank_1_level_ltr_last_update": "2023-11-07T05:31:56Z",
        "n2k_fresh_water_tank_1_level_pct": 123,
        "n2k_fresh_water_tank_1_level_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_fuel_consumed_ltr": 123,
        "n2k_fuel_consumed_ltr_last_update": "2023-11-07T05:31:56Z",
        "n2k_fuel_tank_1_capacity_m3": 123,
        "n2k_fuel_tank_1_capacity_m3_last_update": "2023-11-07T05:31:56Z",
        "n2k_fuel_tank_1_level_ltr": 123,
        "n2k_fuel_tank_1_level_ltr_last_update": "2023-11-07T05:31:56Z",
        "n2k_fuel_tank_1_level_pct": 123,
        "n2k_fuel_tank_1_level_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_last_update": "2023-11-07T05:31:56Z",
        "n2k_oil_tank_1_capacity_m3": 123,
        "n2k_oil_tank_1_capacity_m3_last_update": "2023-11-07T05:31:56Z",
        "n2k_oil_tank_1_level_ltr": 123,
        "n2k_oil_tank_1_level_ltr_last_update": "2023-11-07T05:31:56Z",
        "n2k_oil_tank_1_level_pct": 123,
        "n2k_oil_tank_1_level_pct_last_update": "2023-11-07T05:31:56Z",
        "n2k_water_depth_m": 123,
        "n2k_water_depth_m_last_update": "2023-11-07T05:31:56Z",
        "n2k_water_temp_deg_c": 123,
        "n2k_water_temp_deg_c_last_update": "2023-11-07T05:31:56Z",
        "n2k_wind_speed_m_s": 123,
        "n2k_wind_speed_m_s_last_update": "2023-11-07T05:31:56Z"
      },
      "vehicle_status_acim": {
        "acim_last_update": "2023-11-07T05:31:56Z",
        "acim_rpm_left": 123,
        "acim_rpm_right": 123,
        "acim_motor_temperature_left_deg_c": 123,
        "acim_motor_temperature_right_deg_c": 123,
        "acim_controller_temperature_left_deg_c": 123,
        "acim_controller_temperature_right_deg_c": 123,
        "acim_battery_voltage_v": 123,
        "acim_battery_soc_pct": 123,
        "acim_motor_voltage_left_v": 123,
        "acim_motor_voltage_right_v": 123,
        "acim_motor_current_left_a": 123,
        "acim_motor_current_right_a": 123,
        "acim_can_event_timestamp": "2023-11-07T05:31:56Z",
        "acim_rpm_left_last_update": "2023-11-07T05:31:56Z",
        "acim_rpm_right_last_update": "2023-11-07T05:31:56Z",
        "acim_motor_temperature_left_deg_c_last_update": "2023-11-07T05:31:56Z",
        "acim_motor_temperature_right_deg_c_last_update": "2023-11-07T05:31:56Z",
        "acim_controller_temperature_left_deg_c_last_update": "2023-11-07T05:31:56Z",
        "acim_controller_temperature_right_deg_c_last_update": "2023-11-07T05:31:56Z",
        "acim_battery_voltage_v_last_update": "2023-11-07T05:31:56Z",
        "acim_battery_soc_pct_last_update": "2023-11-07T05:31:56Z",
        "acim_motor_voltage_left_v_last_update": "2023-11-07T05:31:56Z",
        "acim_motor_voltage_right_v_last_update": "2023-11-07T05:31:56Z",
        "acim_motor_current_left_a_last_update": "2023-11-07T05:31:56Z",
        "acim_motor_current_right_a_last_update": "2023-11-07T05:31:56Z",
        "acim_can_event_timestamp_last_update": "2023-11-07T05:31:56Z"
      }
    }
  ]
}

Authorizations

Authorization
string
header
required

Note that the API key has to be sent as Token 123 where 123 is the key you received after logging in or by creating on the developer dashboard.

Response

Successful retrieval of this vehicle's current status.

header
API Header Paginated · object
required

Default header sent along with multi-resource responses (lists of resources).

data
Vehicle Status · object[]
required