Try the API live
Pick an action below, fill in its parameters, and send a real request to https://api.stage.questar.io/v2/exodus/api. Your token stays in your browser.
Vehicles
1 actionTrips
3 actionsget_vehicle_trips_extendedReturns enriched trip rows (fuel, idle, DOA, safety, geocoded start/end) for one or more vehicles or a driver.
get_trip_locationsReturns the breadcrumb locations (lat/lon, speed, mileage, status) for a single trip / drive.
get_vehicle_tripsReturns a basic trip list (start/end time, distance, geocoded start/end) for a vehicle or driver.
Events
4 actionsget_trip_eventsReturns events that occurred during a single trip (drive_id), with V3-compatible duration logic.
get_eventsReturns vehicle events filtered by category, severity, license/vehicle/chassis and last_time.
get_incremental_eventsStreaming-style endpoint: returns events with an id strictly greater than `last_event_id`, optionally filtered.
get_dtc_eventsReturns Diagnostic Trouble Code (DTC) events for a list of vehicles, groups or licenses over a window of up to 72 hours.