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

↓ Output (cached 60s)


<!DOCTYPE html>
<html lang="en">
  <head>
    <style type='text/css'>
      body {
        font-family: monospace;
        white-space: nowrap;
      }
      table {
        border-collapse: collapse;
      }
      th,td {
        border: 1px solid #eee;
        padding: 10px;
        vertical-align:top;
      }
      th:nth-child(1),th:nth-child(2) {
        text-align: left;
      }
      th:nth-child(3),td:nth-child(3) {
        text-align: center;
      }
      th:nth-child(4),td:nth-child(4) {
        text-align: right;
      }
    </style>
  </head>
  <body>
    <?php
      
require("OpenLDBWS.php");
      
$OpenLDBWS = new OpenLDBWS("YOUR_ACCESS_TOKEN");
      
$response $OpenLDBWS->GetDepBoardWithDetails(10,"GTW");
      
$template["header"] = "
        <table>
          <thead>
            <tr>
              <th>Time</th>
              <th>Destination</th>
              <th>Platform</th>
              <th>Expected</th>
            </tr>
          </thead>
          <tbody>
        "
;
      
$template["row"] = "
            <tr>
              <td>{std}</td>
              <td><strong>{destination}</strong>{detail}</td>
              <td>{platform}</td>
              <td>{etd}</td>
            </tr>
      "
;
      
$template["footer"] = "
          </tbody>
        </table>
      "
;

      if (isset(
$response->GetStationBoardResult))
      {
        print 
"<p><strong>".$response->GetStationBoardResult->locationName."</strong> Departures</p>";

        if (isset(
$response->GetStationBoardResult->nrccMessages))
        {
          print 
"<ul>";

          foreach(
$response->GetStationBoardResult->nrccMessages->message as $message)
          {
            print 
"<li>".$message->{"_"}."</li>";
          }

          print 
"</ul>";
        }

        if (isset(
$response->GetStationBoardResult->trainServices->service))
        {
          print 
$template["header"];

          foreach(
$response->GetStationBoardResult->trainServices->service as $service)
          {
            
$row $template["row"];

            
$destinations = array();

            foreach(
$service->destination->location as $location)
            {
              
$destinations[] = $location->locationName;
            }

            
$row str_replace("{std}",$service->std,$row);

            
$row str_replace("{destination}",implode(" and ",$destinations),$row);

            
$row str_replace("{platform}",(isset($service->platform)?$service->platform:"&nbsp;"),$row);

            
$row str_replace("{etd}",$service->etd,$row);

            
$detail "";

            if ((
$service->etd != "Cancelled") && isset($service->subsequentCallingPoints))
            {
              foreach(
$service->subsequentCallingPoints->callingPointList as $k => $callingPointList)
              {
                
$callingPoints $callingPointList->callingPoint;

                if (
$k)
                {
                  
$callingPoint array_shift($callingPoints);

                  
$detail .= "<p>Train divides at <strong>".$callingPoint->locationName."</strong></p>";
                }

                
$detail .= "<p>CALLING AT:</p>";

                foreach(
$callingPoints as $callingPoint)
                {
                  
$detail .= $callingPoint->locationName." (".(($callingPoint->st == "On time")?$callingPoint->et:$callingPoint->st).")<br />";
                }
              }

              
$detail .= "<p>".$service->operator.(isset($service->length)?" (".$service->length." coaches)":"")."</p>";
            }

            
$row str_replace("{detail}",$detail,$row);

            print 
$row;
          }

          print 
$template["footer"];
        }
        else
        {
          print 
"<p>No services within 2 hours.</p>";
        }
      }
    
?>
  </body>
</html>

Gatwick Airport Departures

  • Major engineering work will be taking place in the Cambridge area. Latest information can be found in Status and Disruptions.
  • Wintry weather to affect services across England, Scotland and Wales until Monday 5 January. More details and the full impact to your journey can be found in Status and Disruptions.
Time Destination Platform Expected
06:27 London Victoria

CALLING AT:

East Croydon (06:41)
Clapham Junction (06:51)
London Victoria (06:58)

Southern (8 coaches)

4 On time
06:31 Brighton

CALLING AT:

Haywards Heath (06:41)
Brighton (06:57)

Gatwick Express (8 coaches)

6 On time
06:32 Bedford

CALLING AT:

Horley (06:35)
Salfords (06:39)
Earlswood (Surrey) (06:42)
Redhill (06:46)
Purley (06:56)
South Croydon (07:00)
East Croydon (07:03)
Norwood Junction (07:07)
London Bridge (07:20)
London Blackfriars (07:26)
Farringdon (07:31)
London St Pancras (Intl) (07:35)
St Albans (07:54)
Harpenden (08:01)
Luton Airport Parkway (08:06)
Luton (08:10)
Leagrave (08:15)
Harlington (08:20)
Flitwick (08:24)
Bedford (08:39)

Thameslink (12 coaches)

1 On time
06:35 Brighton

CALLING AT:

Three Bridges (06:39)
Balcombe (06:46)
Haywards Heath (06:51)
Wivelsfield (06:56)
Burgess Hill (06:58)
Hassocks (07:02)
Preston Park (07:08)
Brighton (07:13)

Thameslink (12 coaches)

7 On time
06:36 Bedford

CALLING AT:

East Croydon (06:51)
London Bridge (07:05)
London Blackfriars (07:11)
Farringdon (07:16)
London St Pancras (Intl) (07:20)
West Hampstead Thameslink (07:29)
St Albans (07:41)
Harpenden (07:47)
Luton Airport Parkway (07:53)
Luton (07:57)
Leagrave (08:01)
Harlington (08:06)
Flitwick (08:10)
Bedford (08:24)

Thameslink (12 coaches)

4 On time
06:39 Portsmouth Harbour and Bognor Regis

CALLING AT:

Three Bridges (06:44)
Crawley (06:48)
Horsham (06:57)
Barnham (07:29)
Chichester (07:37)
Fishbourne (West Sussex) (07:41)
Bosham (07:44)
Nutbourne (07:48)
Southbourne (07:51)
Emsworth (07:54)
Warblington (07:57)
Havant (07:59)
Hilsea (08:08)
Fratton (08:12)
Portsmouth & Southsea (08:16)
Portsmouth Harbour (08:20)

Train divides at Horsham

CALLING AT:

Christs Hospital (07:09)
Billingshurst (07:15)
Pulborough (07:22)
Amberley (07:28)
Arundel (07:32)
Ford (07:38)
Barnham (07:43)
Bognor Regis (07:51)

Southern (8 coaches)

6 On time
06:40 London Victoria

CALLING AT:

London Victoria (07:12)

Gatwick Express (8 coaches)

5 On time
06:43 London Victoria

CALLING AT:

East Croydon (06:58)
Clapham Junction (07:07)
London Victoria (07:15)

Southern (8 coaches)

2 On time
06:45 Brighton

CALLING AT:

Three Bridges (06:49)
Haywards Heath (06:59)
Burgess Hill (07:05)
Brighton (07:18)

Thameslink (12 coaches)

7 On time
06:46 Finsbury Park

CALLING AT:

East Croydon (07:01)
London Bridge (07:15)
London Blackfriars (07:21)
Farringdon (07:26)
London St Pancras (Intl) (07:30)
Finsbury Park (07:36)

Thameslink (12 coaches)

4 On time