{
"routeType": 1,
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL"
}
curl --location --request POST 'https://sandbox.atriptech.com/route/export.do' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Accept-Encoding: gzip' \
--header 'Accept-Encoding;' \
--header 'x-atlas-client-id: <YOUR_CLIENT_ID>' \
--header 'x-atlas-client-id;' \
--header 'x-atlas-client-secret: <YOUR_CLIENT_SECRET>' \
--header 'x-atlas-client-secret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"routeType": 1,
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL"
}'
{
"data": [
{
"airlines": [
"U2"
],
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL",
"isDirect": null,
"scheduleStart": null,
"scheduleEnd": null,
"updateDate": "20250408"
},
{
"airlines": [
"DS"
],
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL",
"isDirect": null,
"scheduleStart": null,
"scheduleEnd": null,
"updateDate": "20250408"
},
{
"airlines": [
"EC"
],
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL",
"isDirect": null,
"scheduleStart": null,
"scheduleEnd": null,
"updateDate": "20250408"
},
{
"airlines": [
"DH"
],
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL",
"isDirect": null,
"scheduleStart": null,
"scheduleEnd": null,
"updateDate": "20250402"
},
{
"airlines": [
"D8"
],
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL",
"isDirect": null,
"scheduleStart": null,
"scheduleEnd": null,
"updateDate": "20250402"
},
{
"airlines": [
"LE"
],
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL",
"isDirect": null,
"scheduleStart": null,
"scheduleEnd": null,
"updateDate": "20250402"
},
{
"airlines": [
"DY"
],
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL",
"isDirect": null,
"scheduleStart": null,
"scheduleEnd": null,
"updateDate": "20250402"
},
{
"airlines": [
"6E"
],
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL",
"isDirect": null,
"scheduleStart": null,
"scheduleEnd": null,
"updateDate": "20241210"
},
{
"airlines": [
"GQ"
],
"fromCity": "LON",
"fromCountry": "GB",
"toCity": "AMS",
"toCountry": "NL",
"isDirect": null,
"scheduleStart": null,
"scheduleEnd": null,
"updateDate": "20250217"
}
],
"status": 0,
"msg": null
}