Tabular data
Data details
Number of vehicule aggregated by speed range, total number of vehicles, Max speed, percentage of vehicule respecting max speed for the area and 85th percentile
curl -b "evoapi-cookie.txt" -X GET --header "Content-Type: application/json" --data @april.json "https://rest.evoweb.elancite.fr/v1/tabular/001EC08273B8/details" > result.json
Data synthesis
Return a synthesis of tabular data aggregated by hour, day, day of week or month
curl -b "evoapi-cookie.txt" -X GET --header "Content-Type: application/json" --data @april.json "https://rest.evoweb.elancite.fr/v1/tabular/001EC08273B8/synthesis" > result.json