{
"trip_mode": "domestic",
"trip_type": "oneway",
"from_code": "SHA",
"to_code": "SZX",
"cabin_class": "economy",
"flight_no": "HO1887",
"depart_date": "2026-06-11",
"passengers": {
"adult": 1,
"child": 0,
"infant": 0
},
"page_size": 20,
"sort_by": "price"
}curl --location 'https://open.longxiachuxing.com/api/open/v1/flight/search' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '{
"trip_mode": "domestic",
"trip_type": "oneway",
"from_code": "SHA",
"to_code": "SZX",
"cabin_class": "economy",
"flight_no": "HO1887",
"depart_date": "2026-06-11",
"passengers": {
"adult": 1,
"child": 0,
"infant": 0
},
"page_size": 20,
"sort_by": "price"
}'{
"code": 0,
"data": {
"flights": [
{
"aircraft_type": "320",
"airline_code": "CZ",
"airline_name": "南方航空",
"arr_airport_code": "HGH",
"arr_airport_name": "杭州萧山国际机场",
"arr_city_code": "HGH",
"arr_city_name": "杭州",
"arr_terminal": "T4",
"arr_time": "2026-06-01 10:30",
"cabins": [
{
"adult_price": 580,
"airport_tax": 50,
"baggage_rule": "20kg",
"cabin_class": "economy",
"cabin_code": "Y",
"cabin_name": "经济舱",
"change_rule": "起飞前24小时改签免费",
"child_price": 290,
"discount_rate": 0.5,
"fuel_tax": 0,
"lowest_price": 580,
"offer_id": "eyJhbGciOiJBMjU2R0NNIiwidHlwIjoiSldUIn0...",
"price_type": "reference",
"pricing_required": false,
"refund_rule": "起飞前2小时退票收取50%",
"search_offer_id": "eyJhbGciOiJBMjU2R0NNIiwidHlwIjoiSldUIn0...",
"seat_status": "enough"
}
],
"dep_airport_code": "SZX",
"dep_airport_name": "深圳宝安国际机场",
"dep_city_code": "SZX",
"dep_city_name": "深圳",
"dep_terminal": "T3",
"dep_time": "2026-06-01 08:00",
"duration_minutes": 150,
"flight_id": "FL_20260601_CZ3569_SZX_HGH",
"flight_no": "CZ3569",
"meal": "有餐食",
"stop_count": 0
}
],
"page": 1,
"page_size": 20,
"return_flights": [
{
"aircraft_type": "320",
"airline_code": "CZ",
"airline_name": "南方航空",
"arr_airport_code": "HGH",
"arr_airport_name": "杭州萧山国际机场",
"arr_city_code": "HGH",
"arr_city_name": "杭州",
"arr_terminal": "T4",
"arr_time": "2026-06-01 10:30",
"cabins": [
{
"adult_price": 580,
"airport_tax": 50,
"baggage_rule": "20kg",
"cabin_class": "economy",
"cabin_code": "Y",
"cabin_name": "经济舱",
"change_rule": "起飞前24小时改签免费",
"child_price": 290,
"discount_rate": 0.5,
"fuel_tax": 0,
"lowest_price": 580,
"offer_id": "eyJhbGciOiJBMjU2R0NNIiwidHlwIjoiSldUIn0...",
"price_type": "reference",
"pricing_required": false,
"refund_rule": "起飞前2小时退票收取50%",
"search_offer_id": "eyJhbGciOiJBMjU2R0NNIiwidHlwIjoiSldUIn0...",
"seat_status": "enough"
}
],
"dep_airport_code": "SZX",
"dep_airport_name": "深圳宝安国际机场",
"dep_city_code": "SZX",
"dep_city_name": "深圳",
"dep_terminal": "T3",
"dep_time": "2026-06-01 08:00",
"duration_minutes": 150,
"flight_id": "FL_20260601_CZ3569_SZX_HGH",
"flight_no": "CZ3569",
"meal": "有餐食",
"stop_count": 0
}
],
"search_id": "S_20260601_SZX_HGH_xxx",
"tag": "lowest_price",
"total": 50
},
"message": "success",
"request_id": "req_a1b2c3"
}