{"id":3572,"date":"2025-09-08T15:04:27","date_gmt":"2025-09-08T15:04:27","guid":{"rendered":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?p=3572"},"modified":"2025-09-08T15:04:29","modified_gmt":"2025-09-08T15:04:29","slug":"check-angular-version-in-windows-cmd","status":"publish","type":"post","link":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html","title":{"rendered":"How to Check Angular Version in Windows CMD?"},"content":{"rendered":"\n<p>When you start working on Angular projects, one of the first things you will often need to know is which version of Angular you\u2019re using. This might sound like a small detail, but it can save you from big headaches later.<\/p>\n\n\n\n<p>This is because different Angular versions come with their own features, commands, and compatibility rules. For example, a command that works in Angular 17 may not work the same way in Angular 14.<\/p>\n\n\n\n<p>If you are on Windows, the easiest way to check your Angular version is through the Command Prompt (CMD). Whether you have just installed Angular, joined a new project, or are troubleshooting version issues, knowing how to quickly check the version is a must-have skill for every developer.<\/p>\n\n\n\n<p>In this detailed guide, we will walk you through the step-by-step process of checking the Angular CLI version globally and the Angular version inside a project using Windows CMD.<\/p>\n\n\n\n<hr><p><strong>Also Read: <a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/465\/check-php-version-in-windows-cmd.html\">Guide to Check PHP Version in Windows CMD<\/a><\/strong><\/p><hr>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Do You Need to Check Angular Version?<\/strong><\/h2>\n\n\n\n<p>Before we dive into the commands, here\u2019s why checking the Angular version is important for you:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To ensure compatibility with Angular libraries and dependencies.<\/li>\n\n\n\n<li>To follow the correct Angular documentation and tutorials.<\/li>\n\n\n\n<li>To debug version-specific issues.<\/li>\n\n\n\n<li>To check if your project needs an update to a newer Angular version.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Prerequisites<\/strong><\/h2>\n\n\n\n<p><strong>Before running commands, you need to make sure:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Node.js should be installed on your Windows system.<\/li>\n\n\n\n<li>Angular CLI (Command Line Interface) should be installed.<\/li>\n\n\n\n<li>Can access Windows Command Prompt (CMD).<\/li>\n<\/ul>\n\n\n\n<hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/466\/check-mongodb-version-in-windows-cmd.html\"><strong>Guide to Check MongoDB Version in Windows CMD<\/strong><\/a><\/p><hr>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Steps to Check Angular Version in CMD<\/strong><\/h2>\n\n\n\n<p>\u2794 To open Windows CMD, press <strong>\u2018Windows Key + R\u2019<\/strong> on your keyboard.<\/p>\n\n\n\n<p>\u2794 A dialog box will open. In that, Type <strong>\u2018cmd\u2019<\/strong> in it &amp; press<strong> \u2018Enter.\u2019<\/strong> This will open the Command Prompt window.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u27a2 <strong>Check Angular CLI Version (Globally Installed)<\/strong><\/h3>\n\n\n\n<p>\u2794 To check the Angular CLI version globally, you have to enter the following command.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>ng version<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>This will display detailed information, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Angular CLI version,<\/li>\n\n\n\n<li>Node.js version,<\/li>\n\n\n\n<li>Package manager (npm\/yarn) version,<\/li>\n\n\n\n<li>Operating system.<\/li>\n<\/ul>\n\n\n\n<p><strong>Example output:<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-ng-version-in-project.png\" alt=\"check ng version in project\" class=\"wp-image-3573\"\/><\/figure>\n<\/div>\n\n\n<p>The first line (<strong>Angular CLI: 20.2.2<\/strong>) shows your installed Angular CLI version.<\/p>\n\n\n\n<hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/464\/check-node-version-in-windows-cmd.html\"><strong>Guide to Check Node Version in Windows CMD<\/strong><\/a><\/p><hr>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>\u27a2<\/strong> <strong>Check Angular Version Inside a Project<\/strong><\/h3>\n\n\n\n<p>\u2794 If you are inside an Angular project folder, you can check which Angular version that project is using:<\/p>\n\n\n\n<p>Firstly, you have to navigate to your project folder:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>cd path\\to\\your\\angular-project<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u2794 In that, you have to run the following command<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>ng version<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u2794 This will show project-specific Angular version details.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" src=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-ng-version-globally.png\" alt=\"check ng version globally\" class=\"wp-image-3574\"\/><\/figure>\n<\/div>\n\n\n<p>Another method is to check the <strong>package.json<\/strong> file:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>type package.json | findstr @angular\/core<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Example output:<\/strong><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"677\" height=\"55\" src=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-the-package.json_.png\" alt=\"check the package.json\" class=\"wp-image-3575\" srcset=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-the-package.json_.png 677w, https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-the-package.json_-300x24.png 300w\" sizes=\"auto, (max-width: 677px) 100vw, 677px\" \/><\/figure>\n<\/div>\n\n\n<p>This means the project is running Angular version 20.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u27a2 <strong>Alternative Commands<\/strong><\/h3>\n\n\n\n<p>If the <strong>ng<\/strong> version does not work, you can use these alternatives:<\/p>\n\n\n\n<p>\u2794 To check Angular CLI version:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>npm list -g @angular\/cli<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u2794 To check the Angular version inside a project:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>npm list @angular\/core<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Issues<\/strong><\/h2>\n\n\n\n<p>\u2794 <strong>\u2018ng\u2019<\/strong> is not recognized as an internal or external command<\/p>\n\n\n\n<p>\u2794 This means Angular CLI is not installed. Install it using:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td class=\"kb_firewall\"><strong>npm install -g @angular\/cli<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>\u2794 Different versions globally vs Locally<\/p>\n\n\n\n<p>\u2794 You might have one version installed globally and another inside the project. Always check inside the project for accuracy.<\/p>\n\n\n\n<hr><p><strong>Also Read: <\/strong><a href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/426\/telnet-command-in-windows.html\"><strong>What is Telnet Command in Windows &amp; How to Use it?<\/strong><\/a><\/p><hr>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Knowing how to check the Angular version in Windows CMD is a small but powerful step for every developer. Whether you are fixing bugs, following tutorials, or upgrading to the latest release, the right version information saves you from a lot of confusion.<\/p>\n\n\n\n<p>By simply running <strong>ng<\/strong> version in CMD, you instantly get clarity on your global Angular CLI and your project\u2019s local setup. And if that doesn\u2019t work, alternatives like npm list <strong>@angular\/core<\/strong> or checking the <strong>package.json<\/strong> file have your back.<\/p>\n\n\n\n<p>Remember, Angular versions often come with new features, performance improvements, and security updates. So, make it a habit to check your version regularly, especially before starting a new project or updating dependencies.<\/p>\n\n\n\n<p>With this knowledge, you\u2019re not just checking a version; you are ensuring your Angular environment is reliable, secure, and ready for modern web development.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When you start working on Angular projects, one of the first things you will often need to know is which version of Angular you\u2019re using. This might sound like a small detail, but it can save you from big headaches later. This is because different Angular versions come with their own features, commands, and compatibility [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[49],"tags":[],"class_list":["post-3572","post","type-post","status-publish","format-standard","hentry","category-vps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Check Angular Version in Windows CMD?<\/title>\n<meta name=\"description\" content=\"Learn how to check the Angular version in Windows CMD with simple commands. Find the global CLI version, project version, &amp; easily troubleshoot common errors.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Check Angular Version in Windows CMD?\" \/>\n<meta property=\"og:description\" content=\"Learn how to check the Angular version in Windows CMD with simple commands. Find the global CLI version, project version, &amp; easily troubleshoot common errors.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html\" \/>\n<meta property=\"og:site_name\" content=\"Host IT Smart Knowledge base\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-08T15:04:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-08T15:04:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-ng-version-globally.png\" \/>\n\t<meta property=\"og:image:width\" content=\"514\" \/>\n\t<meta property=\"og:image:height\" content=\"263\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html\",\"name\":\"How to Check Angular Version in Windows CMD?\",\"isPartOf\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-ng-version-in-project.png\",\"datePublished\":\"2025-09-08T15:04:27+00:00\",\"dateModified\":\"2025-09-08T15:04:29+00:00\",\"author\":{\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108\"},\"description\":\"Learn how to check the Angular version in Windows CMD with simple commands. Find the global CLI version, project version, & easily troubleshoot common errors.\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html#primaryimage\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-ng-version-globally.png\",\"contentUrl\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-ng-version-globally.png\",\"width\":514,\"height\":263},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website\",\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/\",\"name\":\"Host IT Smart Knowledge base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108\",\"name\":\"Admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g\",\"caption\":\"Admin\"},\"sameAs\":[\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/\"],\"url\":\"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Check Angular Version in Windows CMD?","description":"Learn how to check the Angular version in Windows CMD with simple commands. Find the global CLI version, project version, & easily troubleshoot common errors.","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:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html","og_locale":"en_US","og_type":"article","og_title":"How to Check Angular Version in Windows CMD?","og_description":"Learn how to check the Angular version in Windows CMD with simple commands. Find the global CLI version, project version, & easily troubleshoot common errors.","og_url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html","og_site_name":"Host IT Smart Knowledge base","article_published_time":"2025-09-08T15:04:27+00:00","article_modified_time":"2025-09-08T15:04:29+00:00","og_image":[{"width":514,"height":263,"url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-ng-version-globally.png","type":"image\/png"}],"author":"Admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Admin","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html","name":"How to Check Angular Version in Windows CMD?","isPartOf":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html#primaryimage"},"image":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html#primaryimage"},"thumbnailUrl":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-ng-version-in-project.png","datePublished":"2025-09-08T15:04:27+00:00","dateModified":"2025-09-08T15:04:29+00:00","author":{"@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108"},"description":"Learn how to check the Angular version in Windows CMD with simple commands. Find the global CLI version, project version, & easily troubleshoot common errors.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/468\/check-angular-version-in-windows-cmd.html#primaryimage","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-ng-version-globally.png","contentUrl":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-content\/uploads\/2025\/09\/check-ng-version-globally.png","width":514,"height":263},{"@type":"WebSite","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#website","url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/","name":"Host IT Smart Knowledge base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/317c14a877385667f19d3b7496bd5108","name":"Admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d4827c56a6721070dde339640d47ff44ba0d0e515c7e577cf29305ab72383fe3?s=96&d=mm&r=g","caption":"Admin"},"sameAs":["https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/"],"url":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/3572","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/comments?post=3572"}],"version-history":[{"count":4,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/3572\/revisions"}],"predecessor-version":[{"id":3579,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/posts\/3572\/revisions\/3579"}],"wp:attachment":[{"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/media?parent=3572"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/categories?post=3572"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostitsmart.com\/manage\/knowledgebase\/wp-json\/wp\/v2\/tags?post=3572"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}