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/server
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
https://demo.traccar.org/api/serverResponse
application/json
{ "id": 0, "registration": true, "readonly": true, "deviceReadonly": true, "limitCommands": true, "map": "string", "bingKey": "string", "mapUrl": "string", "poiLayer": "string", "latitude": 0, "longitude": 0, "zoom": 0, "version": "string", "forceSettings": true, "coordinateFormat": "string", "openIdEnabled": true, "openIdForce": true, "attributes": {} }
- Demo Server 1https://demo.traccar.org/api/server
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
-u <username>:<password> \
https://demo.traccar.org/api/server \
-H 'Content-Type: application/json' \
-d '{
"id": 0,
"registration": true,
"readonly": true,
"deviceReadonly": true,
"limitCommands": true,
"map": "string",
"bingKey": "string",
"mapUrl": "string",
"poiLayer": "string",
"latitude": 0,
"longitude": 0,
"zoom": 0,
"version": "string",
"forceSettings": true,
"coordinateFormat": "string",
"openIdEnabled": true,
"openIdForce": true,
"attributes": {}
}'Response
application/json
{ "id": 0, "registration": true, "readonly": true, "deviceReadonly": true, "limitCommands": true, "map": "string", "bingKey": "string", "mapUrl": "string", "poiLayer": "string", "latitude": 0, "longitude": 0, "zoom": 0, "version": "string", "forceSettings": true, "coordinateFormat": "string", "openIdEnabled": true, "openIdForce": true, "attributes": {} }