- Previous: Routing Offer
- Up: Public APIs
- Next: Prior Agreement APIs
Station Information
With this API you can easily retrieve information about our global Lufthansa Cargo stations. The API will give you details like opening hours, export and import relevant details, addresses and many more information. The information given by this API is the same that is publicly available at our Lufthansa Cargo website below the section stations.
The structures of all-sub-services of the Station Information API are defined in a Swagger. You can find the respective Swagger in our Interactive API.
Receive a list of all available stations
You will get a list of all available Lufthansa Cargo stations e.g. FRA, ORD etc.
Request URI
GET
https://api.lufthansa-cargo.com/lh/stations/stationcodes
Response Example
Element | Description | Type |
|
IATA airport code e.g. FRA, ORD |
array of string |
Receive station information for a list of stations
You will get information for all requested stations.
Request URI
POST https://api.lufthansa-cargo.com/lh/stations/station
Request Body
Variable | Status | Description | Format | Type |
stationCodes | mandatory | Stations to request | 3-Letter : [A-Z]{3} e.g. FRA, ORD |
array |
Response Structure
Please see below response structure at the single station request.
Get information for a single station.
You will get detailed information for a single station.
Request URI
GET https://api.lufthansa-cargo.com/lh/stations/station/{IATACode}
Request Parameter
Variable | Status | Description | Format | Type |
{IATACode} | mandatory | IATA Station Code | 3-Letter: [A-Z]{3} e.g. FRA,ORD | string |
Response Structure
In case information for specific fields are not available at the requested station, the return will be "null".
Element | Description | Type |
code |
IATA airport code | string |
name |
Airport name | string |
freighterHandling |
Indicates if freighter handling is available at the station e.g. 777F, A321F | boolean |
passengerAircraftHandling |
Indicates if passenger aircraft handling is available at the station e.g. A359, B748, etc. | boolean |
truckHandling |
Indicates if truck handling is available at the station e.g. RFS | boolean |
countryShort |
ISO 3166-1 alpha2 e.g. US, DE |
string |
countryLong |
Country Name e.g. United States, Germany | string |
import |
object | |
.address |
For some stations the import address is my not given, in such cases import and export address are the same | object |
..street |
Street name | string |
..streetNo |
House number | string |
..building |
Building number | string |
..zipCode |
City zip code | string |
..city |
Name of the city | string |
.contact |
object | |
..generalEmail |
General contact email from the respective station import | string |
..generalPhone |
General contact phone from the respective station import | string |
..handlingEmail |
Handling contact email from the respective station import | string |
..handlingPhone |
Handling contact phone from the respective station import | string |
.firmsCode |
Relevant for US import a four-digit alpha-numeric code that is assigned by U.S. Customs and Border Protection that represents the location of imported cargo in the United States Other countries my respond other customs relevant information |
string |
.ciscFee |
Carrier import service charge | string |
.storage |
Storage fee | string |
.externalComment |
Extra comments | string |
.openingHours [] |
array | |
..day |
Weekday e.g. Monday, Tuesday, etc. | string |
..hours[] |
array | |
...open |
Open from | string |
...close |
Open to | string |
export |
object | |
.address |
General address of the Lufthansa Cargo station | object |
..street |
Street name | string |
..streetNo |
House number | string |
..building |
Building number | string |
..zipCode |
City zip code | string |
..city |
Name of the city | string |
.contact |
object | |
..generalEmail |
General contact email from the respective station import | string |
..generalPhone |
General contact phone from the respective station import | string |
..handlingEmail |
Handling contact email from the respective station import | string |
..handlingPhone |
Handling contact phone from the respective station import | string |
.openingHours [] |
array | |
..day |
Weekday e.g. Monday, Tuesday, etc. | string |
..hours [] |
array | |
...open |
Open from | string |
...close |
Open to | string |
Get handling relevant information for Active Temp Control and Passive Temp Support.
You will get detailed handling relevant information for our products Active Temp Control and Passive Temp Support.
Request URI
GET https://api.lufthansa-cargo.com/lh/stations/products/{IATACode}
Request Parameter
Variable | Status | Description | Format | Type |
{IATACode} | mandatory | IATA Station Code | 3-Letter: [A-Z]{3} e.g. FRA,ORD | string |
- Previous: Routing Offer
- Up: Public APIs
- Next: Prior Agreement APIs
0 Comments
Please sign in to post a comment.