{"id":5,"date":"2025-06-02T20:15:09","date_gmt":"2025-06-02T20:15:09","guid":{"rendered":"https:\/\/vinnumberhistory.com\/?page_id=5"},"modified":"2025-06-02T20:15:29","modified_gmt":"2025-06-02T20:15:29","slug":"vin","status":"publish","type":"page","link":"https:\/\/vinnumberhistory.com\/tr\/vin\/","title":{"rendered":"VIN"},"content":{"rendered":"<div class=\"vinshortcodecont\">\n\t<div class=\"vin_title\">\n\t\tVin Decoder\t<\/div>\n\t<div id=\"stm_motors_vin_decoder\">\n\t\t<input type=\"text\" class=\"vin\" class=\"form-control\" required\n\t\t\tplaceholder=\"Enter your VIN to check vehicle details\">\n\t\t<div class=\"sample_vin\">Try a sample VIN<\/div>\n\t\t<button id=\"checkVin\" class=\"heading-font stm-template-motorcycle\">\n\t\t\tAPPLY\t\t<\/button>\n\t\t<img decoding=\"async\" src=\"https:\/\/vinnumberhistory.com\/wp-content\/plugins\/motors-vin-decoder\/templates\/loader2.gif\" class=\"loading\"\/>\n\t<\/div>\n\n\t<p id=\"error_message\">The VIN entered is invalid. Please check and try again.<\/p>\n\t<div class=\"\" id=\"stm_vim_history\" >\n\t\t<div id=\"request-stm_vim_history\">\n\t\t\t<div class=\"stm-modal-dialog\">\n\t\t\t\t<div class=\"stm-modal-content\">\n\n\t\t\t\t\t<div class=\"stm_vin_info\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n\n<script>\n\n\tfunction ajaxpopulate( data ) {\n\n\t\tjQuery('.vin').addClass('success');\n\t\tjQuery('#error').removeClass('activeError');\n\t\tjQuery('.loading').removeClass('activeLoading');\n\t\tjQuery('#stm_sell_a_car_form').removeClass('activeSell');\n\t\tjQuery('#stm_motors_vin_decoder span').addClass('activeSpan');\n\n\t\tlet html = '<div>';\n\n\t\tlet count = 0;\n\t\tjQuery.each(data, function (title, colum) {\n\t\t\tlet ctr = 0;\n\t\t\tlet classeqip = '';\n\t\t\tlet _head = '';\n\t\t\tlet _class = count === 0 ? 'vc_toggle_active' : '';\n\t\t\thtml += '<div class=\"vc_toggle vs-shortcode\" id=\"vs-shortcode\"><div class=\"vc_toggle_title_short\"><h5 class=\"accordion__title\">' + title.toUpperCase() + '<\/h5><\/div><div class=\"row vc_toggle_content \">';\n\t\t\thtml += '<div class=\"stm-single-car-listing-data\">';\n\t\t\thtml += '<table class=\"stm-table-main\"><tbody>';\n\t\t\tlet trin = [];\n\n\t\t\tcount++;\n\t\t\tclasseqip = title;\n\n\t\t\tjQuery.each(colum, function (index, elem) {\n\t\t\t\tlet elemlength =  Object.keys(elem).length;\n\t\t\t\tfor (i = 0; i < elemlength; i=i+2) {\n\t\t\t\t\ttrin[i] = i;\n\t\t\t\t}\n\n\t\t\t\tjQuery.each(elem, function (key, value) {\n\t\t\t\t\tlet icon = 'stm-icon-label-reverse';\n\t\t\t\t\tif(elem[\"icons\"][key]) icon = elem[\"icons\"][key] ;\n\t\t\t\t\tif ((value != '') && (key != 'icons')) {\n\t\t\t\t\t\tif (jQuery.inArray(ctr , trin)> -1)  _head += '<tr>';\n\t\t\t\t\t\t_head += '<td><table class=\"inner-table  '+ classeqip+'\"><tbody><tr><td class=\"label-td\">';\n\t\t\t\t\t\t_head += '<i class=\"'+icon+'\"><\/i>' + key.split(\/(?=[A-Z])\/).join(\" \").toUpperCase() + '<\/td>';\n\t\t\t\t\t\t_head += '<td class=\"heading-font\">' + value + '<\/td><\/tr><\/tbody><\/table><\/td><td class=\"divider-td\"><\/td>';\n\t\t\t\t\t\tctr++;\n\t\t\t\t\t\tif (jQuery.inArray(ctr , trin)> -1)  _head += '<\/tr>';\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t\thtml += _head + '<\/tbody><\/table><\/div><\/div><\/div>';\n\t\t});\n\t\tstm_show_modal(html);\n\t}\n\n\tfunction stm_show_modal(html) {\n\n\t\tjQuery('.stm_vin_info').html(html);\n\n\t\tjQuery('.vc_toggle, .vc_toggle_').click(function () {\n\t\t\tjQuery(this).toggleClass('vc_toggle_active');\n\t\t});\n\n\t\tjQuery('#stm_vim_history').show();\n\n\t\tjQuery('#request-stm_vim_history .vc_toggle ').click(function (event) {\n\t\t\tif (event.target.className !== 'vc_toggle_title' && event.target.className !== 'vc_toggle_icon' && event.target.className !== 'accordion__title') {\n\t\t\t\tjQuery(this).addClass('vc_toggle_active');\n\t\t\t}\n\t\t});\n\t}\n\n\t(function ($) {\n\n\t\t$('.vin').on('input', function () {\n\n\t\t\t$('.vin').removeClass('error_vin success');\n\t\t\t$('#error').removeClass('activeError');\n\t\t\t$('#stm_motors_vin_decoder').removeClass('activeVin');\n\t\t\t$('#stm_motors_vin_decoder span').removeClass('activeSpan');\n\n\t\t\t$('.error_message').css('display', 'none');\n\t\t});\n\n\t\tdocument.getElementsByClassName(\"sample_vin\")[0].addEventListener('click', function () {\n\n\t\t\t$(\".vin\").val('WBABW33426PX70804');\n\n\t\t});\n\n\t\tfunction stm_vin_error() {\n\n\t\t\t$('.vin').addClass('error_vin');\n\t\t\t$('#error').addClass('activeError');\n   \n\t\t\t$('#stm_motors_vin_decoder').addClass('activeVin');\n\t\t\t$('.loading').removeClass('activeLoading');\n\t\t\t$('.error_message').css('display', 'block');\n\t\t\tstm_not_obj();\n\t\t}\n\n\t\tfunction stm_not_obj() {\n\t\t\tlet html = '<h4 class=\"errorh4\">Whoops, looks like something went wrong. Please and try again<\/h4>';\n\t\t\tstm_show_modal(html);\n\t\t}\n\t\t\t\t\t$('#checkVin').click(function (e) {\n\n\t\t\te.preventDefault();\n\t\t\tlet vin = $('.vin').val();\n\n\t\t\tif(!vin.trim()) return;\n\n\t\t\t$('.loading').addClass('activeLoading');\n\t\t\t$('#stm_sell_a_car_form').addClass('activeSell');\n\t\t\tvar ajaxurl = 'https:\/\/vinnumberhistory.com\/wp-admin\/admin-ajax.php';\n\n\t\t\t$.ajax({\n\t\t\t\turl: ajaxurl,\n\t\t\t\ttype: 'POST',\n\t\t\t\tdata: {\n\t\t\t\t\t'vin': vin,\n\t\t\t\t\t'shortcode': 'yes',\n\t\t\t\t\t'action': 'stm_vin_decoder_ajax_callback',\n\t\t\t\t},\n\n\t\t\t\tsuccess: function (data) {\n\t\t\t\t\tvar  dataspec = {};\n\t\t\t\t\tvar dt = [];\n\t\t\t\t\t$('#checkVin').text(\"Recheck\");\n\t\t\t\t\tif (data == null || data == 'undefined' ) {\n\t\t\t\t\t\tstm_vin_error();\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tif ((typeof data) === \"object\" && Object.keys(data).length) {\n\t\t\t\t\t\tajaxpopulate( data );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tstm_vin_error();\n\t\t\t\t\t}\n\n\t\t\t\t},\n\n\t\t\t\terror: function () {\n\t\t\t\t\tstm_vin_error();\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t\t\t})(jQuery)\n\t<\/script>\n\n\t\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/vinnumberhistory.com\/tr\/vin\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"tr_TR\" \/>\n\t\t<meta property=\"og:site_name\" content=\"[:en]VIN Number History[:de]VIN-Nummernverlauf[:ru]\u0418\u0441\u0442\u043e\u0440\u0438\u044f VIN-\u043d\u043e\u043c\u0435\u0440\u0430[:tr]VIN Numaras\u0131 Sorgulama[:] -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"VIN - VIN Numaras\u0131 Sorgulama\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/vinnumberhistory.com\/tr\/vin\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/vinnumberhistory.com\/wp-content\/uploads\/VIN-Logo-copy.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/vinnumberhistory.com\/wp-content\/uploads\/VIN-Logo-copy.jpg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-06-02T20:15:09+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-06-02T20:15:29+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"VIN - VIN Numaras\u0131 Sorgulama\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/vinnumberhistory.com\/wp-content\/uploads\/VIN-Logo-copy.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/vin\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/vin\\\/#listItem\",\"name\":\"VIN\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/vin\\\/#listItem\",\"position\":2,\"name\":\"VIN\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/#organization\",\"name\":\"[:en]VIN Number History[:de]VIN-Nummernverlauf[:ru]\\u0418\\u0441\\u0442\\u043e\\u0440\\u0438\\u044f VIN-\\u043d\\u043e\\u043c\\u0435\\u0440\\u0430[:tr]VIN Numaras\\u0131 Sorgulama[:]\",\"url\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/vinnumberhistory.com\\\/wp-content\\\/uploads\\\/VIN-Logo-copy.jpg\",\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/vin\\\/#organizationLogo\",\"width\":1000,\"height\":1000},\"image\":{\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/vin\\\/#organizationLogo\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/vin\\\/#webpage\",\"url\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/vin\\\/\",\"name\":\"VIN - VIN Numaras\\u0131 Sorgulama\",\"inLanguage\":\"tr-TR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/vin\\\/#breadcrumblist\"},\"datePublished\":\"2025-06-02T20:15:09+03:00\",\"dateModified\":\"2025-06-02T20:15:29+03:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/#website\",\"url\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/\",\"name\":\"[:en]VIN Number History[:de]VIN-Nummernverlauf[:ru]\\u0418\\u0441\\u0442\\u043e\\u0440\\u0438\\u044f VIN-\\u043d\\u043e\\u043c\\u0435\\u0440\\u0430[:tr]VIN Numaras\\u0131 Sorgulama[:]\",\"inLanguage\":\"tr-TR\",\"publisher\":{\"@id\":\"https:\\\/\\\/vinnumberhistory.com\\\/tr\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"VIN - VIN Numaras\u0131 Sorgulama","description":"","canonical_url":"https:\/\/vinnumberhistory.com\/tr\/vin\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/vinnumberhistory.com\/tr\/vin\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/vinnumberhistory.com\/tr#listItem","position":1,"name":"Home","item":"https:\/\/vinnumberhistory.com\/tr","nextItem":{"@type":"ListItem","@id":"https:\/\/vinnumberhistory.com\/tr\/vin\/#listItem","name":"VIN"}},{"@type":"ListItem","@id":"https:\/\/vinnumberhistory.com\/tr\/vin\/#listItem","position":2,"name":"VIN","previousItem":{"@type":"ListItem","@id":"https:\/\/vinnumberhistory.com\/tr#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/vinnumberhistory.com\/tr\/#organization","name":"[:en]VIN Number History[:de]VIN-Nummernverlauf[:ru]\u0418\u0441\u0442\u043e\u0440\u0438\u044f VIN-\u043d\u043e\u043c\u0435\u0440\u0430[:tr]VIN Numaras\u0131 Sorgulama[:]","url":"https:\/\/vinnumberhistory.com\/tr\/","logo":{"@type":"ImageObject","url":"https:\/\/vinnumberhistory.com\/wp-content\/uploads\/VIN-Logo-copy.jpg","@id":"https:\/\/vinnumberhistory.com\/tr\/vin\/#organizationLogo","width":1000,"height":1000},"image":{"@id":"https:\/\/vinnumberhistory.com\/tr\/vin\/#organizationLogo"}},{"@type":"WebPage","@id":"https:\/\/vinnumberhistory.com\/tr\/vin\/#webpage","url":"https:\/\/vinnumberhistory.com\/tr\/vin\/","name":"VIN - VIN Numaras\u0131 Sorgulama","inLanguage":"tr-TR","isPartOf":{"@id":"https:\/\/vinnumberhistory.com\/tr\/#website"},"breadcrumb":{"@id":"https:\/\/vinnumberhistory.com\/tr\/vin\/#breadcrumblist"},"datePublished":"2025-06-02T20:15:09+03:00","dateModified":"2025-06-02T20:15:29+03:00"},{"@type":"WebSite","@id":"https:\/\/vinnumberhistory.com\/tr\/#website","url":"https:\/\/vinnumberhistory.com\/tr\/","name":"[:en]VIN Number History[:de]VIN-Nummernverlauf[:ru]\u0418\u0441\u0442\u043e\u0440\u0438\u044f VIN-\u043d\u043e\u043c\u0435\u0440\u0430[:tr]VIN Numaras\u0131 Sorgulama[:]","inLanguage":"tr-TR","publisher":{"@id":"https:\/\/vinnumberhistory.com\/tr\/#organization"}}]},"og:locale":"tr_TR","og:site_name":"[:en]VIN Number History[:de]VIN-Nummernverlauf[:ru]\u0418\u0441\u0442\u043e\u0440\u0438\u044f VIN-\u043d\u043e\u043c\u0435\u0440\u0430[:tr]VIN Numaras\u0131 Sorgulama[:] -","og:type":"article","og:title":"VIN - VIN Numaras\u0131 Sorgulama","og:url":"https:\/\/vinnumberhistory.com\/tr\/vin\/","og:image":"https:\/\/vinnumberhistory.com\/wp-content\/uploads\/VIN-Logo-copy.jpg","og:image:secure_url":"https:\/\/vinnumberhistory.com\/wp-content\/uploads\/VIN-Logo-copy.jpg","article:published_time":"2025-06-02T20:15:09+00:00","article:modified_time":"2025-06-02T20:15:29+00:00","twitter:card":"summary_large_image","twitter:title":"VIN - VIN Numaras\u0131 Sorgulama","twitter:image":"https:\/\/vinnumberhistory.com\/wp-content\/uploads\/VIN-Logo-copy.jpg"},"aioseo_meta_data":{"post_id":"5","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-06-05 00:43:50","updated":"2025-06-05 00:43:50","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/vinnumberhistory.com\/tr\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tVIN\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/vinnumberhistory.com\/tr"},{"label":"VIN","link":"https:\/\/vinnumberhistory.com\/tr\/vin\/"}],"_links":{"self":[{"href":"https:\/\/vinnumberhistory.com\/tr\/wp-json\/wp\/v2\/pages\/5","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vinnumberhistory.com\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vinnumberhistory.com\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vinnumberhistory.com\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vinnumberhistory.com\/tr\/wp-json\/wp\/v2\/comments?post=5"}],"version-history":[{"count":1,"href":"https:\/\/vinnumberhistory.com\/tr\/wp-json\/wp\/v2\/pages\/5\/revisions"}],"predecessor-version":[{"id":7,"href":"https:\/\/vinnumberhistory.com\/tr\/wp-json\/wp\/v2\/pages\/5\/revisions\/7"}],"wp:attachment":[{"href":"https:\/\/vinnumberhistory.com\/tr\/wp-json\/wp\/v2\/media?parent=5"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}