Live tracking
Current position, speed, ignition and sensor state for every device, refreshed continuously.
The GPSControl API delivers real-time vehicle positions, trip history, geofencing and alerting for your entire fleet — through a versioned REST interface running on Laravel Octane.
$ curl http://mob.gpscontrol.ge/api/v1/device/live \
-H "Authorization: Bearer <token>"
{
"imei": "356938035643809",
"name": "Sprinter · TB-402",
"lat": 41.71538,
"lng": 44.82705,
"speed": 64,
"ignition": true,
"fuel": 58.4,
"address": "Rustaveli Ave, Tbilisi"
}
Every resource is versioned, scoped per token ability and cached with granular invalidation.
Current position, speed, ignition and sensor state for every device, refreshed continuously.
Replay routes, split journeys into trips and stops, and pull per-day event timelines.
Draw polygons and points of interest, then trigger entry and exit events automatically.
Speeding, geofence, maintenance and fuel alerts delivered by push, SMS or email.
Generate expiring public links so customers can follow a vehicle without an account.
Mileage, fuel, driver behaviour and service reports aggregated straight from telemetry.
Long-running Swoole workers, Redis-backed caching and endpoint-level token abilities keep responses fast and access tight.
Sign in with your API credentials to browse every endpoint, schema and example response.