Cheap flights to Carcassonne (CCF)

Cheap flights to Carcassonne

LowCost.Club compares the prices of flights to Carcassonne for 728 companies. We are looking for the cheapest plane tickets to Carcassonne without the extra charge and commission.

City: Carcassonne

IATA: CCF

Country: France

Local time:

Airports

Prices for airfares to Carcassonne

LowCost.Club recommends buying airplane tickets to Carcassonne in advance so that you can choose a more suitable seat at a lower price.  The most optimal time to buy is 59 days before departure (this is the average time in which tickets for the plane to Carcassonne were bought at the lowest prices).  The price of the ticket to Carcassonne can increase by more than 25% depending on the number of days and tickets remaining before departure.

Prices for direct flights to Carcassonne

Unfortunately, we do not find flights to Carcassonne.  Check the prices for the most popular air tickets to the nearest city (Castres).

Nearest cities with airports

A flight to a neighboring city can be cheaper or more convenient in time. Compare the prices for flights to neighboring cities.  The nearest city with the airport is Castres has located 38 km from Carcassonne.

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 Version237msRequest Duration3MBMemory UsageGET city/{iata}Route
    • Booting (31.73ms)time
    • Application (205ms)time
    • 1 x Application (86.58%)
      205ms
      1 x Booting (13.42%)
      31.73ms
      42 templates were rendered
      • 1x views_us.cities.viewview.blade.php#?blade
      • 1x cities.viewview.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-topcity-top.blade.php#?blade
      • 1x components.airport-columnairport-column.blade.php#?blade
      • 2x components.routes-listroutes-list.blade.php#?blade
      • 17x components.routeListItemrouteListItem.blade.php#?blade
      • 3x components.neighbors-citiesneighbors-cities.blade.php#?blade
      • 1x components.related-linksrelated-links.blade.php#?blade
      • 1x banners.city-bottomcity-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 city/{iata}
      middleware
      web
      controller
      App\Http\Controllers\CitiesController@view
      namespace
      prefix
      /
      where
      as
      city
      file
      app/Http/Controllers/CitiesController.php:59-181
      29 statements were executed (3 duplicates)Show only duplicates43.28ms
      • 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.12msselect * from `cities` where `code` = 'ccf' limit 1
        Bindings
        • 0: ccf
        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:67
      • NeighborTrait.php#41aviatickets2.25msselect * from `cities` where `id` in (8342, 8670, 974, 6140, 4094, 9114, 8430, 3875, 103, 3172) limit 10 offset 0
        Bindings
        • 0: 8342
        • 1: 8670
        • 2: 974
        • 3: 6140
        • 4: 4094
        • 5: 9114
        • 6: 8430
        • 7: 3875
        • 8: 103
        • 9: 3172
        Backtrace
        • app/Avia/Infrastructure/Model/NeighborTrait.php:41
        • app/Http/Controllers/CitiesController.php:75
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • NeighborTrait.php#41aviatickets1.57msselect * from `countries` where `countries`.`id` in (23, 120)
        Backtrace
        • app/Avia/Infrastructure/Model/NeighborTrait.php:41
        • app/Http/Controllers/CitiesController.php:75
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • CountriesRepository.php#31aviatickets1.37msselect * 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:79
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • AirlineSqlRepository.php#67aviatickets1.67msselect * from `airline_routes` where `origin_city_id` = 1025 and `airline_id` not in ('1', 'NULL')
        Bindings
        • 0: 1025
        • 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:81
      • AirlineRouteSqlRepository.php#140aviatickets1.29msselect * from `airline_routes` where `destination_city_id` = 1025 and `transfers` = 0
        Bindings
        • 0: 1025
        • 1: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:140
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:134
        • app/Avia/Infrastructure/Repository/AirlineRouteSqlRepository.php:72
      • LocalRouteRepository.php#272aviatickets1.92msselect * from `flights_by` where `destination_city_id` = 1025 and `origin_country_id` = 120 and (`price_one_way` > 0 or `price` > 0) order by `revenue` desc limit 10 offset 0
        Bindings
        • 0: 1025
        • 1: 120
        • 2: 0
        • 3: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:272
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:276
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:244
      • LocalRouteRepository.php#272aviatickets1.25msselect * from `cities` where `cities`.`id` in (768, 3774, 4146, 4342, 4805, 6140, 9054)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:272
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:276
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:244
      • LocalRouteRepository.php#272aviatickets1.05msselect * from `cities` where `cities`.`id` in (1025)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:272
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:276
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:244
      • LocalRouteRepository.php#272aviatickets1.63msselect * from `sites_relationships` where `sites_relationships`.`id` in (220917, 231410, 253995, 993420, 1109059, 1132778, 1191179)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:272
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:276
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:244
      • LocalRouteRepository.php#304aviatickets1.96msselect * from `flights_by` where `destination_city_id` = 1025 and `origin_country_id` <> 120 order by `revenue` desc limit 10 offset 0
        Bindings
        • 0: 1025
        • 1: 120
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:304
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:308
        • app/Http/Controllers/CitiesController.php:92
      • LocalRouteRepository.php#304aviatickets1.43msselect * from `cities` where `cities`.`id` in (779, 3448, 3505, 3670, 4081, 4870, 6187, 6924, 8645, 8839)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:304
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:308
        • app/Http/Controllers/CitiesController.php:92
      • LocalRouteRepository.php#304aviatickets970μsselect * from `cities` where `cities`.`id` in (1025)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:304
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:308
        • app/Http/Controllers/CitiesController.php:92
      • LocalRouteRepository.php#304aviatickets2.45msselect * from `sites_relationships` where `sites_relationships`.`id` in (46161, 184114, 195001, 217342, 1042453, 1064778, 1067836, 1071548, 1075831, 1113991)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:304
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:308
        • app/Http/Controllers/CitiesController.php:92
      • CitiesRoutesPrice.php#93aviatickets1.29msselect * from `flights_by` where `destination_city_id` = 1025 and `price_one_way` > 0 order by `price_one_way` asc limit 1
        Bindings
        • 0: 1025
        • 1: 0
        Backtrace
        • app/Avia/Services/CitiesRoutesPrice.php:93
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Services/CitiesRoutesPrice.php:85
        • app/Avia/Services/CitiesRoutesPrice.php:47
      • RouteRepository.php#92aviatickets1.06msselect * from `flights_2025` where `destination_id` = 1025 and `date_update` >= '2025-05-04 00:00:00' order by `value` asc limit 20
        Bindings
        • 0: 1025
        • 1: 2025-05-04 00:00:00
        Backtrace
        • app/Avia/Infrastructure/Repository/RouteRepository.php:92
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/RouteRepository.php:84
        • app/Http/Controllers/CitiesController.php:101
      • AirportSqlRepository.php#56aviatickets1.31msselect * from `airports` where `city_id` = 1025 and `board` = 1 order by `en` asc
        Bindings
        • 0: 1025
        • 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:105
      • AirportSqlRepository.php#56aviatickets960μsselect * from `cities` where `cities`.`id` in (1025)
        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:105
      • CitiesController.php#173aviatickets1.38msselect * from `countries` where `countries`.`id` = 120 limit 1
        Bindings
        • 0: 120
        Backtrace
        • app/Http/Controllers/CitiesController.php:173
        • 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
      • LocalRouteRepository.php#175aviatickets1.03msselect * from `flights_by` where `id` in (240458, 46235, 180255, 46251, 201516, 32301)
        Bindings
        • 0: 240458
        • 1: 46235
        • 2: 180255
        • 3: 46251
        • 4: 201516
        • 5: 32301
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:175
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:179
        • app/Avia/Application/SeoRoutesHandler.php:40
      • LocalRouteRepository.php#175aviatickets1.23msselect * from `cities` where `cities`.`id` in (537, 779, 3448, 3796, 4539)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:175
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:179
        • app/Avia/Application/SeoRoutesHandler.php:40
      • LocalRouteRepository.php#175aviatickets1.35msselect * from `cities` where `cities`.`id` in (2122, 3301, 5136, 7738, 8381, 8447)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:175
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:179
        • app/Avia/Application/SeoRoutesHandler.php:40
      • LocalRouteRepository.php#175aviatickets1.39msselect * from `countries` where `countries`.`id` in (17, 70, 79, 92, 105)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:175
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:179
        • app/Avia/Application/SeoRoutesHandler.php:40
      • LocalRouteRepository.php#175aviatickets1.1msselect * from `sites_relationships` where `sites_relationships`.`id` in (32301, 46235, 46251, 180255, 201516, 240458)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:175
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:179
        • app/Avia/Application/SeoRoutesHandler.php:40
      • LocalRouteRepository.php#149aviatickets1.58msselect * from `flights_by` where `origin_city_id` = 4539 and (`price_one_way` > 0 or `price` > 0) and `id` not in (240458, 46235, 180255, 46251, 201516, 32301) order by `count` desc limit 9
        Bindings
        • 0: 4539
        • 1: 0
        • 2: 0
        • 3: 240458
        • 4: 46235
        • 5: 180255
        • 6: 46251
        • 7: 201516
        • 8: 32301
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:149
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:153
        • app/Avia/Application/SeoRoutesHandler.php:54
      • LocalRouteRepository.php#149aviatickets980μsselect * from `cities` where `cities`.`id` in (4539)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:149
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:153
        • app/Avia/Application/SeoRoutesHandler.php:54
      • LocalRouteRepository.php#149aviatickets1.27msselect * from `cities` where `cities`.`id` in (1115, 1903, 2686, 3445, 3448, 3505, 3951, 4081, 8389)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:149
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:153
        • app/Avia/Application/SeoRoutesHandler.php:54
      • LocalRouteRepository.php#149aviatickets1.09msselect * from `countries` where `countries`.`id` in (92, 134, 242, 248)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:149
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:153
        • app/Avia/Application/SeoRoutesHandler.php:54
      • LocalRouteRepository.php#149aviatickets1.33msselect * from `sites_relationships` where `sites_relationships`.`id` in (239645, 239765, 239824, 239994, 240101, 240103, 240116, 240218, 240243)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:149
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:153
        • app/Avia/Application/SeoRoutesHandler.php:54
      App\Avia\Infrastructure\Model\City
      52City.php#?
      App\Avia\Infrastructure\Model\LocalRoute
      33LocalRoute.php#?
      App\Avia\Infrastructure\Model\SitesRelationship
      32SitesRelationship.php#?
      App\Avia\Infrastructure\Model\Country
      12Country.php#?
      App\Avia\Infrastructure\Model\Airport
      1Airport.php#?
            _token
            iN4V3G1JGV5knTyTpnm7glfjvKKg9eXF2ouyBZN1
            _previous
            array:1 [ "url" => "https://d.lowcost.club/city/ccf?_url=%2Fcity%2Fccf" ]
            _flash
            array:2 [ "old" => [] "new" => [] ]
            path_info
            /city/ccf
            status_code
            200
            
            status_text
            OK
            format
            html
            content_type
            text/html; charset=UTF-8
            request_query
            0 of 0
            array:1 [ "_url" => "/city/ccf" ]
            request_request
            []
            
            request_headers
            0 of 0
            array:16 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6Ijl4RDhIbDZ2Nk5sTFBVZ2NENUFyNnc9PSIsInZhbHVlIjoiRWxHWE9XZ0V0MHVWdXZGV0k3MTFPUGxGTG1Mei95RFZzSGVFaWFKVkFDemVrSFBYVC9KYnFWa2V2cUpXRGpRUUlLTGNuWUhHMHgyNHlHaDNqS3d3dmZveTBINnpmbkRpcGZPZWNWNmRUem1WbGMzZlRURjZ5SVFKRTBqV2FTdGciLCJtYWMiOiJmM2NiZTc2YzZkZTk5ZjY0MjgwNmJlM2UzNWQzNTU5OWQzMDkyMmE0NTcyMjNlNjJhOTM2NGU5ZGE0MDJlMTU4IiwidGFnIjoiIn0%3D; lowcostclub_session=eyJpdiI6ImFUbmlBbHhtZGVuV0xpOElHUVhqVWc9PSIsInZhbHVlIjoiUUdGWVdnZFJjcGl3a2tPcVRYVUI2QjAyZWg4S2RPYlRVVmxISHZ5TFhTNjZ0QWtCUDFDNVJrQWNtMmZSbFFwZUNkVFpkdHg5TzdLZzg4NUl3QW0rRFBxQytUOCtUeGEzNXVreWlqWlFXc05YZGs5emN6RGo4VlZkSUh0Y1Q1S1EiLCJtYWMiOiIxM2ZjMDRmNjM1MmU1MzA3ODY3YzZjYzcwODA5M2YyOWQyYzlmZDY1OGVlNzBlNGNlNTVmZTNlMGJjYmM4YTQwIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6Ijl4RDhIbDZ2Nk5sTFBVZ2NENUFyNnc9PSIsInZhbHVlIjoiRWxHWE9XZ0V0MHVWdXZGV0k3MTFPUGxGTG1Mei95RFZzSGVFaWFKVkFDemVrSFBYVC9KYnFWa2V2cUpXRGpRUUlLTGNuW" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "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" => "iN4V3G1JGV5knTyTpnm7glfjvKKg9eXF2ouyBZN1" "lowcostclub_session" => "wGFPz8hZmBSIXCv3ZXttsopsUrT1o9Pf404daalb" ]
            response_headers
            0 of 0
            array:5 [ "cache-control" => array:1 [ 0 => "max-age=604800, public" ] "date" => array:1 [ 0 => "Tue, 06 May 2025 13:13:06 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjRXck1vaUlzOEZxeU4ybkhMdUFNNlE9PSIsInZhbHVlIjoiS2xDcmVzZzA5U2xqNWhOaE40UU5xUEhnQWxaOGVKVDFVaGRwUmhIL0NCM3FxQUc2bUVMNUdNWFRCM2NHbE9GZmtack44QjlEbmtEOG4zRG1WamNnK0tQL3JxR0JZYnBXZEdwM3RDTndrSmt3Y1RsdExSUmg3ZzZ3UTRQNk96bEUiLCJtYWMiOiJiZmMyNmI0NWNmZTdjMDlhYThiNmU3ZDNmZGRmZjY3Y2ZmZDAwNWMxZDA2YmUwYmE5NjAwOWI4ZGU0ZmJkYzAxIiwidGFnIjoiIn0%3D; expires=Tue, 06 May 2025 15:13:06 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjRXck1vaUlzOEZxeU4ybkhMdUFNNlE9PSIsInZhbHVlIjoiS2xDcmVzZzA5U2xqNWhOaE40UU5xUEhnQWxaOGVKVDFVaGRwUmhIL0NCM3FxQUc2bUVMNUdNWFRCM2NHbE9GZmtack44Q" 1 => "lowcostclub_session=eyJpdiI6ImhHWjlId2VadGppcWp2YU82Z2paTVE9PSIsInZhbHVlIjoicnhQL1J3WkhWaHdYRmVubmdvU3pIVEF6dlBIcTh4U3ZXclh0TzcvbVk0ZlJGV3Q5c1NSTjZXQ3VsS1B6LzdaaFVraGNQOEVWV2lMTldyUHlsUHMrQTB1S1FWQWg4Z2RSckN0bmltcXZycXYzN2RBamVpc25lMWtRRWFHTVdad3IiLCJtYWMiOiJhYWUzNWE2NTY0OTFiNmY4OTExNzc1NDg5NGE5Mjg3OTNmZWM4NWM2MjQ1YjA2ZjgwZjA1ODE1ZTEzY2VkMmYwIiwidGFnIjoiIn0%3D; expires=Tue, 06 May 2025 15:13:06 GMT; Max-Age=7200; path=/; httponly; samesite=laxlowcostclub_session=eyJpdiI6ImhHWjlId2VadGppcWp2YU82Z2paTVE9PSIsInZhbHVlIjoicnhQL1J3WkhWaHdYRmVubmdvU3pIVEF6dlBIcTh4U3ZXclh0TzcvbVk0ZlJGV3Q5c1NSTjZXQ3VsS1B6Lzda" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjRXck1vaUlzOEZxeU4ybkhMdUFNNlE9PSIsInZhbHVlIjoiS2xDcmVzZzA5U2xqNWhOaE40UU5xUEhnQWxaOGVKVDFVaGRwUmhIL0NCM3FxQUc2bUVMNUdNWFRCM2NHbE9GZmtack44QjlEbmtEOG4zRG1WamNnK0tQL3JxR0JZYnBXZEdwM3RDTndrSmt3Y1RsdExSUmg3ZzZ3UTRQNk96bEUiLCJtYWMiOiJiZmMyNmI0NWNmZTdjMDlhYThiNmU3ZDNmZGRmZjY3Y2ZmZDAwNWMxZDA2YmUwYmE5NjAwOWI4ZGU0ZmJkYzAxIiwidGFnIjoiIn0%3D; expires=Tue, 06-May-2025 15:13:06 GMT; path=/XSRF-TOKEN=eyJpdiI6IjRXck1vaUlzOEZxeU4ybkhMdUFNNlE9PSIsInZhbHVlIjoiS2xDcmVzZzA5U2xqNWhOaE40UU5xUEhnQWxaOGVKVDFVaGRwUmhIL0NCM3FxQUc2bUVMNUdNWFRCM2NHbE9GZmtack44Q" 1 => "lowcostclub_session=eyJpdiI6ImhHWjlId2VadGppcWp2YU82Z2paTVE9PSIsInZhbHVlIjoicnhQL1J3WkhWaHdYRmVubmdvU3pIVEF6dlBIcTh4U3ZXclh0TzcvbVk0ZlJGV3Q5c1NSTjZXQ3VsS1B6LzdaaFVraGNQOEVWV2lMTldyUHlsUHMrQTB1S1FWQWg4Z2RSckN0bmltcXZycXYzN2RBamVpc25lMWtRRWFHTVdad3IiLCJtYWMiOiJhYWUzNWE2NTY0OTFiNmY4OTExNzc1NDg5NGE5Mjg3OTNmZWM4NWM2MjQ1YjA2ZjgwZjA1ODE1ZTEzY2VkMmYwIiwidGFnIjoiIn0%3D; expires=Tue, 06-May-2025 15:13:06 GMT; path=/; httponlylowcostclub_session=eyJpdiI6ImhHWjlId2VadGppcWp2YU82Z2paTVE9PSIsInZhbHVlIjoicnhQL1J3WkhWaHdYRmVubmdvU3pIVEF6dlBIcTh4U3ZXclh0TzcvbVk0ZlJGV3Q5c1NSTjZXQ3VsS1B6Lzda" ] ]
            session_attributes
            0 of 0
            array:3 [ "_token" => "iN4V3G1JGV5knTyTpnm7glfjvKKg9eXF2ouyBZN1" "_previous" => array:1 [ "url" => "https://d.lowcost.club/city/ccf?_url=%2Fcity%2Fccf" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
            ClearShow all
            Date ↕MethodURLData
            #12025-05-06 13:13:06GET/city/ccf4229130