工具 API
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. IMPORTANT: For today's date, you MUST use getTodayDate tool instead of hardcoding any date. Airport codes (optional) should be IATA 3-letter codes.
其他1 积分
调用信息
- 工具标识
- variflight.searchFlightsByNumber
- 服务提供方
- 飞常准航班
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
fnum必填Flight number including airline code (e.g. MU2157, CZ3969)
date必填Flight date in YYYY-MM-DD format. IMPORTANT: If user input only cotains month and date, you should use getTodayDate tool to get the year. For today's date, use getTodayDate tool instead of hardcoding
depDeparture airport IATA 3-letter code (e.g. HFE for Hefei)
arrArrival airport IATA 3-letter code (e.g. CAN for Guangzhou)