Vehicles
At this time, the API provided by AROBS TrackGPS allows the use of 5 endpoints to obtain raw data:
| Method | URL | Description |
|---|---|---|
| GET | https://api.trackgps.ro/api/carriers/company-vehicles?api-version=2.0 |
List vehicles |
| POST | https://api.trackgps.ro/api/carriers/way?api-version=2.0 |
Vehicle ways |
| POST | https://api.trackgps.ro/api/carriers/stops?api-version=2.0 |
Stops |
| POST | https://api.trackgps.ro/api/carriers/consumption?api-version=2.0 |
Fuel consumption |
| POST | https://api.trackgps.ro/api/carriers/refills?api-version=2.0 |
Refueling data |
| POST | https://api.trackgps.ro/api/carriers/temperatures?api-version=2.0 |
Temperature data |
The minimum interval between two successive requests can be 30 seconds.