{"@context": "https://schema.org", "@type": "WebAPI", "name": "Traccar API", "description": "Open Source GPS Tracking Platform", "provider": {"@type": "Organization", "name": "traccar.org"}, "documentation": "https://raw.githubusercontent.com/tananaev/traccar/master/swagger.json"}
Open Source GPS Tracking Platform
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://demo.traccar.org/api https://demo2.traccar.org/api https://demo3.traccar.org/api
auth: b a s i c
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
Open Source GPS Tracking Platform
| method | path | what the vendor says it does |
|---|---|---|
GET | /attributes/computed | Fetch a list of Attributes Without params, it returns a list of Attributes the user has access to Attributes |
POST | /attributes/computed | Create an Attribute Attributes |
PUT | /attributes/computed/{id} | Update an Attribute Attributes |
DELETE | /attributes/computed/{id} | Delete an Attribute Attributes |
GET | /calendars | Fetch a list of Calendars Without params, it returns a list of Calendars the user has access to Calendars |
POST | /calendars | Create a Calendar Calendars |
PUT | /calendars/{id} | Update a Calendar Calendars |
DELETE | /calendars/{id} | Delete a Calendar Calendars |
GET | /commands | Fetch a list of Saved Commands Without params, it returns a list of Saved Commands the user has access to Comm |
POST | /commands | Create a Saved Command Commands |
GET | /commands/send | Fetch a list of Saved Commands supported by Device at the moment Return a list of saved commands linked to Dev |
POST | /commands/send | Dispatch commands to device Dispatch a new command or Saved Command if _body.id_ set Commands |
GET | /commands/types | Fetch a list of available Commands for the Device or all possible Commands if Device ommited Commands |
PUT | /commands/{id} | Update a Saved Command Commands |
DELETE | /commands/{id} | Delete a Saved Command Commands |
GET | /devices | Fetch a list of Devices Without any params, returns a list of the user's devices Devices |
POST | /devices | Create a Device Devices |
PUT | /devices/{id} | Update a Device Devices |
DELETE | /devices/{id} | Delete a Device Devices |
PUT | /devices/{id}/accumulators | Update total distance and hours of the Device Devices |
GET | /drivers | Fetch a list of Drivers Without params, it returns a list of Drivers the user has access to Drivers |
POST | /drivers | Create a Driver Drivers |
PUT | /drivers/{id} | Update a Driver Drivers |
DELETE | /drivers/{id} | Delete a Driver Drivers |
GET | /geofences | Fetch a list of Geofences Without params, it returns a list of Geofences the user has access to Geofences |
POST | /geofences | Create a Geofence Geofences |
PUT | /geofences/{id} | Update a Geofence Geofences |
DELETE | /geofences/{id} | Delete a Geofence Geofences |
GET | /groups | Fetch a list of Groups Without any params, returns a list of the Groups the user belongs to Groups |
POST | /groups | Create a Group Groups |
PUT | /groups/{id} | Update a Group Groups |
DELETE | /groups/{id} | Delete a Group Groups |
GET | /maintenance | Fetch a list of Maintenance Without params, it returns a list of Maintenance the user has access to Maintenanc |
POST | /maintenance | Create a Maintenance Maintenance |
PUT | /maintenance/{id} | Update a Maintenance Maintenance |
DELETE | /maintenance/{id} | Delete a Maintenance Maintenance |
GET | /notifications | Fetch a list of Notifications Without params, it returns a list of Notifications the user has access to Notifi |
POST | /notifications | Create a Notification Notifications |
POST | /notifications/test | Send test notification to current user via Email and SMS Notifications |
GET | /notifications/types | Fetch a list of available Notification types Notifications |
and 20 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/tananaev/traccar/master/swagger.json
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.