GetLiveVideosURls
TestedGET
https://kfca.sa/api/back/v1/Settings/GetLiveVideosURlsThis API provides live streaming URLs for monitoring arrivals and departures at the borders between Saudi Arabia and Bahrain.
The JSON object includes:
Status: Indicates the success status of the API call.
Data: Contains the URLs for live streams.
SaudiArrival: URL for the live stream of arrivals in Saudi Arabia.
SaudiDeparture: URL for the live stream of departures from Saudi Arabia.
BahrainArrival: URL for the live stream of arrivals in Bahrain.
BahrainDeparture: URL for the live stream of departures from Bahrain.
This API helps users access live video feeds for real-time monitoring of border traffic between Saudi Arabia and Bahrain.
Request
Request samples
Responses
URL for the live stream of arrivals in Saudi Arabia.
URL for the live stream of departures from Saudi Arabia.
URL for the live stream of arrivals in Bahrain.
URL for the live stream of departures from Bahrain.
{
"Status": "Success",
"Data": {
"SaudiArrival": "https://addy.gooick.com/sa/main/output.m3u8",
"SaudiDeparture": "https://addy.gooick.com/sd/main/output.m3u8",
"BahrainArrival": "https://addy.gooick.com/ba/main/output.m3u8",
"BahrainDeparture": "https://addy.gooick.com/bd/main/output.m3u8"
}
}