Y = observed, N = default / posted limit) and the TD IRN version. Sugra computes the mean speed across segments flagged valid. Upstream refreshes every two minutes; Sugra caches for five minutes.x-api-key: ********************curl --location '/api/v1/data-gov-hk/traffic/speed' \
--header 'x-api-key: <api-key>'{
"data": {
"date_hkt": "string",
"time_hkt": "string",
"irn_version": "string",
"segment_count": 0,
"valid_segment_count": 0,
"average_speed_kph": 0,
"segments": [
{
"segment_id": "string",
"speed_kph": 0,
"valid": "string"
}
]
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}