GET/analytics/summary
Network condition summaryHeadline KPIs for the whole surveyed network: network PCI, average IRI, kilometres surveyed, segment count, defect totals, and a condition-distribution snapshot.
| QUERY PARAMETERS | ||
|---|---|---|
| bbox | string | Bounding box filter: sw_lat,sw_lon,ne_lat,ne_lone.g. -26.3,27.9,-26.1,28.1 |
| surface_type | string | Filter by surface type (see Enumerations).e.g. ASPHALT_CONCRETE |
| carriageway_type | string | Filter by carriageway configuration (see Enumerations).e.g. DUAL |
| from | string (date) | Start of date range (ISO 8601). |
| to | string (date) | End of date range (ISO 8601). |
{
"networkPci": 63,
"networkConditionRating": "FAIR",
"averageIri": 3.8,
"averageIriBand": "FAIR",
"kmSurveyed": 412.6,
"segmentCount": 1043,
"defects": {
"total": 2871,
"potholes": 1188,
"byType": { "POTHOLE": 1188, "CRACK": 942, "PATCH": 401, "CORRUGATION": 340 }
},
"highSeverity": 612,
"conditionDistribution": {
"GOOD": 0.08, "SATISFACTORY": 0.23, "FAIR": 0.42, "POOR": 0.21, "VERY_POOR": 0.06
}
}