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
API endpoint (link) to retrieve real-time vehicle placement data in JSON format.
Trust score
How is this computed?Composite of 5 axes from our methodology (proof-based officialness, live verification, metadata completeness, license clarity, agent readiness).
- Officialnessweight 25%50/100
Not public-sector → neutral score; not subject to the proof checker.
- Availabilityweight 25%100/100
Latest verification succeeded.
- Metadata completenessweight 20%33/100
2 of 6 recommended metadata fields populated.
- License clarityweight 15%50/100
License info not yet tracked for APIs (datasets only).
- Agent readinessweight 15%10/100
Topic tags assigned
Data schema (12 fields)
| Field | Type | Description |
|---|---|---|
| imei | text | — |
| gov_number | text | — |
| route_id | text | — |
| route_short_name | text | — |
| route_long_name | text | — |
| route_type | int | — |
| time | datetime | — |
| longitude | number | — |
| latitude | number | — |
| satellites | int | — |
| speed | int | — |
| spec | array | — |
Schema inferred from the distribution file's first records 2 days ago. Column types are sampled estimates, not source-declared.
Sample data (5 records)
Record 1imei: 353173060780531 · spec: ["","","",""]
{
"imei": "353173060780531",
"spec": [
"",
"",
"",
""
],
"time": "2026-07-04 01:04:42",
"speed": 0,
"latitude": 48.9497,
"route_id": "0532F1F715A8C8C53EB18ABC461FE02C",
"longitude": 24.709734,
"gov_number": "AT 0007 AF",
"route_type": 3,
"satellites": 8,
"route_long_name": ".№ 28 мікрорайон Каскад - вул. Мазепи (ТЦ \"Сільпо\")",
"route_short_name": "28"
}Record 2imei: 353173060757265 · spec: ["","","",""]
{
"imei": "353173060757265",
"spec": [
"",
"",
"",
""
],
"time": "2026-07-04 01:03:30",
"speed": 0,
"latitude": 48.949406,
"route_id": "0532F1F715A8C8C53EB18ABC461FE02C",
"longitude": 24.709905,
"gov_number": "AТ 0006 AF",
"route_type": 3,
"satellites": 10,
"route_long_name": ".№ 28 мікрорайон Каскад - вул. Мазепи (ТЦ \"Сільпо\")",
"route_short_name": "28"
}Record 3imei: 353173064411133 · spec: ["","","",""]
{
"imei": "353173064411133",
"spec": [
"",
"",
"",
""
],
"time": "2026-07-04 01:05:06",
"speed": 0,
"latitude": 48.949381,
"route_id": "0532F1F715A8C8C53EB18ABC461FE02C",
"longitude": 24.709796,
"gov_number": "АТ 0004 AF",
"route_type": 3,
"satellites": 10,
"route_long_name": ".№ 28 мікрорайон Каскад - вул. Мазепи (ТЦ \"Сільпо\")",
"route_short_name": "28"
}Record 4imei: 353173060776471 · spec: ["","","",""]
{
"imei": "353173060776471",
"spec": [
"",
"",
"",
""
],
"time": "2026-06-23 17:50:29",
"speed": 11,
"latitude": 48.924946,
"route_id": "3844CFA0415E019A6B621F885B0CB103",
"longitude": 24.710698,
"gov_number": "АТ 0008 АF",
"route_type": 3,
"satellites": 8,
"route_long_name": ".№ 34 с. Вовчинець - вул. Тичини",
"route_short_name": "34"
}Record 5imei: 353173060781604 · spec: ["","","",""]
{
"imei": "353173060781604",
"spec": [
"",
"",
"",
""
],
"time": "2026-07-03 18:54:14",
"speed": 0,
"latitude": 48.942155,
"route_id": "3844CFA0415E019A6B621F885B0CB103",
"longitude": 24.720625,
"gov_number": "АТ 0015 АF",
"route_type": 3,
"satellites": 7,
"route_long_name": ".№ 34 с. Вовчинець - вул. Тичини",
"route_short_name": "34"
}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.