GPS tracking server API documentation.
iTransfer (5.0)
Download OpenAPI description
Overview
Languages
Servers
Demo Server 1
https://demo.traccar.org/api
- Demo Server 1https://demo.traccar.org/api/events/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://demo.traccar.org/api/events/{id}'Response
application/json
{ "id": 0, "type": "string", "eventTime": "2019-08-24T14:15:22Z", "deviceId": 0, "positionId": 0, "geofenceId": 0, "maintenanceId": 0, "attributes": {} }