{
"data": [
{
"origin": "IST",
"destination": "JFK",
"date": "2024-10-26",
"flightType": "roundtrip",
"originIsCity": 1,
"destinationIsCity": 0,
"originName": "Atatürk Havalimanı",
"originCity": "Istanbul",
"destinationName": "John F. Kennedy Uluslararası Havalimanı",
"destinationCity": null,
"lowestPrice": 0,
"popCount": 12
},
{
"origin": "IST",
"destination": "VAS",
"date": "2024-10-26",
"flightType": "roundtrip",
"originIsCity": 1,
"destinationIsCity": 0,
"originName": "Atatürk Havalimanı",
"originCity": "Istanbul",
"destinationName": "Nuri Demirağ Havalimanı",
"destinationCity": "Sivas",
"lowestPrice": 0,
"popCount": 11
},
{
"origin": "LON",
"destination": "IST",
"date": "2024-11-26",
"flightType": "oneway",
"originIsCity": 1,
"destinationIsCity": 1,
"originName": null,
"originCity": "London",
"destinationName": "Atatürk Havalimanı",
"destinationCity": "Istanbul",
"lowestPrice": 0,
"popCount": 2
},
{
"origin": "IST",
"destination": "ESB",
"date": "2024-10-05",
"flightType": "oneway",
"originIsCity": 1,
"destinationIsCity": 0,
"originName": "Atatürk Havalimanı",
"originCity": "Istanbul",
"destinationName": "Esenboğa Havalimanı",
"destinationCity": null,
"lowestPrice": 0,
"popCount": 85
},
{
"origin": "IST",
"destination": "LHR",
"date": "2024-11-30",
"flightType": "oneway",
"originIsCity": 1,
"destinationIsCity": 0,
"originName": "Atatürk Havalimanı",
"originCity": "Istanbul",
"destinationName": "Heathrow Havalimanı",
"destinationCity": null,
"lowestPrice": 0,
"popCount": 14
},
{
"origin": "IST",
"destination": "ADB",
"date": "2024-10-26",
"flightType": "roundtrip",
"originIsCity": 1,
"destinationIsCity": 0,
"originName": "Atatürk Havalimanı",
"originCity": "Istanbul",
"destinationName": "Adnan Menderes Havalimanı",
"destinationCity": null,
"lowestPrice": 0,
"popCount": 41
}
],
"success": true,
"code": 0,
"message": ""
}