{"id":14077,"date":"2025-05-14T06:06:23","date_gmt":"2025-05-14T06:06:23","guid":{"rendered":"https:\/\/www.bodhost.com\/kb\/?p=14077"},"modified":"2026-03-13T06:19:02","modified_gmt":"2026-03-13T06:19:02","slug":"cmd-commands-for-networking","status":"publish","type":"post","link":"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/","title":{"rendered":"CMD Commands for Networking: Essential Tips"},"content":{"rendered":"<p class=\"\" data-start=\"400\" data-end=\"855\">Networking issues can disrupt even the most stable systems, but Windows&#8217; Command Prompt offers powerful tools to troubleshoot and manage network-related tasks. From checking your IP address to diagnosing connection paths, <a href=\"https:\/\/www.bodhost.com\/kb\/how-to-use-cmd-to-mount-a-remote-file-system-on-windows\/\" target=\"_blank\" rel=\"noopener\">CMD<\/a> commands provide quick, effective solutions without needing additional software. This guide highlights the most crucial CMD networking commands, explained in simple terms to help IT pros and beginners alike.<\/p>\n<h3 class=\"\" data-start=\"862\" data-end=\"881\">1. <code data-start=\"869\" data-end=\"879\">ipconfig<\/code><\/h3>\n<p class=\"\" data-start=\"882\" data-end=\"985\">View your system\u2019s IP address, subnet, and gateway to understand local network configuration instantly.<\/p>\n<h3 class=\"\" data-start=\"987\" data-end=\"1016\">2. <code data-start=\"994\" data-end=\"1014\">ping [hostname\/IP]<\/code><\/h3>\n<p class=\"\" data-start=\"1017\" data-end=\"1107\">Test network connectivity by sending packets to a server or IP and checking the response time.<\/p>\n<h3 class=\"\" data-start=\"1109\" data-end=\"1141\">3. <code data-start=\"1116\" data-end=\"1139\">tracert [hostname\/IP]<\/code><\/h3>\n<p class=\"\" data-start=\"1142\" data-end=\"1225\">Track the route your data packets follow to a destination, hop-by-hop, with delays.<\/p>\n<h3 class=\"\" data-start=\"1227\" data-end=\"1255\">4. <code data-start=\"1234\" data-end=\"1253\">nslookup [domain]<\/code><\/h3>\n<p class=\"\" data-start=\"1256\" data-end=\"1334\">Get DNS records, including IP addresses, for a specific domain name or server.<\/p>\n<h3 class=\"\" data-start=\"1336\" data-end=\"1358\">5. <code data-start=\"1343\" data-end=\"1356\">netstat -an<\/code><\/h3>\n<p class=\"\" data-start=\"1359\" data-end=\"1447\">See all active network connections, listening ports, and protocol statuses in real time.<\/p>\n<h3 class=\"\" data-start=\"1449\" data-end=\"1466\">6. <code data-start=\"1456\" data-end=\"1464\">arp -a<\/code><\/h3>\n<p class=\"\" data-start=\"1467\" data-end=\"1557\">Display your ARP cache, showing IP addresses mapped to MAC addresses on the local network.<\/p>\n<h3 class=\"\" data-start=\"1559\" data-end=\"1578\">7. <code data-start=\"1566\" data-end=\"1576\">hostname<\/code><\/h3>\n<p class=\"\" data-start=\"1579\" data-end=\"1677\">Returns your system\u2019s name on the local network, useful for identification in shared environments.<\/p>\n<h3 class=\"\" data-start=\"1679\" data-end=\"1714\">8. <code data-start=\"1686\" data-end=\"1712\">netsh wlan show profiles<\/code><\/h3>\n<p class=\"\" data-start=\"1715\" data-end=\"1803\">Lists all saved wireless network profiles stored on your device, including hidden SSIDs.<\/p>\n<h3 class=\"\" data-start=\"1805\" data-end=\"1822\">9. <code data-start=\"1812\" data-end=\"1820\">getmac<\/code><\/h3>\n<p class=\"\" data-start=\"1823\" data-end=\"1912\">Quickly fetch your network interface\u2019s MAC address used to identify your device uniquely.<\/p>\n<h3 class=\"\" data-start=\"1914\" data-end=\"1948\">10. <code data-start=\"1922\" data-end=\"1946\">pathping [hostname\/IP]<\/code><\/h3>\n<p class=\"\" data-start=\"1949\" data-end=\"2044\">Analyzes network route and packet loss, combining the functions of ping and tracert effectively.<\/p>\n<h4 data-start=\"1949\" data-end=\"2044\"><strong>FAQ&#8217;s:<\/strong><\/h4>\n<ol>\n<li data-start=\"1949\" data-end=\"2044\"><strong>What are the 7 types of networks?<br \/>\n<\/strong>The 7 common types of networks include PAN, LAN, WLAN, CAN, MAN, WAN, and SAN. These networks differ in size and coverage, ranging from small personal device connections to large global communication systems.<\/li>\n<li data-start=\"1949\" data-end=\"2044\"><strong>What are basic CMD commands?<br \/>\n<\/strong>Basic CMD commands are simple instructions used in the Windows Command Prompt to manage system and network tasks. Examples include ipconfig, ping, tracert, nslookup, and <a href=\"https:\/\/www.bodhost.com\/kb\/how-to-find-open-ports-on-netstat\/\" target=\"_blank\" rel=\"noopener\">netstat<\/a>, which help check connectivity and system details.<\/li>\n<li data-start=\"1949\" data-end=\"2044\"><strong>What is netsh used for?<br \/>\n<\/strong>Netsh is a command-line utility in Windows used to manage and configure network settings. It helps users view Wi-Fi networks, manage interfaces, troubleshoot connectivity issues, and modify various network configurations.<\/li>\n<li data-start=\"1949\" data-end=\"2044\"><strong>How do I get a list of commands in CMD?<br \/>\n<\/strong>You can see a list of available commands in Command Prompt by typing help and pressing Enter. It displays many built-in commands, and you can use command \/? to view detailed usage information.<\/li>\n<li data-start=\"1949\" data-end=\"2044\"><strong>How to view network using CMD?<br \/>\n<\/strong>You can view network details in CMD using commands like ipconfig to see IP information and netstat to check active connections. These commands help monitor network status and troubleshoot connectivity problems.<\/li>\n<li data-start=\"1949\" data-end=\"2044\"><strong>How to list all networks in CMD?<br \/>\n<\/strong>You can list available wireless networks in Command Prompt by running netsh wlan show networks. This command displays nearby Wi-Fi networks along with their names, signal strength, and security type information.<\/li>\n<\/ol>\n<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"What are the 7 types of networks?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The 7 common types of networks include PAN, LAN, WLAN, CAN, MAN, WAN, and SAN. These networks differ in size and coverage, ranging from small personal device connections to large global communication systems.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"What are basic CMD commands?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Basic CMD commands are simple instructions used in the Windows Command Prompt to manage system and network tasks. Examples include ipconfig, ping, tracert, nslookup, and netstat, which help check connectivity and system details.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"What is netsh used for?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Netsh is a command-line utility in Windows used to manage and configure network settings. It helps users view Wi-Fi networks, manage interfaces, troubleshoot connectivity issues, and modify various network configurations.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"How do I get a list of commands in CMD?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"You can see a list of available commands in Command Prompt by typing help and pressing Enter. It displays many built-in commands, and you can use command \/? to view detailed usage information.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"How to view network using CMD?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"You can view network details in CMD using commands like ipconfig to see IP information and netstat to check active connections. These commands help monitor network status and troubleshoot connectivity problems.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"How to list all networks in CMD?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"You can list available wireless networks in Command Prompt by running netsh wlan show networks. This command displays nearby Wi-Fi networks along with their names, signal strength, and security type information.\"\n    }\n  }]\n}\n<\/script><\/p>\n<h4 data-start=\"2051\" data-end=\"2334\"><strong data-start=\"2051\" data-end=\"2070\">Final Thoughts:<\/strong><\/h4>\n<p class=\"\" data-start=\"2051\" data-end=\"2334\">Mastering these CMD networking commands equips you to troubleshoot common network issues, monitor traffic, and gain visibility into your system\u2019s connections. Whether you\u2019re setting up a network or resolving errors, these tools help you work smarter and faster.<\/p>\n<p data-start=\"2051\" data-end=\"2334\">Learn more: <a href=\"https:\/\/www.bodhost.com\/kb\/windows-cmd-commands-cheat-sheet\/\" target=\"_blank\" rel=\"noopener\"><em>Windows CMD Commands Cheat Sheet<\/em><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Networking issues can disrupt even the most stable systems, but Windows&#8217; Command Prompt offers powerful tools to troubleshoot and manage network-related tasks. From checking your IP address to diagnosing connection&hellip;<\/p>\n<p><a href=\"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/\" class=\"more-link\">Read More<\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[837],"tags":[1616],"class_list":["post-14077","post","type-post","status-publish","format-standard","hentry","category-tutorial","tag-cmd-networking-commands"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CMD Commands for Networking: Essential Tips<\/title>\n<meta name=\"description\" content=\"Learn 10 easy CMD networking commands for Windows to troubleshoot, test, &amp; manage your network quickly.\" \/>\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.bodhost.com\/kb\/cmd-commands-for-networking\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CMD Commands for Networking: Essential Tips\" \/>\n<meta property=\"og:description\" content=\"Learn 10 easy CMD networking commands for Windows to troubleshoot, test, &amp; manage your network quickly.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/\" \/>\n<meta property=\"og:site_name\" content=\"Knowledge Base - bodHOST\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-14T06:06:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-13T06:19:02+00:00\" \/>\n<meta name=\"author\" content=\"Paul Lopez\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Paul Lopez\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/cmd-commands-for-networking\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/cmd-commands-for-networking\\\/\"},\"author\":{\"name\":\"Paul Lopez\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/566ccff9a2fae4af852be8097b179813\"},\"headline\":\"CMD Commands for Networking: Essential Tips\",\"datePublished\":\"2025-05-14T06:06:23+00:00\",\"dateModified\":\"2026-03-13T06:19:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/cmd-commands-for-networking\\\/\"},\"wordCount\":487,\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"keywords\":[\"CMD Networking Commands\"],\"articleSection\":[\"Tutorial\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/cmd-commands-for-networking\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/cmd-commands-for-networking\\\/\",\"name\":\"CMD Commands for Networking: Essential Tips\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\"},\"datePublished\":\"2025-05-14T06:06:23+00:00\",\"dateModified\":\"2026-03-13T06:19:02+00:00\",\"description\":\"Learn 10 easy CMD networking commands for Windows to troubleshoot, test, & manage your network quickly.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/cmd-commands-for-networking\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/cmd-commands-for-networking\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/cmd-commands-for-networking\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Tutorial\",\"item\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/category\\\/tutorial\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CMD Commands for Networking: Essential Tips\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#website\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\"},\"alternateName\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#organization\",\"name\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"contentUrl\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Profile-Pic.png\",\"width\":240,\"height\":240,\"caption\":\"Web Hosting Knowledge Base | bodHOST Hosting FAQ\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/#\\\/schema\\\/person\\\/566ccff9a2fae4af852be8097b179813\",\"name\":\"Paul Lopez\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g\",\"caption\":\"Paul Lopez\"},\"url\":\"https:\\\/\\\/www.bodhost.com\\\/kb\\\/author\\\/paullopez\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CMD Commands for Networking: Essential Tips","description":"Learn 10 easy CMD networking commands for Windows to troubleshoot, test, & manage your network quickly.","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.bodhost.com\/kb\/cmd-commands-for-networking\/","og_locale":"en_US","og_type":"article","og_title":"CMD Commands for Networking: Essential Tips","og_description":"Learn 10 easy CMD networking commands for Windows to troubleshoot, test, & manage your network quickly.","og_url":"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/","og_site_name":"Knowledge Base - bodHOST","article_published_time":"2025-05-14T06:06:23+00:00","article_modified_time":"2026-03-13T06:19:02+00:00","author":"Paul Lopez","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Paul Lopez","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/#article","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/"},"author":{"name":"Paul Lopez","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/566ccff9a2fae4af852be8097b179813"},"headline":"CMD Commands for Networking: Essential Tips","datePublished":"2025-05-14T06:06:23+00:00","dateModified":"2026-03-13T06:19:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/"},"wordCount":487,"publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"keywords":["CMD Networking Commands"],"articleSection":["Tutorial"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/","url":"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/","name":"CMD Commands for Networking: Essential Tips","isPartOf":{"@id":"https:\/\/www.bodhost.com\/kb\/#website"},"datePublished":"2025-05-14T06:06:23+00:00","dateModified":"2026-03-13T06:19:02+00:00","description":"Learn 10 easy CMD networking commands for Windows to troubleshoot, test, & manage your network quickly.","breadcrumb":{"@id":"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.bodhost.com\/kb\/cmd-commands-for-networking\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Tutorial","item":"https:\/\/www.bodhost.com\/kb\/category\/tutorial\/"},{"@type":"ListItem","position":2,"name":"CMD Commands for Networking: Essential Tips"}]},{"@type":"WebSite","@id":"https:\/\/www.bodhost.com\/kb\/#website","url":"https:\/\/www.bodhost.com\/kb\/","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","description":"","publisher":{"@id":"https:\/\/www.bodhost.com\/kb\/#organization"},"alternateName":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bodhost.com\/kb\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.bodhost.com\/kb\/#organization","name":"Web Hosting Knowledge Base | bodHOST Hosting FAQ","url":"https:\/\/www.bodhost.com\/kb\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/","url":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","contentUrl":"https:\/\/www.bodhost.com\/kb\/wp-content\/uploads\/2025\/10\/Profile-Pic.png","width":240,"height":240,"caption":"Web Hosting Knowledge Base | bodHOST Hosting FAQ"},"image":{"@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.bodhost.com\/kb\/#\/schema\/person\/566ccff9a2fae4af852be8097b179813","name":"Paul Lopez","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c63d9f5400cd5ef87b481a24b2c1a4fb89f1674b6391325326cf13f1e735dff8?s=96&d=mm&r=g","caption":"Paul Lopez"},"url":"https:\/\/www.bodhost.com\/kb\/author\/paullopez\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/14077","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/comments?post=14077"}],"version-history":[{"count":8,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/14077\/revisions"}],"predecessor-version":[{"id":15255,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/posts\/14077\/revisions\/15255"}],"wp:attachment":[{"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/media?parent=14077"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/categories?post=14077"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bodhost.com\/kb\/wp-json\/wp\/v2\/tags?post=14077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}