Destination Finder

 

API情報

当該機能は、指定した出発地から渡航可能な目的地を検索する機能です。

最新バージョン :2.0.0
プロトコル :JSON
HTTPメソッド :GET
Endpoint :/v2/shop/flights/fares
注1: Endpointは、HTTPリクエストヘッダーに設定します。
注2: Endpoint情報は、バージョンによって異なりますので、
最新バージョン以外のEndpointは、タグ定義書をご確認ください。
 

更新履歴

Destination Finder v2.0.0 on January 25, 2018
  • Version2.0.0をリリースいたしました。
 

リクエストサンプル

 選択/v2/shop/flights/fares?origin=TYO&departuredate=2017-10-01&returndate=2017-10-05&maxfare=70000&pointofsalecountry=JP

レスポンスサンプル

 選択{
  "OriginLocation": "TYO",
  "FareInfo": [
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": "N/A",
      "PricePerMile": 37.01,
      "LowestFare": {
        "AirlineCodes": [
          "KE"
        ],
        "Fare": 48590
      },
      "DestinationLocation": "BJS",
      "Distance": 1313,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=BJS&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "TR"
        ],
        "Fare": 61160
      },
      "PricePerMile": 21.32,
      "LowestFare": {
        "AirlineCodes": [
          "TR"
        ],
        "Fare": 61160
      },
      "DestinationLocation": "BKK",
      "Distance": 2869,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=BKK&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": "N/A",
      "PricePerMile": 29.98,
      "LowestFare": {
        "AirlineCodes": [
          "OZ"
        ],
        "Fare": 54630
      },
      "DestinationLocation": "CAN",
      "Distance": 1822,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=CAN&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "PR"
        ],
        "Fare": 47210
      },
      "PricePerMile": 23.33,
      "LowestFare": {
        "AirlineCodes": [
          "PR"
        ],
        "Fare": 47210
      },
      "DestinationLocation": "CEB",
      "Distance": 2024,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=CEB&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": "N/A",
      "PricePerMile": 48.2,
      "LowestFare": {
        "AirlineCodes": [
          "CA"
        ],
        "Fare": 46850
      },
      "DestinationLocation": "CGQ",
      "Distance": 972,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=CGQ&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "H1"
        ],
        "Fare": 50430
      },
      "PricePerMile": 64.32,
      "LowestFare": {
        "AirlineCodes": [
          "H1"
        ],
        "Fare": 50430
      },
      "DestinationLocation": "CJU",
      "Distance": 784,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=CJU&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": "N/A",
      "PricePerMile": 23.29,
      "LowestFare": {
        "AirlineCodes": [
          "JL",
          "PG"
        ],
        "Fare": 65680
      },
      "DestinationLocation": "CNX",
      "Distance": 2820,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=CNX&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "NH"
        ],
        "Fare": 61850
      },
      "PricePerMile": 23.23,
      "LowestFare": {
        "AirlineCodes": [
          "CA"
        ],
        "Fare": 48790
      },
      "DestinationLocation": "CTU",
      "Distance": 2100,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=CTU&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "VN"
        ],
        "Fare": 63120
      },
      "PricePerMile": 26.48,
      "LowestFare": {
        "AirlineCodes": [
          "VN"
        ],
        "Fare": 63120
      },
      "DestinationLocation": "DAD",
      "Distance": 2384,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=DAD&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "JL"
        ],
        "Fare": 63750
      },
      "PricePerMile": 53.52,
      "LowestFare": {
        "AirlineCodes": [
          "3U"
        ],
        "Fare": 55770
      },
      "DestinationLocation": "DLC",
      "Distance": 1042,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=DLC&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "DL"
        ],
        "Fare": 33480
      },
      "PricePerMile": 21.45,
      "LowestFare": {
        "AirlineCodes": [
          "DL"
        ],
        "Fare": 33480
      },
      "DestinationLocation": "GUM",
      "Distance": 1561,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=GUM&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "VN"
        ],
        "Fare": 67140
      },
      "PricePerMile": 22.06,
      "LowestFare": {
        "AirlineCodes": [
          "MH"
        ],
        "Fare": 50600
      },
      "DestinationLocation": "HAN",
      "Distance": 2294,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=HAN&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "GK"
        ],
        "Fare": 30620
      },
      "PricePerMile": 16.8,
      "LowestFare": {
        "AirlineCodes": [
          "GK"
        ],
        "Fare": 30620
      },
      "DestinationLocation": "HKG",
      "Distance": 1823,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=HKG&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": "N/A",
      "PricePerMile": 19.94,
      "LowestFare": {
        "AirlineCodes": [
          "MU",
          "FM"
        ],
        "Fare": 64800
      },
      "DestinationLocation": "HKT",
      "Distance": 3250,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=HKT&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": "N/A",
      "PricePerMile": 50.73,
      "LowestFare": {
        "AirlineCodes": [
          "MU"
        ],
        "Fare": 50070
      },
      "DestinationLocation": "HRB",
      "Distance": 987,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=HRB&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "JL"
        ],
        "Fare": 69580
      },
      "PricePerMile": 46.67,
      "LowestFare": {
        "AirlineCodes": [
          "JL"
        ],
        "Fare": 69580
      },
      "DestinationLocation": "KHH",
      "Distance": 1491,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=KHH&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "MH"
        ],
        "Fare": 58690
      },
      "PricePerMile": 17.58,
      "LowestFare": {
        "AirlineCodes": [
          "MH"
        ],
        "Fare": 58690
      },
      "DestinationLocation": "KUL",
      "Distance": 3338,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=KUL&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "NX"
        ],
        "Fare": 41610
      },
      "PricePerMile": 22.58,
      "LowestFare": {
        "AirlineCodes": [
          "NX"
        ],
        "Fare": 41610
      },
      "DestinationLocation": "MFM",
      "Distance": 1843,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=MFM&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "DL"
        ],
        "Fare": 49030
      },
      "PricePerMile": 25.97,
      "LowestFare": {
        "AirlineCodes": [
          "MH"
        ],
        "Fare": 48830
      },
      "DestinationLocation": "MNL",
      "Distance": 1880,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=MNL&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "MU"
        ],
        "Fare": 66150
      },
      "PricePerMile": 53.13,
      "LowestFare": {
        "AirlineCodes": [
          "MU"
        ],
        "Fare": 66150
      },
      "DestinationLocation": "NKG",
      "Distance": 1245,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=NKG&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": "N/A",
      "PricePerMile": 17.86,
      "LowestFare": {
        "AirlineCodes": [
          "MH"
        ],
        "Fare": 58690
      },
      "DestinationLocation": "PEN",
      "Distance": 3286,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=PEN&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "OZ"
        ],
        "Fare": 48740
      },
      "PricePerMile": 58.22,
      "LowestFare": {
        "AirlineCodes": [
          "OZ"
        ],
        "Fare": 35980
      },
      "DestinationLocation": "PUS",
      "Distance": 618,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=PUS&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "NH"
        ],
        "Fare": 103300
      },
      "PricePerMile": 16.96,
      "LowestFare": {
        "AirlineCodes": [
          "MH"
        ],
        "Fare": 50600
      },
      "DestinationLocation": "RGN",
      "Distance": 2984,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=RGN&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "OZ"
        ],
        "Fare": 25240
      },
      "PricePerMile": 33.3,
      "LowestFare": {
        "AirlineCodes": [
          "OZ"
        ],
        "Fare": 25240
      },
      "DestinationLocation": "SEL",
      "Distance": 758,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=SEL&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": "N/A",
      "PricePerMile": 18.49,
      "LowestFare": {
        "AirlineCodes": [
          "MH"
        ],
        "Fare": 50030
      },
      "DestinationLocation": "SGN",
      "Distance": 2706,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=SGN&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "GK",
          "MU"
        ],
        "Fare": 47730
      },
      "PricePerMile": 42.96,
      "LowestFare": {
        "AirlineCodes": [
          "GK",
          "MU"
        ],
        "Fare": 47730
      },
      "DestinationLocation": "SHA",
      "Distance": 1111,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=SHA&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "NH"
        ],
        "Fare": 77850
      },
      "PricePerMile": 49.29,
      "LowestFare": {
        "AirlineCodes": [
          "CA",
          "SC"
        ],
        "Fare": 48650
      },
      "DestinationLocation": "SHE",
      "Distance": 987,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=SHE&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "JL"
        ],
        "Fare": 59050
      },
      "PricePerMile": 15.23,
      "LowestFare": {
        "AirlineCodes": [
          "MH"
        ],
        "Fare": 50450
      },
      "DestinationLocation": "SIN",
      "Distance": 3312,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=SIN&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "DL"
        ],
        "Fare": 27540
      },
      "PricePerMile": 18.85,
      "LowestFare": {
        "AirlineCodes": [
          "DL"
        ],
        "Fare": 27540
      },
      "DestinationLocation": "SPN",
      "Distance": 1461,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=SPN&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "NH"
        ],
        "Fare": 77850
      },
      "PricePerMile": 28.74,
      "LowestFare": {
        "AirlineCodes": [
          "CA",
          "SC"
        ],
        "Fare": 31790
      },
      "DestinationLocation": "TAO",
      "Distance": 1106,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=TAO&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    },
    {
      "CurrencyCode": "JPY",
      "LowestNonStopFare": {
        "AirlineCodes": [
          "CI"
        ],
        "Fare": 39580
      },
      "PricePerMile": 29.76,
      "LowestFare": {
        "AirlineCodes": [
          "CI"
        ],
        "Fare": 39580
      },
      "DestinationLocation": "TPE",
      "Distance": 1330,
      "DepartureDateTime": "2017-10-01T00:00:00",
      "ReturnDateTime": "2017-10-05T00:00:00",
      "Links": [
        {
          "rel": "shop",
          "href": "https://api.havail.sabre.com/v1/shop/flights?origin=TYO&destination=TPE&departuredate=2017-10-01&returndate=2017-10-05&pointofsalecountry=JP"
        }
      ]
    }
  ],
  "Links": [
    {
      "rel": "self",
      "href": "https://api.havail.sabre.com/v2/shop/flights/fares?origin=TYO&departuredate=2017-10-01&returndate=2017-10-05&maxfare=70000&pointofsalecountry=JP"
    },
    {
      "rel": "linkTemplate",
      "href": "https://api.havail.sabre.com/v2/shop/flights/fares?origin=<origin>&departuredate=<departuredate>&returndate=<returndate>&location=<location>&theme=<theme>&minfare=<minfare>&maxfare=<maxfare>&lengthofstay=<lengthofstay>&earliestdeparturedate=<earliestdeparturedate>&latestdeparturedate=<latestdeparturedate>&pointofsalecountry=<pointofsalecountry>®ion=<region>&topdestinations=<topdestinations>&pricepermile=<pricepermile>"
    }
  ]
}
 

XMLタグ定義書