- Previous: V1- All Allowances without Loyalty- Request
- Up: Baggage allowance API Process flow - Pre-booking (inspiration) context
- Next: GET Base Allowances
V1- All Allowances without Loyalty- Response
GET "All allowances without loyalty Response":
Response parameters:
Name |
Type |
Multiplicity |
Description |
Baggage allowances |
|
|
|
|
|
|
|
Host |
|
|
|
type |
string |
1 |
AF/KL Host |
Itinerary |
|
|
|
Origin |
string |
1 |
Origin airport code |
Destination |
string |
1 |
Destination airport code |
Passenger |
|
|
|
Type |
string |
[1..] |
1. Applicable pax types:
2. More than one pax types in a single request is allowed |
Travel class |
|
|
|
Travel class |
string |
[1..] |
1. Applicable travel class:
2. Only one travel class is allowed per request |
Program ID |
|
|
|
Loyalty program |
string |
1 |
|
Tier level |
|
|
|
Tier level |
string |
1 |
|
Base allowance |
|
|
|
Product identifier |
string |
[1..] |
Hand baggage, Accessory, Check-in baggage and Strollers etc. |
Associated with |
string |
0..1 |
Product identifier to which it is associated with |
Allowance |
int |
0..1 |
Maximum allowed piece count applicable |
Dimensions |
string |
0..1 |
Maximum allowed dimensions per baggage |
Weights |
string |
0..1 |
Maximum allowed weights per baggage |
Sample response GET BAGA Response - All allowance:
{ "host": "AF", "itinerary": { "origin": "AMS", "destination": "LHR" }, "travelClass": [ { "travelClass": "BUSINESS", "fareFamily": "fare family", "passenger": [ { "paxType": "ADT", "programId": "FLYING_BLUE", "tierLevel": "GOLD", "allowances": { "baseAllowance": { "outBound": { "segments": [ { "origin": "AMS", "destination": "LHR", "flightNumber": "KL1001", "products": [ { "productIdentifier": "hand-baggage", "allowance": "2", "weight": [ { "maximum": "18", "unit": "kg" }, { "maximum": "39.5", "unit": "lbs" } ], "dimensions": [ { "length": "22", "width": "10", "height": "14", "unit": "in" }, { "length": "55", "width": "25", "height": "35", "unit": "cm" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Hand_Baggage_Business_INS_tcm882-1042227.jpg", "imageCaption": "AF_Hand_Baggage_Business_INS" } ] } }, { "productIdentifier": "ACCESSORY", "associatedWith": "hand-baggage", "allowance": "1", "dimensions": [ { "length": "16", "width": "12", "height": "6", "unit": "in" }, { "length": "40", "width": "30", "height": "15", "unit": "cm" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Accessory_Business_ADT_tcm882-1042199.jpg", "imageCaption": "AF_Accessory_Business_ADT" } ], "descriptions": [ { "additionalInformation": "baseAllowance.Accessory.ADT" } ] } }, { "productIdentifier": "check-in baggage", "allowance": "2", "weight": [ { "maximum": "64", "unit": "kg" }, { "maximum": "141", "unit": "lbs" } ], "dimensions": [ { "maximum": "158", "unit": "cm" }, { "maximum": "62", "unit": "in" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Checkin_Baggage_Business_ADT_tcm882-1042207.jpg", "imageCaption": "AF_Checkin_Baggage_Business_ADT" } ], "descriptions": [ { "additionalInformation": "Weight per suitcase should not exceed 23 kg/50.5 lbs in case of Economy class and 32 kg/70.5 lbs for Business class" } ] } } ] } ] } }, "paidOptions": { "extraBag": { "products": { "productIdentifier": "check-in baggage", "dimensions": [ { "maximum": "158", "unit": "cm" }, { "maximum": "62", "unit": "in" } ], "baggageDetails": [ { "standardWeight": [ { "maximum": "50.5", "unit": "lbs" }, { "maximum": "23", "unit": "kg" } ], "productPrice": [ { "baggagePieceNumber": "4", "price": [ { "type": "AIRPORTPRICE", "amount": "70,00", "currency": "EUR" }, { "type": "ONLINEPRICE", "amount": "45,00", "currency": "EUR" }, { "type": "FBAWARDMILES", "amount": "9,000", "currency": "MLS" } ] }, { "baggagePieceNumber": "5", "price": [ { "type": "AIRPORTPRICE", "amount": "140,00", "currency": "EUR" }, { "type": "ONLINEPRICE", "amount": "90,00", "currency": "EUR" }, { "type": "FBAWARDMILES", "amount": "18,000", "currency": "MLS" } ] }, { "baggagePieceNumber": "6", "price": [ { "type": "AIRPORTPRICE", "amount": "210,00", "currency": "EUR" }, { "type": "ONLINEPRICE", "amount": "135,00", "currency": "EUR" }, { "type": "FBAWARDMILES", "amount": "27,000", "currency": "MLS" } ] }, { "baggagePieceNumber": "7", "price": [ { "type": "AIRPORTPRICE", "amount": "280,00", "currency": "EUR" }, { "type": "ONLINEPRICE", "amount": "180,00", "currency": "EUR" }, { "type": "FBAWARDMILES", "amount": "36,000", "currency": "MLS" } ] }, { "baggagePieceNumber": "8", "price": [ { "type": "AIRPORTPRICE", "amount": "350,00", "currency": "EUR" }, { "type": "ONLINEPRICE", "amount": "225,00", "currency": "EUR" }, { "type": "FBAWARDMILES", "amount": "45,000", "currency": "MLS" } ] }, { "baggagePieceNumber": "9", "price": [ { "type": "AIRPORTPRICE", "amount": "420,00", "currency": "EUR" }, { "type": "ONLINEPRICE", "amount": "270,00", "currency": "EUR" }, { "type": "FBAWARDMILES", "amount": "54,000", "currency": "MLS" } ] }, { "baggagePieceNumber": "10", "price": [ { "type": "AIRPORTPRICE", "amount": "490,00", "currency": "EUR" }, { "type": "ONLINEPRICE", "amount": "315,00", "currency": "EUR" }, { "type": "FBAWARDMILES", "amount": "63,000", "currency": "MLS" } ] } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Extra_Standard_Baggage_tcm882-1042248.jpg", "imageCaption": "AF_Extra_Standard_Baggage" } ] } }, { "extraWeight": [ { "minimum": "50.5", "maximum": "70.5", "unit": "lbs" }, { "minimum": "23", "maximum": "32", "unit": "kg" } ], "productPrice": [ { "baggagePieceNumber": "4", "price": [ { "type": "AIRPORTPRICE", "amount": "350,00", "currency": "EUR" } ] }, { "baggagePieceNumber": "5", "price": [ { "type": "AIRPORTPRICE", "amount": "490,00", "currency": "EUR" } ] }, { "baggagePieceNumber": "6", "price": [ { "type": "AIRPORTPRICE", "amount": "630,00", "currency": "EUR" } ] }, { "baggagePieceNumber": "7", "price": [ { "type": "AIRPORTPRICE", "amount": "770,00", "currency": "EUR" } ] }, { "baggagePieceNumber": "8", "price": [ { "type": "AIRPORTPRICE", "amount": "910,00", "currency": "EUR" } ] }, { "baggagePieceNumber": "9", "price": [ { "type": "AIRPORTPRICE", "amount": "1.050,00", "currency": "EUR" } ] }, { "baggagePieceNumber": "10", "price": [ { "type": "AIRPORTPRICE", "amount": "1.190,00", "currency": "EUR" } ] } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Extra_Heavy_Baggage_tcm882-1042247.jpg", "imageCaption": "AF_Extra_Heavy_Baggage" } ] } } ] } }, "pet": { "products": [ { "productIdentifier": "Pet In Cabin", "weight": [ { "maximum": "17.5", "unit": "lbs" }, { "maximum": "8", "unit": "kg" } ], "dimensions": [ { "length": "18", "width": "11", "height": "9", "unit": "in" }, { "length": "46", "width": "28", "height": "24", "unit": "cm" } ], "supportingInformation": "Your pet is travelling to a country whose authorities allow the transportation of pets as cargo only. To transport your pet as cargo, you should contact a specialised cargo agent. You can find a list of cargo agents at the Air France-KLM Cargo website. ", "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_PETC_tcm882-1042242.jpg", "imageCaption": "AF_PETC" } ] } }, { "productIdentifier": "Pet In Cabin", "isPaxWithAnimalAssistance": true, "weight": [ { "maximum": "17.5", "unit": "lbs" }, { "maximum": "8", "unit": "kg" } ], "dimensions": [ { "length": "18", "width": "11", "height": "9", "unit": "in" }, { "length": "46", "width": "28", "height": "24", "unit": "cm" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ], "supportingInformation": "The maximum weight mentioned is the weight of your pet and travel bag or kennel combined. ", "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_PETC_tcm882-1042242.jpg", "imageCaption": "AF_PETC" } ] } }, { "productIdentifier": "Animal Vivant In Hold", "isPaxWithAnimalAssistance": true, "weight": [ { "maximum": "165", "unit": "lbs" }, { "maximum": "75", "unit": "kg" } ], "dimensions": [ { "maximum": "115", "unit": "in" }, { "maximum": "292", "unit": "cm" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ], "supportingInformation": "The maximum weight mentioned is the weight of your pet and kennel combined. ", "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_AVIH_tcm882-1042232.jpg", "imageCaption": "AF_AVIH" } ] } }, { "productIdentifier": "Animal Vivant In Hold", "weight": [ { "maximum": "165", "unit": "lbs" }, { "maximum": "75", "unit": "kg" } ], "dimensions": [ { "maximum": "115", "unit": "in" }, { "maximum": "292", "unit": "cm" } ], "supportingInformation": "Your pet is travelling to a country whose authorities allow the transportation of pets as cargo only. To transport your pet as cargo, you should contact a specialised cargo agent. You can find a list of cargo agents at the Air France-KLM Cargo website. ", "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_AVIH_tcm882-1042232.jpg", "imageCaption": "AF_AVIH" } ] } } ] }, "overSizedBaggage": { "products": [ { "productIdentifier": "OVERSIZE", "weight": [ { "maximum": "50.5", "unit": "lbs" }, { "maximum": "23", "unit": "kg" } ], "dimensions": [ { "minimum": "62", "maximum": "118", "unit": "in" }, { "minimum": "158", "maximum": "300", "unit": "cm" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "75,00", "currency": "EUR" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Oversize_Baggage_120x9_tcm882-1042241.jpg", "imageCaption": "AF_Oversize_Baggage" } ] } }, { "productIdentifier": "OVERSIZE", "weight": [ { "minimum": "50.5", "maximum": "70.5", "unit": "lbs" }, { "minimum": "23", "maximum": "32", "unit": "kg" } ], "dimensions": [ { "minimum": "62", "maximum": "118", "unit": "in" }, { "minimum": "158", "maximum": "300", "unit": "cm" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "145,00", "currency": "EUR" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Oversize_Baggage_120x9_tcm882-1042241.jpg", "imageCaption": "AF_Oversize_Baggage" } ] } } ] }, "sportsEquipment": { "products": [ { "productIdentifier": "DIVE", "bagOption": "extra" }, { "productIdentifier": "DIVE", "bagOption": "extra", "isAirTankAllowed": true, "price": [ { "type": "AIRPORTPRICE", "amount": "55,00", "currency": "EUR" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Dive_Equipment_120x80_tcm882-1042234.jpg", "imageCaption": "AF_Dive_Equipment" } ], "descriptions": [ { "additionalInformation": "Dive equipment may consist of a wetsuit, vest, socks, mask, shoes, fins, knife and regulator along with a compressed air tank (price applies to a compressed air tank only)." } ] } }, { "productIdentifier": "DIVE", "bagOption": "base", "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ] }, { "productIdentifier": "DIVE", "bagOption": "base", "isAirTankAllowed": true, "price": [ { "type": "AIRPORTPRICE", "amount": "55,00", "currency": "EUR" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Dive_Equipment_120x80_tcm882-1042234.jpg", "imageCaption": "AF_Dive_Equipment" } ], "descriptions": [ { "additionalInformation": "Dive equipment may consist of a wetsuit, vest, socks, mask, shoes, fins, knife and regulator along with a compressed air tank (price applies to a compressed air tank only)." } ] } }, { "productIdentifier": "BICYCLE", "bagOption": "extra", "weight": [ { "maximum": "50.5", "unit": "lbs" }, { "maximum": "23", "unit": "kg" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "55,00", "currency": "EUR" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Bicycle_125x85_tcm882-1042233.jpg", "imageCaption": "AF_Bicycle" } ], "descriptions": [ { "additionalInformation": "In suitable packaging or bike box. Make sure the handlebars are parallel to the frame. Remove the pedals and other protruding parts and reduce the tyre pressure." } ] } }, { "productIdentifier": "GOLF", "bagOption": "extra", "weight": [ { "maximum": "32", "unit": "kg" }, { "maximum": "70.5", "unit": "lbs" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Golf_Equipment_120x225_tcm882-1042238.jpg", "imageCaption": "AF_Golf_Equipment" } ], "descriptions": [ { "additionalInformation": "Golf equipment may consist of 1 golf bag with clubs, golf balls and 1 pair of golf shoes." } ] } }, { "productIdentifier": "GOLF", "bagOption": "extra", "isPaxFBGolfMember": true, "weight": [ { "maximum": "32", "unit": "kg" }, { "maximum": "70.5", "unit": "lbs" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ] }, { "productIdentifier": "GOLF", "bagOption": "base", "weight": [ { "maximum": "32", "unit": "kg" }, { "maximum": "70.5", "unit": "lbs" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Golf_Equipment_120x225_tcm882-1042238.jpg", "imageCaption": "AF_Golf_Equipment" } ], "descriptions": [ { "additionalInformation": "Golf equipment may consist of 1 golf bag with clubs, golf balls and 1 pair of golf shoes." } ] } }, { "productIdentifier": "GOLF", "bagOption": "base", "isPaxFBGolfMember": true, "weight": [ { "maximum": "32", "unit": "kg" }, { "maximum": "70.5", "unit": "lbs" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ] }, { "productIdentifier": "SNOWBOARD", "bagOption": "extra", "weight": [ { "maximum": "70.5", "unit": "lbs" }, { "maximum": "32", "unit": "kg" } ], "dimensions": [ { "length": "118", "unit": "in" }, { "length": "300", "unit": "cm" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Ski_Snowboard_120x85_tcm882-1042243.jpg", "imageCaption": "AF_Ski_Snowboard" }, { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Ski_Snowboard_120x85_tcm882-1042243.jpg", "imageCaption": "AF_Ski_Snowboard" } ], "descriptions": [ { "additionalInformation": "The (water)ski- or snowboard equipment may consist of 1 board or 1 pair of skis, together with 2 ski poles and 1 pair of ski boots." }, { "additionalInformation": "The (water)ski- or snowboard equipment may consist of 1 board or 1 pair of skis, together with 2 ski poles and 1 pair of ski boots." } ] } }, { "productIdentifier": "SNOWBOARD", "bagOption": "base", "weight": [ { "maximum": "70.5", "unit": "lbs" }, { "maximum": "32", "unit": "kg" } ], "dimensions": [ { "length": "118", "unit": "in" }, { "length": "300", "unit": "cm" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Ski_Snowboard_120x85_tcm882-1042243.jpg", "imageCaption": "AF_Ski_Snowboard" }, { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Ski_Snowboard_120x85_tcm882-1042243.jpg", "imageCaption": "AF_Ski_Snowboard" } ], "descriptions": [ { "additionalInformation": "The (water)ski- or snowboard equipment may consist of 1 board or 1 pair of skis, together with 2 ski poles and 1 pair of ski boots." }, { "additionalInformation": "The (water)ski- or snowboard equipment may consist of 1 board or 1 pair of skis, together with 2 ski poles and 1 pair of ski boots." } ] } }, { "productIdentifier": "FISHING", "bagOption": "extra", "weight": [ { "maximum": "70.5", "unit": "lbs" }, { "maximum": "32", "unit": "kg" } ], "dimensions": [ { "length": "118", "unit": "in" }, { "length": "300", "unit": "cm" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Fishing_Equipment_120x80_tcm882-1042237.jpg", "imageCaption": "AF_Fishing_Equipment" } ], "descriptions": [ { "additionalInformation": "Packed in 1 package with maximum specifications as mentioned. Fishing equipment may consist of fishing poles, a reel, a fishing net, a pair of fishing boots and a fishing box." }, { "additionalInformation": "Packed in 1 package with maximum specifications as mentioned. Fishing equipment may consist of fishing poles, a reel, a fishing net, a pair of fishing boots and a fishing box." } ] } }, { "productIdentifier": "FISHING", "bagOption": "base", "weight": [ { "maximum": "70.5", "unit": "lbs" }, { "maximum": "32", "unit": "kg" } ], "dimensions": [ { "length": "118", "unit": "in" }, { "length": "300", "unit": "cm" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Fishing_Equipment_120x80_tcm882-1042237.jpg", "imageCaption": "AF_Fishing_Equipment" } ], "descriptions": [ { "additionalInformation": "Packed in 1 package with maximum specifications as mentioned. Fishing equipment may consist of fishing poles, a reel, a fishing net, a pair of fishing boots and a fishing box." }, { "additionalInformation": "Packed in 1 package with maximum specifications as mentioned. Fishing equipment may consist of fishing poles, a reel, a fishing net, a pair of fishing boots and a fishing box." } ] } }, { "productIdentifier": "WEAPONS", "bagOption": "extra", "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Weapons_120x105_tcm882-1042246.jpg", "imageCaption": "AF_Weapons" } ], "descriptions": [ { "additionalInformation": "You need to have all the necessary permits in your possession. Weapons must meet all regulations for their transport." }, { "additionalInformation": "You need to have all the necessary permits in your possession. Weapons must meet all regulations for their transport." } ] } }, { "productIdentifier": "WEAPONS", "bagOption": "base", "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Weapons_120x105_tcm882-1042246.jpg", "imageCaption": "AF_Weapons" } ], "descriptions": [ { "additionalInformation": "You need to have all the necessary permits in your possession. Weapons must meet all regulations for their transport." }, { "additionalInformation": "You need to have all the necessary permits in your possession. Weapons must meet all regulations for their transport." } ] } }, { "productIdentifier": "LARGESURFBOARD", "bagOption": "extra", "weight": [ { "maximum": "23", "unit": "kg" }, { "maximum": "40.5", "unit": "lbs" } ], "dimensions": [ { "length": "118", "minimum": "42", "unit": "in" }, { "length": "300", "minimum": "107", "unit": "cm" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Surfboard_Large_105x225_tcm882-1042244.jpg", "imageCaption": "AF_Surfboard_Large" } ], "descriptions": [ { "additionalInformation": "Your surf equipment (including bag) should be within the maximum specifications as mentioned. Wind surf equipment may consist of a board, mast, sail and boom packed in 1 ‘quiver bag’. Kite surf equipment may consist of a board and kite, all packed in 1 kite bag. Surf equipment may contain a surf board and must be packed in a surf board bag." } ] } }, { "productIdentifier": "SMALLSURFBOARD", "bagOption": "extra", "weight": [ { "maximum": "70.5", "unit": "lbs" }, { "maximum": "32", "unit": "kg" } ], "dimensions": [ { "length": "42", "unit": "in" }, { "length": "107", "unit": "cm" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Surfboard_Small_105x225_tcm882-1042245.jpg", "imageCaption": "AF_Surfboard_Small" } ], "descriptions": [ { "additionalInformation": "Your surf equipment (including bag) should be within the maximum specifications as mentioned. Wind surf equipment may consist of a board, mast, sail and boom packed in 1 ‘quiver bag’. Kite surf equipment may consist of a board and kite, all packed in 1 kite bag. Surf equipment may contain a surf board and must be packed in a surf board bag." } ] } }, { "productIdentifier": "LARGESURFBOARD", "bagOption": "base", "weight": [ { "maximum": "23", "unit": "kg" }, { "maximum": "40.5", "unit": "lbs" } ], "dimensions": [ { "length": "118", "minimum": "42", "unit": "in" }, { "length": "300", "minimum": "107", "unit": "cm" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Surfboard_Large_105x225_tcm882-1042244.jpg", "imageCaption": "AF_Surfboard_Large" } ], "descriptions": [ { "additionalInformation": "Your surf equipment (including bag) should be within the maximum specifications as mentioned. Wind surf equipment may consist of a board, mast, sail and boom packed in 1 ‘quiver bag’. Kite surf equipment may consist of a board and kite, all packed in 1 kite bag. Surf equipment may contain a surf board and must be packed in a surf board bag." } ] } }, { "productIdentifier": "SMALLSURFBOARD", "bagOption": "base", "weight": [ { "maximum": "70.5", "unit": "lbs" }, { "maximum": "32", "unit": "kg" } ], "dimensions": [ { "length": "42", "unit": "in" }, { "length": "107", "unit": "cm" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Surfboard_Small_105x225_tcm882-1042245.jpg", "imageCaption": "AF_Surfboard_Small" } ], "descriptions": [ { "additionalInformation": "Your surf equipment (including bag) should be within the maximum specifications as mentioned. Wind surf equipment may consist of a board, mast, sail and boom packed in 1 ‘quiver bag’. Kite surf equipment may consist of a board and kite, all packed in 1 kite bag. Surf equipment may contain a surf board and must be packed in a surf board bag." } ] } }, { "productIdentifier": "OTHER SPORTS EQUIPMENTS", "bagOption": "extra", "weight": [ { "maximum": "70.5", "unit": "lbs" }, { "maximum": "32", "unit": "kg" } ], "dimensions": [ { "maximum": "62", "unit": "in" }, { "maximum": "158", "unit": "cm" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Other_Sports_Equipment_120x120_tcm882-1042240.jpg", "imageCaption": "AF_Other_Sports_Equipment" } ] } }, { "productIdentifier": "OTHER SPORTS EQUIPMENTS", "bagOption": "base", "weight": [ { "maximum": "70.5", "unit": "lbs" }, { "maximum": "32", "unit": "kg" } ], "dimensions": [ { "maximum": "62", "unit": "in" }, { "maximum": "158", "unit": "cm" } ], "price": [ { "type": "AIRPORTPRICE", "amount": "0" }, { "type": "ONLINEPRICE", "amount": "0" } ], "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Other_Sports_Equipment_120x120_tcm882-1042240.jpg", "imageCaption": "AF_Other_Sports_Equipment" } ] } } ] }, "musicalInstrument": { "products": [ { "productIdentifier": "MUSICAL_INSTRUMENT", "bagOption": "hand-baggage", "weight": [ { "maximum": "40", "unit": "lbs" }, { "maximum": "18", "unit": "kg" } ], "dimensions": [ { "length": "22", "width": "10", "height": "14", "unit": "in" }, { "length": "55", "width": "25", "height": "35", "unit": "cm" } ], "supportingInformation": "You are allowed to take your musical instrument in the cabin instead of a piece of hand baggage for free, if it meets the mentioned dimensions.", "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Musical_Instrument_120x46_tcm882-1042239.jpg", "imageCaption": "AF_Musical_Instrument" } ] } }, { "productIdentifier": "MUSICAL_INSTRUMENT", "bagOption": "base", "supportingInformation": "Packed in a hard suitcase. If your instrument, including packaging, is larger than 158 cm / 62 in (l + w + h), or if it weighs more than 23 kg / 50 lbs, you will need to pay an excess baggage fee. If the maximum dimensions of instrument, including packaging, is 300 cm (119 in) (l + w + h) and maximum weight is 32 kg (70.5 lbs). If your instrument is larger or heavier, you will have to make a reservation by telephone no later than 48 hours before departure.", "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Musical_Instrument_120x46_tcm882-1042239.jpg", "imageCaption": "AF_Musical_Instrument" } ] } }, { "productIdentifier": "MUSICAL_INSTRUMENT", "bagOption": "extra seat", "weight": [ { "maximum": "100", "unit": "lbs" }, { "maximum": "45", "unit": "kg" } ], "dimensions": [ { "length": "55", "unit": "in" }, { "length": "140", "unit": "cm" } ], "supportingInformation": "You are allowed to take your musical instrument in the cabin on an extra seat, if it meets the mentioned dimensions. The extra seat needs to be booked in advance via KLM Customer Contact Centre.", "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Musical_Instrument_120x46_tcm882-1042239.jpg", "imageCaption": "AF_Musical_Instrument" } ] } }, { "productIdentifier": "MUSICAL_INSTRUMENT", "bagOption": "cargo", "supportingInformation": "Please contact a local shipping agent, if your musical instrument is heavier than 45 kg (100 lbs) or if your baggage is larger than 406 cm (160 inch) (l + w + h)", "content": { "image": [ { "imageUrl": "https://www.ute1.klm.com/static/content/en_GB/images/AF_Musical_Instrument_120x46_tcm882-1042239.jpg", "imageCaption": "AF_Musical_Instrument" } ] } } ] } } } } ] } ] } |
Docs Navigation
- Air France-KLM Documentation
- Open Data
- Baggage allowance API Process flow - Pre-booking (inspiration) context
- Introduction
- Data scope
- Quick peak
- How to use
- Services overview
- Header
- GET All Allowances without Loyalty
- V1- All Allowances without Loyalty- Request
- V1- All Allowances without Loyalty- Response
- GET Base Allowances
- V1- Base Allowance - Request
- V1- Base Allowance - Response
- GET Loyalty Allowances
- V1- Loyalty Allowance - Request
- V1- Loyalty Allowance - Response
- GET Paid Options with Loyalty
- V1- GET Paid Options with Loyalty - Request
- V1- GET Paid Options with Loyalty - Response
- GET Paid Options without Loyalty
- V1- GET Paid Options without Loyalty - Request
- V1- GET Paid Options without Loyalty - Response
- GET All Allowances with Loyalty
- V1- All Allowances with Loyalty- Request
- V1- All Allowances with Loyalty- Response
- Get Started
- Offers API
- GET /reference-data v1
- POST /lowest-fare-offers v1
- GET /lowest-fare-offers v1
- POST /available-offers v1
- GET /available-offers v1
- GET /ticket-conditions
- GET /tax-breakdown
- POST /upsell-offers v1
- GET /upsell-offers v1
- POST /shopping-carts
- GET /related-products
- POST /related-products/shopping-carts
- GET /ticket-conditions with Reservation ID
- GET /ticket-conditions with Trip Parameters
- GET /search-context v1
- POST /trip-summary
- Errors Code
- GET /flightDetails
- POST /mail-my-search
- Inspire API / Amenities
- Flight Status API
- Network and Schedule API
- Baggage allowance API Process flow - Pre-booking (inspiration) context
- Metasearch API
- Cargo API
- All Other APIS