Real-time location of urban electric and passenger road transport, including short-term changes in traffic and time of arrival of transport at stops in real time
This dataset provides an API endpoint delivering real-time location data for urban electric and passenger road transport vehicles, returned in JSON format. It covers short-term changes in traffic conditions and estimated time of arrival of vehicles at stops, updated in real time. The service is intended for tracking the current position of public transport vehicles as they move along their routes, supporting applications that display live vehicle movement and arrival predictions for passengers.API endpoint (link) to retrieve real-time vehicle placement data in JSON format.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (12 fields)
Click a field to see example values.
| Field | Type | Description |
|---|---|---|
| imei | text | IMEI identifier of the vehicle's onboard tracking device.IMEI identifier of the vehicle's onboard tracking device. |
| gov_numberGov number | text | Vehicle's registration or fleet identification number.Vehicle's registration or fleet identification number. |
| route_idRoute id | text | Unique identifier of the transport route.Unique identifier of the transport route. |
| route_short_nameRoute short name | text | Short name or number of the route.Short name or number of the route. |
| route_long_nameRoute long name | text | Full descriptive name of the route, including start and end points.Full descriptive name of the route, including start and end points. |
| route_typeRoute type | int | Numeric code indicating the type of transport route.Numeric code indicating the type of transport route. |
| time | datetime | Timestamp when the vehicle's position was recorded.Timestamp when the vehicle's position was recorded. |
| longitudeLongitude | number | Longitude coordinate of the vehicle's current position.Longitude coordinate of the vehicle's current position. |
| latitudeLatitude | number | Latitude coordinate of the vehicle's current position.Latitude coordinate of the vehicle's current position. |
| satellites | int | Number of GPS satellites used for the position fix.Number of GPS satellites used for the position fix. |
| speed | int | Current speed of the vehicle.Current speed of the vehicle. |
| spec | array | Additional unspecified attributes associated with the record.Additional unspecified attributes associated with the record. |
Schema inferred from the distribution file's first records 22 days ago. Column types are sampled estimates, not source-declared.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (5 records)
Record 1imei: 862491070101827 · spec: ["","","",""]
{
"imei": "862491070101827",
"spec": [
"",
"",
"",
""
],
"time": "2026-07-25 16:38:31",
"speed": 0,
"latitude": 48.944016,
"route_id": "00F743DB1F3F27D17860C635BE9F198F",
"longitude": 24.699246,
"gov_number": "063",
"route_type": 11,
"satellites": 18,
"route_long_name": ".№ Т05 Депо- вул. Мазепи (ТЦ \"Сільпо\")",
"route_short_name": "5"
}Record 2imei: 866897050054248 · spec: ["","","",""]
{
"imei": "866897050054248",
"spec": [
"",
"",
"",
""
],
"time": "2026-07-25 16:38:36",
"speed": 11,
"latitude": 48.944293,
"route_id": "7C9348260FD77ABB66A56D1839601426",
"longitude": 24.691533,
"gov_number": "064",
"route_type": 11,
"satellites": 21,
"route_long_name": ".№ Т06 Радіозавод - Європейська площа",
"route_short_name": "6"
}Record 3imei: 357073292509698 · spec: ["dis","rad","",""]
{
"imei": "357073292509698",
"spec": [
"dis",
"rad",
"",
""
],
"time": "2026-07-25 16:38:15",
"speed": 0,
"latitude": 48.931018,
"route_id": "7C9348260FD77ABB66A56D1839601426",
"longitude": 24.708215,
"gov_number": "190",
"route_type": 11,
"satellites": 19,
"route_long_name": ".№ Т06 Радіозавод - Європейська площа",
"route_short_name": "6"
}Record 4imei: 356078111385148 · spec: ["","","",""]
{
"imei": "356078111385148",
"spec": [
"",
"",
"",
""
],
"time": "2026-07-25 16:36:42",
"speed": 0,
"latitude": 48.906163,
"route_id": "7C9348260FD77ABB66A56D1839601426",
"longitude": 24.714845,
"gov_number": "196",
"route_type": 11,
"satellites": 16,
"route_long_name": ".№ Т06 Радіозавод - Європейська площа",
"route_short_name": "6"
}Record 5imei: 355234055742205 · spec: ["dis","rad","",""]
{
"imei": "355234055742205",
"spec": [
"dis",
"rad",
"",
""
],
"time": "2026-07-25 16:38:42",
"speed": 10,
"latitude": 48.924099,
"route_id": "7C9348260FD77ABB66A56D1839601426",
"longitude": 24.723421,
"gov_number": "198",
"route_type": 11,
"satellites": 9,
"route_long_name": ".№ Т06 Радіозавод - Європейська площа",
"route_short_name": "6"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Query examples
curl -sL 'https://city.dozor.tech/ua/iv-frankivsk/devices.json' -o data.jsonFull json file download — the schema shown was inferred from the file's first records.
Dataset
Volume & freshness
License
No license declared upstream.