Note : New version and changes to API will be implemented in the coming weeks starting October 2018, which will include better examples and better integrations.
Use traccar api with php, using this easy to understand implementation in php. All features provided by Traccar in version 3.15 and later will be supported.
Traccar Server & API Version : 3.16 Supported
- web: www.traccar.org
- Traccar API : https://www.traccar.org/api-reference/
- Login (login in to traccar as any user)
- Logout (logout of an active session from traccar)
- Device List (list of all devices under the logged in traccar users account)
- Positions Latest (latest positions of all devices under the logged in traccar users account)
- reportSummary (Single devices summary report for specified duration)
- reportTrips (Single devices Trip report for specified duration)
- reportStops (Single devices stoppage and engine hours report for specified duration)
- Geo-Fence
- Notifications & Events
- Commands
- Playback Route
- Map based tracking UI
- Geo-Fence UI
- Edit Device UI
- Playback UI
- Reports UI
- Admin User Management UI
- Admin Device Management UI
- Admin Device <-> User Allocation UI
All codes/examples are being provided here for free by www.yodiyil.com
-
We have a fully functional list of all API functions for Traccar, however we are re-working on the codes and improving them to accomodate new changes that has been implemented in Traccar. And also to be in line with our intentions to launch sample UI Interfaces by Mid March 2018.
-
Contributions and Pull Requests are most welcome and will be given due credit.