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/session
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
'https://demo.traccar.org/api/session?token=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/session
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://demo.traccar.org/api/session \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d email=string \
-d 'password=pa$$word'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/session/openid/auth
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
https://demo.traccar.org/api/session/openid/auth- Demo Server 1https://demo.traccar.org/api/session/openid/callback
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
https://demo.traccar.org/api/session/openid/callback