API Portal for the Cullinan UDMS products. To use this API, please contact our web team to obtain an API Key.

Each request needs to include an Api_Key in the headers.

  • Only GET requests are accepted for the API.
  • Supported response formats are XML and JSON - defaulted to JSON. To ensure a specific format is returned, please add an 'Accept' header in your request, e.g. 'Accept: application/xml' or add GET parameter to your URL , e.g. ?format=xml
  • Substitute the regex values in the URL endpoint samples to suit your request.
  • Date formats are strictly YYYY-MM-DD, e.g. 2022-04-10.
Sample request:
curl --header "Accept: application/json" --header 'Authorization: Api-Key my-notsot-supr-sercure-api-key' "https://udmsapi.cullinan.co.za/v1/countries/"
GET /v1/flights/rates/?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1678,
    "next": "https://udmsapi.cullinan.co.za/v1/flights/rates/?format=api&page=17",
    "previous": "https://udmsapi.cullinan.co.za/v1/flights/rates/?format=api&page=15",
    "results": [
        {
            "supplier": "Natural Selection",
            "supplier_code": "ntsl01",
            "product_name": "Air Transfer",
            "product_code": "41509",
            "season_start": "2025-01-10",
            "season_end": "2026-01-09",
            "sell_from": "2025-01-06",
            "sell_to": "2026-01-09",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 472,
            "sng": 945,
            "tpl": 472,
            "qad": 472,
            "qin": 472,
            "six": 472,
            "sep": 472,
            "oct": 472,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 13,
            "pax_from": 9,
            "pax_to": 13,
            "pax_price": 472.0,
            "pickup_code": "MUBCNK",
            "dropoff_code": "CNKMUB",
            "pickup": "Maun Airport",
            "dropoff": "Central Kalahari",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-7 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  27",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Natural Selection",
            "supplier_code": "ntsl01",
            "product_name": "Air Transfer",
            "product_code": "41509",
            "season_start": "2025-01-10",
            "season_end": "2026-01-09",
            "sell_from": "2025-01-06",
            "sell_to": "2026-01-09",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 472,
            "sng": 945,
            "tpl": 472,
            "qad": 472,
            "qin": 472,
            "six": 472,
            "sep": 472,
            "oct": 472,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 13,
            "pax_from": 9,
            "pax_to": 13,
            "pax_price": 472.0,
            "pickup_code": "MUBCNK",
            "dropoff_code": "CNKMUB",
            "pickup": "Maun Airport",
            "dropoff": "Central Kalahari",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-7 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  27",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Natural Selection",
            "supplier_code": "ntsl01",
            "product_name": "Air Transfer",
            "product_code": "41509",
            "season_start": "2025-01-10",
            "season_end": "2026-01-09",
            "sell_from": "2025-01-06",
            "sell_to": "2026-01-09",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 472,
            "sng": 945,
            "tpl": 472,
            "qad": 472,
            "qin": 472,
            "six": 472,
            "sep": 472,
            "oct": 472,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 13,
            "pax_from": 9,
            "pax_to": 13,
            "pax_price": 472.0,
            "pickup_code": "MUBCNK",
            "dropoff_code": "CNKMUB",
            "pickup": "Maun Airport",
            "dropoff": "Central Kalahari",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-7 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  27",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Natural Selection",
            "supplier_code": "ntsl01",
            "product_name": "Air Transfer",
            "product_code": "41509",
            "season_start": "2025-01-10",
            "season_end": "2026-01-09",
            "sell_from": "2025-01-06",
            "sell_to": "2026-01-09",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 445,
            "sng": 891,
            "tpl": 445,
            "qad": 445,
            "qin": 445,
            "six": 445,
            "sep": 445,
            "oct": 445,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 13,
            "pax_from": 9,
            "pax_to": 13,
            "pax_price": 445.0,
            "pickup_code": "CNKMUB",
            "dropoff_code": "MUBCNK",
            "pickup": "Central Kalahari",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-7 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Natural Selection",
            "supplier_code": "ntsl01",
            "product_name": "Air Transfer",
            "product_code": "41509",
            "season_start": "2025-01-10",
            "season_end": "2026-01-09",
            "sell_from": "2025-01-06",
            "sell_to": "2026-01-09",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 761,
            "sng": 1522,
            "tpl": 761,
            "qad": 761,
            "qin": 761,
            "six": 761,
            "sep": 761,
            "oct": 761,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 13,
            "pax_from": 9,
            "pax_to": 13,
            "pax_price": 761.0,
            "pickup_code": "CNKOKD",
            "dropoff_code": "OKDCNK",
            "pickup": "Central Kalahari",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-7 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Natural Selection",
            "supplier_code": "ntsl01",
            "product_name": "Air Transfer",
            "product_code": "41509",
            "season_start": "2025-01-10",
            "season_end": "2026-01-09",
            "sell_from": "2025-01-06",
            "sell_to": "2026-01-09",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 445,
            "sng": 891,
            "tpl": 445,
            "qad": 445,
            "qin": 445,
            "six": 445,
            "sep": 445,
            "oct": 445,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 13,
            "pax_from": 9,
            "pax_to": 13,
            "pax_price": 445.0,
            "pickup_code": "CNKMUB",
            "dropoff_code": "MUBCNK",
            "pickup": "Central Kalahari",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-7 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 534,
            "sng": 534,
            "tpl": 534,
            "qad": 534,
            "qin": 534,
            "six": 534,
            "sep": 534,
            "oct": 534,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 534.0,
            "pickup_code": "MFULVP",
            "dropoff_code": "LVPMFU",
            "pickup": "Mfuwe Airport",
            "dropoff": "Livingstone Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 237,
            "sng": 237,
            "tpl": 237,
            "qad": 237,
            "qin": 237,
            "six": 237,
            "sep": 237,
            "oct": 237,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 237.0,
            "pickup_code": "LPTRAP",
            "dropoff_code": "RAPLPT",
            "pickup": "Lusaka Airport",
            "dropoff": "Royal Airstrip",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 534,
            "sng": 534,
            "tpl": 534,
            "qad": 534,
            "qin": 534,
            "six": 534,
            "sep": 534,
            "oct": 534,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 534.0,
            "pickup_code": "LVPMFU",
            "dropoff_code": "MFULVP",
            "pickup": "Livingstone Airport",
            "dropoff": "Mfuwe Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 384,
            "sng": 384,
            "tpl": 384,
            "qad": 384,
            "qin": 384,
            "six": 384,
            "sep": 384,
            "oct": 384,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 384.0,
            "pickup_code": "MFULPT",
            "dropoff_code": "LPTMFU",
            "pickup": "Mfuwe Airport",
            "dropoff": "Lusaka Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 386,
            "sng": 386,
            "tpl": 386,
            "qad": 386,
            "qin": 386,
            "six": 386,
            "sep": 386,
            "oct": 386,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 386.0,
            "pickup_code": "LPTMFU",
            "dropoff_code": "MFULPT",
            "pickup": "Lusaka Airport",
            "dropoff": "Mfuwe Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Jeki Airstrip (via Lusaka) to Livingstone Airport (LVI)",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 495,
            "sng": 495,
            "tpl": 495,
            "qad": 495,
            "qin": 495,
            "six": 495,
            "sep": 495,
            "oct": 495,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 495.0,
            "pickup_code": "JAPLVP",
            "dropoff_code": "LVPJAP",
            "pickup": "Jeki Airstrip",
            "dropoff": "Livingstone Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Royal Airstrip (via Lusaka) to Mfuwe Airport (MFU)",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 501,
            "sng": 501,
            "tpl": 501,
            "qad": 501,
            "qin": 501,
            "six": 501,
            "sep": 501,
            "oct": 501,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 501.0,
            "pickup_code": "RAPMFU",
            "dropoff_code": "MFURAP",
            "pickup": "Royal Airstrip",
            "dropoff": "Mfuwe Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Mfuwe Airport (MFU) to Jeki Airstrip (via Lusaka)",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 498,
            "sng": 498,
            "tpl": 498,
            "qad": 498,
            "qin": 498,
            "six": 498,
            "sep": 498,
            "oct": 498,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 498.0,
            "pickup_code": "MFUJAP",
            "dropoff_code": "JAPMFU",
            "pickup": "Mfuwe Airport",
            "dropoff": "Jeki Airstrip",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Royal Airstrip (via Lusaka) to Livingstone Airport (LVI)",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 495,
            "sng": 495,
            "tpl": 495,
            "qad": 495,
            "qin": 495,
            "six": 495,
            "sep": 495,
            "oct": 495,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 495.0,
            "pickup_code": "RAPLVP",
            "dropoff_code": "LVPRAP",
            "pickup": "Royal Airstrip",
            "dropoff": "Livingstone Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate -Livingstone Airport (LVI) to Jeki Airstrip (via Lusaka)",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 493,
            "sng": 493,
            "tpl": 493,
            "qad": 493,
            "qin": 493,
            "six": 493,
            "sep": 493,
            "oct": 493,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 493.0,
            "pickup_code": "LVPJAP",
            "dropoff_code": "JAPLVP",
            "pickup": "Livingstone Airport",
            "dropoff": "Jeki Airstrip",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Mfuwe Airport (MFU) to Royal Airstrip (via Lusaka)",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 498,
            "sng": 498,
            "tpl": 498,
            "qad": 498,
            "qin": 498,
            "six": 498,
            "sep": 498,
            "oct": 498,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 498.0,
            "pickup_code": "MFURAP",
            "dropoff_code": "RAPMFU",
            "pickup": "Mfuwe Airport",
            "dropoff": "Royal Airstrip",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Jeki Airstrip (via Lusaka) to Mfuwe Airport (MFU)",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 501,
            "sng": 501,
            "tpl": 501,
            "qad": 501,
            "qin": 501,
            "six": 501,
            "sep": 501,
            "oct": 501,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 501.0,
            "pickup_code": "JAPMFU",
            "dropoff_code": "MFUJAP",
            "pickup": "Jeki Airstrip",
            "dropoff": "Mfuwe Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate -Livingstone Airport (LVI) to Royal Airstrip (via Lusaka)",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 493,
            "sng": 493,
            "tpl": 493,
            "qad": 493,
            "qin": 493,
            "six": 493,
            "sep": 493,
            "oct": 493,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 493.0,
            "pickup_code": "LVPRAP",
            "dropoff_code": "RAPLVP",
            "pickup": "Livingstone Airport",
            "dropoff": "Royal Airstrip",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 492,
            "sng": 492,
            "tpl": 492,
            "qad": 492,
            "qin": 492,
            "six": 492,
            "sep": 492,
            "oct": 492,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 492.0,
            "pickup_code": "MFUJAP",
            "dropoff_code": "JAPMFU",
            "pickup": "Mfuwe Airport",
            "dropoff": "Jeki Airstrip",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Royal Airstrip to Mfuwe Airport (MFU) (via Jeki)",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 501,
            "sng": 501,
            "tpl": 501,
            "qad": 501,
            "qin": 501,
            "six": 501,
            "sep": 501,
            "oct": 501,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 501.0,
            "pickup_code": "RAPMFU",
            "dropoff_code": "MFURAP",
            "pickup": "Royal Airstrip",
            "dropoff": "Mfuwe Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 217,
            "sng": 217,
            "tpl": 217,
            "qad": 217,
            "qin": 217,
            "six": 217,
            "sep": 217,
            "oct": 217,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 217.0,
            "pickup_code": "RAPLPT",
            "dropoff_code": "LPTRAP",
            "pickup": "Royal Airstrip",
            "dropoff": "Lusaka Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 337,
            "sng": 337,
            "tpl": 337,
            "qad": 337,
            "qin": 337,
            "six": 337,
            "sep": 337,
            "oct": 337,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 337.0,
            "pickup_code": "LPTLVP",
            "dropoff_code": "LVPLPT",
            "pickup": "Lusaka Airport",
            "dropoff": "Livingstone Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 475,
            "sng": 475,
            "tpl": 475,
            "qad": 475,
            "qin": 475,
            "six": 475,
            "sep": 475,
            "oct": 475,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 475.0,
            "pickup_code": "JAPMFU",
            "dropoff_code": "MFUJAP",
            "pickup": "Jeki Airstrip",
            "dropoff": "Mfuwe Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 217,
            "sng": 217,
            "tpl": 217,
            "qad": 217,
            "qin": 217,
            "six": 217,
            "sep": 217,
            "oct": 217,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 217.0,
            "pickup_code": "JAPLPT",
            "dropoff_code": "LPTJAP",
            "pickup": "Jeki Airstrip",
            "dropoff": "Lusaka Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate - Mfuwe Airport (MFU) (via Jeki) to Royal Airstrip",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 498,
            "sng": 498,
            "tpl": 498,
            "qad": 498,
            "qin": 498,
            "six": 498,
            "sep": 498,
            "oct": 498,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 498.0,
            "pickup_code": "MFURAP",
            "dropoff_code": "RAPMFU",
            "pickup": "Mfuwe Airport",
            "dropoff": "Royal Airstrip",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 237,
            "sng": 237,
            "tpl": 237,
            "qad": 237,
            "qin": 237,
            "six": 237,
            "sep": 237,
            "oct": 237,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 237.0,
            "pickup_code": "LPTJAP",
            "dropoff_code": "JAPLPT",
            "pickup": "Lusaka Airport",
            "dropoff": "Jeki Airstrip",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Proflight Air Transfer",
            "supplier_code": "prof01",
            "product_name": "Air Transfer",
            "product_code": "36907",
            "season_start": "2025-02-11",
            "season_end": "2025-12-31",
            "sell_from": "2025-02-11",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Fare Class is Y(Classic)",
            "inclusions": "Bank charges",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 335,
            "sng": 335,
            "tpl": 335,
            "qad": 335,
            "qin": 335,
            "six": 335,
            "sep": 335,
            "oct": 335,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 335.0,
            "pickup_code": "LVPLPT",
            "dropoff_code": "LPTLVP",
            "pickup": "Livingstone Airport",
            "dropoff": "Lusaka Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-999 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-08-27",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 670,
            "sng": 1341,
            "tpl": 670,
            "qad": 670,
            "qin": 670,
            "six": 670,
            "sep": 670,
            "oct": 670,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 670.0,
            "pickup_code": "MANVAA",
            "dropoff_code": "VAAMAN",
            "pickup": "Mana Pools National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "07:30",
            "pickupto_time": "07:30",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-08-27",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 686,
            "sng": 1373,
            "tpl": 686,
            "qad": 686,
            "qin": 686,
            "six": 686,
            "sep": 686,
            "oct": 686,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 686.0,
            "pickup_code": "VAAMAN",
            "dropoff_code": "MANVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Mana Pools National Park",
            "pickupfrom_time": "12:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-10-25",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long For extra luggage guests can book an additional seat on the aircraft subject to availability To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat. PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available. VICTORIA FALLS AIRPORT LOUNGE All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available. TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONS Flight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained. Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability. Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation. Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification. SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit. CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 319,
            "sng": null,
            "tpl": 319,
            "qad": 319,
            "qin": 319,
            "six": 319,
            "sep": 319,
            "oct": 319,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 319.0,
            "pickup_code": "HWPVAA",
            "dropoff_code": "VAAHWP",
            "pickup": "Hwange National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-10-25",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long For extra luggage guests can book an additional seat on the aircraft subject to availability To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat. PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available. VICTORIA FALLS AIRPORT LOUNGE All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available. TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONS Flight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained. Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability. Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation. Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification. SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit. CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 335,
            "sng": null,
            "tpl": 335,
            "qad": 335,
            "qin": 335,
            "six": 335,
            "sep": 335,
            "oct": 335,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 335.0,
            "pickup_code": "VAAHWP",
            "dropoff_code": "HWPVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 470,
            "sng": null,
            "tpl": 470,
            "qad": 470,
            "qin": 470,
            "six": 470,
            "sep": 470,
            "oct": 470,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 470.0,
            "pickup_code": "KARHWA",
            "dropoff_code": "HWAKAR",
            "pickup": "Lake Kariba",
            "dropoff": "Hwange",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 319,
            "sng": null,
            "tpl": 319,
            "qad": 319,
            "qin": 319,
            "six": 319,
            "sep": 319,
            "oct": 319,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 319.0,
            "pickup_code": "KARMAN",
            "dropoff_code": "MANKAR",
            "pickup": "Lake Kariba",
            "dropoff": "Mana Pools National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Scheduled to connect with departures to Johannesburg. LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 670,
            "sng": null,
            "tpl": 670,
            "qad": 670,
            "qin": 670,
            "six": 670,
            "sep": 670,
            "oct": 670,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 670.0,
            "pickup_code": "MANVAA",
            "dropoff_code": "VAAMAN",
            "pickup": "Mana Pools National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 497,
            "sng": null,
            "tpl": 497,
            "qad": 497,
            "qin": 497,
            "six": 497,
            "sep": 497,
            "oct": 497,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 497.0,
            "pickup_code": "VAAKAR",
            "dropoff_code": "KARVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Lake Kariba",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 514,
            "sng": null,
            "tpl": 514,
            "qad": 514,
            "qin": 514,
            "six": 514,
            "sep": 514,
            "oct": 514,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 514.0,
            "pickup_code": "ASYKAR",
            "dropoff_code": "KARASY",
            "pickup": "Harare",
            "dropoff": "Lake Kariba",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 514,
            "sng": null,
            "tpl": 514,
            "qad": 514,
            "qin": 514,
            "six": 514,
            "sep": 514,
            "oct": 514,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 514.0,
            "pickup_code": "ASYMAN",
            "dropoff_code": "MANASY",
            "pickup": "Harare",
            "dropoff": "Mana Pools National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Scheduled to connect with departures to Johannesburg. LUGGAGE - Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long For extra luggage guests can book an additional seat on the aircraft subject to availability To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat. PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available. VICTORIA FALLS AIRPORT LOUNGE All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available. TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONS Flight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained. Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability. Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation. Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification. SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit. CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 497,
            "sng": null,
            "tpl": 497,
            "qad": 497,
            "qin": 497,
            "six": 497,
            "sep": 497,
            "oct": 497,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 497.0,
            "pickup_code": "MANASY",
            "dropoff_code": "ASYMAN",
            "pickup": "Mana Pools National Park",
            "dropoff": "Harare",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 605,
            "sng": null,
            "tpl": 605,
            "qad": 605,
            "qin": 605,
            "six": 605,
            "sep": 605,
            "oct": 605,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 605.0,
            "pickup_code": "MANHWA",
            "dropoff_code": "HWAMAN",
            "pickup": "Mana Pools National Park",
            "dropoff": "Hwange",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 497,
            "sng": null,
            "tpl": 497,
            "qad": 497,
            "qin": 497,
            "six": 497,
            "sep": 497,
            "oct": 497,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 497.0,
            "pickup_code": "KARASY",
            "dropoff_code": "ASYKAR",
            "pickup": "Lake Kariba",
            "dropoff": "Harare",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 486,
            "sng": null,
            "tpl": 486,
            "qad": 486,
            "qin": 486,
            "six": 486,
            "sep": 486,
            "oct": 486,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 486.0,
            "pickup_code": "HWAKAR",
            "dropoff_code": "KARHWA",
            "pickup": "Hwange",
            "dropoff": "Lake Kariba",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 686,
            "sng": null,
            "tpl": 686,
            "qad": 686,
            "qin": 686,
            "six": 686,
            "sep": 686,
            "oct": 686,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 686.0,
            "pickup_code": "VAAMAN",
            "dropoff_code": "MANVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Mana Pools National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 622,
            "sng": null,
            "tpl": 622,
            "qad": 622,
            "qin": 622,
            "six": 622,
            "sep": 622,
            "oct": 622,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 622.0,
            "pickup_code": "HWAMAN",
            "dropoff_code": "MANHWA",
            "pickup": "Hwange",
            "dropoff": "Mana Pools National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 319,
            "sng": null,
            "tpl": 319,
            "qad": 319,
            "qin": 319,
            "six": 319,
            "sep": 319,
            "oct": 319,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 319.0,
            "pickup_code": "MANKAR",
            "dropoff_code": "KARMAN",
            "pickup": "Mana Pools National Park",
            "dropoff": "Lake Kariba",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2025-04-01",
            "season_end": "2026-01-05",
            "sell_from": "2024-09-04",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "LUGGAGE - Soft sided bags only, no wheels or framesMaximum weight off 44 lbs (20kgs) which includes hand luggageSize restrictions 10in (25cm) wide by 12 in (30cm) high and 24 in (62cm) longFor extra luggage guests can book an additional seat on the aircraft subject to availabilityTo ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) mya need to purchase an additional seat.PRIVATE LOUNGE ACCESS - All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.VICTORIA FALLS AIRPORT LOUNGEAll guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.TRAVEL INSURANCE - Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses releated to medical emergencies, evacuations or any other situations such as lost luggage. TERMS & CONDITIONSFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.Safari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft.The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip.The quotation is subject to availability at the time of confirmation.Prices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.SCHEDULE - Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.CONNECTING FLIGHTS - Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off. WEATHER AFFECTED FLIGHTS - During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 481,
            "sng": null,
            "tpl": 481,
            "qad": 481,
            "qin": 481,
            "six": 481,
            "sep": 481,
            "oct": 481,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 481.0,
            "pickup_code": "KARVAA",
            "dropoff_code": "VAAKAR",
            "pickup": "Lake Kariba",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Applicable to Somalisa guests only.\n \nFlights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 335,
            "sng": null,
            "tpl": 335,
            "qad": 335,
            "qin": 335,
            "six": 335,
            "sep": 335,
            "oct": 335,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 335.0,
            "pickup_code": "HWPVAA",
            "dropoff_code": "VAAHWP",
            "pickup": "Hwange National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 351,
            "sng": null,
            "tpl": 351,
            "qad": 351,
            "qin": 351,
            "six": 351,
            "sep": 351,
            "oct": 351,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 351.0,
            "pickup_code": "DZUVAA",
            "dropoff_code": "VAADZU",
            "pickup": "Hwange National Park Airport",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 351,
            "sng": null,
            "tpl": 351,
            "qad": 351,
            "qin": 351,
            "six": 351,
            "sep": 351,
            "oct": 351,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 351.0,
            "pickup_code": "VAADZU",
            "dropoff_code": "DZUVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-12",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Applicable to Somalisa guests only.\n \nFlights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 351,
            "sng": null,
            "tpl": 351,
            "qad": 351,
            "qin": 351,
            "six": 351,
            "sep": 351,
            "oct": 351,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 351.0,
            "pickup_code": "VAAHWP",
            "dropoff_code": "HWPVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Scheduled to connect with departures to Johannesburg. Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 730,
            "sng": null,
            "tpl": 730,
            "qad": 730,
            "qin": 730,
            "six": 730,
            "sep": 730,
            "oct": 730,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 730.0,
            "pickup_code": "VAAMAN",
            "dropoff_code": "MANVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Mana Pools National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Scheduled to connect with departures to Johannesburg. Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 714,
            "sng": null,
            "tpl": 714,
            "qad": 714,
            "qin": 714,
            "six": 714,
            "sep": 714,
            "oct": 714,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 714.0,
            "pickup_code": "MANVAA",
            "dropoff_code": "VAAMAN",
            "pickup": "Mana Pools National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 649,
            "sng": null,
            "tpl": 649,
            "qad": 649,
            "qin": 649,
            "six": 649,
            "sep": 649,
            "oct": 649,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 649.0,
            "pickup_code": "MANHWA",
            "dropoff_code": "HWAMAN",
            "pickup": "Mana Pools National Park",
            "dropoff": "Hwange",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 546,
            "sng": null,
            "tpl": 546,
            "qad": 546,
            "qin": 546,
            "six": 546,
            "sep": 546,
            "oct": 546,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 546.0,
            "pickup_code": "ASYMAN",
            "dropoff_code": "MANASY",
            "pickup": "Harare",
            "dropoff": "Mana Pools National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 546,
            "sng": null,
            "tpl": 546,
            "qad": 546,
            "qin": 546,
            "six": 546,
            "sep": 546,
            "oct": 546,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 546.0,
            "pickup_code": "ASYKAR",
            "dropoff_code": "KARASY",
            "pickup": "Harare",
            "dropoff": "Lake Kariba",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 665,
            "sng": null,
            "tpl": 665,
            "qad": 665,
            "qin": 665,
            "six": 665,
            "sep": 665,
            "oct": 665,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 665.0,
            "pickup_code": "HWAMAN",
            "dropoff_code": "MANHWA",
            "pickup": "Hwange",
            "dropoff": "Mana Pools National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 335,
            "sng": null,
            "tpl": 335,
            "qad": 335,
            "qin": 335,
            "six": 335,
            "sep": 335,
            "oct": 335,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 335.0,
            "pickup_code": "KARMAN",
            "dropoff_code": "MANKAR",
            "pickup": "Lake Kariba",
            "dropoff": "Mana Pools National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 530,
            "sng": null,
            "tpl": 530,
            "qad": 530,
            "qin": 530,
            "six": 530,
            "sep": 530,
            "oct": 530,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 530.0,
            "pickup_code": "KARASY",
            "dropoff_code": "ASYKAR",
            "pickup": "Lake Kariba",
            "dropoff": "Harare",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 524,
            "sng": null,
            "tpl": 524,
            "qad": 524,
            "qin": 524,
            "six": 524,
            "sep": 524,
            "oct": 524,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 524.0,
            "pickup_code": "VAAKAR",
            "dropoff_code": "KARVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Lake Kariba",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 508,
            "sng": null,
            "tpl": 508,
            "qad": 508,
            "qin": 508,
            "six": 508,
            "sep": 508,
            "oct": 508,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 508.0,
            "pickup_code": "KARVAA",
            "dropoff_code": "VAAKAR",
            "pickup": "Lake Kariba",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 514,
            "sng": null,
            "tpl": 514,
            "qad": 514,
            "qin": 514,
            "six": 514,
            "sep": 514,
            "oct": 514,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 514.0,
            "pickup_code": "HWAKAR",
            "dropoff_code": "KARHWA",
            "pickup": "Hwange",
            "dropoff": "Lake Kariba",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Scheduled to connect with departures to Johannesburg. Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 530,
            "sng": null,
            "tpl": 530,
            "qad": 530,
            "qin": 530,
            "six": 530,
            "sep": 530,
            "oct": 530,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 530.0,
            "pickup_code": "MANASY",
            "dropoff_code": "ASYMAN",
            "pickup": "Mana Pools National Park",
            "dropoff": "Harare",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 497,
            "sng": null,
            "tpl": 497,
            "qad": 497,
            "qin": 497,
            "six": 497,
            "sep": 497,
            "oct": 497,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 497.0,
            "pickup_code": "KARHWA",
            "dropoff_code": "HWAKAR",
            "pickup": "Lake Kariba",
            "dropoff": "Hwange",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Safari Logistics",
            "supplier_code": "safa05",
            "product_name": "Air Transfer",
            "product_code": "36908",
            "season_start": "2026-04-01",
            "season_end": "2027-01-05",
            "sell_from": "2025-05-12",
            "sell_to": "2027-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Flights from Victoria Falls International Airport will depart at approximately 12h30pm, a second departure to Manga airstrip maybe possible subject to airline discretion\nFlights from Harare International Airport will depart at approximately 14h30.  Please allow 1 hour 30 minutes for transfers from the international terminal to the domestic terminal at both airports.\nLUGGAGE: Soft sided bags only, no wheels or frames Maximum weight off 44 lbs (20kgs) which includes hand luggage Size restrictions 10 in (25cm) wide by 12 in (30cm) high and 24 in (62cm) long. For extra luggage guests can book an additional seat on the aircraft, subject to availability. To ensure proper loading the pilot will also need the weight of each passenger individuals over 265 lbs (120kg) may need to purchase an additional seat.\nPRIVATE LOUNGE ACCESS: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare airport, where there is water, coffee and free WiFi available.\nCHILD POLICY: Children under 2 years sitting on parents lap fly free. Departure taxes still apply where applicable.\nVICTORIA FALLS AIRPORT LOUNGE: All guests flying with Safari Logistics have access to the Safari Logistics Private Lounge at Victoria Falls Airport and Harare Airport where there is water, coffee and free WiFi available.\nTRAVEL INSURANCE: Travel insurance is mandatory for all guests travelling with African Bush Camps, if guests do not have insurance they will be responsible for any expenses related to medical emergencies, evacuations  or any other situations such as lost luggage.\n \nTERMS & CONDITIONS:\nFlight clearances require 24 hours and therefore Safari Logistics require at least 24 hours notice to be able to commit to a flight. The flight is subject to the relevant flight clearance being obtained.\nSafari Logistics accepts no responsibility for any delays caused by unforeseen circumstances, mechanical breakdowns, diversions due to weather or any other cause. However, we will endeavour to rectify the situation to the best of our ability.\nSafari Logistics reserve the right to sub charter third party aircraft should we not be able to provide our own aircraft. The flight is strictly subject to runway conditions and serviceability. If the destination airport/ airstrip is unsuitable for our aircraft for any reason, we will divert to the nearest alternative airport/ airstrip. The quotation is subject to availability at the time of confirmation.\nPrices are based on current fuel pricing in Zimbabwe. An escalation in fuel will influence the price and Safari Logistics has the right to adjust it without prior notification.\nSCHEDULE: Safari Logistics operates daily, with a minimum 2 passengers. The schedule is subject to change, depending on confirmed seats per route, weather, airstrip conditions and mechanical issues beyond our control. Any guest arriving less than 30 minutes before the stipulated departure time may have their seat cancelled to avoid knock-on effects with the schedule for the remainder of the day. All flights operate during daylight hours as many of the airstrips are unlit.\nCONNECTING FLIGHTS: Safari Logistics accepts no responsibility for any delays caused by unforeseen circumstances such as mechanical breakdowns, diversions due to weather or any other cause. For this reason, Safari Logistics recommends that all passengers overnight in Victoria Falls or Harare prior to and after their safaris in Zimbabwe. Adequate Travel Insurance is essential as Safari Logistics is not responsible for missed onward connections or having to overnight passengers due to unforeseen circumstances. Where possible, Safari Logistics will offer alternative means of transport if weather or mechanical breakdown prevents the plane from taking off.\nDeparture Taxes - Airport departure taxes of (15 Dollars per person are excluded from all rates and must be added where applicable. This departure tax applies to Victoria Falls International Airport, Hwange Domestic Airport, Kariba Domestic Airport, and Harare International Airport.\nAll flights between 01 April26 - 31 Mar27  (Bumi Hills, Mana Pools) require an exclusive use charter to be booked (rates on request from the supplier) Cesssna 206, seats a maximum of 4 passengers, provided the combined passenger weight is less than 300 kg. Cessena 208 seats a maximum of 10 passengers.\nWEATHER AFFECTED FLIGHTS: During Zimbabwes rainy season (typically November to April) certain airstrips may be out of service. In these cases, the closest alternative airstrip will be used. It is imperative that passengers have adequate Travel Insurance to cover cancelled flights, costs of alternative accommodations/arrangements and possible missed onward connections.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 335,
            "sng": null,
            "tpl": 335,
            "qad": 335,
            "qin": 335,
            "six": 335,
            "sep": 335,
            "oct": 335,
            "product_type": "Flights",
            "min_pax": 2,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 335.0,
            "pickup_code": "MANKAR",
            "dropoff_code": "KARMAN",
            "pickup": "Mana Pools National Park",
            "dropoff": "Lake Kariba",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-45 days 100%, 46-99 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": null,
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Loapi Camp",
            "supplier_code": "tloc01",
            "product_name": "Flight",
            "product_code": "72587",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-12",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "ORTVZR",
            "dropoff_code": "VZRORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Loapi Camp",
            "supplier_code": "tloc01",
            "product_name": "Flight",
            "product_code": "72587",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-12",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "CPAVZR",
            "dropoff_code": "VZRCPA",
            "pickup": "Cape Town International Airport",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "12:00",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Loapi Camp",
            "supplier_code": "tloc01",
            "product_name": "Flight",
            "product_code": "72587",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-12",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "VZRORT",
            "dropoff_code": "ORTVZR",
            "pickup": "Van Zylrus",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:20",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Loapi Camp",
            "supplier_code": "tloc01",
            "product_name": "Flight",
            "product_code": "72587",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-12",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "VZRCPA",
            "dropoff_code": "CPAVZR",
            "pickup": "Van Zylrus",
            "dropoff": "Cape Town International Airport",
            "pickupfrom_time": "14:50",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Loapi Camp",
            "supplier_code": "tloc01",
            "product_name": "Flight",
            "product_code": "72587",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "EXEVZR",
            "dropoff_code": "VZREXE",
            "pickup": "Execujet Hangar Airport (CPT)",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "12:00",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Loapi Camp",
            "supplier_code": "tloc01",
            "product_name": "Flight",
            "product_code": "72587",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "FLHVZR",
            "dropoff_code": "VZRFLH",
            "pickup": "Fireblade Lounge Hangar OR Tambo International Airport",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Loapi Camp",
            "supplier_code": "tloc01",
            "product_name": "Flight",
            "product_code": "72587",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "VZREXE",
            "dropoff_code": "EXEVZR",
            "pickup": "Van Zylrus",
            "dropoff": "Execujet Hangar Airport (CPT)",
            "pickupfrom_time": "14:50",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Loapi Camp",
            "supplier_code": "tloc01",
            "product_name": "Flight",
            "product_code": "72587",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "VZRFLH",
            "dropoff_code": "FLHVZR",
            "pickup": "Van Zylrus",
            "dropoff": "Fireblade Lounge Hangar OR Tambo International Airport",
            "pickupfrom_time": "10:20",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Motse Camp",
            "supplier_code": "tswa01",
            "product_name": "Air Transfer",
            "product_code": "36424",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-08",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "VZRORT",
            "dropoff_code": "ORTVZR",
            "pickup": "Van Zylrus",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:20",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;Best of Tswalu - Stay 6 Pay 5 Offer - Children pay 50 percent of published flight costs. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Motse Camp",
            "supplier_code": "tswa01",
            "product_name": "Air Transfer",
            "product_code": "36424",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-08",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "ORTVZR",
            "dropoff_code": "VZRORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "13:00",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;Best of Tswalu - Stay 6 Pay 5 Offer - Children pay 50 percent of published flight costs. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Motse Camp",
            "supplier_code": "tswa01",
            "product_name": "Air Transfer",
            "product_code": "36424",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-08",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "VZRCPA",
            "dropoff_code": "CPAVZR",
            "pickup": "Van Zylrus",
            "dropoff": "Cape Town International Airport",
            "pickupfrom_time": "14:50",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;Best of Tswalu - Stay 6 Pay 5 Offer - Children pay 50 percent of published flight costs. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Motse Camp",
            "supplier_code": "tswa01",
            "product_name": "Air Transfer",
            "product_code": "36424",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-08",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "CPAVZR",
            "dropoff_code": "VZRCPA",
            "pickup": "Cape Town International Airport",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "12:00",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;Best of Tswalu - Stay 6 Pay 5 Offer - Children pay 50 percent of published flight costs. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Motse Camp",
            "supplier_code": "tswa01",
            "product_name": "Air Transfer",
            "product_code": "36424",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "FLHVZR",
            "dropoff_code": "VZRFLH",
            "pickup": "Fireblade Lounge Hangar OR Tambo International Airport",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "13:00",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;Best of Tswalu - Stay 6 Pay 5 Offer - Children pay 50 percent of published flight costs. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Motse Camp",
            "supplier_code": "tswa01",
            "product_name": "Air Transfer",
            "product_code": "36424",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "EXEVZR",
            "dropoff_code": "VZREXE",
            "pickup": "Execujet Hangar Airport (CPT)",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "12:00",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;Best of Tswalu - Stay 6 Pay 5 Offer - Children pay 50 percent of published flight costs. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Motse Camp",
            "supplier_code": "tswa01",
            "product_name": "Air Transfer",
            "product_code": "36424",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "VZRFLH",
            "dropoff_code": "FLHVZR",
            "pickup": "Van Zylrus",
            "dropoff": "Fireblade Lounge Hangar OR Tambo International Airport",
            "pickupfrom_time": "10:20",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;Best of Tswalu - Stay 6 Pay 5 Offer - Children pay 50 percent of published flight costs. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Motse Camp",
            "supplier_code": "tswa01",
            "product_name": "Air Transfer",
            "product_code": "36424",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "VZREXE",
            "dropoff_code": "EXEVZR",
            "pickup": "Van Zylrus",
            "dropoff": "Execujet Hangar Airport (CPT)",
            "pickupfrom_time": "14:50",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. Under 2 years not recommended on game drives. ;Best of Tswalu - Stay 6 Pay 5 Offer - Children pay 50 percent of published flight costs. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Tarkuni Camp",
            "supplier_code": "tswa02",
            "product_name": "Flight",
            "product_code": "72588",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-12",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "ORTVZR",
            "dropoff_code": "VZRORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "13:00",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. No children 12 years and under allowed on any walking or horse back safaris ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Tarkuni Camp",
            "supplier_code": "tswa02",
            "product_name": "Flight",
            "product_code": "72588",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-12",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "VZRCPA",
            "dropoff_code": "CPAVZR",
            "pickup": "Van Zylrus",
            "dropoff": "Cape Town International Airport",
            "pickupfrom_time": "14:50",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. No children 12 years and under allowed on any walking or horse back safaris ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Tarkuni Camp",
            "supplier_code": "tswa02",
            "product_name": "Flight",
            "product_code": "72588",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-12",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "VZRORT",
            "dropoff_code": "ORTVZR",
            "pickup": "Van Zylrus",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:20",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. No children 12 years and under allowed on any walking or horse back safaris ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Tarkuni Camp",
            "supplier_code": "tswa02",
            "product_name": "Flight",
            "product_code": "72588",
            "season_start": "2025-01-01",
            "season_end": "2025-12-31",
            "sell_from": "2024-11-12",
            "sell_to": "2025-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 16659,
            "sng": 33319,
            "tpl": 16659,
            "qad": 16659,
            "qin": 16659,
            "six": 16659,
            "sep": 16659,
            "oct": 16659,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 16659.0,
            "pickup_code": "CPAVZR",
            "dropoff_code": "VZRCPA",
            "pickup": "Cape Town International Airport",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "12:00",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. No children 12 years and under allowed on any walking or horse back safaris ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Tarkuni Camp",
            "supplier_code": "tswa02",
            "product_name": "Flight",
            "product_code": "72588",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "FLHVZR",
            "dropoff_code": "VZRFLH",
            "pickup": "Fireblade Lounge Hangar OR Tambo International Airport",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "13:00",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. No children 12 years and under allowed on any walking or horse back safaris ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Tarkuni Camp",
            "supplier_code": "tswa02",
            "product_name": "Flight",
            "product_code": "72588",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "EXEVZR",
            "dropoff_code": "VZREXE",
            "pickup": "Execujet Hangar Airport (CPT)",
            "dropoff": "Van Zylrus",
            "pickupfrom_time": "12:00",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. No children 12 years and under allowed on any walking or horse back safaris ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Tarkuni Camp",
            "supplier_code": "tswa02",
            "product_name": "Flight",
            "product_code": "72588",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "VZRFLH",
            "dropoff_code": "FLHVZR",
            "pickup": "Van Zylrus",
            "dropoff": "Fireblade Lounge Hangar OR Tambo International Airport",
            "pickupfrom_time": "10:20",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. No children 12 years and under allowed on any walking or horse back safaris ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Tswalu Tarkuni Camp",
            "supplier_code": "tswa02",
            "product_name": "Flight",
            "product_code": "72588",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-05-27",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted FIT Rate",
            "currency": "ZAR",
            "price_notes": "Children under 2 years old are complimentary and will be seated on parents lap. Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels must be booked with reservations in advance. Please note that luggage (soft-sided bags only) is restricted to a maximum of 44 pounds (20 kg) on Tswalu scheduled flights, inclusive of hand luggage. Extra seats may be purchased, at standard rates, should guests wish to travel with excess luggage (will allow for 50 kg / 110 pounds extra in soft-sided bags). Complimentary storage facilities are available for excess luggage in Cape Town and Johannesburg. Cancelled or delayed flights: In the event of any flight delays or cancellations (our third-party operators are governed by aviation regulatory authorities), Tswalu is in no way responsible for any loss whatsoever, sustained by you/your party. Please ensure adequate travel insurance is taken out to cover all such eventualities.",
            "inclusions": "Transfers between the private hangars, and the main terminal building; rental car companies; and airport hotels",
            "exclusions": "All other meals and personal extras not specified",
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 21189,
            "sng": 42378,
            "tpl": 21189,
            "qad": 21189,
            "qin": 21189,
            "six": 21189,
            "sep": 21189,
            "oct": 21189,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 20,
            "pax_from": 9,
            "pax_to": 20,
            "pax_price": 21189.0,
            "pickup_code": "VZREXE",
            "dropoff_code": "EXEVZR",
            "pickup": "Van Zylrus",
            "dropoff": "Execujet Hangar Airport (CPT)",
            "pickupfrom_time": "14:50",
            "pickupto_time": "",
            "cancellation_policy": "0-60 days 100%, 61-90 days 50%, 91-999 days 20%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-2)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "All ages. No children 12 years and under allowed on any walking or horse back safaris ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-06-26",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 357,
            "sng": 714,
            "tpl": 357,
            "qad": 357,
            "qin": 357,
            "six": 357,
            "sep": 357,
            "oct": 357,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 357.0,
            "pickup_code": "VAAKAT",
            "dropoff_code": "KATVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  357",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-06-26",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 328,
            "sng": 655,
            "tpl": 328,
            "qad": 328,
            "qin": 328,
            "six": 328,
            "sep": 328,
            "oct": 328,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 328.0,
            "pickup_code": "HWAVAA",
            "dropoff_code": "VAAHWA",
            "pickup": "Hwange",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  328",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-06-26",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 328,
            "sng": 655,
            "tpl": 328,
            "qad": 328,
            "qin": 328,
            "six": 328,
            "sep": 328,
            "oct": 328,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 328.0,
            "pickup_code": "HWPVAA",
            "dropoff_code": "VAAHWP",
            "pickup": "Hwange National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  328",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-06-26",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 328,
            "sng": 655,
            "tpl": 328,
            "qad": 328,
            "qin": 328,
            "six": 328,
            "sep": 328,
            "oct": 328,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 328.0,
            "pickup_code": "VAAHWP",
            "dropoff_code": "HWPVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  328",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-08-08",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 355,
            "sng": 709,
            "tpl": 355,
            "qad": 355,
            "qin": 355,
            "six": 355,
            "sep": 355,
            "oct": 355,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 355.0,
            "pickup_code": "LVPKAT",
            "dropoff_code": "KATLVP",
            "pickup": "Livingstone Airport",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  355",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-20",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 296,
            "sng": 296,
            "tpl": 296,
            "qad": 296,
            "qin": 296,
            "six": 296,
            "sep": 296,
            "oct": 296,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 296.0,
            "pickup_code": "LINOKD",
            "dropoff_code": "OKDLIN",
            "pickup": "Linyanti",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  296",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-20",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Jao Airstrip Includes: Jacana Camp, Jao Camp, Kwetsani Camp, Pelo Camp Gorokwe Airstrip includes: Qorokwe Camp",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 296,
            "sng": 296,
            "tpl": 296,
            "qad": 296,
            "qin": 296,
            "six": 296,
            "sep": 296,
            "oct": 296,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 296.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  296",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-20",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Jao Airstrip Includes: Jacana Camp, Jao Camp, Kwetsani Camp, Pelo Camp",
            "inclusions": "Domestic Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 502,
            "sng": 502,
            "tpl": 502,
            "qad": 502,
            "qin": 502,
            "six": 502,
            "sep": 502,
            "oct": 502,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 502.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  502",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-20",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Jao Airstrip Includes: Jacana Camp, Jao Camp, Kwetsani Camp, Pelo Camp",
            "inclusions": "Domestic Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 497,
            "sng": 497,
            "tpl": 497,
            "qad": 497,
            "qin": 497,
            "six": 497,
            "sep": 497,
            "oct": 497,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 497.0,
            "pickup_code": "KATLIN",
            "dropoff_code": "LINKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Linyanti",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  497",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-20",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Jao Airstrip Includes: Jacana Camp, Jao Camp, Kwetsani Camp, Pelo Camp",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 296,
            "sng": 296,
            "tpl": 296,
            "qad": 296,
            "qin": 296,
            "six": 296,
            "sep": 296,
            "oct": 296,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 296.0,
            "pickup_code": "LINMUB",
            "dropoff_code": "MUBLIN",
            "pickup": "Linyanti",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  296",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-20",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Jao Airstrip Includes: Jacana Camp, Jao Camp, Kwetsani Camp, Pelo Camp",
            "inclusions": "Domestic Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 324,
            "sng": 324,
            "tpl": 324,
            "qad": 324,
            "qin": 324,
            "six": 324,
            "sep": 324,
            "oct": 324,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 324.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  324",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Wilderness Safaris",
            "supplier_code": "wild19",
            "product_name": "Air Transfer",
            "product_code": "36062",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-20",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": "Mombo Airstrip includes: Little Mombo and  Mombo",
            "inclusions": "Domestic Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 502,
            "sng": 502,
            "tpl": 502,
            "qad": 502,
            "qin": 502,
            "six": 502,
            "sep": 502,
            "oct": 502,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 12,
            "pax_from": 9,
            "pax_to": 12,
            "pax_price": 502.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "None",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-17)  502",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        }
    ]
}