服务与工具

飞常准航班

Variflight - 基于Variflight API的智能航班查询工具

8 个可用工具

flight_happiness_index

需要以下相关信息时使用此工具:详细航班对比(准点率、设施、机舱规格)、航空旅行健康安全协议、行李配额验证、环境影响评估、飞机配置可视化、以舒适为中心的行程规划(座位尺寸、娱乐、餐饮)等。

get_today_date

获取本地时区的今日日期(YYYY-MM-DD格式)。需要今日日期时使用此工具——切勿硬编码日期。

search_flight_itineraries

使用出发城市三字代码、到达城市三字代码和出发日期搜索可购机票选项和最低价格。(例如 BJS 代表北京,SHA 代表上海,CAN 代表广州,HFE 代表合肥)

search_flights_by_dep_arr

按日期搜索机场或城市之间的航班。对于有多个机场的城市,请使用 depcity 和 arrcity 参数;否则使用 dep 和 arr 参数。日期必须为 YYYY-MM-DD 格式。使用 getTodayDate 工具获取今天的日期。所有机场/城市代码必须是有效的 IATA 三字母代码(例如 BJS 表示北京城市,PEK 表示北京首都机场)。

flightHappinessIndex

using this tool when you need information related to following topics: Detailed flight comparisons (punctuality, amenities, cabin specs),Health safety protocols for air travel,Baggage allowance verifi…

get_flight_transfer_info

Get flight transfer info by departure city and arrival city and departure date. Date format: YYYY-MM-DD. IMPORTANT: For today's date, you MUST use getTodayDate tool instead of hardcoding any date. Air…

getFlightTransferInfo

Get flight transfer info by departure city and arrival city and departure date. Date format: YYYY-MM-DD. IMPORTANT: For today's date, you MUST use getTodayDate tool instead of hardcoding any date. Air…

get_future_weather_by_airport

Get airport future weather for 3days (today、tomorrow、the day after tomorrow) by airport IATA 3-letter code. Airport codes should be IATA 3-letter codes (e.g. PEK for Beijing, SHA for Shanghai, CAN for…

getFutureWeatherByAirport

Get airport future weather for 3days (today、tomorrow、the day after tomorrow) by airport IATA 3-letter code. Airport codes should be IATA 3-letter codes (e.g. PEK for Beijing, SHA for Shanghai, CAN for…

get_realtime_location_by_anum

Get flight realtime location by aircraft number. aircraft number should be Aircraft registration numberlike B2021, B2022, B2023, etc. if aircraft number is unknown, you shuold try to request it using …

getRealtimeLocationByAnum

Get flight realtime location by aircraft number. aircraft number should be Aircraft registration numberlike B2021, B2022, B2023, etc. if aircraft number is unknown, you shuold try to request it using …

getTodayDate

Get today's date in local timezone (YYYY-MM-DD format). Use this tool whenever you need today's date - NEVER hardcode dates.

searchFlightItineraries

Search for purchasable flight options and the lowest price using the departure city three-letter code, arrival city three-letter code, and departure date. (e.g. BJS for Beijing, SHA for Shanghai, CAN …

searchFlightsByDepArr

Search for flights between airports or cities by date. For cities with multiple airports, use depcity and arrcity parameters; otherwise use dep and arr parameters. Date must be in YYYY-MM-DD format. F…

search_flights_by_number

按航班号和日期搜索航班。航班号应包含航空公司代码(例如MU2157、CZ3969)。出发地和目的地为可选参数,不知道时留空。日期格式:YYYY-MM-DD。重要提示:对于今天的日期,必须使用getTodayDate工具而不是硬编码任何日期。机场代码(可选)应为IATA三字码。

searchFlightsByNumber

Search flights by flight number and date. Flight number should include airline code (e.g. MU2157, CZ3969). dep and arr are optional, keep empty if you don't know them. Date format: YYYY-MM-DD. IMPORT…