{
  "name": "Airline carry-on and checked baggage limits, 15 airlines",
  "description": "Cabin (carry-on), personal item and checked baggage limits for 15 airlines, read directly from each airline’s own published baggage page. Every figure carries the exact sentence it was taken from and the URL of the page it was taken from. Figures the airline does not publish are left null rather than estimated — null means \"no published sentence found\", not \"no limit\".",
  "identifier": "https://mytrippack.com/data/airline-carryon.json",
  "landing_page": "https://mytrippack.com/airline-baggage-data.html",
  "distribution": {
    "json": "https://mytrippack.com/data/airline-carryon.json",
    "csv": "https://mytrippack.com/data/airline-carryon.csv"
  },
  "creator": {
    "name": "TripPack",
    "url": "https://mytrippack.com"
  },
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "license_name": "CC BY 4.0",
  "attribution": "TripPack, Airline carry-on and checked baggage limits (2026-09-05), CC BY 4.0, https://mytrippack.com/airline-baggage-data.html",
  "cite_as": "TripPack. \"Airline carry-on and checked baggage limits, 15 airlines.\" Version 2026-09-05. Licensed CC BY 4.0. https://mytrippack.com/airline-baggage-data.html",
  "version": "2026-09-05",
  "date_measured": "2026-08-31",
  "date_modified": "2026-09-05",
  "units": {
    "cm": "centimetres",
    "in": "inches",
    "kg": "kilograms",
    "lb": "pounds",
    "linear": "length + width + height added together"
  },
  "field_semantics": {
    "null": "The airline does not publish this figure on the page we read. It is not zero and it is not \"unlimited\".",
    "verbatim_true": "The quoted sentence contains this figure literally.",
    "verbatim_false": "Derived from the quoted sentence; the figure itself is not written there. See \"note\".",
    "quote": "The sentence on the airline page that the value came from.",
    "source": "The exact URL that sentence was read from.",
    "cabin_class": "All figures are economy / main cabin, standard fare.",
    "dimensions_order": "dimensions_cm and dimensions_in keep the order the airline itself printed. That order is not consistent between airlines — Turkish Airlines prints \"23x40x55 cm\", shortest axis first, where most print longest first. Do not read the array as [length, width, height]. Use dimensions_cm_sorted_desc (largest axis first) to compare airlines axis by axis; that field is derived, not quoted."
  },
  "method": "번들 Chromium 헤드리스(--dump-dom)로 공식 페이지를 실제 렌더링해 본문 텍스트를 뽑았다. 렌더링이 막힌 곳은 WebFetch 로 재시도했다. 유료 API 는 쓰지 않았다.",
  "airline_selection": "구글 자동완성 7개 시드(carry on size / carry on size for / carry on baggage size / carry on dimensions / personal item size / checked bag weight limit / carry on size limit)에서 실제로 이름이 붙어 나온 항공사만 골랐다. 짐작으로 넣은 항공사는 없다.",
  "known_gaps": [
    "Alaska Airlines (AS) is present but entirely empty: the published page could not be read. The row is kept so the gap is visible.",
    "The six airlines added on 2026-09-05 (U2, BA, KL, TK, DY, IB) have no checked-baggage figures at all — checked baggage was not part of that collection round.",
    "Ryanair, Air France and JAL were attempted and dropped: a cookie wall blocked the page body. Nothing was filled in by estimate.",
    "Iberia (IB): the quoted sentence for the cabin bag dimensions also states a 10 kg weight, but carry_on.weight_kg is still null because that figure was not captured as its own field in the collection round. The dataset under-reports here rather than back-filling a number outside the collection process."
  ],
  "coverage": {
    "airlines": 15,
    "figures_verbatim": 86,
    "figures_derived": 1,
    "figures_not_published": 135
  },
  "airlines": [
    {
      "iata_code": "KE",
      "name": "Korean Air",
      "region": "KR",
      "service_type": "full-service",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.koreanair.com/us/en/airport/baggage/carry-on",
        "checked": "https://www.koreanair.com/us/en/airport/baggage/checked",
        "excess": "https://www.koreanair.com/us/en/airport/baggage/checked/excess-baggage"
      },
      "collection": {
        "measured_on": "2026-08-31",
        "checked_baggage_collected": true,
        "cross_checked_against_articles": true,
        "figures_verbatim": 9,
        "figures_derived": 1,
        "figures_not_published": 6
      },
      "carry_on": {
        "dimensions_cm": {
          "value": [
            55,
            40,
            20
          ],
          "quote": "Size Within 115 cm (45 in) in total or 55 cm x 40 cm x 20 cm (including handles and wheels)",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            55,
            40,
            20
          ],
          "quote": "Size Within 115 cm (45 in) in total or 55 cm x 40 cm x 20 cm (including handles and wheels)",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": 115,
          "quote": "Within 115 cm (45 in) in total",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on",
          "verbatim": true
        },
        "linear_in": {
          "value": 45,
          "quote": "Within 115 cm (45 in) in total",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on",
          "verbatim": true
        },
        "weight_kg": {
          "value": 10,
          "quote": "Carry-on baggage weight: Not exceeding 10 kg in total",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on",
          "verbatim": true
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "includes_wheels_handles": {
          "value": true,
          "quote": "(including handles and wheels)",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on",
          "verbatim": true
        },
        "pieces": {
          "value": 1,
          "quote": "Carry-on baggage allowance: One carry-on bag + one personal item",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on",
          "verbatim": true
        }
      },
      "personal_item": {
        "dimensions_cm": {
          "value": [
            40,
            30,
            15
          ],
          "quote": "Economy Class personal item allowance details Size Not exceeding 40 cm x 30 cm x 15 cm",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            40,
            30,
            15
          ],
          "quote": "Economy Class personal item allowance details Size Not exceeding 40 cm x 30 cm x 15 cm",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": 23,
          "quote": "International flights (excluding the U.S./Brazil) Economy (Saver) 1 bag, 23 kg or less",
          "source": "https://www.koreanair.com/us/en/airport/baggage/checked",
          "verbatim": true
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": 158,
          "quote": "Oversize baggage fee 159 cm–203 cm USD 200",
          "source": "https://www.koreanair.com/us/en/airport/baggage/checked/excess-baggage",
          "verbatim": false,
          "note": "'158cm' 이라는 문장은 공식 페이지에 없다. 초과요금이 159cm 부터 시작한다는 공식 표에서 도출한 값이라 verbatim=false 로 표시한다."
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "free_pieces": {
          "value": 1,
          "quote": "Economy (Saver) 1 bag, 23 kg or less",
          "source": "https://www.koreanair.com/us/en/airport/baggage/checked",
          "verbatim": true
        }
      },
      "name_ko": "대한항공",
      "notes": [
        {
          "text": "First Class/Prestige Class baggage allowance details Pieces Two carry-on bags Weight Not exceeding 18 kg (40 lb) in total",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on"
        },
        {
          "text": "Details on free baggage allowance (domestic flights in Korea) Economy 20 kg or less Prestige 30 kg or less",
          "source": "https://www.koreanair.com/us/en/airport/baggage/checked"
        },
        {
          "text": "Carry-on baggage allowance for codeshare flights may vary by operating airline.",
          "source": "https://www.koreanair.com/us/en/airport/baggage/carry-on"
        },
        {
          "text": "Some countries may restrict items that exceed the maximum weight (32 kg or 70 lb) and/or total linear dimensions (158 cm or 62 in) for a single piece of baggage",
          "source": "https://www.koreanair.com/us/en/airport/baggage/checked"
        }
      ]
    },
    {
      "iata_code": "AA",
      "name": "American Airlines",
      "region": "US",
      "service_type": "full-service",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
        "checked": "https://www.aa.com/i18n/travel-info/baggage/checked-baggage-policy.jsp"
      },
      "collection": {
        "measured_on": "2026-08-31",
        "checked_baggage_collected": true,
        "cross_checked_against_articles": true,
        "figures_verbatim": 10,
        "figures_derived": 0,
        "figures_not_published": 6
      },
      "carry_on": {
        "dimensions_in": {
          "value": [
            22,
            14,
            9
          ],
          "quote": "Cannot exceed 22 x 14 x 9 inches (56 x 36 x 23 cm) including handles and wheels",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            22,
            14,
            9
          ],
          "quote": "Cannot exceed 22 x 14 x 9 inches (56 x 36 x 23 cm) including handles and wheels",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_cm": {
          "value": [
            56,
            36,
            23
          ],
          "quote": "Cannot exceed 22 x 14 x 9 inches (56 x 36 x 23 cm) including handles and wheels",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            56,
            36,
            23
          ],
          "quote": "Cannot exceed 22 x 14 x 9 inches (56 x 36 x 23 cm) including handles and wheels",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "includes_wheels_handles": {
          "value": true,
          "quote": "including handles and wheels",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
          "verbatim": true
        },
        "pieces": {
          "value": 1,
          "quote": "You can bring only one carry-on item along with your personal item.",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
          "verbatim": true
        }
      },
      "personal_item": {
        "dimensions_in": {
          "value": [
            18,
            14,
            8
          ],
          "quote": "Dimensions should not exceed 18 x 14 x 8 inches (45 x 35 x 20 cm).",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            18,
            14,
            8
          ],
          "quote": "Dimensions should not exceed 18 x 14 x 8 inches (45 x 35 x 20 cm).",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_cm": {
          "value": [
            45,
            35,
            20
          ],
          "quote": "Dimensions should not exceed 18 x 14 x 8 inches (45 x 35 x 20 cm).",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            45,
            35,
            20
          ],
          "quote": "Dimensions should not exceed 18 x 14 x 8 inches (45 x 35 x 20 cm).",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": 23,
          "quote": "Dimension: 62 in / 158 cm Weight: 50 lbs / 23 kgs",
          "source": "https://www.aa.com/i18n/travel-info/baggage/checked-baggage-policy.jsp",
          "verbatim": true
        },
        "weight_lb": {
          "value": 50,
          "quote": "Dimension: 62 in / 158 cm Weight: 50 lbs / 23 kgs",
          "source": "https://www.aa.com/i18n/travel-info/baggage/checked-baggage-policy.jsp",
          "verbatim": true
        },
        "linear_cm": {
          "value": 158,
          "quote": "Dimension: 62 in / 158 cm",
          "source": "https://www.aa.com/i18n/travel-info/baggage/checked-baggage-policy.jsp",
          "verbatim": true
        },
        "linear_in": {
          "value": 62,
          "quote": "Dimension: 62 in / 158 cm",
          "source": "https://www.aa.com/i18n/travel-info/baggage/checked-baggage-policy.jsp",
          "verbatim": true
        },
        "free_pieces": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "name_ko": "아메리칸항공",
      "notes": [
        {
          "text": "For First / Business, weight is 70 lbs / 32 kgs for free bags and 50 lbs / 23 kgs for excess charged bags",
          "source": "https://www.aa.com/i18n/travel-info/baggage/checked-baggage-policy.jsp"
        },
        {
          "text": "For all confirmed customers on flights to / from Australia or New Zealand: Dimension: 62 in / 158 cm Weight: 70 lbs / 32kgs for free bags and 50 lbs / 23 kgs for excess charged bags",
          "source": "https://www.aa.com/i18n/travel-info/baggage/checked-baggage-policy.jsp"
        },
        {
          "text": "Your soft-sided garment bag cannot exceed 51 inches (130 cm) in total dimensions (length + width + height).",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp"
        },
        {
          "text": "Must fit in the airport sizer",
          "source": "https://www.aa.com/i18n/travel-info/baggage/carry-on-baggage.jsp"
        }
      ]
    },
    {
      "iata_code": "UA",
      "name": "United Airlines",
      "region": "US",
      "service_type": "full-service",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
        "checked": "https://www.united.com/en/us/fly/baggage/checked-bags.html"
      },
      "collection": {
        "measured_on": "2026-08-31",
        "checked_baggage_collected": true,
        "cross_checked_against_articles": true,
        "figures_verbatim": 9,
        "figures_derived": 0,
        "figures_not_published": 7
      },
      "carry_on": {
        "dimensions_in": {
          "value": [
            22,
            14,
            9
          ],
          "quote": "Your carry-on bag must fit in the overhead bin, so it must be 9 in x 14 in x 22 in (23 cm x 35 cm x 56 cm).",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            22,
            14,
            9
          ],
          "quote": "Your carry-on bag must fit in the overhead bin, so it must be 9 in x 14 in x 22 in (23 cm x 35 cm x 56 cm).",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_cm": {
          "value": [
            56,
            35,
            23
          ],
          "quote": "9 in x 14 in x 22 in (23 cm x 35 cm x 56 cm)",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            56,
            35,
            23
          ],
          "quote": "9 in x 14 in x 22 in (23 cm x 35 cm x 56 cm)",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "includes_wheels_handles": {
          "value": true,
          "quote": "When measuring your bag, be sure to include the handle and wheels.",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
          "verbatim": true
        },
        "pieces": {
          "value": 1,
          "quote": "You can bring one carry-on bag and one personal item for free on most domestic and international flights.",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
          "verbatim": true
        }
      },
      "personal_item": {
        "dimensions_in": {
          "value": [
            17,
            10,
            9
          ],
          "quote": "These items must fit under the seat in front of you, so they must be 9 in x 10 in x 17 in (22 cm x 25 cm x 43 cm).",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            17,
            10,
            9
          ],
          "quote": "These items must fit under the seat in front of you, so they must be 9 in x 10 in x 17 in (22 cm x 25 cm x 43 cm).",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_cm": {
          "value": [
            43,
            25,
            22
          ],
          "quote": "9 in x 10 in x 17 in (22 cm x 25 cm x 43 cm)",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            43,
            25,
            22
          ],
          "quote": "9 in x 10 in x 17 in (22 cm x 25 cm x 43 cm)",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": 23,
          "quote": "United Economy / Premium Economy 50 pounds (23 kilograms)",
          "source": "https://www.united.com/en/us/fly/baggage/checked-bags.html",
          "verbatim": true
        },
        "weight_lb": {
          "value": 50,
          "quote": "United Economy / Premium Economy 50 pounds (23 kilograms)",
          "source": "https://www.united.com/en/us/fly/baggage/checked-bags.html",
          "verbatim": true
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": 62,
          "quote": "The maximum size of a checked bag can be 30 in x 20 in x 12 in (76 cm x 52 cm x 30 cm) or 62 total in., including handles and wheels.",
          "source": "https://www.united.com/en/us/fly/baggage/checked-bags.html",
          "verbatim": true
        },
        "free_pieces": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "name_ko": "유나이티드항공",
      "notes": [
        {
          "text": "For most trips you can only bring one personal item when you’re flying in Basic Economy. You can’t bring a carry-on bag unless you’re flying to South America, across the Atlantic or across the Pacific.",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html"
        },
        {
          "text": "United Business / United First / United Polaris business class 70 pounds (32 kilograms)",
          "source": "https://www.united.com/en/us/fly/baggage/checked-bags.html"
        },
        {
          "text": "We can’t accept bags that measure (length + width + height) more than 115 inches (292 centimeters).",
          "source": "https://www.united.com/en/us/fly/baggage/checked-bags.html"
        },
        {
          "text": "If you’re flying CommutAir, you’re only allowed one personal item.",
          "source": "https://www.united.com/en/us/fly/baggage/carry-on-bags.html"
        }
      ]
    },
    {
      "iata_code": "WN",
      "name": "Southwest Airlines",
      "region": "US",
      "service_type": "low-cost",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://support.southwest.com/helpcenter/s/article/carryon-baggage-policy",
        "checked": "https://support.southwest.com/helpcenter/s/article/checked-baggage-policy"
      },
      "collection": {
        "measured_on": "2026-08-31",
        "checked_baggage_collected": true,
        "cross_checked_against_articles": true,
        "figures_verbatim": 5,
        "figures_derived": 0,
        "figures_not_published": 11
      },
      "carry_on": {
        "dimensions_in": {
          "value": [
            24,
            16,
            10
          ],
          "quote": "Size limit: 24” (length) × 16” (width) × 10” (height).",
          "source": "https://support.southwest.com/helpcenter/s/article/carryon-baggage-policy",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            24,
            16,
            10
          ],
          "quote": "Size limit: 24” (length) × 16” (width) × 10” (height).",
          "source": "https://support.southwest.com/helpcenter/s/article/carryon-baggage-policy",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "includes_wheels_handles": {
          "value": true,
          "quote": "Wheels, handles, and any attachments count toward these dimensions.",
          "source": "https://support.southwest.com/helpcenter/s/article/carryon-baggage-policy",
          "verbatim": true
        },
        "pieces": {
          "value": 1,
          "quote": "You may bring one carryon bag and one personal item onboard.",
          "source": "https://support.southwest.com/helpcenter/s/article/carryon-baggage-policy",
          "verbatim": true
        }
      },
      "personal_item": {
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "dimensions_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": 50,
          "quote": "Standard Weight Limit Up to 50 pounds each",
          "source": "https://support.southwest.com/helpcenter/s/article/checked-baggage-policy",
          "verbatim": true
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": 62,
          "quote": "Standard Size Limit 62 inches in size (length + width + height). Wheels and handles should be included when measuring.",
          "source": "https://support.southwest.com/helpcenter/s/article/checked-baggage-policy",
          "verbatim": true
        },
        "free_pieces": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "name_ko": "사우스웨스트항공",
      "notes": [
        {
          "text": "Personal item / Goes under the seat in front of you. Examples: purse (including crossbody bags), briefcase, laptop case, backpack, pillow, blanket, small camera. — 치수 숫자는 공식 페이지에 없다",
          "source": "https://support.southwest.com/helpcenter/s/article/carryon-baggage-policy"
        },
        {
          "text": "Checked baggage fees apply. See details about our baggage fees.",
          "source": "https://support.southwest.com/helpcenter/s/article/checked-baggage-policy"
        },
        {
          "text": "Your pet carrier counts as either your carryon bag or your personal item.",
          "source": "https://support.southwest.com/helpcenter/s/article/carryon-baggage-policy"
        }
      ]
    },
    {
      "iata_code": "DL",
      "name": "Delta Air Lines",
      "region": "US",
      "service_type": "full-service",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.delta.com/us/en/baggage/carry-on-baggage",
        "checked": "https://www.delta.com/us/en/baggage/overview",
        "excess": "https://www.delta.com/us/en/baggage/checked-baggage"
      },
      "collection": {
        "measured_on": "2026-08-31",
        "checked_baggage_collected": true,
        "cross_checked_against_articles": true,
        "figures_verbatim": 10,
        "figures_derived": 0,
        "figures_not_published": 6
      },
      "carry_on": {
        "dimensions_in": {
          "value": [
            22,
            14,
            9
          ],
          "quote": "Individual length, width and height measurements may not exceed 22” x 14” x 9” (56 cm x 35 cm x 23 cm) respectively",
          "source": "https://www.delta.com/us/en/baggage/carry-on-baggage",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            22,
            14,
            9
          ],
          "quote": "Individual length, width and height measurements may not exceed 22” x 14” x 9” (56 cm x 35 cm x 23 cm) respectively",
          "source": "https://www.delta.com/us/en/baggage/carry-on-baggage",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_cm": {
          "value": [
            56,
            35,
            23
          ],
          "quote": "22” x 14” x 9” (56 cm x 35 cm x 23 cm)",
          "source": "https://www.delta.com/us/en/baggage/carry-on-baggage",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            56,
            35,
            23
          ],
          "quote": "22” x 14” x 9” (56 cm x 35 cm x 23 cm)",
          "source": "https://www.delta.com/us/en/baggage/carry-on-baggage",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "linear_in": {
          "value": 45,
          "quote": "Combined length + width + height of baggage must not exceed 45 linear inches (114 cm)",
          "source": "https://www.delta.com/us/en/baggage/carry-on-baggage",
          "verbatim": true
        },
        "linear_cm": {
          "value": 114,
          "quote": "must not exceed 45 linear inches (114 cm)",
          "source": "https://www.delta.com/us/en/baggage/carry-on-baggage",
          "verbatim": true
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "includes_wheels_handles": {
          "value": true,
          "quote": "These measurements include any handles or wheels",
          "source": "https://www.delta.com/us/en/baggage/carry-on-baggage",
          "verbatim": true
        },
        "pieces": {
          "value": 1,
          "quote": "Each passenger flying with Delta can bring 1 carry-on bag and 1 personal item free of charge",
          "source": "https://www.delta.com/us/en/baggage/carry-on-baggage",
          "verbatim": true
        }
      },
      "personal_item": {
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "dimensions_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": 23,
          "quote": "under 50 lbs. (23 kg)",
          "source": "https://www.delta.com/us/en/baggage/overview",
          "verbatim": true
        },
        "weight_lb": {
          "value": 50,
          "quote": "under 50 lbs. (23 kg)",
          "source": "https://www.delta.com/us/en/baggage/overview",
          "verbatim": true
        },
        "linear_cm": {
          "value": 157,
          "quote": "62 inches (157 cm) when you total LENGTH + WIDTH + HEIGHT",
          "source": "https://www.delta.com/us/en/baggage/overview",
          "verbatim": true
        },
        "linear_in": {
          "value": 62,
          "quote": "62 inches (157 cm) when you total LENGTH + WIDTH + HEIGHT",
          "source": "https://www.delta.com/us/en/baggage/overview",
          "verbatim": true
        },
        "free_pieces": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "name_ko": "델타항공",
      "notes": [
        {
          "text": "1 purse, briefcase, small backpack, belt bag, fanny pack, camera bag or diaper bag / 1 laptop bag — 개인물품 치수 숫자는 공식 페이지에 없다",
          "source": "https://www.delta.com/us/en/baggage/carry-on-baggage"
        },
        {
          "text": "Passengers traveling on Delta Connection flights, including flights with 50 seats or less, are only permitted to carry personal items on board the aircraft due to limited overhead space.",
          "source": "https://www.delta.com/us/en/baggage/carry-on-baggage"
        },
        {
          "text": "OVERWEIGHT BAG 51-70 lbs. (23 kg – 31.75 kg) - $100 USD/CAD / OVERSIZED BAG 63”- 80” (161 - 203 cm): $200 USD/CAD",
          "source": "https://www.delta.com/us/en/baggage/checked-baggage"
        }
      ]
    },
    {
      "iata_code": "AC",
      "name": "Air Canada",
      "region": "CA",
      "service_type": "full-service",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
        "checked": "https://www.aircanada.com/us/en/aco/home/plan/baggage/checked.html"
      },
      "collection": {
        "measured_on": "2026-08-31",
        "checked_baggage_collected": true,
        "cross_checked_against_articles": true,
        "figures_verbatim": 10,
        "figures_derived": 0,
        "figures_not_published": 6
      },
      "carry_on": {
        "dimensions_cm": {
          "value": [
            55,
            40,
            23
          ],
          "quote": "Standard item Maximum dimensions (D x W x H): 23 x 40 x 55 cm/9 x 15.5 x 21.5 in",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            55,
            40,
            23
          ],
          "quote": "Standard item Maximum dimensions (D x W x H): 23 x 40 x 55 cm/9 x 15.5 x 21.5 in",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": [
            21.5,
            15.5,
            9
          ],
          "quote": "23 x 40 x 55 cm/9 x 15.5 x 21.5 in",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            21.5,
            15.5,
            9
          ],
          "quote": "23 x 40 x 55 cm/9 x 15.5 x 21.5 in",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": null,
          "quote": "No weight limit applies to carry-on baggage, but it must be light enough that you can store it in the overhead bin without assistance.",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": true,
          "note": "빈칸이 아니라 '한도 없음' 이 공식 답이다."
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "includes_wheels_handles": {
          "value": true,
          "quote": "Maximum dimensions include wheels and handles.",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": true
        },
        "pieces": {
          "value": 1,
          "quote": "Standard and personal items",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": true
        }
      },
      "personal_item": {
        "dimensions_cm": {
          "value": [
            43,
            33,
            16
          ],
          "quote": "Personal item Maximum dimensions (D x W x H): 33 x 43 x 16 cm/13 x 17 x 6 in",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            43,
            33,
            16
          ],
          "quote": "Personal item Maximum dimensions (D x W x H): 33 x 43 x 16 cm/13 x 17 x 6 in",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": [
            17,
            13,
            6
          ],
          "quote": "33 x 43 x 16 cm/13 x 17 x 6 in",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            17,
            13,
            6
          ],
          "quote": "33 x 43 x 16 cm/13 x 17 x 6 in",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": 23,
          "quote": "Maximum weight per bag: 23 kg/50 lb",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/checked.html",
          "verbatim": true
        },
        "weight_lb": {
          "value": 50,
          "quote": "Maximum weight per bag: 23 kg/50 lb",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/checked.html",
          "verbatim": true
        },
        "linear_cm": {
          "value": 158,
          "quote": "Maximum linear dimensions per bag (greatest outside height, width and length – wheels and handles included): D + W + H: 158 cm/62 in",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/checked.html",
          "verbatim": true
        },
        "linear_in": {
          "value": 62,
          "quote": "D + W + H: 158 cm/62 in",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/checked.html",
          "verbatim": true
        },
        "free_pieces": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "name_ko": "에어캐나다",
      "notes": [
        {
          "text": "A small purse max. 25 x 30 x 14cm (10 x 12 x 5.5 in). Larger purses will be included in your carry-on allowance.",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/carry-on.html"
        },
        {
          "text": "you’ll need to reach out to Air Canada Cargo if your bags exceed: 32 kg (70 lb) / 203 cm (80 in) in length / 292 cm (115 in) in total linear dimensions",
          "source": "https://www.aircanada.com/us/en/aco/home/plan/baggage/checked.html"
        }
      ]
    },
    {
      "iata_code": "F9",
      "name": "Frontier Airlines",
      "region": "US",
      "service_type": "ultra-low-cost",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
        "checked": "https://www.flyfrontier.com/travel/travel-info/bag-options/"
      },
      "collection": {
        "measured_on": "2026-08-31",
        "checked_baggage_collected": true,
        "cross_checked_against_articles": true,
        "figures_verbatim": 9,
        "figures_derived": 0,
        "figures_not_published": 7
      },
      "carry_on": {
        "dimensions_in": {
          "value": [
            24,
            16,
            10
          ],
          "quote": "Carry-On Bag / 24in by 16in by 10in and up to 35lb including handles, wheels and straps",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            24,
            16,
            10
          ],
          "quote": "Carry-On Bag / 24in by 16in by 10in and up to 35lb including handles, wheels and straps",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": 35,
          "quote": "up to 35lb including handles, wheels and straps",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": true
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "includes_wheels_handles": {
          "value": true,
          "quote": "including handles, wheels and straps",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": true
        },
        "pieces": {
          "value": 1,
          "quote": "Carry-On Bag Add when you book for the best price!",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": true
        }
      },
      "personal_item": {
        "dimensions_in": {
          "value": [
            18,
            14,
            8
          ],
          "quote": "Personal Item Must be equal to or less than 18in by 14in by 8in , including handles, wheels, and straps.",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            18,
            14,
            8
          ],
          "quote": "Personal Item Must be equal to or less than 18in by 14in by 8in , including handles, wheels, and straps.",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": 35,
          "quote": "May weigh up to 35 pounds.",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": true
        }
      },
      "checked": {
        "weight_lb": {
          "value": 40,
          "quote": "Checked Bag / 62 linear inches and up to 40lb",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": true
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": 62,
          "quote": "62 linear inches and up to 40lb",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": true
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "free_pieces": {
          "value": 0,
          "quote": "Checked Bag Add when you book for the best price!",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/",
          "verbatim": true
        }
      },
      "name_ko": "프론티어항공",
      "notes": [
        {
          "text": "Personal Item / One included with all fares. — 요금에 포함되는 것은 개인물품뿐이고 기내가방은 따로 산다",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/"
        },
        {
          "text": "The size of your personal item will be checked during boarding. Items larger than the allowed dimensions are subject to an additional charge.",
          "source": "https://www.flyfrontier.com/travel/travel-info/bag-options/"
        }
      ]
    },
    {
      "iata_code": "B6",
      "name": "JetBlue",
      "region": "US",
      "service_type": "low-cost",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.jetblue.com/at-the-airport/baggage-information",
        "checked": "https://www.jetblue.com/at-the-airport/baggage-information"
      },
      "collection": {
        "measured_on": "2026-08-31",
        "checked_baggage_collected": true,
        "cross_checked_against_articles": true,
        "figures_verbatim": 10,
        "figures_derived": 0,
        "figures_not_published": 6
      },
      "carry_on": {
        "dimensions_in": {
          "value": [
            22,
            14,
            9
          ],
          "quote": "Carry-on bags must not exceed 22\" L (55.88 cm) x 14\" W (35.56 cm) x 9\" H (22.86 cm), including wheels and handles.",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            22,
            14,
            9
          ],
          "quote": "Carry-on bags must not exceed 22\" L (55.88 cm) x 14\" W (35.56 cm) x 9\" H (22.86 cm), including wheels and handles.",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_cm": {
          "value": [
            55.88,
            35.56,
            22.86
          ],
          "quote": "22\" L (55.88 cm) x 14\" W (35.56 cm) x 9\" H (22.86 cm)",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            55.88,
            35.56,
            22.86
          ],
          "quote": "22\" L (55.88 cm) x 14\" W (35.56 cm) x 9\" H (22.86 cm)",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "includes_wheels_handles": {
          "value": true,
          "quote": "including wheels and handles",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": true
        },
        "pieces": {
          "value": 1,
          "quote": "All fares include a carry-on bag (space permitting) that fits in the overhead bin, plus a personal item",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": true
        }
      },
      "personal_item": {
        "dimensions_in": {
          "value": [
            17,
            13,
            8
          ],
          "quote": "Personal items must not exceed 17\" L (43.2 cm) x 13\" W (33 cm) x 8\" H (20.32 cm).",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": true
        },
        "dimensions_in_sorted_desc": {
          "value": [
            17,
            13,
            8
          ],
          "quote": "Personal items must not exceed 17\" L (43.2 cm) x 13\" W (33 cm) x 8\" H (20.32 cm).",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_cm": {
          "value": [
            43.2,
            33,
            20.32
          ],
          "quote": "17\" L (43.2 cm) x 13\" W (33 cm) x 8\" H (20.32 cm)",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            43.2,
            33,
            20.32
          ],
          "quote": "17\" L (43.2 cm) x 13\" W (33 cm) x 8\" H (20.32 cm)",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_lb": {
          "value": 50,
          "quote": "Checked bags exceeding 62\" (157.48 cm) in overall dimensions (length + width + height) or 50 pounds (22.68 kg) will also incur a fee.",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": true
        },
        "weight_kg": {
          "value": 22.68,
          "quote": "50 pounds (22.68 kg)",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": true
        },
        "linear_in": {
          "value": 62,
          "quote": "62\" (157.48 cm) in overall dimensions (length + width + height)",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": true
        },
        "linear_cm": {
          "value": 157.48,
          "quote": "62\" (157.48 cm)",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information",
          "verbatim": true
        },
        "free_pieces": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "name_ko": "제트블루",
      "notes": [
        {
          "text": "Mint/Mint Flex 1st Bag: Included (up to 70lbs./32Kgs.)",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information"
        },
        {
          "text": "to be placed all the way under the seat in front of you",
          "source": "https://www.jetblue.com/at-the-airport/baggage-information"
        }
      ]
    },
    {
      "iata_code": "AS",
      "name": "Alaska Airlines",
      "region": "US",
      "service_type": "full-service",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.alaskaair.com/content/travel-info/baggage/carry-on-luggage",
        "checked": "https://www.alaskaair.com/content/travel-info/baggage/checked-bags"
      },
      "collection": {
        "measured_on": "2026-08-31",
        "checked_baggage_collected": true,
        "cross_checked_against_articles": true,
        "figures_verbatim": 0,
        "figures_derived": 0,
        "figures_not_published": 16
      },
      "carry_on": {
        "dimensions_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "includes_wheels_handles": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "pieces": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "personal_item": {
        "dimensions_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "free_pieces": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "name_ko": "알래스카항공",
      "status": "blocked",
      "status_reason": "공식 페이지가 봇 차단(Client Challenge)을 돌려준다. 경로 5개 × 방법 4가지(WebFetch / curl+브라우저 UA / 번들 Chromium 헤드리스 / 시스템 Chrome 헤드리스+프로필)를 다 시도했지만 전부 'JavaScript is disabled in your browser' 챌린지 페이지만 받았다. 공식 문장을 확보하지 못했으므로 값을 채우지 않는다 — 검색결과 요약으로 채우면 그건 실측이 아니다."
    },
    {
      "iata_code": "U2",
      "name": "easyJet",
      "region": "EU",
      "service_type": "low-cost",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.easyjet.com/en/help/baggage/cabin-bag-and-hold-luggage"
      },
      "collection": {
        "measured_on": "2026-09-05",
        "checked_baggage_collected": false,
        "cross_checked_against_articles": false,
        "figures_verbatim": 2,
        "figures_derived": 0,
        "figures_not_published": 11
      },
      "carry_on": {
        "dimensions_cm": {
          "value": [
            56,
            45,
            25
          ],
          "quote": "56 x 45 x 25 cm, including any handles and wheels), you have the option to book a",
          "source": "https://www.easyjet.com/en/help/baggage/cabin-bag-and-hold-luggage",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            56,
            45,
            25
          ],
          "quote": "56 x 45 x 25 cm, including any handles and wheels), you have the option to book a",
          "source": "https://www.easyjet.com/en/help/baggage/cabin-bag-and-hold-luggage",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "personal_item": {
        "dimensions_cm": {
          "value": [
            45,
            36,
            20
          ],
          "quote": "It can be a maximum size of 45 x 36 x 20 cm (including any handles and wheels) and must be kept under the seat in front of you.",
          "source": "https://www.easyjet.com/en/help/baggage/cabin-bag-and-hold-luggage",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            45,
            36,
            20
          ],
          "quote": "It can be a maximum size of 45 x 36 x 20 cm (including any handles and wheels) and must be kept under the seat in front of you.",
          "source": "https://www.easyjet.com/en/help/baggage/cabin-bag-and-hold-luggage",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      }
    },
    {
      "iata_code": "BA",
      "name": "British Airways",
      "region": "EU",
      "service_type": "full-service",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.britishairways.com/en-gb/information/baggage-essentials"
      },
      "collection": {
        "measured_on": "2026-09-05",
        "checked_baggage_collected": false,
        "cross_checked_against_articles": false,
        "figures_verbatim": 2,
        "figures_derived": 0,
        "figures_not_published": 11
      },
      "carry_on": {
        "dimensions_cm": {
          "value": [
            56,
            45,
            25
          ],
          "quote": "Children 1 checked bag checked bags No checked baggage included ( kg/ lb) 1 cabin bag (56 x 45 x 25cm) 1 handbag or backpack (40 x 30 x 15cm) Infants (Under 2 years",
          "source": "https://www.britishairways.com/en-gb/information/baggage-essentials",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            56,
            45,
            25
          ],
          "quote": "Children 1 checked bag checked bags No checked baggage included ( kg/ lb) 1 cabin bag (56 x 45 x 25cm) 1 handbag or backpack (40 x 30 x 15cm) Infants (Under 2 years",
          "source": "https://www.britishairways.com/en-gb/information/baggage-essentials",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "personal_item": {
        "dimensions_cm": {
          "value": [
            45,
            36,
            20
          ],
          "quote": "checked baggage included ( kg/ lb) 1 cabin bag (56 x 45 x 25cm) 1 handbag or backpack (45 x 36 x 20cm) Infants (Under 2 years old) 1 checked bag No checked baggage",
          "source": "https://www.britishairways.com/en-gb/information/baggage-essentials",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            45,
            36,
            20
          ],
          "quote": "checked baggage included ( kg/ lb) 1 cabin bag (56 x 45 x 25cm) 1 handbag or backpack (45 x 36 x 20cm) Infants (Under 2 years old) 1 checked bag No checked baggage",
          "source": "https://www.britishairways.com/en-gb/information/baggage-essentials",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      }
    },
    {
      "iata_code": "KL",
      "name": "KLM",
      "region": "EU",
      "service_type": "full-service",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.klm.com/information/baggage/hand-baggage-allowance"
      },
      "collection": {
        "measured_on": "2026-09-05",
        "checked_baggage_collected": false,
        "cross_checked_against_articles": false,
        "figures_verbatim": 3,
        "figures_derived": 0,
        "figures_not_published": 10
      },
      "carry_on": {
        "dimensions_cm": {
          "value": [
            55,
            35,
            25
          ],
          "quote": "Your hand baggage, including handles and wheels, must not exceed the maximum size of 55 x 35 x 25 cm.",
          "source": "https://www.klm.com/information/baggage/hand-baggage-allowance",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            55,
            35,
            25
          ],
          "quote": "Your hand baggage, including handles and wheels, must not exceed the maximum size of 55 x 35 x 25 cm.",
          "source": "https://www.klm.com/information/baggage/hand-baggage-allowance",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": 12,
          "quote": "Your small bag and hand baggage combined may weigh up to 12 kg (26.5 lb).",
          "source": "https://www.klm.com/information/baggage/hand-baggage-allowance",
          "verbatim": true
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "personal_item": {
        "dimensions_cm": {
          "value": [
            40,
            30,
            15
          ],
          "quote": "A small bag must not exceed the maximum size of 40 x 30 x 15 cm.",
          "source": "https://www.klm.com/information/baggage/hand-baggage-allowance",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            40,
            30,
            15
          ],
          "quote": "A small bag must not exceed the maximum size of 40 x 30 x 15 cm.",
          "source": "https://www.klm.com/information/baggage/hand-baggage-allowance",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      }
    },
    {
      "iata_code": "TK",
      "name": "Turkish Airlines",
      "region": "EU",
      "service_type": "full-service",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.turkishairlines.com/en-int/any-questions/carry-on-baggage/"
      },
      "collection": {
        "measured_on": "2026-09-05",
        "checked_baggage_collected": false,
        "cross_checked_against_articles": false,
        "figures_verbatim": 3,
        "figures_derived": 0,
        "figures_not_published": 10
      },
      "carry_on": {
        "dimensions_cm": {
          "value": [
            23,
            40,
            55
          ],
          "quote": "class travels, you may take one piece of cabin baggage with a maximum dimensions of 23x40x55 cm and a maximum weight of 8 kg.",
          "source": "https://www.turkishairlines.com/en-int/any-questions/carry-on-baggage/",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            55,
            40,
            23
          ],
          "quote": "class travels, you may take one piece of cabin baggage with a maximum dimensions of 23x40x55 cm and a maximum weight of 8 kg.",
          "source": "https://www.turkishairlines.com/en-int/any-questions/carry-on-baggage/",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": 8,
          "quote": "piece of cabin baggage with a maximum dimensions of 23x40x55 cm and a maximum weight of 8 kg.",
          "source": "https://www.turkishairlines.com/en-int/any-questions/carry-on-baggage/",
          "verbatim": true
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "personal_item": {
        "dimensions_cm": {
          "value": [
            40,
            30,
            15
          ],
          "quote": "You may also take one piece of personal item measuring 40x30x15 cm and weighing a maximum of 4 kg.",
          "source": "https://www.turkishairlines.com/en-int/any-questions/carry-on-baggage/",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            40,
            30,
            15
          ],
          "quote": "You may also take one piece of personal item measuring 40x30x15 cm and weighing a maximum of 4 kg.",
          "source": "https://www.turkishairlines.com/en-int/any-questions/carry-on-baggage/",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      }
    },
    {
      "iata_code": "DY",
      "name": "Norwegian",
      "region": "EU",
      "service_type": "low-cost",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.norwegian.com/en/travel-info/baggage/hand-baggage/"
      },
      "collection": {
        "measured_on": "2026-09-05",
        "checked_baggage_collected": false,
        "cross_checked_against_articles": false,
        "figures_verbatim": 2,
        "figures_derived": 0,
        "figures_not_published": 11
      },
      "carry_on": {
        "dimensions_cm": {
          "value": [
            55,
            40,
            23
          ],
          "quote": "Small underseat cabin bag (30x40x20cm) Overhead cabin bag (55x40x23cm) Flex Combined weight limit of 15 kg Small underseat cabin bag",
          "source": "https://www.norwegian.com/en/travel-info/baggage/hand-baggage/",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            55,
            40,
            23
          ],
          "quote": "Small underseat cabin bag (30x40x20cm) Overhead cabin bag (55x40x23cm) Flex Combined weight limit of 15 kg Small underseat cabin bag",
          "source": "https://www.norwegian.com/en/travel-info/baggage/hand-baggage/",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": 10,
          "quote": "LowFare Max weight limit 10 kg Small underseat cabin bag (30x 40x20cm) LowFare+ Combined weight limit of 10 kg.",
          "source": "https://www.norwegian.com/en/travel-info/baggage/hand-baggage/",
          "verbatim": true
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "personal_item": {
        "dimensions_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      }
    },
    {
      "iata_code": "IB",
      "name": "Iberia",
      "region": "EU",
      "service_type": "full-service",
      "cabin_class": "economy",
      "source_urls": {
        "carry_on": "https://www.iberia.com/us/luggage/hand-luggage/"
      },
      "collection": {
        "measured_on": "2026-09-05",
        "checked_baggage_collected": false,
        "cross_checked_against_articles": false,
        "figures_verbatim": 2,
        "figures_derived": 0,
        "figures_not_published": 11
      },
      "carry_on": {
        "dimensions_cm": {
          "value": [
            55,
            40,
            20
          ],
          "quote": "bag with a maximum weight of 10 kg and maximum dimensions of 55 x 40 x 20 cm .",
          "source": "https://www.iberia.com/us/luggage/hand-luggage/",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            55,
            40,
            20
          ],
          "quote": "bag with a maximum weight of 10 kg and maximum dimensions of 55 x 40 x 20 cm .",
          "source": "https://www.iberia.com/us/luggage/hand-luggage/",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "personal_item": {
        "dimensions_cm": {
          "value": [
            30,
            40,
            15
          ],
          "quote": "one personal carry-on luggage item (such as a backpack or handbag) measuring up to 30 x 40 x 15 cm.",
          "source": "https://www.iberia.com/us/luggage/hand-luggage/",
          "verbatim": true
        },
        "dimensions_cm_sorted_desc": {
          "value": [
            40,
            30,
            15
          ],
          "quote": "one personal carry-on luggage item (such as a backpack or handbag) measuring up to 30 x 40 x 15 cm.",
          "source": "https://www.iberia.com/us/luggage/hand-luggage/",
          "verbatim": false,
          "note": "Derived: the airline’s own printed order, re-sorted largest first so rows can be compared axis by axis. The airline did not print it in this order."
        },
        "dimensions_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      },
      "checked": {
        "weight_kg": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "weight_lb": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_cm": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        },
        "linear_in": {
          "value": null,
          "quote": null,
          "source": null,
          "verbatim": false
        }
      }
    }
  ]
}
