Example Response
{
"status": "success",
"data": {
"items": [
{
"id": "FND-CFA5F676962902EFEA0A4796",
"type": "LIVE_QUOTE",
"pnr": null,
"airlineCode": "9P",
"airlineName": "FLY JINNAH",
"flightNo": "764",
"from": "ISB",
"to": "BAH",
"routePath": "ISB-BAH",
"itineraryType": "ONE_WAY",
"departureDate": "2026-07-16",
"departureTime": "21:10",
"arrivalTime": "22:50:00",
"seatsAvailable": 7,
"hideSeats": false,
"isRefundable": false,
"sellingPrice": 114000,
"currency": "PKR",
"isStale": false
}
],
"groups": [
{
"groupKey": "ISB-BAH__9P",
"routeKey": "ISB-BAH",
"from": "ISB",
"to": "BAH",
"airlineCode": "9P",
"airlineName": "FLY JINNAH",
"summary": {
"totalRows": 1,
"minSellingPrice": 114000,
"maxSellingPrice": 114000,
"avgSellingPrice": 114000,
"lowSeatsCount": 0
},
"rows": [
{
"id": "FND-CFA5F676962902EFEA0A4796",
"flightNo": "764",
"departureDate": "2026-07-16",
"departureTime": "21:10",
"arrivalTime": "22:50:00",
"sellingPrice": 114000,
"currency": "PKR"
}
]
}
],
"meta": {
"page": 1,
"pageSize": 50,
"returned": 1,
"returnedGroups": 1,
"hasNext": false,
"hasPrev": false
}
}
}