🔍 Search for Flights (Raw Response)
🔍 Search for Flights (Raw Response)
🔍 Search for Flights (Raw Response)
Search for flights and return raw PKFare API response without mapping
This endpoint returns the unprocessed PKFare API response, useful for:
Same as /flights/search endpoint:
Returns the raw PKFare API response structure without any transformation or mapping. The response structure follows PKFare’s native format with solutions, flights, and segments.
This endpoint is primarily for debugging purposes. For production use, prefer the /flights/search endpoint which returns normalized and mapped data.
Origin airport IATA code (e.g., ‘DXB’)
Destination airport IATA code (e.g., ‘MUC’)
Departure date in YYYY-MM-DD format
Return date in YYYY-MM-DD format (for round-trip)
Maximum number of results to return (default: 10, max: 100)
Code-level limit for data returned (optional, internal use)
Currency code (e.g., ‘AED’, ‘AED’, ‘EUR’). Defaults to ‘AED’