GrandTotal-Traffic Statistics
TestedGET
https://kfca.sa/IntAPI/api/TollGate/GrandTotalThis API provides cumulative traffic statistics for a King Fahd Causeway.
Each entry in the JSON array includes:
trucks: The total number of trucks that have passed through.
cars: The total number of cars that have passed through.
total: The combined total number of vehicles (trucks and cars) that have passed through.
travelers: The total number of travelers who have passed through.
This API helps users access comprehensive traffic data, including the number of trucks, cars, and travelers, for monitoring and analysis purposes.
Request
Request samples
Responses
The total number of trucks that have passed through.
The total number of cars that have passed through.
The combined total number of vehicles (trucks and cars) that have passed through.
The total number of travelers who have passed through.
[
{
"trucks": "7135786",
"cars": "156481421",
"total": "163617207",
"travelers": "374291212"
}
]