{"id":5675,"date":"2026-03-12T22:09:24","date_gmt":"2026-03-12T20:09:24","guid":{"rendered":"https:\/\/www.docil.co.il\/?page_id=5675"},"modified":"2026-03-14T17:32:11","modified_gmt":"2026-03-14T15:32:11","slug":"%d7%91%d7%93%d7%99%d7%a7%d7%aa-%d7%9e%d7%a1%d7%a4%d7%a8-%d7%a8%d7%99%d7%a9%d7%95%d7%99-%d7%93%d7%95-%d7%92%d7%9c%d7%92%d7%9c%d7%99-%d7%93%d7%95%d7%a7%d7%90%d7%98%d7%99","status":"publish","type":"page","link":"https:\/\/www.docil.co.il\/?page_id=5675","title":{"rendered":"\u05d1\u05d3\u05d9\u05e7\u05ea \u05de\u05e1\u05e4\u05e8 \u05e8\u05d9\u05e9\u05d5\u05d9 \u05d3\u05d5-\u05d2\u05dc\u05d2\u05dc\u05d9 \u2013 \u05d3\u05d5\u05e7\u05d0\u05d8\u05d9"},"content":{"rendered":"<p>\u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d1\u05d3\u05d5\u05e7 \u05de\u05e1\u05e4\u05e8 \u05e8\u05d9\u05e9\u05d5\u05d9 \u05e9\u05dc \u05d0\u05d5\u05e4\u05e0\u05d5\u05e2 \u05de\u05ea\u05d5\u05e6\u05e8\u05ea \u05d3\u05d5\u05e7\u05d0\u05d8\u05d9? \u05d4\u05db\u05e0\u05d9\u05e1\u05d5 \u05d0\u05ea \u05d4\u05de\u05e1\u05e4\u05e8 \u05d1\u05ea\u05d9\u05d1\u05d4 \u05de\u05d8\u05d4 \u05d5\u05dc\u05d7\u05e6\u05d5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8.<\/p>\n<p>\u05d0\u05dd \u05d4\u05de\u05e1\u05e4\u05e8 \u05e7\u05d9\u05d9\u05dd \u05d1\u05de\u05e2\u05e8\u05db\u05ea \u05d5\u05d0\u05dd \u05d4\u05d5\u05d0 \u05e9\u05d9\u05d9\u05da \u05dc\u05d0\u05d5\u05e4\u05e0\u05d5\u05e2 \u05de\u05ea\u05d5\u05e6\u05e8\u05ea \u05d3\u05d5\u05e7\u05d0\u05d8\u05d9 &#8211; \u05ea\u05e7\u05d1\u05dc\u05d5 \u05d0\u05ea \u05d4\u05de\u05d9\u05d3\u05e2.<\/p>\n<p>\u05d3\u05e3 \u05d6\u05d4 \u05de\u05d9\u05d5\u05e2\u05d3 \u05dc\u05e9\u05d9\u05de\u05d5\u05e9 \u05d0\u05d9\u05e9\u05d9 \u05d1\u05dc\u05d1\u05d3. \u05e0\u05d9\u05e6\u05d5\u05dc \u05dc\u05e8\u05e2\u05d4 \u05e9\u05dc \u05d4\u05d3\u05e3 \u05d5\u05d4\u05e4\u05e2\u05dc\u05ea \u05e2\u05d5\u05de\u05e1 \u05de\u05d9\u05d5\u05ea\u05e8 \u05e2\u05dc \u05d4\u05d0\u05ea\u05e8 \u05ea\u05d6\u05db\u05d4 \u05d0\u05ea\u05db\u05dd \u05d1\u05d7\u05e1\u05d9\u05de\u05d4 \u05dc\u05d0\u05dc\u05ea\u05e8 \u05dc\u05dc\u05d0 \u05d0\u05d6\u05d4\u05e8\u05d4 \u05de\u05e8\u05d0\u05e9.<\/p>\n<div id=\"vehicle-search\" style=\"font-family: Arial, sans-serif; direction: rtl;\">\n  <input\n    type=\"text\"\n    id=\"license-input\"\n    placeholder=\"\u05d4\u05db\u05e0\u05e1 \u05de\u05e1\u05e4\u05e8 \u05e8\u05d9\u05e9\u05d5\u05d9...\"\n    maxlength=\"8\"\n    style=\"padding: 8px 12px; font-size: 16px; width: 200px; border: 1px solid #ccc; border-radius: 4px;\"\n  \/>\n  <button\n    id=\"search-btn\"\n    onclick=\"searchVehicle()\"\n    style=\"padding: 8px 16px; font-size: 16px; background: #0073aa; color: white; border: none; border-radius: 4px; cursor: pointer; margin-right: 8px;\"\n  >\n    \u05d7\u05e4\u05e9\n  <\/button>\n  <div id=\"rate-msg\" style=\"margin-top: 8px; font-size: 14px; color: #c0392b;\"><\/div>\n  <div id=\"search-result\" style=\"margin-top: 16px;\"><\/div>\n<\/div>\n\n<script>\nvar lastQueryTime = 0;\nvar queryCount = 0;\nvar windowStart = 0;\nvar cooldownTimer = null;\n\nvar COOLDOWN_SECONDS = 10;\nvar MAX_PER_MINUTE = 10;\n\nfunction searchVehicle() {\n  var now = Date.now();\n  var licenseNum = document.getElementById('license-input').value.trim();\n  var resultDiv = document.getElementById('search-result');\n  var rateMsg = document.getElementById('rate-msg');\n  var btn = document.getElementById('search-btn');\n\n  rateMsg.innerHTML = '';\n\n  if (!licenseNum) {\n    resultDiv.innerHTML = '<p style=\"color: red;\">\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05e8\u05d9\u05e9\u05d5\u05d9.<\/p>';\n    return;\n  }\n\n  var elapsed = (now - lastQueryTime) \/ 1000;\n  if (lastQueryTime > 0 && elapsed < COOLDOWN_SECONDS) {\n    var remaining = Math.ceil(COOLDOWN_SECONDS - elapsed);\n    disableButton(remaining);\n    return;\n  }\n\n  if (now - windowStart > 60000) {\n    windowStart = now;\n    queryCount = 0;\n  }\n  if (queryCount >= MAX_PER_MINUTE) {\n    var waitSec = Math.ceil((60000 - (now - windowStart)) \/ 1000);\n    rateMsg.innerHTML = '\u05d4\u05d2\u05e2\u05ea \u05dc\u05de\u05d2\u05d1\u05dc\u05ea \u05d4\u05e9\u05d0\u05d9\u05dc\u05ea\u05d5\u05ea. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05d1\u05e2\u05d5\u05d3 ' + waitSec + ' \u05e9\u05e0\u05d9\u05d5\u05ea.';\n    btn.disabled = true;\n    btn.style.background = '#aaa';\n    btn.style.cursor = 'not-allowed';\n    setTimeout(function() {\n      btn.disabled = false;\n      btn.style.background = '#0073aa';\n      btn.style.cursor = 'pointer';\n      rateMsg.innerHTML = '';\n      queryCount = 0;\n    }, waitSec * 1000);\n    return;\n  }\n\n  lastQueryTime = now;\n  queryCount++;\n  disableButton(COOLDOWN_SECONDS);\n\n  resultDiv.innerHTML = '<p>\u05de\u05d7\u05e4\u05e9...<\/p>';\n\n  var resourceId = 'bf9df4e2-d90d-4c0a-a400-19e15af8e95f';\n  var filters = '{\"mispar_rechev\":\"' + licenseNum + '\"}';\n  var url = 'https:\/\/data.gov.il\/api\/3\/action\/datastore_search?resource_id=' + resourceId + '&filters=' + encodeURIComponent(filters);\n\n  fetch(url)\n    .then(function(response) { return response.json(); })\n    .then(function(data) {\n      var records = data.result.records;\n\n      if (records.length === 0) {\n        resultDiv.innerHTML = '<p style=\"color: #c0392b;\">\u05db\u05dc\u05d9 \u05e8\u05db\u05d1 \u05d3\u05d5-\u05d2\u05dc\u05d2\u05dc\u05d9 \u05d6\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05e7\u05d9\u05d9\u05dd \u05d1\u05de\u05d0\u05d2\u05e8 \u05d0\u05d5 \u05e9\u05d0\u05d9\u05e0\u05d5 \u05de\u05ea\u05d5\u05e6\u05e8\u05ea \u05d3\u05d5\u05e7\u05d0\u05d8\u05d9.<\/p>';\n        return;\n      }\n\n      var v = records[0];\n\n      if (!v.tozeret_nm || v.tozeret_nm.indexOf('\u05d3\u05d5\u05e7\u05d8\u05d9') === -1) {\n        resultDiv.innerHTML = '<p style=\"color: #c0392b;\">\u05db\u05dc\u05d9 \u05e8\u05db\u05d1 \u05d3\u05d5-\u05d2\u05dc\u05d2\u05dc\u05d9 \u05d6\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05e7\u05d9\u05d9\u05dd \u05d1\u05de\u05d0\u05d2\u05e8 \u05d0\u05d5 \u05e9\u05d0\u05d9\u05e0\u05d5 \u05de\u05ea\u05d5\u05e6\u05e8\u05ea \u05d3\u05d5\u05e7\u05d0\u05d8\u05d9.<\/p>';\n        return;\n      }\n\n      var fields = [\n        ['mispar_rechev',            '\u05de\u05e1\u05e4\u05e8 \u05e8\u05d9\u05e9\u05d5\u05d9'],\n        ['tozeret_nm',               '\u05d9\u05e6\u05e8\u05df'],\n        ['tozeret_eretz_nm',         '\u05d0\u05e8\u05e5 \u05d9\u05d9\u05e6\u05d5\u05e8'],\n        ['degem_nm',                 '\u05d3\u05d2\u05dd'],\n        ['shnat_yitzur',             '\u05e9\u05e0\u05ea \u05d9\u05d9\u05e6\u05d5\u05e8'],\n        ['sug_rechev_nm',            '\u05e1\u05d5\u05d2 \u05e8\u05db\u05d1'],\n        ['sug_delek_nm',             '\u05e1\u05d5\u05d2 \u05d3\u05dc\u05e7'],\n        ['nefach_manoa',             '\u05e0\u05e4\u05d7 \u05de\u05e0\u05d5\u05e2 (\u05e1\u05de\"\u05e7)'],\n        ['hespek',                   '\u05d4\u05e1\u05e4\u05e7 (\u05db\"\u05e1)'],\n        ['mishkal_kolel',            '\u05de\u05e9\u05e7\u05dc \u05db\u05d5\u05dc\u05dc (\u05e7\"\u05d2)'],\n        ['mida_zmig_kidmi',          '\u05e6\u05de\u05d9\u05d2 \u05e7\u05d3\u05de\u05d9'],\n        ['mida_zmig_ahori',          '\u05e6\u05de\u05d9\u05d2 \u05d0\u05d7\u05d5\u05e8\u05d9'],\n        ['kod_omes_zmig_kidmi',      '\u05e7\u05d5\u05d3 \u05e2\u05d5\u05de\u05e1 \u05e6\u05de\u05d9\u05d2 \u05e7\u05d3\u05de\u05d9'],\n        ['kod_omes_zmig_ahori',      '\u05e7\u05d5\u05d3 \u05e2\u05d5\u05de\u05e1 \u05e6\u05de\u05d9\u05d2 \u05d0\u05d7\u05d5\u05e8\u05d9'],\n        ['kod_mehirut_zmig_kidmi',   '\u05e7\u05d5\u05d3 \u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05e6\u05de\u05d9\u05d2 \u05e7\u05d3\u05de\u05d9'],\n        ['kod_mehirut_zmig_ahori',   '\u05e7\u05d5\u05d3 \u05de\u05d4\u05d9\u05e8\u05d5\u05ea \u05e6\u05de\u05d9\u05d2 \u05d0\u05d7\u05d5\u05e8\u05d9'],\n        ['misgeret',                 '\u05de\u05e1\u05e4\u05e8 \u05e9\u05dc\u05d3\u05d4'],\n        ['mispar_manoa',             '\u05de\u05e1\u05e4\u05e8 \u05de\u05e0\u05d5\u05e2'],\n        ['moed_aliya_lakvish',       '\u05de\u05d5\u05e2\u05d3 \u05e2\u05dc\u05d9\u05d9\u05d4 \u05dc\u05db\u05d1\u05d9\u05e9'],\n        ['horaat_rishum',            '\u05d4\u05d5\u05e8\u05d0\u05ea \u05e8\u05d9\u05e9\u05d5\u05dd'],\n        ['baalut',                   '\u05d1\u05e2\u05dc\u05d5\u05ea'],\n        ['mkoriut_nm',               '\u05de\u05e7\u05d5\u05e8\u05d9\u05d5\u05ea'],\n        ['sug_rechev_EU_cd',         '\u05e7\u05d5\u05d3 \u05e1\u05d5\u05d2 \u05e8\u05db\u05d1 EU'],\n        ['sug_rechev_cd',            '\u05e7\u05d5\u05d3 \u05e1\u05d5\u05d2 \u05e8\u05db\u05d1'],\n        ['sug_delek_cd',             '\u05e7\u05d5\u05d3 \u05e1\u05d5\u05d2 \u05d3\u05dc\u05e7'],\n        ['tozeret_cd',               '\u05e7\u05d5\u05d3 \u05d9\u05e6\u05e8\u05df'],\n        ['mispar_mekomot_leyd_nahag','\u05de\u05d5\u05e9\u05d1\u05d9\u05dd \u05dc\u05d9\u05d3 \u05e0\u05d4\u05d2'],\n        ['mispar_mekomot',           '\u05e1\u05da \u05de\u05d5\u05e9\u05d1\u05d9\u05dd']\n      ];\n\n      var html = '<table style=\"border-collapse: collapse; width: 100%; max-width: 600px;\">';\n      for (var i = 0; i < fields.length; i++) {\n        var key = fields[i][0];\n        var label = fields[i][1];\n        var val = (v[key] !== null && v[key] !== undefined && v[key] !== '') ? v[key] : '-';\n        var bg = (i % 2 === 0) ? '#f9f9f9' : '#ffffff';\n        html += '<tr style=\"background:' + bg + ';\">';\n        html += '<td style=\"padding: 6px 12px; border: 1px solid #ddd; font-weight: bold; width: 50%;\">' + label + '<\/td>';\n        html += '<td style=\"padding: 6px 12px; border: 1px solid #ddd;\">' + val + '<\/td>';\n        html += '<\/tr>';\n      }\n      html += '<\/table>';\n      resultDiv.innerHTML = html;\n    })\n    .catch(function() {\n      resultDiv.innerHTML = '<p style=\"color: red;\">\u05e9\u05d2\u05d9\u05d0\u05d4 \u05d1\u05d2\u05d9\u05e9\u05d4 \u05dc\u05de\u05d0\u05d2\u05e8 \u05d4\u05de\u05d9\u05d3\u05e2. \u05e0\u05e1\u05d4 \u05e9\u05d5\u05d1 \u05de\u05d0\u05d5\u05d7\u05e8 \u05d9\u05d5\u05ea\u05e8.<\/p>';\n    });\n}\n\nfunction disableButton(seconds) {\n  var btn = document.getElementById('search-btn');\n  var rateMsg = document.getElementById('rate-msg');\n  var remaining = seconds;\n\n  btn.disabled = true;\n  btn.style.background = '#aaa';\n  btn.style.cursor = 'not-allowed';\n  btn.innerText = '\u05d4\u05de\u05ea\u05df ' + remaining + ' \u05e9\u05e0\u05d9\u05d5\u05ea';\n\n  if (cooldownTimer) clearInterval(cooldownTimer);\n\n  cooldownTimer = setInterval(function() {\n    remaining--;\n    if (remaining <= 0) {\n      clearInterval(cooldownTimer);\n      btn.disabled = false;\n      btn.style.background = '#0073aa';\n      btn.style.cursor = 'pointer';\n      btn.innerText = '\u05d7\u05e4\u05e9';\n      rateMsg.innerHTML = '';\n    } else {\n      btn.innerText = '\u05d4\u05de\u05ea\u05df ' + remaining + ' \u05e9\u05e0\u05d9\u05d5\u05ea';\n    }\n  }, 1000);\n}\n\ndocument.getElementById('license-input').addEventListener('keydown', function(e) {\n  if (e.key === 'Enter') searchVehicle();\n});\n<\/script>\n<p>\u05d4\u05e2\u05e8\u05d4: \u05de\u05d9\u05d3\u05e2 \u05d6\u05d4 \u05de\u05d5\u05d1\u05d0 \u05db\u05de\u05d5 \u05e9\u05d4\u05d5\u05d0, \u05dc\u05dc\u05d0 \u05e2\u05e8\u05d9\u05db\u05d4 \u05d5\u05dc\u05dc\u05d0 \u05d1\u05d3\u05d9\u05e7\u05d4 \u05e0\u05d5\u05e1\u05e4\u05ea. \u05db\u05dc \u05e9\u05d9\u05de\u05d5\u05e9 \u05d1\u05de\u05d9\u05d3\u05e2 \u05d6\u05d4 \u05d1\u05d0\u05d7\u05e8\u05d9\u05d5\u05ea \u05d4\u05de\u05e9\u05ea\u05de\u05e9 \u05d1\u05dc\u05d1\u05d3.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-large wp-image-3700\" src=\"https:\/\/www.docil.co.il\/wp-content\/uploads\/2022\/12\/i-B9vDF77-X5-1-1024x683.jpg\" alt=\"\" width=\"688\" height=\"459\" srcset=\"https:\/\/www.docil.co.il\/wp-content\/uploads\/2022\/12\/i-B9vDF77-X5-1-1024x683.jpg 1024w, https:\/\/www.docil.co.il\/wp-content\/uploads\/2022\/12\/i-B9vDF77-X5-1-300x200.jpg 300w, https:\/\/www.docil.co.il\/wp-content\/uploads\/2022\/12\/i-B9vDF77-X5-1-768x512.jpg 768w, https:\/\/www.docil.co.il\/wp-content\/uploads\/2022\/12\/i-B9vDF77-X5-1-1536x1025.jpg 1536w, https:\/\/www.docil.co.il\/wp-content\/uploads\/2022\/12\/i-B9vDF77-X5-1-2048x1366.jpg 2048w, https:\/\/www.docil.co.il\/wp-content\/uploads\/2022\/12\/i-B9vDF77-X5-1-1600x1068.jpg 1600w\" sizes=\"auto, (max-width: 688px) 100vw, 688px\" \/><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u05e8\u05d5\u05e6\u05d9\u05dd \u05dc\u05d1\u05d3\u05d5\u05e7 \u05de\u05e1\u05e4\u05e8 \u05e8\u05d9\u05e9\u05d5\u05d9 \u05e9\u05dc \u05d0\u05d5\u05e4\u05e0\u05d5\u05e2 \u05de\u05ea\u05d5\u05e6\u05e8\u05ea \u05d3\u05d5\u05e7\u05d0\u05d8\u05d9? \u05d4\u05db\u05e0\u05d9\u05e1\u05d5 \u05d0\u05ea \u05d4\u05de\u05e1\u05e4\u05e8 \u05d1\u05ea\u05d9\u05d1\u05d4 \u05de\u05d8\u05d4 \u05d5\u05dc\u05d7\u05e6\u05d5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8. \u05d0\u05dd \u05d4\u05de\u05e1\u05e4\u05e8 \u05e7\u05d9\u05d9\u05dd \u05d1\u05de\u05e2\u05e8\u05db\u05ea&hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-5675","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.docil.co.il\/index.php?rest_route=\/wp\/v2\/pages\/5675","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.docil.co.il\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.docil.co.il\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.docil.co.il\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.docil.co.il\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5675"}],"version-history":[{"count":6,"href":"https:\/\/www.docil.co.il\/index.php?rest_route=\/wp\/v2\/pages\/5675\/revisions"}],"predecessor-version":[{"id":5682,"href":"https:\/\/www.docil.co.il\/index.php?rest_route=\/wp\/v2\/pages\/5675\/revisions\/5682"}],"wp:attachment":[{"href":"https:\/\/www.docil.co.il\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}