静态数据查询-生产环境自助Amadeus API
Static data query - self service Amadeus API in production environment
我目前正在生产环境中使用自助服务 Amadeus API 开发 Web 应用程序,我有与静态数据相关的问题,请回复。
问题:
1. Is there any static data available related to flights schedule or any other detail which we can store on our end and get it synced in some scheduled manner, in place of fetching all data every time using APIs.
2. In case we have static data then what will be the ideal time duration to refresh data.
3. Are we allowed to store real-time data on our end temporarily? If yes then for what duration we can keep a copy of same.
4. Is there any API where we will send a list of Flight/Segment Id and get details only of those selected records. What I mean is we like to know details of 10 specific flights/segments. So can we get the information related to those 10 flights/segments whose id we will pass to API?
5. What's the response time of search API and API which returns details of the flight.
6. What all filters available in search API to filter data.
- 截至今日,ee 不提供航班时刻表的静态数据
- /
- 只要您不以任何方式转售,您就可以存储来自航班搜索的数据 API。请记住,此数据变化很大 (price/availability)
- 您可以使用 Flight Offers Price API for this. Flight Offers Price takes a list of flight-offers (that you get by using the Flight Offers Search API)。对于那些航班优惠,API 重新验证价格和可用性。
- 这取决于您所在的位置、您使用的 API 以及您如何使用它(过滤器),您可以在我们的测试环境中免费试用我们的 API。请记住,测试环境在 API 调用、数据的数量方面受到限制,并且响应时间比生产环境慢
- 我们的目录完全开放(无需注册),您可以找到列出所有可用参数的航班优惠搜索参考文档 here。航班优惠搜索 API 有 2 个端点:
GET
更简单的搜索版本,实施起来简单快捷,但过滤较少
POST
提供对航班搜索所有功能的完整访问权限
我目前正在生产环境中使用自助服务 Amadeus API 开发 Web 应用程序,我有与静态数据相关的问题,请回复。
问题:
1. Is there any static data available related to flights schedule or any other detail which we can store on our end and get it synced in some scheduled manner, in place of fetching all data every time using APIs.
2. In case we have static data then what will be the ideal time duration to refresh data.
3. Are we allowed to store real-time data on our end temporarily? If yes then for what duration we can keep a copy of same.
4. Is there any API where we will send a list of Flight/Segment Id and get details only of those selected records. What I mean is we like to know details of 10 specific flights/segments. So can we get the information related to those 10 flights/segments whose id we will pass to API?
5. What's the response time of search API and API which returns details of the flight.
6. What all filters available in search API to filter data.
- 截至今日,ee 不提供航班时刻表的静态数据
- /
- 只要您不以任何方式转售,您就可以存储来自航班搜索的数据 API。请记住,此数据变化很大 (price/availability)
- 您可以使用 Flight Offers Price API for this. Flight Offers Price takes a list of flight-offers (that you get by using the Flight Offers Search API)。对于那些航班优惠,API 重新验证价格和可用性。
- 这取决于您所在的位置、您使用的 API 以及您如何使用它(过滤器),您可以在我们的测试环境中免费试用我们的 API。请记住,测试环境在 API 调用、数据的数量方面受到限制,并且响应时间比生产环境慢
- 我们的目录完全开放(无需注册),您可以找到列出所有可用参数的航班优惠搜索参考文档 here。航班优惠搜索 API 有 2 个端点:
GET
更简单的搜索版本,实施起来简单快捷,但过滤较少POST
提供对航班搜索所有功能的完整访问权限