{"id":5057,"date":"2020-09-12T08:51:30","date_gmt":"2020-09-12T08:51:30","guid":{"rendered":"https:\/\/www.ferrycroatia.com\/en\/?p=5057"},"modified":"2021-08-16T07:55:11","modified_gmt":"2021-08-16T05:55:11","slug":"zadar-split","status":"publish","type":"post","link":"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/","title":{"rendered":"Zadar to Split"},"content":{"rendered":"<p>The <strong>ferry Zadar to Split<\/strong>, was scheduled to start operating from summer 2019, but due to unknown circumstances it has not yet entered into operation, if this should change we will of course publish the schedule here immediately.<\/p>\n<p>For now the <strong>easiest and cheapest option<\/strong> to get from Zadar to Split without a car is to take the bus, you can find the timetable <a href=\"https:\/\/getbybus.com\/en\/bus-zadar-to-split\">here<\/a>.<\/p>\n<p><strong>Ferries available from Zadar<\/strong><\/p>\n<figure class=\"wp-block-table is-style-stripes\">\n<table>\n<tbody>\n<tr>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"https:\/\/www.ferrycroatia.com\/en\/zadar-rijeka\/\">Zadar \u2013 Rijeka<\/a><\/td>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"https:\/\/www.ferrycroatia.com\/en\/zadar-pula\/\">Zadar \u2013 Pula<\/a><\/td>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"https:\/\/www.ferrycroatia.com\/en\/zadar-ancona\/\">Zadar\u00a0 \u2013 Ugljan<\/a><\/td>\n<\/tr>\n<tr>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"https:\/\/www.ferrycroatia.com\/en\/zadar-mali-losinj\/\">Zadr \u2013 Losinj<\/a><\/td>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"https:\/\/www.ferrycroatia.com\/en\/zadar-molat\/\">Zadar \u2013 Molat<\/a><\/td>\n<td class=\"has-text-align-center\" data-align=\"center\"><a href=\"http:\/\/www.ferrycroatia.com\/en\/split-milna\/\">Zadar \u2013 Ancona<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n                \n        \n        \n        <div class=\"search-results\">\n            <div class=\"search-results__content\">\n                <h1 class=\"search-results__entry-title\">\n                    Zadar  <i class=\"fa fa-long-arrow-alt-right\"><\/i> Split , 2026-05-01                <\/h1>\n                                    <div class=\"search-results__no-results\">\n                                            <\/div>\n                                                    <!--        <\/div>-->\n<!--            <\/div>-->\n        <\/div>\n        <script>\n            \/\/jQuery.noConflict();\n            var ratios = JSON.parse('[{\"ratio\":1625.392357,\"val\":\"ARS\",\"sign\":\"Arg$\"},{\"ratio\":1.95,\"val\":\"BAM\",\"sign\":\"KM\"},{\"ratio\":5.864568,\"val\":\"BRL\",\"sign\":\"R$\"},{\"ratio\":0.9236,\"val\":\"CHF\",\"sign\":\"CHF\"},{\"ratio\":24.382,\"val\":\"CZK\",\"sign\":\"K\\u010d\"},{\"ratio\":1,\"val\":\"EUR\",\"sign\":\"\\u20ac\"},{\"ratio\":0.86643,\"val\":\"GBP\",\"sign\":\"\\u00a3\"},{\"ratio\":10.862,\"val\":\"NOK\",\"sign\":\"NKr\"},{\"ratio\":4.11778,\"val\":\"PEN\",\"sign\":\"S\\\/\"},{\"ratio\":4.2518,\"val\":\"PLN\",\"sign\":\"z\\u0142\"},{\"ratio\":117.418676,\"val\":\"RSD\",\"sign\":\"DIN\"},{\"ratio\":10.8405,\"val\":\"SEK\",\"sign\":\"SKr\"},{\"ratio\":52.782086,\"val\":\"TRY\",\"sign\":\"\\u20ba\"},{\"ratio\":1.1706,\"val\":\"USD\",\"sign\":\"$\"}]');\n            var stations = JSON.parse('null');\n            var startImage = 'https:\/\/www.ferrycroatia.com\/en\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/start.png',\n                endImage = 'https:\/\/www.ferrycroatia.com\/en\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/end.png',\n                pinImage = 'https:\/\/www.ferrycroatia.com\/en\/wp-content\/plugins\/getbyaps-routes-ferry\/assets\/images\/pin.png';\n            var messages = new Object();\n            messages.click_to_see_map = \"Click to see map\";\n                        \/\/$('header .adsense').hide();\n            \n            function fetchLiveApiPrices() {\n                var $item = [];\n                $('#page_main_wrap').find('.search-results img.price-loading-gif').each(function (index, item) {\n                    $item[index] = $(item);\n                    try {\n                        $.ajax({\n                            \/\/url: 'http:\/\/getbybus.dev\/fetch-api-live-price',\n                            url: 'https:\/\/getbybus.com\/fetch-api-live-price',\n                            dataType: \"json\",\n                            data: {\n                                data: $item[index].data('live_connection_params'),\n                                currency: 'HRK',\n                                index: index\n                            },\n                            type: 'POST'\n                        }).done(function (data) {\n\n                            var livePrice = 0;\n                            if (js_isset(data, 'data', 'attributes', 'price_per_seat')) {\n                                livePrice = Math.round(Number((data.data.attributes.price_per_seat)));\n                                $item[data.data.index].parent()\n                                    .find('.price-value')\n                                    .html(\n                                        livePrice\n                                        \/\/'<span style=\"color:#d0b802!important\">'+livePrice+'<\/span>'\n                                        \/\/+ ' <span class=\"currency\">'\n                                        \/\/+ currentCurrencyRatio.currency\n                                        \/\/+ '<\/span>'\n                                    );\n                                \/\/$item[data.data.index].hide();\n                            }\n\n                            \/\/ hide gif loader\n                            $item[index].attr('style', 'display:none!important');\n\n                            if (0 == livePrice) {\n                                var $holder = $item[data.data.index].closest('.bus-table__row');\n                                $holder.hide();\n                            }\n                        }).fail(function (xhr, err) {\n                        });\n                    }\n                    catch (e) {\n                    }\n                });\n\n            }\n\n            jQuery(document).ready(function ($) {\n\n                $('.redirect_datepicker').each(function () {\n                   $(this).datepicker({\n                       minDate: 'now',\n                       dateFormat: 'yy-mm-dd',\n                   });\n                });\n\n                \n                                if ($(\"#departureStation\").length > 0) {\n                    $(\"#departureStation\").val('1505');\n                }\n                \n                \n                                if ($(\"#arrivalStation\").length > 0) {\n                    $(\"#arrivalStation\").val('1217');\n                }\n                \n                \n                $('.redirect_datepicker').on('click', function () {\n                    var index = $('.redirect_datepicker').index(this);\n                    var datePickerInput = $('.redirect_datepicker').eq(index);\n\n                    datePickerInput.show();\n                })\n\n                $('.redirect_datepicker').on('change', function () {\n                    var href = $(this).data('redirect-url');\n                    var regex = \/\\d{4}-\\d{2}-\\d{2}#\/;\n                    href = href.replace(regex, $(this).val() + \"#\");\n\n                    window.location.replace(href);\n                });\n            });\n        <\/script>\n        \n","protected":false},"excerpt":{"rendered":"<p>The ferry Zadar to Split, was scheduled to start operating from summer 2019, but due to unknown circumstances it has not yet entered into operation, if this should change we will of course publish the schedule here immediately. For now the easiest and cheapest option to get from Zadar to Split without a car is [&hellip;]<\/p>\n<p><a class=\"more-link\" href=\"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/\"> Continue reading&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Zadar to Split ferry &amp; Catamaran | Timetable and prices<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Zadar to Split ferry &amp; Catamaran | Timetable and prices\" \/>\n<meta property=\"og:description\" content=\"The ferry Zadar to Split, was scheduled to start operating from summer 2019, but due to unknown circumstances it has not yet entered into operation, if this should change we will of course publish the schedule here immediately. For now the easiest and cheapest option to get from Zadar to Split without a car is [&hellip;] Continue reading...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/\" \/>\n<meta property=\"og:site_name\" content=\"Ferry Croatia\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-12T08:51:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T05:55:11+00:00\" \/>\n<meta name=\"author\" content=\"Morten Smalby\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Ferryadmin\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Morten Smalby\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/\",\"url\":\"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/\",\"name\":\"Zadar to Split ferry & Catamaran | Timetable and prices\",\"isPartOf\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/#website\"},\"datePublished\":\"2020-09-12T08:51:30+00:00\",\"dateModified\":\"2021-08-16T05:55:11+00:00\",\"author\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/4ba545cc2e4126fb66d58d4f96574bd7\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.ferrycroatia.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Zadar to Split\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/#website\",\"url\":\"https:\/\/www.ferrycroatia.com\/en\/\",\"name\":\"Ferry Croatia\",\"description\":\"Info\u2019s and timetables - all catamarans and ferries in Croatia\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.ferrycroatia.com\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/4ba545cc2e4126fb66d58d4f96574bd7\",\"name\":\"Morten Smalby\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/46f00d085a2448a54f228a764c9d007a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/46f00d085a2448a54f228a764c9d007a?s=96&d=mm&r=g\",\"caption\":\"Morten Smalby\"},\"description\":\"I am Morten, I am a Danish Expat who has been living in Croatia since 2004, during the years i have visited most parts of this beautiful country, as well as the neighboring countries. Since 2007 I have been blogging about the places i have visited.\",\"sameAs\":[\"https:\/\/www.croatia-expert.com\/\",\"https:\/\/www.instagram.com\/croatiaexpert\/\",\"https:\/\/www.linkedin.com\/in\/mortensmalby\/\",\"https:\/\/www.pinterest.com\/solitum\/\",\"https:\/\/twitter.com\/Ferryadmin\",\"https:\/\/www.youtube.com\/@MortenSmalby\"],\"url\":\"https:\/\/www.ferrycroatia.com\/en\/author\/ferryadmin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Zadar to Split ferry & Catamaran | Timetable and prices","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/","og_locale":"en_US","og_type":"article","og_title":"Zadar to Split ferry & Catamaran | Timetable and prices","og_description":"The ferry Zadar to Split, was scheduled to start operating from summer 2019, but due to unknown circumstances it has not yet entered into operation, if this should change we will of course publish the schedule here immediately. For now the easiest and cheapest option to get from Zadar to Split without a car is [&hellip;] Continue reading...","og_url":"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/","og_site_name":"Ferry Croatia","article_published_time":"2020-09-12T08:51:30+00:00","article_modified_time":"2021-08-16T05:55:11+00:00","author":"Morten Smalby","twitter_card":"summary_large_image","twitter_creator":"@Ferryadmin","twitter_misc":{"Written by":"Morten Smalby"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/","url":"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/","name":"Zadar to Split ferry & Catamaran | Timetable and prices","isPartOf":{"@id":"https:\/\/www.ferrycroatia.com\/en\/#website"},"datePublished":"2020-09-12T08:51:30+00:00","dateModified":"2021-08-16T05:55:11+00:00","author":{"@id":"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/4ba545cc2e4126fb66d58d4f96574bd7"},"breadcrumb":{"@id":"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.ferrycroatia.com\/en\/zadar-split\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.ferrycroatia.com\/en\/zadar-split\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.ferrycroatia.com\/en\/"},{"@type":"ListItem","position":2,"name":"Zadar to Split"}]},{"@type":"WebSite","@id":"https:\/\/www.ferrycroatia.com\/en\/#website","url":"https:\/\/www.ferrycroatia.com\/en\/","name":"Ferry Croatia","description":"Info\u2019s and timetables - all catamarans and ferries in Croatia","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.ferrycroatia.com\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/4ba545cc2e4126fb66d58d4f96574bd7","name":"Morten Smalby","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.ferrycroatia.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/46f00d085a2448a54f228a764c9d007a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/46f00d085a2448a54f228a764c9d007a?s=96&d=mm&r=g","caption":"Morten Smalby"},"description":"I am Morten, I am a Danish Expat who has been living in Croatia since 2004, during the years i have visited most parts of this beautiful country, as well as the neighboring countries. Since 2007 I have been blogging about the places i have visited.","sameAs":["https:\/\/www.croatia-expert.com\/","https:\/\/www.instagram.com\/croatiaexpert\/","https:\/\/www.linkedin.com\/in\/mortensmalby\/","https:\/\/www.pinterest.com\/solitum\/","https:\/\/twitter.com\/Ferryadmin","https:\/\/www.youtube.com\/@MortenSmalby"],"url":"https:\/\/www.ferrycroatia.com\/en\/author\/ferryadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/posts\/5057"}],"collection":[{"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/comments?post=5057"}],"version-history":[{"count":7,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/posts\/5057\/revisions"}],"predecessor-version":[{"id":7364,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/posts\/5057\/revisions\/7364"}],"wp:attachment":[{"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/media?parent=5057"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/categories?post=5057"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ferrycroatia.com\/en\/wp-json\/wp\/v2\/tags?post=5057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}