Cheap flights from Aviano (AVB)

Cheap flights from Aviano (AVB)

City: Aviano

IATA: AVB

Country: Italy

Local time:


Airports of Aviano:

Cheap flights from Aviano to other cities

The prices for flights from Aviano depend on the season, the city, the servicing airline, and the current special offers.  The price of the ticket from Aviano can increase by more than 13% depending on the number of days and tickets remaining before departure.

LowCost.Club recommends buying airplane tickets from Aviano in advance so you can choose a more suitable seat at a lower price.

Popular countries



We use cookies and similar technologies for different purposes. Read the privacy policy. If you use the site you agree to them.

Request history8.3.0PHP Version158msRequest Duration3MBMemory UsageGET route/{iata}Route
    • Booting (35.87ms)time
    • Application (122ms)time
    • 1 x Application (77.29%)
      122ms
      1 x Booting (22.71%)
      35.87ms
      20 templates were rendered
      • 1x views_us.cities.fromfrom.blade.php#?blade
      • 1x cities.fromfrom.blade.php#?blade
      • 1x index.section-slideshowsection-slideshow.blade.php#?blade
      • 1x components.avia-formavia-form.blade.php#?blade
      • 1x breadcrumbs::bootstrap4bootstrap4.blade.php#?blade
      • 1x banners.city-from-topcity-from-top.blade.php#?blade
      • 1x components.airport-columnairport-column.blade.php#?blade
      • 1x cities.LastSales48LastSales48.blade.php#?blade
      • 1x banners.city-from-bottomcity-from-bottom.blade.php#?blade
      • 1x layouts.mainmain.blade.php#?blade
      • 1x headerheader.blade.php#?blade
      • 2x menumenu.blade.php#?blade
      • 1x footerfooter.blade.php#?blade
      • 1x components.footer-popular-flightsfooter-popular-flights.blade.php#?blade
      • 1x footer_scriptsfooter_scripts.blade.php#?blade
      • 1x components.currencycurrency.blade.php#?blade
      • 2x components.popuppopup.blade.php#?blade
      • 1x components.languagelanguage.blade.php#?blade
      uri
      GET route/{iata}
      middleware
      web
      controller
      App\Http\Controllers\CitiesController@from
      namespace
      prefix
      /
      where
      as
      citiesFrom
      file
      app/Http/Controllers/CitiesController.php:195-301
      17 statements were executed42.08ms
      • QueryDetector.php#25aviaticketsConnection Established
        Backtrace
        • vendor/beyondcode/laravel-query-detector/src/QueryDetector.php:25
        • vendor/beyondcode/laravel-query-detector/src/QueryDetectorMiddleware.php:30
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • app/Http/Middleware/MinifyHtml.php:21
      • CitySqlRepository.php#84aviatickets4.02msselect * from `cities` where `code` = 'avb' limit 1
        Bindings
        • 0: avb
        Backtrace
        • app/Avia/Infrastructure/City/CitySqlRepository.php:84
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/City/CitySqlRepository.php:81
        • app/Http/Controllers/CitiesController.php:197
      • AirportSqlRepository.php#56aviatickets1.29msselect * from `airports` where `city_id` = 659 and `board` = 1 order by `en` asc
        Bindings
        • 0: 659
        • 1: 1
        Backtrace
        • app/Avia/Infrastructure/Repository/AirportSqlRepository.php:56
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirportSqlRepository.php:49
        • app/Http/Controllers/CitiesController.php:203
      • AirportSqlRepository.php#56aviatickets1.07msselect * from `cities` where `cities`.`id` in (659)
        Backtrace
        • app/Avia/Infrastructure/Repository/AirportSqlRepository.php:56
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirportSqlRepository.php:49
        • app/Http/Controllers/CitiesController.php:203
      • AirlineSqlRepository.php#67aviatickets1.21msselect * from `airline_routes` where `origin_city_id` = 659 and `airline_id` not in ('1', 'NULL')
        Bindings
        • 0: 659
        • 1: 1
        • 2: NULL
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:67
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:60
        • app/Http/Controllers/CitiesController.php:211
      • AirlineRouteSqlRepository.php#446aviatickets1.31msselect `origin_city_id`, `destination_city_id` from `airline_routes` where `origin_city_id` = 659 and `transfers` = '0'
        Bindings
        • 0: 659
        • 1: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:446
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:440
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:50
      • CitiesRoutesPrice.php#68aviatickets1.37msselect * from `flights_by` where `origin_city_id` = 659 and `price_one_way` > 0 order by `price_one_way` asc limit 1
        Bindings
        • 0: 659
        • 1: 0
        Backtrace
        • app/Avia/Services/CitiesRoutesPrice.php:68
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Services/CitiesRoutesPrice.php:60
        • app/Avia/Services/CitiesRoutesPrice.php:28
      • AirlineSqlRepository.php#181aviatickets1.47msselect airline_id, COUNT(flight) AS route_count from `flights_schedules` where `origin_city_id` = 659 group by `airline_id` order by `route_count` desc limit 1
        Bindings
        • 0: 659
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:181
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:171
        • app/Http/Controllers/CitiesController.php:219
      • CountriesRepository.php#31aviatickets2.84msselect * from `countries` where `code` = '' limit 1
        Bindings
        • 0: 
        Backtrace
        • app/Avia/Infrastructure/Repository/CountriesRepository.php:31
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:61
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:43
        • app/Http/Controllers/CitiesController.php:221
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • RouteRepository.php#72aviatickets1.3msselect * from `flights_2025` where `origin_id` = 659 and `date_update` >= '2025-04-27 00:00:00' order by `value` asc limit 20
        Bindings
        • 0: 659
        • 1: 2025-04-27 00:00:00
        Backtrace
        • app/Avia/Infrastructure/Repository/RouteRepository.php:72
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/RouteRepository.php:64
        • app/Http/Controllers/CitiesController.php:225
      • FlightSchedulesRepository.php#44aviatickets2.28msselect * from `flights_schedules` where `origin_city_id` = 659 and `origin_datetime` >= '2025-04-29' order by travel_time ASC, origin_datetime ASC limit 1
        Bindings
        • 0: 659
        • 1: 2025-04-29
        Backtrace
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:44
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:37
        • app/Http/Controllers/CitiesController.php:234
      • LocalRouteRepository.php#609aviatickets1.34msselect destination_country_id, SUM(count) AS s from `flights_by` where `origin_city_id` = 659 and `destination_country_id` <> 109 group by `origin_city_id`, `destination_country_id` order by `s` desc limit 12
        Bindings
        • 0: 659
        • 1: 109
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:609
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:613
        • app/Avia/Managers/CityCountryRoutes.php:79
      • CityToCountryRepository.php#48aviatickets9.26msselect * from `flights_by` where `origin_city_id` = 659 and `destination_country_id` in (23, 123) group by `origin_city_id`, `destination_country_id`
        Bindings
        • 0: 659
        • 1: 23
        • 2: 123
        Backtrace
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:48
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:52
        • app/Avia/Managers/CityCountryRoutes.php:77
      • CityToCountryRepository.php#48aviatickets1.44msselect * from `countries` where `countries`.`id` in (23, 123)
        Backtrace
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:48
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:52
        • app/Avia/Managers/CityCountryRoutes.php:77
      • LocalRouteRepository.php#359aviatickets1.62msselect * from `flights_by` where `origin_city_id` = 659 and `destination_country_id` = 109 and (`price_one_way` > 0 or `price` > 0) order by `revenue` desc limit 10 offset 0
        Bindings
        • 0: 659
        • 1: 109
        • 2: 0
        • 3: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:330
      • LocalRouteRepository.php#412aviatickets8.1msselect * from `flights_by` where `origin_city_id` = 659 and `destination_country_id` <> 109 and (`price_one_way` > 0 or `price` > 0) order by `revenue` desc limit 10 offset 0
        Bindings
        • 0: 659
        • 1: 109
        • 2: 0
        • 3: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:412
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:417
        • app/Http/Controllers/CitiesController.php:267
      • CitiesController.php#293aviatickets1.14msselect * from `countries` where `countries`.`id` = 109 limit 1
        Bindings
        • 0: 109
        Backtrace
        • app/Http/Controllers/CitiesController.php:293
        • vendor/diglactic/laravel-breadcrumbs/src/Generator.php:64
        • vendor/diglactic/laravel-breadcrumbs/src/Generator.php:42
        • vendor/diglactic/laravel-breadcrumbs/src/Manager.php:145
        • vendor/diglactic/laravel-breadcrumbs/src/Manager.php:174
      • LocalRoute.php#74aviatickets1.02msselect * from `cities` where `cities`.`id` = 659 limit 1
        Bindings
        • 0: 659
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Model/CityToCountry.php:12
        • view::cities.from:290
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      App\Avia\Infrastructure\Model\City
      3City.php#?
      App\Avia\Infrastructure\Model\Country
      3Country.php#?
      App\Avia\Infrastructure\Model\LocalRoute
      2LocalRoute.php#?
      App\Avia\Infrastructure\Model\CityToCountry
      2CityToCountry.php#?
      App\Avia\Infrastructure\Model\Airport
      1Airport.php#?
            _token
            KzpYnWkkFrNkdMGE3qLDFVnv9ilbCAKwVBUNWmFz
            _previous
            array:1 [ "url" => "https://d.lowcost.club/route/avb?_url=%2Froute%2Favb" ]
            _flash
            array:2 [ "old" => [] "new" => [] ]
            path_info
            /route/avb
            status_code
            200
            
            status_text
            OK
            format
            html
            content_type
            text/html; charset=UTF-8
            request_query
            0 of 0
            array:1 [ "_url" => "/route/avb" ]
            request_request
            []
            
            request_headers
            0 of 0
            array:16 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikp3UEtLK1ZtMjZRSE9Cc24wbWNTaWc9PSIsInZhbHVlIjoiOGtxOXJaajUwTng4dlhIUGJxQWkyY0haK0pCVWlab3p0SUJYOC9Sbyt4d0NmN1hjNEJRU0J3YkpIVXRmOGtxS0FtdUk4aUhJaWRyN3RQekRBWk96b2tubytSMGtOVmsyZ0RuQis1dEdPcTFtTDA5VjczeXAzODhyaVZDbEVuS0wiLCJtYWMiOiJjN2MxYjhlMTJkNWZlNjZhYzFhN2RlNGYyY2E1ZThjYmEyMTQwZDhhM2E2NjQxZTMwY2Q5NjhiZGZkNzhhOWU0IiwidGFnIjoiIn0%3D; lowcostclub_session=eyJpdiI6IlRoSHVXWlhnL2ZWRHJKQVZUREVLcUE9PSIsInZhbHVlIjoiMVpsYXdpTzZubUFZU3JYb2xrbW1rVjhVU00rSHArQ2IwVEQyQmpoOTQ4UGdRdVdmT2xsMDRHQXZick9HdUFQOGJ0TjJCeWF4ajhFSkkwV0tuNm5rczV6YlEzYWZ4enBPWVo1bU5ESmVxUXFZbmxaVC9xdEY0cFZ2WFkrTjNqK1AiLCJtYWMiOiIxZDdhN2NkMmM0NDQzZjhlZDIzODE1OWQ1NWU4NWI1NTRkZjQxN2MyNTczNDQ3NmFmYWM4MTJhYmRhNTY5NTU3IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Ikp3UEtLK1ZtMjZRSE9Cc24wbWNTaWc9PSIsInZhbHVlIjoiOGtxOXJaajUwTng4dlhIUGJxQWkyY0haK0pCVWlab3p0SUJYOC9Sbyt4d0NmN1hjNEJRU0J3YkpIVXRmOGtxS0FtdUk4a" ] "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "d.lowcost.club" ] ]
            request_cookies
            0 of 0
            array:2 [ "XSRF-TOKEN" => "KzpYnWkkFrNkdMGE3qLDFVnv9ilbCAKwVBUNWmFz" "lowcostclub_session" => "7K9DBkfeVHeLwuwJs5o8ZOwiB5DlWs6nbkIcJbrK" ]
            response_headers
            0 of 0
            array:5 [ "cache-control" => array:1 [ 0 => "max-age=604800, public" ] "date" => array:1 [ 0 => "Tue, 29 Apr 2025 02:21:25 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ildha2hlNTMvWDhBamNnN1hBK0dtanc9PSIsInZhbHVlIjoiMWFWdnBtM3FmZWIzZkxyRjNQQXlGRlE1VnBDWFNtR2FIZEw1UXNXREQ1aDFoWUNCcXJGNnZhdlRua1NpUWNJemg0eFJkc3ZzMzVob2lONFhxK0t2ZWhIR0MzSjBHbFQ4TEZrSXVVeGE4QjUyRmxtZFNVMGJZVTZKTTNBdWs5bHUiLCJtYWMiOiI3NmY4NzNjYWEyYWY1MjgyNTdhODZlYWFiZDNiODU1YTc4MmFiNGU3OGFiMWNkMjU4MGEzNjMwZWIyYjlkZDU4IiwidGFnIjoiIn0%3D; expires=Tue, 29 Apr 2025 04:21:25 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ildha2hlNTMvWDhBamNnN1hBK0dtanc9PSIsInZhbHVlIjoiMWFWdnBtM3FmZWIzZkxyRjNQQXlGRlE1VnBDWFNtR2FIZEw1UXNXREQ1aDFoWUNCcXJGNnZhdlRua1NpUWNJemg0eFJkc" 1 => "lowcostclub_session=eyJpdiI6IlhZQVRFNURXSE0xS3BMbk01RjBIR1E9PSIsInZhbHVlIjoiK01MeEVGVS94MXBRZEZNZXBLTUN4TjdMTWVkZ0V0ZVJuOUlVTFRrTE9ERHVmazVWT2lWUzF2QloxeG96WktneHlxNHY1WEh6OC8zOTVwSmE3dDZzTUlwcHM0eEhCbDRZYjBnRjFXNzBJWDd4MnlzZDFFbnJlMDU4c0dIR3NvczYiLCJtYWMiOiJmZjVkMjFkM2ZhNTQzNTNmNjY0ZjIzZTUwNjk0Nzc1NGQxYzYwYzJmY2VjYjE5YzMxYzk1YTYxOWIyMjUzZmUyIiwidGFnIjoiIn0%3D; expires=Tue, 29 Apr 2025 04:21:25 GMT; Max-Age=7200; path=/; httponly; samesite=laxlowcostclub_session=eyJpdiI6IlhZQVRFNURXSE0xS3BMbk01RjBIR1E9PSIsInZhbHVlIjoiK01MeEVGVS94MXBRZEZNZXBLTUN4TjdMTWVkZ0V0ZVJuOUlVTFRrTE9ERHVmazVWT2lWUzF2QloxeG96Wktn" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ildha2hlNTMvWDhBamNnN1hBK0dtanc9PSIsInZhbHVlIjoiMWFWdnBtM3FmZWIzZkxyRjNQQXlGRlE1VnBDWFNtR2FIZEw1UXNXREQ1aDFoWUNCcXJGNnZhdlRua1NpUWNJemg0eFJkc3ZzMzVob2lONFhxK0t2ZWhIR0MzSjBHbFQ4TEZrSXVVeGE4QjUyRmxtZFNVMGJZVTZKTTNBdWs5bHUiLCJtYWMiOiI3NmY4NzNjYWEyYWY1MjgyNTdhODZlYWFiZDNiODU1YTc4MmFiNGU3OGFiMWNkMjU4MGEzNjMwZWIyYjlkZDU4IiwidGFnIjoiIn0%3D; expires=Tue, 29-Apr-2025 04:21:25 GMT; path=/XSRF-TOKEN=eyJpdiI6Ildha2hlNTMvWDhBamNnN1hBK0dtanc9PSIsInZhbHVlIjoiMWFWdnBtM3FmZWIzZkxyRjNQQXlGRlE1VnBDWFNtR2FIZEw1UXNXREQ1aDFoWUNCcXJGNnZhdlRua1NpUWNJemg0eFJkc" 1 => "lowcostclub_session=eyJpdiI6IlhZQVRFNURXSE0xS3BMbk01RjBIR1E9PSIsInZhbHVlIjoiK01MeEVGVS94MXBRZEZNZXBLTUN4TjdMTWVkZ0V0ZVJuOUlVTFRrTE9ERHVmazVWT2lWUzF2QloxeG96WktneHlxNHY1WEh6OC8zOTVwSmE3dDZzTUlwcHM0eEhCbDRZYjBnRjFXNzBJWDd4MnlzZDFFbnJlMDU4c0dIR3NvczYiLCJtYWMiOiJmZjVkMjFkM2ZhNTQzNTNmNjY0ZjIzZTUwNjk0Nzc1NGQxYzYwYzJmY2VjYjE5YzMxYzk1YTYxOWIyMjUzZmUyIiwidGFnIjoiIn0%3D; expires=Tue, 29-Apr-2025 04:21:25 GMT; path=/; httponlylowcostclub_session=eyJpdiI6IlhZQVRFNURXSE0xS3BMbk01RjBIR1E9PSIsInZhbHVlIjoiK01MeEVGVS94MXBRZEZNZXBLTUN4TjdMTWVkZ0V0ZVJuOUlVTFRrTE9ERHVmazVWT2lWUzF2QloxeG96Wktn" ] ]
            session_attributes
            0 of 0
            array:3 [ "_token" => "KzpYnWkkFrNkdMGE3qLDFVnv9ilbCAKwVBUNWmFz" "_previous" => array:1 [ "url" => "https://d.lowcost.club/route/avb?_url=%2Froute%2Favb" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
            ClearShow all
            Date ↕MethodURLData
            #12025-04-29 02:21:25GET/route/avb201711