Get relevant telemetry in one API call (get_state)

Question

Which API call returns latest position, speed, status, inputs, outputs, and other telemetry?

Answer

Use:

/v2/tracker/get_state

Example:

https://api.eu.navixy.com/v2/tracker/get_state

It returns last known data such as:

  • GPS location and time

  • speed, heading

  • connection status

  • movement status

  • ignition

  • GSM signal

  • battery

  • inputs / outputs

If you need multiple trackers at once, use get_states.

Example response (trimmed to the fields that matter most):

circle-info

get_state returns the state for one tracker.

If you need multiple trackers, use get_statesarrow-up-right.

Note: this method works with a tracker ID. If you need the latest data for more than one tracker, use get_states.

Last updated

Was this helpful?