{"id":161,"date":"2025-06-16T13:24:58","date_gmt":"2025-06-16T10:24:58","guid":{"rendered":"https:\/\/vinnumberhistory.com\/?post_type=inventory_vehicle&#038;p=161"},"modified":"2025-06-16T13:29:24","modified_gmt":"2025-06-16T10:29:24","slug":"1fa6p8th8j5183535-ford-mustang-2018","status":"publish","type":"inventory_vehicle","link":"https:\/\/vinnumberhistory.com\/de\/inventory\/1fa6p8th8j5183535-ford-mustang-2018\/","title":{"rendered":"1FA6P8TH8J5183535 Ford Mustang 2018"},"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","protected":false},"featured_media":162,"template":"","meta":{"inventory_presser_availability":"For sale","inventory_presser_beam":"","inventory_presser_body_style":"Coupe","inventory_presser_book_value_kbb":0,"inventory_presser_book_value_nada":0,"inventory_presser_car_id":"","inventory_presser_carfax_accident_free":false,"inventory_presser_carfax_have_report":false,"inventory_presser_carfax_one_owner":false,"inventory_presser_carfax_top_condition":false,"inventory_presser_carfax_url_icon":"","inventory_presser_carfax_url_icon_accident_free":"","inventory_presser_carfax_url_icon_one_owner":"","inventory_presser_carfax_url_icon_top_condition":"","inventory_presser_carfax_url_report":"","inventory_presser_certified_preowned":false,"inventory_presser_color":"Red","inventory_presser_color_base":"Red","inventory_presser_condition_boat":"","inventory_presser_condition":"All Over Damage","inventory_presser_cylinders":4,"inventory_presser_date_entered":"Mon, 16 Jun 2025 01:24:58 +0300","inventory_presser_dealer_id":0,"inventory_presser_description":"","inventory_presser_doors":0,"inventory_presser_down_payment":0,"inventory_presser_drive_type":"Rear Wheel Drive","inventory_presser_edmunds_style_id":0,"inventory_presser_engine":"2.3 EcoBoost","inventory_presser_engine_count":0,"inventory_presser_engine_make":"","inventory_presser_engine_model":"","inventory_presser_featured":false,"inventory_presser_fuel":"Gas","inventory_presser_fuel_economy_1_name":"","inventory_presser_fuel_economy_1_annual_consumption":"","inventory_presser_fuel_economy_1_annual_cost":0,"inventory_presser_fuel_economy_1_annual_emissions":"","inventory_presser_fuel_economy_1_city":0,"inventory_presser_fuel_economy_1_combined":0,"inventory_presser_fuel_economy_1_highway":0,"inventory_presser_fuel_economy_2_name":"","inventory_presser_fuel_economy_2_annual_consumption":"","inventory_presser_fuel_economy_2_annual_cost":0,"inventory_presser_fuel_economy_2_annual_emissions":"","inventory_presser_fuel_economy_2_city":0,"inventory_presser_fuel_economy_2_combined":0,"inventory_presser_fuel_economy_2_highway":0,"inventory_presser_fuel_economy_five_year_savings":0,"inventory_presser_horsepower":0,"inventory_presser_hull_material":"","inventory_presser_interior_color":"Black","inventory_presser_last_modified":"Mon, 16 Jun 2025 01:29:24 +0300","inventory_presser_leads_id":0,"inventory_presser_length":"","inventory_presser_location":"UAE","inventory_presser_make":"Ford","inventory_presser_draft":"","inventory_presser_model":"Mustang","inventory_presser_msrp":0,"inventory_presser_nextgear_inspection_url":"","inventory_presser_odometer":"61464","inventory_presser_options_array":["AM\/FM Stereo","Air Bags","Air Conditioning","Anti-lock Brakes","Bluetooth, Hands Free","Cloth Seats","Fog Lights","Keyless Entry","Power Locks","Power Windows","Steering Wheel Controls","Traction Control","Turbo"],"inventory_presser_payment":0,"inventory_presser_payment_frequency":"","inventory_presser_price":0,"inventory_presser_propulsion_type":"","inventory_presser_rate":0,"inventory_presser_stock_number":"","inventory_presser_tag_line":"","inventory_presser_term":0,"inventory_presser_title_status":"","inventory_presser_transmission":"Automatic","inventory_presser_transmission_speeds":"","inventory_presser_trim":"Base","inventory_presser_type":"Passenger Car","inventory_presser_vin":"1FA6P8TH8J5183535","inventory_presser_wholesale":false,"inventory_presser_year":2018,"inventory_presser_youtube":"","inventory_presser_youtube_embed":""},"model_year":[139],"make":[108],"model":[126],"condition":[131],"inventory_type":[8],"availability":[17],"drive_type":[27],"propulsion_type":[],"fuel":[37],"transmission":[43],"cylinders":[50],"style":[140],"colors":[67],"location":[135],"condition_boat":[],"engine_count":[],"engine_make":[],"engine_model":[],"horsepower":[],"hull_materials":[],"class_list":["post-161","inventory_vehicle","type-inventory_vehicle","status-publish","has-post-thumbnail","hentry","model_year-139","make-ford","model-mustang","condition-all-over-damage","type-car","availability-for-sale","drive_type-rwd","fuel-g","transmission-a","cylinders-50","style-coupe","colors-red","location-uae"],"aioseo_notices":[],"inventory_type_slugs":["car"],"_links":{"self":[{"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/inventory\/161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/inventory"}],"about":[{"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/types\/inventory_vehicle"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/media\/162"}],"wp:attachment":[{"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/media?parent=161"}],"wp:term":[{"taxonomy":"model_year","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/model_year?post=161"},{"taxonomy":"make","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/make?post=161"},{"taxonomy":"model","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/model?post=161"},{"taxonomy":"condition","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/condition?post=161"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/inventory_type?post=161"},{"taxonomy":"availability","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/availability?post=161"},{"taxonomy":"drive_type","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/drive_type?post=161"},{"taxonomy":"propulsion_type","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/propulsion_type?post=161"},{"taxonomy":"fuel","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/fuel?post=161"},{"taxonomy":"transmission","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/transmission?post=161"},{"taxonomy":"cylinders","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/cylinders?post=161"},{"taxonomy":"style","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/style?post=161"},{"taxonomy":"colors","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/colors?post=161"},{"taxonomy":"location","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/location?post=161"},{"taxonomy":"condition_boat","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/condition_boat?post=161"},{"taxonomy":"engine_count","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/engine_count?post=161"},{"taxonomy":"engine_make","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/engine_make?post=161"},{"taxonomy":"engine_model","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/engine_model?post=161"},{"taxonomy":"horsepower","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/horsepower?post=161"},{"taxonomy":"hull_materials","embeddable":true,"href":"https:\/\/vinnumberhistory.com\/de\/wp-json\/wp\/v2\/hull_materials?post=161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}