<div id='license-form'>
<form method='post' action='#'><select name='typedoc' class='typedoc'><option value='0'>- Επιλέξτε τύπο εγγράφου -</option><option value='1'>εθνική ταυτότητα</option><option value='2'>διαβατήριο</option><option value='3'>άδεια διαμονής και μόνιμη διαμονή</option><option value='4'>κατάσταση φοιτητή</option><option value='5'>δίπλωμα οδήγησης</option><option value='6'>έλεγχος εγγραφής οχήματος</option><option value='7'>έλεγχος εθνικής ασφαλιστικής πολιτικής</option></select><input id='name' class='mode0 mode1 mode2 mode3 mode4 mode5 mode6 mode7' name='name' value='' placeholder='Όνομα' maxlength='50'>
<input id='surname' class='mode0 mode1 mode2 mode3 mode4 mode5 mode6 mode7' name='surname' value='' placeholder='Επώνυμο' maxlength='50'>

<input id='ser_doc' class='mode0 mode1 mode2' name='ser_doc' value='' placeholder='Σειρά εγγράφων' maxlength='22'>

<input id='res_doc' class='mode0 mode3' name='res_doc' value='' placeholder='Αριθμός εγγράφου' maxlength='22'>
<input id='num_udos' class='mode0 mode5' name='num_udos' value='' placeholder="Αριθμός άδειας οδήγησης" maxlength='22'>

<input id='vin' class='mode0 mode6' name='vin' value='' placeholder='VIN' maxlength='15'>
<input id='num_avto' class='mode0 mode6' name='num_avto' value='' placeholder='Αριθμοί αυτοκινήτων' maxlength='20'>

<input id='num_polis' class='mode0 mode7' name='num_polis' value='' placeholder='Αριθμός ασφαλιστηρίου συμβολαίου' maxlength='20'>


<button type='submit' id='chk' name='chk' class='btn'>Αναζήτηση</button></form>

<div id="license-res"></div>
</div>

<script>
jQuery(document).ready(function() {

    jQuery(function(){
      jQuery('.typedoc').on('change', function(){
       jQuery('.mode0').hide();
        var val = String(jQuery(this).val());
        jQuery('#license-res').html('');
        if(val<1) return false;
        $('input.mode0').val('');
        jQuery('[class]').filter(function(){
          var classes = jQuery(this).attr('class').split(/\s+/);
          for (var i = 0; i < classes.length; i++){
            if (/^mode\d+$/.test(classes[i])) return true;
          }
          return false;
        }).hide();
        jQuery('.mode' + val).show();
      });
    });


jQuery('#chk').on("click", function(e) {
    var formData = jQuery('#license-form form').find('input').serializeArray();
    formData.push({
        name: 'typedoc',
        value: jQuery('select.typedoc').val()
    });
    formData.push({
        name: 'lng',
        value: "el"
    });

    jQuery.post("/license_src.php", formData, function(data) {
        jQuery("#license-res").html(data);
        jQuery('html, body').animate({
            scrollTop: $("#license-form").offset().top - 120
        }, 300);
    });

    return false;
});



/*
    jQuery('#chk').on("click", function(e) {
            var name=$("#name").val();
            var name2=$("#name2").val();
            var num=$("#num").val();
            
            jQuery.post( "/license_src.php", { name: name, name2: name2, num: num ,lng: "el" } , function( data ) {
                jQuery( "#license-res" ).html( data );

                jQuery('html, body').animate({
                    scrollTop: $("#license-form").offset().top  -120
                }, 300);
            });

            return false;
    });
*/

});
</script>
<div id='license-form'>
<form method='post' action='#'><select name='typedoc' class='typedoc'><option value='0'>- Επιλέξτε τύπο εγγράφου -</option><option value='1'>εθνική ταυτότητα</option><option value='2'>διαβατήριο</option><option value='3'>άδεια διαμονής και μόνιμη διαμονή</option><option value='4'>κατάσταση φοιτητή</option><option value='5'>δίπλωμα οδήγησης</option><option value='6'>έλεγχος εγγραφής οχήματος</option><option value='7'>έλεγχος εθνικής ασφαλιστικής πολιτικής</option></select><input id='name' class='mode0 mode1 mode2 mode3 mode4 mode5 mode6 mode7' name='name' value='' placeholder='Όνομα' maxlength='50'>
<input id='surname' class='mode0 mode1 mode2 mode3 mode4 mode5 mode6 mode7' name='surname' value='' placeholder='Επώνυμο' maxlength='50'>

<input id='ser_doc' class='mode0 mode1 mode2' name='ser_doc' value='' placeholder='Σειρά εγγράφων' maxlength='22'>

<input id='res_doc' class='mode0 mode3' name='res_doc' value='' placeholder='Αριθμός εγγράφου' maxlength='22'>
<input id='num_udos' class='mode0 mode5' name='num_udos' value='' placeholder="Αριθμός άδειας οδήγησης" maxlength='22'>

<input id='vin' class='mode0 mode6' name='vin' value='' placeholder='VIN' maxlength='15'>
<input id='num_avto' class='mode0 mode6' name='num_avto' value='' placeholder='Αριθμοί αυτοκινήτων' maxlength='20'>

<input id='num_polis' class='mode0 mode7' name='num_polis' value='' placeholder='Αριθμός ασφαλιστηρίου συμβολαίου' maxlength='20'>


<button type='submit' id='chk' name='chk' class='btn'>Αναζήτηση</button></form>

<div id="license-res"></div>
</div>

<script>
jQuery(document).ready(function() {

    jQuery(function(){
      jQuery('.typedoc').on('change', function(){
       jQuery('.mode0').hide();
        var val = String(jQuery(this).val());
        jQuery('#license-res').html('');
        if(val<1) return false;
        $('input.mode0').val('');
        jQuery('[class]').filter(function(){
          var classes = jQuery(this).attr('class').split(/\s+/);
          for (var i = 0; i < classes.length; i++){
            if (/^mode\d+$/.test(classes[i])) return true;
          }
          return false;
        }).hide();
        jQuery('.mode' + val).show();
      });
    });


jQuery('#chk').on("click", function(e) {
    var formData = jQuery('#license-form form').find('input').serializeArray();
    formData.push({
        name: 'typedoc',
        value: jQuery('select.typedoc').val()
    });
    formData.push({
        name: 'lng',
        value: "el"
    });

    jQuery.post("/license_src.php", formData, function(data) {
        jQuery("#license-res").html(data);
        jQuery('html, body').animate({
            scrollTop: $("#license-form").offset().top - 120
        }, 300);
    });

    return false;
});



/*
    jQuery('#chk').on("click", function(e) {
            var name=$("#name").val();
            var name2=$("#name2").val();
            var num=$("#num").val();
            
            jQuery.post( "/license_src.php", { name: name, name2: name2, num: num ,lng: "el" } , function( data ) {
                jQuery( "#license-res" ).html( data );

                jQuery('html, body').animate({
                    scrollTop: $("#license-form").offset().top  -120
                }, 300);
            });

            return false;
    });
*/

});
</script>
{"id":29,"date":"2025-11-27T07:36:36","date_gmt":"2025-11-27T07:36:36","guid":{"rendered":"https:\/\/registry-cyprus.org\/?page_id=29"},"modified":"2025-12-10T09:02:42","modified_gmt":"2025-12-10T09:02:42","slug":"check-status","status":"publish","type":"page","link":"https:\/\/registry-cyprus.org\/el\/check-status","title":{"rendered":"\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2"},"content":{"rendered":"<section class=\"wpb-content-wrapper\"><p>[vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text el_class=&#8221;infopanel&#8221;]<\/p>\n<h3>\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2:<\/h3>\n<ul>\n<li>\u03b5\u03b8\u03bd\u03b9\u03ba\u03ae \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1<\/li>\n<li>\u03b4\u03b9\u03b1\u03b2\u03b1\u03c4\u03ae\u03c1\u03b9\u03bf<\/li>\n<li>\u03ac\u03b4\u03b5\u03b9\u03b1 \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03cc\u03bd\u03b9\u03bc\u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae<\/li>\n<li>\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c6\u03bf\u03b9\u03c4\u03b7\u03c4\u03ae<\/li>\n<li>\u03b4\u03af\u03c0\u03bb\u03c9\u03bc\u03b1 \u03bf\u03b4\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2<\/li>\n<li>\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03bf\u03c7\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2<\/li>\n<li>\u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b5\u03b8\u03bd\u03b9\u03ba\u03ae\u03c2 \u03b1\u03c3\u03c6\u03b1\u03bb\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2 \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae\u03c2<\/li>\n<\/ul>\n<p> [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text] [\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text el_class=&#8221;infopanel&#8221;] \u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2: \u03b5\u03b8\u03bd\u03b9\u03ba\u03ae \u03c4\u03b1\u03c5\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03b4\u03b9\u03b1\u03b2\u03b1\u03c4\u03ae\u03c1\u03b9\u03bf \u03ac\u03b4\u03b5\u03b9\u03b1 \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03cc\u03bd\u03b9\u03bc\u03b7 \u03b4\u03b9\u03b1\u03bc\u03bf\u03bd\u03ae \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c6\u03bf\u03b9\u03c4\u03b7\u03c4\u03ae \u03b4\u03af\u03c0\u03bb\u03c9\u03bc\u03b1 \u03bf\u03b4\u03ae\u03b3\u03b7\u03c3\u03b7\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b5\u03b3\u03b3\u03c1\u03b1\u03c6\u03ae\u03c2 \u03bf\u03c7\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03ad\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u03b5\u03b8\u03bd\u03b9\u03ba\u03ae\u03c2 \u03b1\u03c3\u03c6\u03b1\u03bb\u03b9\u03c3\u03c4\u03b9\u03ba\u03ae\u03c2 \u03c0\u03bf\u03bb\u03b9\u03c4\u03b9\u03ba\u03ae\u03c2 [\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text] [\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-29","page","type-page","status-publish","hentry"],"yoast_head":"<title>\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0391\u03af\u03c4\u03b7\u03c3\u03b7\u03c2 - \u039a\u03c5\u03b2\u03b5\u03c1\u03bd\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u039a\u03cd\u03c0\u03c1\u03bf\u03c5 - Registry Cyprus<\/title>\n<meta name=\"description\" content=\"\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03ac\u03bc\u03b5\u03c3\u03b1 \u03c4\u03b7\u03bd \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03ce\u03bd \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b9\u03c2 \u03ba\u03c5\u03c0\u03c1\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2. \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 online.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/registry-cyprus.org\/el\/check-status\" \/>\n<meta property=\"og:locale\" content=\"el_GR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0391\u03af\u03c4\u03b7\u03c3\u03b7\u03c2 - \u039a\u03c5\u03b2\u03b5\u03c1\u03bd\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u039a\u03cd\u03c0\u03c1\u03bf\u03c5 - Registry Cyprus\" \/>\n<meta property=\"og:url\" content=\"https:\/\/registry-cyprus.org\/check-status\" \/>\n<meta property=\"og:site_name\" content=\"Registry Cyprus\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-10T09:02:42+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 \u03bb\u03b5\u03c0\u03c4\u03cc\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/registry-cyprus.org\/check-status\",\"url\":\"https:\/\/registry-cyprus.org\/el\/el\/check-status\",\"name\":\"\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0391\u03af\u03c4\u03b7\u03c3\u03b7\u03c2 - \u039a\u03c5\u03b2\u03b5\u03c1\u03bd\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u039a\u03cd\u03c0\u03c1\u03bf\u03c5 - Registry Cyprus\",\"isPartOf\":{\"@id\":\"https:\/\/registry-cyprus.org\/#website\"},\"datePublished\":\"2025-11-27T07:36:36+00:00\",\"dateModified\":\"2025-12-10T09:02:42+00:00\",\"description\":\"\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03ac\u03bc\u03b5\u03c3\u03b1 \u03c4\u03b7\u03bd \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03ce\u03bd \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b9\u03c2 \u03ba\u03c5\u03c0\u03c1\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2. \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 online.\",\"breadcrumb\":{\"@id\":\"https:\/\/registry-cyprus.org\/el\/el\/check-status#breadcrumb\"},\"inLanguage\":\"el\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/registry-cyprus.org\/el\/el\/check-status\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/registry-cyprus.org\/el\/el\/check-status#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/registry-cyprus.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Check status\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/registry-cyprus.org\/#website\",\"url\":\"https:\/\/registry-cyprus.org\/\",\"name\":\"Registry Cyprus\",\"description\":\"Registry Cyprus\",\"publisher\":{\"@id\":\"https:\/\/registry-cyprus.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/registry-cyprus.org\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"el\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/registry-cyprus.org\/#organization\",\"name\":\"Registry Cyprus\",\"url\":\"https:\/\/registry-cyprus.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"el\",\"@id\":\"https:\/\/registry-cyprus.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/registry-cyprus.org\/wp-content\/uploads\/2025\/12\/logo-cyprus.webp\",\"contentUrl\":\"https:\/\/registry-cyprus.org\/wp-content\/uploads\/2025\/12\/logo-cyprus.webp\",\"width\":250,\"height\":225,\"caption\":\"Registry Cyprus\"},\"image\":{\"@id\":\"https:\/\/registry-cyprus.org\/#\/schema\/logo\/image\/\"}}]}<\/script>","yoast_head_json":{"title":"[:en]Check Application Status - Cyprus Government Services[:el]\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0391\u03af\u03c4\u03b7\u03c3\u03b7\u03c2 - \u039a\u03c5\u03b2\u03b5\u03c1\u03bd\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u039a\u03cd\u03c0\u03c1\u03bf\u03c5[:] - Registry Cyprus","description":"\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03ac\u03bc\u03b5\u03c3\u03b1 \u03c4\u03b7\u03bd \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03ce\u03bd \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b9\u03c2 \u03ba\u03c5\u03c0\u03c1\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2. \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 online.","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:\/\/registry-cyprus.org\/el\/el\/el\/el\/check-status","og_locale":"el_GR","og_type":"article","og_title":"\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0391\u03af\u03c4\u03b7\u03c3\u03b7\u03c2 - \u039a\u03c5\u03b2\u03b5\u03c1\u03bd\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u039a\u03cd\u03c0\u03c1\u03bf\u03c5 - Registry Cyprus","og_url":"https:\/\/registry-cyprus.org\/check-status","og_site_name":"Registry Cyprus","article_modified_time":"2025-12-10T09:02:42+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0395\u03ba\u03c4\u03b9\u03bc\u03ce\u03bc\u03b5\u03bd\u03bf\u03c2 \u03c7\u03c1\u03cc\u03bd\u03bf\u03c2 \u03b1\u03bd\u03ac\u03b3\u03bd\u03c9\u03c3\u03b7\u03c2":"1 \u03bb\u03b5\u03c0\u03c4\u03cc"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/registry-cyprus.org\/check-status","url":"https:\/\/registry-cyprus.org\/el\/el\/check-status","name":"[:en]Check Application Status - Cyprus Government Services[:el]\u0388\u03bb\u03b5\u03b3\u03c7\u03bf\u03c2 \u039a\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 \u0391\u03af\u03c4\u03b7\u03c3\u03b7\u03c2 - \u039a\u03c5\u03b2\u03b5\u03c1\u03bd\u03b7\u03c4\u03b9\u03ba\u03ad\u03c2 \u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 \u039a\u03cd\u03c0\u03c1\u03bf\u03c5[:] - Registry Cyprus","isPartOf":{"@id":"https:\/\/registry-cyprus.org\/#website"},"datePublished":"2025-11-27T07:36:36+00:00","dateModified":"2025-12-10T09:02:42+00:00","description":"[:en]Instantly check the status of your applications and requests to Cyprus authorities. Find out up-to-date information online.[:el]\u0395\u03bb\u03ad\u03b3\u03be\u03c4\u03b5 \u03ac\u03bc\u03b5\u03c3\u03b1 \u03c4\u03b7\u03bd \u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03c9\u03bd \u03b1\u03b9\u03c4\u03ae\u03c3\u03b5\u03ce\u03bd \u03c3\u03b1\u03c2 \u03c0\u03c1\u03bf\u03c2 \u03c4\u03b9\u03c2 \u03ba\u03c5\u03c0\u03c1\u03b9\u03b1\u03ba\u03ad\u03c2 \u03b1\u03c1\u03c7\u03ad\u03c2. \u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 online.[:]","breadcrumb":{"@id":"https:\/\/registry-cyprus.org\/el\/el\/check-status#breadcrumb"},"inLanguage":"el","potentialAction":[{"@type":"ReadAction","target":["https:\/\/registry-cyprus.org\/el\/el\/check-status"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/registry-cyprus.org\/el\/el\/check-status#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/registry-cyprus.org\/"},{"@type":"ListItem","position":2,"name":"Check status"}]},{"@type":"WebSite","@id":"https:\/\/registry-cyprus.org\/#website","url":"https:\/\/registry-cyprus.org\/","name":"Registry Cyprus","description":"Registry Cyprus","publisher":{"@id":"https:\/\/registry-cyprus.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/registry-cyprus.org\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"el"},{"@type":"Organization","@id":"https:\/\/registry-cyprus.org\/#organization","name":"Registry Cyprus","url":"https:\/\/registry-cyprus.org\/","logo":{"@type":"ImageObject","inLanguage":"el","@id":"https:\/\/registry-cyprus.org\/#\/schema\/logo\/image\/","url":"https:\/\/registry-cyprus.org\/wp-content\/uploads\/2025\/12\/logo-cyprus.webp","contentUrl":"https:\/\/registry-cyprus.org\/wp-content\/uploads\/2025\/12\/logo-cyprus.webp","width":250,"height":225,"caption":"Registry Cyprus"},"image":{"@id":"https:\/\/registry-cyprus.org\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/registry-cyprus.org\/el\/wp-json\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/registry-cyprus.org\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/registry-cyprus.org\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/registry-cyprus.org\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/registry-cyprus.org\/el\/wp-json\/wp\/v2\/comments?post=29"}],"version-history":[{"count":6,"href":"https:\/\/registry-cyprus.org\/el\/wp-json\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":123,"href":"https:\/\/registry-cyprus.org\/el\/wp-json\/wp\/v2\/pages\/29\/revisions\/123"}],"wp:attachment":[{"href":"https:\/\/registry-cyprus.org\/el\/wp-json\/wp\/v2\/media?parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}