FlyerTalk Forums

FlyerTalk Forums (https://www.flyertalk.com/forum/index.php)
-   TravelBuzz (https://www.flyertalk.com/forum/travelbuzz-176/)
-   -   Actual Flightinfo from Amadeus (https://www.flyertalk.com/forum/travelbuzz/519632-actual-flightinfo-amadeus.html)

oliver2002 Jan 27, 2006 5:59 am

Actual Flightinfo from Amadeus
 
I was browsing the TG site today and came across their flight info system that links to Amadeus. If you analyse the URL of the page generated and modify it, it can be used to display LH flight data.

For example the details of LH3022 MUCARN 25JAN2006 can be called up using this link:

https://wftc3.e-travel.com/PL/thai5/...HT_NUMBER=3022

As amadeus is the flight info system used by LH & OS, this is pretty good if you want to check the status of your flight or if you want to see how much LH was on-time for a particular route in the past few days.

House Jan 27, 2006 6:39 am

This is really good and works for LX as well. For LX flights you even seem to get told how many passengers there are on board!

oliver2002 Jan 27, 2006 6:46 am

Interesting. It seems 198pax were on board LX14 LAX-ZRH:

https://wftc3.e-travel.com/PL/thai5/...IGHT_NUMBER=41

curt Jan 27, 2006 6:56 am

LX41, 198pax, 266.174kg takeoff weight, 91 tonnes of fuel :D

oliver2002 Jan 27, 2006 7:00 am

A typical UA flight: late in from DEN, cabin crew late in IAD, 20 min late in MUC:

https://wftc3.e-travel.com/PL/thai5/...GHT_NUMBER=902

totti Jan 27, 2006 7:17 am


Originally Posted by oliver2002
I was browsing the TG site today and came across their flight info system that links to Amadeus. If you analyse the URL of the page generated and modify it, it can be used to display LH flight data.

For example the details of LH3022 MUCARN 25JAN2006 can be called up using this link:

https://wftc3.e-travel.com/PL/thai5/...HT_NUMBER=3022

As amadeus is the flight info system used by LH & OS, this is pretty good if you want to check the status of your flight or if you want to see how much LH was on-time for a particular route in the past few days.

Interesting tool. Thanks for the info ^ .

always wanted to know the exact takeoff weight and tonnes of fuel. I don't know how I survived in the past without knowing this. :D

CubaLibre Jan 27, 2006 8:34 am

and this https://wftc3.e-travel.com/PL/thai5/...GHT_NUMBER=984
was my boring flight, arriving after midnight in MUC

andre1970 Jan 27, 2006 9:18 am


Originally Posted by oliver2002
A typical UA flight: late in from DEN, cabin crew late in IAD, 20 min late in MUC:

https://wftc3.e-travel.com/PL/thai5/...GHT_NUMBER=902

Well, for flights within the US I find this tool much, much better. Updates every 5 min, tracks the actual flight on a map, displays airport traffic etc...

Frequent_Flyer1 Jan 27, 2006 9:41 am

Nice tool, some interesting information are displayed ^ Thanks, oliver2002!

krzysz Jan 27, 2006 11:34 am

You can reach this page directly from Amadeus (seems more convenient this way):
http://www.amadeus.net/home/new/en/flifo_en.htm

ACflyerDE Jan 27, 2006 12:54 pm


Originally Posted by krzysz
You can reach this page directly from Amadeus (seems more convenient this way):
http://www.amadeus.net/home/new/en/flifo_en.htm

Although more convenient, this page unfortunately does not show the interesting "Operational Flight Information" as the Thai page does, only "Planned Flight Information" and "Comments".

Honorable Jan 27, 2006 1:24 pm

You can get this much easier (in the US) in entering in google either the 3 digit airport code followed by blank and the word airport like 'PHL airport' or you enter the airline followed by the flight number 'LH 426'.
You get the choice between Travelocity, Expedia and fboweb to show you the actual flight.

redwings Jan 27, 2006 5:59 pm


Originally Posted by Honorable
You can get this much easier (in the US) in entering in google either the 3 digit airport code followed by blank and the word airport like 'PHL airport' or you enter the airline followed by the flight number 'LH 426'.
You get the choice between Travelocity, Expedia and fboweb to show you the actual flight.


...or you go to this url and you can follow the flight "live" (in the USA).....
http://www.flightarrivals.com

AHO Jan 27, 2006 6:41 pm

Make your own search page
 
If you don't like to erase&type it every time, you can use this tool.

1, Copy the text between "<html>" and "</html>"
2, Paste it on to a text editor (ie notepad.exe for PC users)
3, Save the file as ie "flightstatus.htm"
4, Click the file "flightstatus.htm" and enjoy

PHP Code:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Flight Status</title>
</head>

<body>
<FORM name="AirSearch" METHOD="GET" ACTION="http://wftc3.e-travel.com/PL/thai5/EN/FlifoInfoServlet" target="_blank" onsubmit="return Check()">
<input type="hidden" name="LANGUAGE" value="GB">
<input type="hidden" name="SITE" value="TG5">
<table border="0" cellpadding="2" cellspacing="3" width="100%">
    <tr>
        <td><font size="2" face="Arial">Departure date:</font></td>
        <td><font size="2" face="Arial">Departure airport:</font></td>
        <td><font size="2" face="Arial">Destination airport:</font></td>
        <td><font size="2" face="Arial">Airline code:</font></td>
        <td><font size="2" face="Arial">Flight number:</font></td>
    </tr>
    <tr>
        <td valign="top"><font face="Arial">
        <input type="text" size="12" name="B_DATE" value="200601200700" onfocus='value=""' tabindex="1" maxlength="12"><br></font>
        <font size="1" face="Arial">YYYYMMDDhhmm</font>
        <font face="Arial"> <br>
        <input type="submit" value="Show me!" tabindex="6"></font>
        </td>
        <td valign="top"><font size="1" face="Arial">
        <input name="B_LOCATION" size="3" maxlength="3" tabindex="2" value="LHR" onfocus='value=""' onChange="javascript:this.value=this.value.toUpperCase();">
        <br><a href="http://www.postmodern.com/~mcb/misc/code.html" target="_blank">3 letter airport code</a></font>
        </td>
        <td valign="top"><font size="1" face="Arial">
        <input name="E_LOCATION" size="3" maxlength="3" tabindex="3" value="JFK" onfocus='value=""' onChange="javascript:this.value=this.value.toUpperCase();">
        <br><a href="http://www.postmodern.com/~mcb/misc/code.html" target="_blank">3 letter airport code</a></font>
        </td>
        <td valign="top"><font size="1" face="Arial">
        <input name="AIRLINE_CODE" size="2" maxlength="2" tabindex="4" value="BA" onfocus='value=""' onChange="javascript:this.value=this.value.toUpperCase();">
        <br><a href="http://www.flyweb.ch/airlines/airlines_iata.htm" target="_blank">2 letter airline code</a></font>
        </td>
        <td valign="top"><font size="1" face="Arial">
        <input name="FLIGHT_NUMBER" size="4" maxlength="4" tabindex="5" value="175" onfocus='value=""'>
        <br>3-4 digits <a href="http://wftc2-wideroe.e-travel.com/pl/wideroepl/en/AirSearchServlet?TRIP_FLOW=YES&LANGUAGE=GB&SITE=WIF&EXTERNAL_ID=WF" target="_blank">flight number</a></font>
        </td>
    </tr>
</table>
</body>
</html> 


totti Jan 28, 2006 3:10 am

Good work AHO ^ . Will enjoy it.

Cheers


All times are GMT -6. The time now is 9:43 am.


This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.