Отчет по парковкам и стоянкам
Пример:
https://<address>/api/api.php?cmd=runstops
Параметры:
cmd: runstops
imei: идентификатор объекта в системе
start: время начала выборки
stop: время окончания выборки
Запрос:
https://<address>/api/api.php?cmd=runstops&start=1676840400&stop=1676926800&imei=16518
Ответ:
{
"code": 0,
"msg": "OK",
"stops": [
{
"ts": 1676840400,
"te": 1676873376,
"dur": 32976,
"lat": "56.733388",
"lon": "61.051853",
"address": {
"road": "Р-351",
"county": "Белоярский городской округ",
"state": "Sverdlovsk Oblast",
"region": "Ural Federal District",
"postcode": "624053",
"country": "Russia",
"country_code": "ru"
}
},
{
"ts": 1676875342,
"te": 1676880065,
"dur": 4723,
"lat": "56.893278",
"lon": "60.770452",
"address": {
"road": "Екатеринбургская кольцевая автомобильная дорога",
"county": "Берёзовский городской округ",
"state": "Sverdlovsk Oblast",
"region": "Ural Federal District",
"postcode": "623703",
"country": "Russia",
"country_code": "ru"
}
},
{
"ts": 1676906281,
"te": 1676926800,
"dur": 20519,
"lat": "58.299895",
"lon": "54.761242",
"address": {
"road": "Р-243",
"hamlet": "Ценята",
"county": "Karagaysky District",
"state": "Perm Krai",
"region": "Volga Federal District",
"postcode": "617210",
"country": "Russia",
"country_code": "ru"
}
}
],
"parkings": [
{
"ts": 1676887881,
"te": 1676889637,
"dur": 1756,
"lat": "56.781017",
"lon": "58.40189",
"address": {
"road": "Подъезд к д. Зобнина от км 216+740 а\/д «г. Пермь — г. Екатеринбург»",
"county": "Achitsky District",
"state": "Sverdlovsk Oblast",
"region": "Ural Federal District",
"postcode": "623235",
"country": "Russia",
"country_code": "ru"
}
}
]
}