{"id":110830,"date":"2018-02-03T08:37:12","date_gmt":"2018-02-03T08:37:12","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=110830"},"modified":"2026-01-07T06:18:43","modified_gmt":"2026-01-07T06:18:43","slug":"upgrade-magento2-via-command-line","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/","title":{"rendered":"How to Upgrade Magento 2 via command line"},"content":{"rendered":"\n<p>You can upgrade or update your current Magento version to a specific higher version using composer and the command line.<\/p>\n\n\n\n<p>You can even simplify your upgrade through professional <a href=\"https:\/\/webkul.com\/magento-2-upgrade-services\/\" target=\"_blank\" rel=\"noreferrer noopener\">Magento 2 upgrade services<\/a>.<\/p>\n\n\n\n<p>For that, you have to open the terminal\/command prompt.<\/p>\n\n\n\n<p>After that, go to your Magento site&#8217;s root directory in the terminal using cd command<\/p>\n\n\n\n<p>For example, your Magento site can be in a folder\/directory path as \/var\/www\/html.<\/p>\n\n\n\n<p>So, go to that directory from the command line, and after that, check your current Magento version with the following command.<strong><span class=\"crayon-e\">\u00a0 \u00a0 \u00a0 \u00a0<\/span><\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/magento --version<\/pre>\n\n\n\n<p>Running the above command will output something like this:<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>Magento CLI version 2.1.7<\/strong><\/p>\n<\/blockquote>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"849\" height=\"96\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png\" alt=\"Magento version\" class=\"wp-image-110833\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png 849w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog-250x28.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog-300x34.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog-768x87.png 768w\" sizes=\"(max-width: 849px) 100vw, 849px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>The above output shows that your current Magento version is&nbsp;<strong>2.1.7<\/strong>.<\/p>\n\n\n\n<p>Now if,&nbsp; you want to upgrade your Magento site to version&nbsp;<strong>2.1.8<\/strong>.<\/p>\n\n\n\n<p>For that, you have to run the following commands:<\/p>\n\n\n\n<p><strong>Note that<\/strong>, you have to be in your Magento\u2019s directory root while running the commands below.<\/p>\n\n\n\n<p><strong>First Step ->\u00a0<\/strong>Put your site into maintenance mode.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/magento maintenance:enable<\/pre>\n\n\n\n<p><strong>Second Step -><\/strong> Take a backup of the composer.json<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">cp composer.json composer.json.bak<\/pre>\n\n\n\n<p><strong>Third Step -><\/strong> Install the Composer update plugin<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require magento\/composer-root-update-plugin ~2.0 --no-update<\/pre>\n\n\n\n<p>(Run this command, if you are using PHP 7.3 or above)<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require magento\/composer-root-update-plugin ~1.0 --no-update<\/pre>\n\n\n\n<p>(Run this command, if you are using PHP 7.2 or lower)<\/p>\n\n\n\n<p><strong>Fourth<\/strong> <strong>Step -><\/strong> Update Magento version in composer.json file using the below command. You can type any required Magento version.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer require-commerce magento\/product-community-edition &lt;Magento version&gt; --no-update<\/pre>\n\n\n\n<p>(example:&nbsp; composer require-commerce magento\/product-community-edition 2.1.8 \u2013no-update )<\/p>\n\n\n\n<p><strong>Fifth Step -><\/strong> Update dependencies using the following command.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">composer update<\/pre>\n\n\n\n<p><strong>Sixth Step -><\/strong> Execute the following commands.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">rm -rf var\/di var\/generation\nphp bin\/magento setup:upgrade\nphp bin\/magento setup:di:compile\nphp bin\/magento: setup:static-content:deploy\nphp bin\/magento indexer:reindex\nphp bin\/magento cache:flush<\/pre>\n\n\n\n<p><strong>Seventh Step -><\/strong> Disable the maintenance mode<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/magento maintenance:disable<\/pre>\n\n\n\n<p>After the upgrade, again check your Magento version with the following command:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/magento --version<\/pre>\n\n\n\n<p>Output showing :<\/p>\n\n\n\n<p><strong>&nbsp; &nbsp; Magento CLI version 2.1.8<\/strong><\/p>\n\n\n\n<p>For technical assistance, please get in touch with us via email at\u00a0<a href=\"mailto:support@webkul.com\">support@webkul.com<\/a><\/p>\n\n\n\n<p>Additionally, explore a wide range of solutions to upgrade your store\u2019s functionality by visiting the\u00a0<a href=\"https:\/\/store.webkul.com\/Magento-2.html\">Magento 2 Modules<\/a>\u00a0section.<\/p>\n\n\n\n<p>For expert guidance or custom feature development,\u00a0<a href=\"https:\/\/webkul.com\/hire-magento-developers\/\">hire experienced Magento 2 developers<\/a>\u00a0for your project.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You can upgrade or update your current Magento version to a specific higher version using composer and the command line. You can even simplify your upgrade through professional Magento 2 upgrade services. For that, you have to open the terminal\/command prompt. After that, go to your Magento site&#8217;s root directory in the terminal using cd <a href=\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":169,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[302],"tags":[],"class_list":["post-110830","post","type-post","status-publish","format-standard","hentry","category-magento2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Upgrade Magento 2 via command line - Webkul Blog<\/title>\n<meta name=\"description\" content=\"In this blog we will understand How To Upgrade Magento 2 To latest version . A simple step by step guide for Magento updates\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Upgrade Magento 2 via command line - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"In this blog we will understand How To Upgrade Magento 2 To latest version . A simple step by step guide for Magento updates\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-03T08:37:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-07T06:18:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png\" \/>\n<meta name=\"author\" content=\"Ramakant Pandey\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ramakant Pandey\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/\"},\"author\":{\"name\":\"Ramakant Pandey\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/e900dd4548d308477830b501e60214fa\"},\"headline\":\"How to Upgrade Magento 2 via command line\",\"datePublished\":\"2018-02-03T08:37:12+00:00\",\"dateModified\":\"2026-01-07T06:18:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/\"},\"wordCount\":327,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png\",\"articleSection\":[\"Magento2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/\",\"url\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/\",\"name\":\"How to Upgrade Magento 2 via command line - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png\",\"datePublished\":\"2018-02-03T08:37:12+00:00\",\"dateModified\":\"2026-01-07T06:18:43+00:00\",\"description\":\"In this blog we will understand How To Upgrade Magento 2 To latest version . A simple step by step guide for Magento updates\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png\",\"width\":849,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Upgrade Magento 2 via command line\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/e900dd4548d308477830b501e60214fa\",\"name\":\"Ramakant Pandey\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1ea0042b92622eca16d3d8512f51f69bb43d023e0a40fa07bfc6fc5ca068f56c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1ea0042b92622eca16d3d8512f51f69bb43d023e0a40fa07bfc6fc5ca068f56c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Ramakant Pandey\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/ramakant-pandey019\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Upgrade Magento 2 via command line - Webkul Blog","description":"In this blog we will understand How To Upgrade Magento 2 To latest version . A simple step by step guide for Magento updates","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:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/","og_locale":"en_US","og_type":"article","og_title":"How to Upgrade Magento 2 via command line - Webkul Blog","og_description":"In this blog we will understand How To Upgrade Magento 2 To latest version . A simple step by step guide for Magento updates","og_url":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2018-02-03T08:37:12+00:00","article_modified_time":"2026-01-07T06:18:43+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png","type":"","width":"","height":""}],"author":"Ramakant Pandey","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Ramakant Pandey","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/"},"author":{"name":"Ramakant Pandey","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/e900dd4548d308477830b501e60214fa"},"headline":"How to Upgrade Magento 2 via command line","datePublished":"2018-02-03T08:37:12+00:00","dateModified":"2026-01-07T06:18:43+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/"},"wordCount":327,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png","articleSection":["Magento2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/","url":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/","name":"How to Upgrade Magento 2 via command line - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png","datePublished":"2018-02-03T08:37:12+00:00","dateModified":"2026-01-07T06:18:43+00:00","description":"In this blog we will understand How To Upgrade Magento 2 To latest version . A simple step by step guide for Magento updates","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/02\/webkul_blog.png","width":849,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/upgrade-magento2-via-command-line\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Upgrade Magento 2 via command line"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/e900dd4548d308477830b501e60214fa","name":"Ramakant Pandey","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1ea0042b92622eca16d3d8512f51f69bb43d023e0a40fa07bfc6fc5ca068f56c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1ea0042b92622eca16d3d8512f51f69bb43d023e0a40fa07bfc6fc5ca068f56c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Ramakant Pandey"},"url":"https:\/\/webkul.com\/blog\/author\/ramakant-pandey019\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/110830","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/169"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=110830"}],"version-history":[{"count":36,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/110830\/revisions"}],"predecessor-version":[{"id":520862,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/110830\/revisions\/520862"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=110830"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=110830"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=110830"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}