Current-RealTime Information
TestedGET
https://kfca.sa/IntAPI/api/CrossingTime/Current/This API provides real-time information about the travel conditions between Bahrain (BA) and Saudi Arabia (SA) via the King Fahd Causeway.
Each entry in the JSON array includes:
direction: The travel direction, either "BA to SA" (Bahrain to Saudi Arabia) or "SA to BA" (Saudi Arabia to Bahrain).
estimatedTime: The estimated travel time in minutes.
updatedOn: The timestamp indicating when the information was last updated.
statusColor: A color code representing the current status, where "G" stands for "Good."
display: A boolean value indicating whether the information should be displayed.
This API helps travelers by providing up-to-date travel times and status information for the Bahrain to Saudi Arabia route.
Request
Request samples
Responses
The travel direction, either "BA to SA" (Bahrain to Saudi Arabia) or "SA to BA" (Saudi Arabia to Bahrain).
The estimated travel time in minutes.
The timestamp indicating when the information was last updated.
A color code representing the current status, where "G" stands for "Good."
A boolean value indicating whether the information should be displayed.
[
{
"direction": "BA to SA",
"estimatedTime": "28",
"updatedOn": "6/30/2024 11:55:00 PM",
"statusColor": "G",
"display": "true"
},
{
"direction": "SA to BA",
"estimatedTime": "25",
"updatedOn": "6/30/2024 11:55:00 PM",
"statusColor": "G",
"display": "true"
}
]