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/users
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://demo.traccar.org/api/users?userId=string'Response
application/json
[ { "id": 0, "name": "string", "email": "string", "phone": "string", "readonly": true, "administrator": true, "map": "string", "latitude": 0, "longitude": 0, "zoom": 0, "password": "string", "coordinateFormat": "string", "disabled": true, "expirationTime": "2019-08-24T14:15:22Z", "deviceLimit": 0, "userLimit": 0, "deviceReadonly": true, "limitCommands": true, "fixedEmail": true, "poiLayer": "string", "attributes": {} } ]
- Demo Server 1https://demo.traccar.org/api/users
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://demo.traccar.org/api/users \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"name": "string",
"email": "string",
"phone": "string",
"readonly": true,
"administrator": true,
"map": "string",
"latitude": 0,
"longitude": 0,
"zoom": 0,
"password": "string",
"coordinateFormat": "string",
"disabled": true,
"expirationTime": "2019-08-24T14:15:22Z",
"deviceLimit": 0,
"userLimit": 0,
"deviceReadonly": true,
"limitCommands": true,
"fixedEmail": true,
"poiLayer": "string",
"attributes": {}
}'Response
application/json
{ "id": 0, "name": "string", "email": "string", "phone": "string", "readonly": true, "administrator": true, "map": "string", "latitude": 0, "longitude": 0, "zoom": 0, "password": "string", "coordinateFormat": "string", "disabled": true, "expirationTime": "2019-08-24T14:15:22Z", "deviceLimit": 0, "userLimit": 0, "deviceReadonly": true, "limitCommands": true, "fixedEmail": true, "poiLayer": "string", "attributes": {} }
- Demo Server 1https://demo.traccar.org/api/users/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
-u <username>:<password> \
'https://demo.traccar.org/api/users/{id}' \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"name": "string",
"email": "string",
"phone": "string",
"readonly": true,
"administrator": true,
"map": "string",
"latitude": 0,
"longitude": 0,
"zoom": 0,
"password": "string",
"coordinateFormat": "string",
"disabled": true,
"expirationTime": "2019-08-24T14:15:22Z",
"deviceLimit": 0,
"userLimit": 0,
"deviceReadonly": true,
"limitCommands": true,
"fixedEmail": true,
"poiLayer": "string",
"attributes": {}
}'Response
application/json
{ "id": 0, "name": "string", "email": "string", "phone": "string", "readonly": true, "administrator": true, "map": "string", "latitude": 0, "longitude": 0, "zoom": 0, "password": "string", "coordinateFormat": "string", "disabled": true, "expirationTime": "2019-08-24T14:15:22Z", "deviceLimit": 0, "userLimit": 0, "deviceReadonly": true, "limitCommands": true, "fixedEmail": true, "poiLayer": "string", "attributes": {} }