For the complete documentation index, see llms.txt. This page is also available as Markdown.

航线导出

Atlas API 航线导出端点参考,用于导出航线数据,支持分析、覆盖评估和运营流程。

💬 需要帮助? 如果遇到问题,请在帮助中心咨询 Eva,快速获取诊断建议。

咨询 Eva

在指南和链接中使用 航线导出 作为主要名称。

此 API 映射到 route/export.do

旧版资料可能称之为 城市对 API

City Pairs API

post

The "City pairs API" can be used to download the city pairs supported by Atlas as well as by the airlines. The customer can use this structured data and transfer the city pair information into their mid-back office systems.

This API is only available in the production environment.

Dependency There is no dependency for this call.

Endpoint: https://sandbox.atriptech.com/route/export.do

Header parameters
AcceptstringRequiredExample: application/json
Content-TypestringRequiredExample: application/json
Accept-EncodingstringRequiredExample: gzip
x-atlas-client-idstringOptionalExample: <YOUR_CLIENT_ID>
x-atlas-client-secretstringOptionalExample: <YOUR_CLIENT_SECRET>
Body
routeTypeintegerRequired

-1: Airline routes -2: Atlas routes

fromCitystring · nullableOptional

IATA Code of departure city.

fromCountrystring · nullableOptional

IATA Code of departure country.

toCitystring · nullableOptional

IATA Code of arrival city or airport

toCountrystring · nullableOptional

IATA Code of arrival country.

airlinesstring[] · nullableOptional

An array of IATA Codes of airlines. The routes within the airlines will be returned.

pageSizeinteger · nullableOptionalDefault: 10000
pageNumberinteger · nullableOptionalDefault: 1
Responses
200Success
application/json
statusintegerRequired
msgstring · nullableOptional
post/route/export.do
200Success

Last updated

Was this helpful?