Please note: Rail Delivery Group plans to retire the National Rail Data Portal (including OpenLDBWS) in early 2026. Alternatives are now available via the Rail Data Marketplace
<?php
require("OpenLDBWS.php");
$OpenLDBWS = new OpenLDBWS("YOUR_ACCESS_TOKEN");
$response = $OpenLDBWS->GetDepartureBoard(10,"PAD");
header("Content-Type: text/plain");
print_r($response);
?>
stdClass Object
(
[GetStationBoardResult] => stdClass Object
(
[generatedAt] => 2026-02-04T05:02:54.0742511+00:00
[locationName] => London Paddington
[crs] => PAD
[platformAvailable] => 1
[trainServices] => stdClass Object
(
[service] => Array
(
[0] => stdClass Object
(
[std] => 04:51
[etd] => Delayed
[operator] => Heathrow Express
[operatorCode] => HX
[serviceType] => train
[delayReason] => This service has been delayed by a fault on this train
[serviceID] => 5068869PADTON__
[origin] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => London Paddington
[crs] => PAD
)
)
)
[destination] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => Heathrow Airport T5
[crs] => HWV
)
)
)
)
[1] => stdClass Object
(
[std] => 05:03
[etd] => On time
[operator] => Elizabeth Line
[operatorCode] => XR
[serviceType] => train
[serviceID] => 5062862PADTON__
[origin] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => London Paddington
[crs] => PAD
)
)
)
[destination] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => Heathrow Airport T5
[crs] => HWV
)
)
)
)
[2] => stdClass Object
(
[std] => 05:05
[etd] => On time
[platform] => 9
[operator] => Great Western Railway
[operatorCode] => GW
[serviceType] => train
[serviceID] => 5063796PADTON__
[rsid] => GW730100
[origin] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => London Paddington
[crs] => PAD
)
)
)
[destination] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => Didcot Parkway
[crs] => DID
)
)
)
)
[3] => stdClass Object
(
[std] => 05:10
[etd] => On time
[platform] => 8
[operator] => Heathrow Express
[operatorCode] => HX
[serviceType] => train
[serviceID] => 5064750PADTON__
[rsid] => HX010000
[origin] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => London Paddington
[crs] => PAD
)
)
)
[destination] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => Heathrow Airport T5
[crs] => HWV
)
)
)
)
[4] => stdClass Object
(
[std] => 05:18
[etd] => On time
[operator] => Elizabeth Line
[operatorCode] => XR
[serviceType] => train
[serviceID] => 5063434PADTON__
[origin] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => London Paddington
[crs] => PAD
)
)
)
[destination] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => Reading
[crs] => RDG
)
)
)
)
[5] => stdClass Object
(
[std] => 05:23
[etd] => On time
[operator] => Great Western Railway
[operatorCode] => GW
[serviceType] => train
[serviceID] => 5062520PADTON__
[rsid] => GW430100
[origin] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => London Paddington
[crs] => PAD
)
)
)
[destination] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => Bristol Temple Meads
[crs] => BRI
)
)
)
)
[6] => stdClass Object
(
[std] => 05:24
[etd] => On time
[operator] => Elizabeth Line
[operatorCode] => XR
[serviceType] => train
[serviceID] => 5083660PADTON__
[origin] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => London Paddington
[crs] => PAD
)
)
)
[destination] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => Heathrow Airport T4
[crs] => HAF
)
)
)
)
[7] => stdClass Object
(
[std] => 05:25
[etd] => On time
[operator] => Heathrow Express
[operatorCode] => HX
[serviceType] => train
[serviceID] => 5087577PADTON__
[origin] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => London Paddington
[crs] => PAD
)
)
)
[destination] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => Heathrow Airport T5
[crs] => HWV
)
)
)
)
[8] => stdClass Object
(
[std] => 05:34
[etd] => On time
[operator] => Elizabeth Line
[operatorCode] => XR
[serviceType] => train
[serviceID] => 5063443PADTON__
[origin] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => London Paddington
[crs] => PAD
)
)
)
[destination] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => Heathrow Airport T5
[crs] => HWV
)
)
)
)
[9] => stdClass Object
(
[std] => 05:39
[etd] => On time
[operator] => Elizabeth Line
[operatorCode] => XR
[serviceType] => train
[serviceID] => 5069741PADTON__
[rsid] => XR188800
[origin] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => London Paddington
[crs] => PAD
)
)
)
[destination] => stdClass Object
(
[location] => Array
(
[0] => stdClass Object
(
[locationName] => Heathrow Airport T4
[crs] => HAF
)
)
)
)
)
)
)
)