{"id":982,"date":"2026-01-26T15:32:35","date_gmt":"2026-01-26T12:32:35","guid":{"rendered":"https:\/\/www.pubconcierge.com\/blog\/?p=982"},"modified":"2026-01-26T15:32:36","modified_gmt":"2026-01-26T12:32:36","slug":"subnetting-guide-2026","status":"publish","type":"post","link":"https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/","title":{"rendered":"Subnetting in 2026: The Modern Guide to CIDR, Cloud Subnets, and Security Segmentation"},"content":{"rendered":"\n<p>Subnetting is the practice of dividing a larger IP network into smaller, more manageable networks called subnets. The concept hasn\u2019t changed, but the <strong>stakes<\/strong> have.<\/p>\n\n\n\n<p>In 2026, subnetting is no longer just \u201cnetwork math.\u201d Subnetting is a <strong>capacity plan<\/strong>, a <strong>security control<\/strong>, and often a <strong>business constraint<\/strong>, especially when <strong>IPv4 availability<\/strong> (link anchor: https:\/\/www.pubconcierge.com\/blog\/ipv4-ip-leasing-boom\/ ) impacts expansion, cloud migrations, M&amp;A, or customer onboarding. CIDR-based design also directly influences routing complexity and operational reliability, which was one of the original motivations behind CIDR.&nbsp;<\/p>\n\n\n\n<p>This guide updates classic subnetting fundamentals for how networks are built today: <strong>AWS VPCs, Azure VNets, Zero Trust segmentation, Kubernetes clusters, hybrid routing, and dual-stack (IPv4 + IPv6).<\/strong><\/p>\n\n\n<div class=\"ub_table-of-contents\" data-showtext=\"show\" data-hidetext=\"hide\" data-scrolltype=\"auto\" id=\"ub_table-of-contents-a92e4755-ab1b-4fb5-b27f-89c1f942380d\" data-initiallyhideonmobile=\"false\"\n                    data-initiallyshow=\"true\"><div class=\"ub_table-of-contents-header-container\"><div class=\"ub_table-of-contents-header\">\n                    <div class=\"ub_table-of-contents-title\">Content:<\/div><\/div><\/div><div class=\"ub_table-of-contents-extra-container\"><div class=\"ub_table-of-contents-container ub_table-of-contents-1-column \"><ul><li><a href=https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/#0-why-subnetting-matters-more-in-2026->\u2022 Why Subnetting Matters More in 2026<\/a><\/li><li><a href=https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/#1-subnetting-calculations-what-you-actually-need->\u2022 Subnetting Calculations (What You Actually Need)<\/a><\/li><li><a href=https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/#2-how-to-read-a-subnet-network-broadcast-usable-range->\u2022 How to Read a Subnet: Network, Broadcast, Usable Range<\/a><\/li><li><a href=https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/#3-cloud-subnetting-reality-aws-azure->\u2022 Cloud Subnetting Reality (AWS + Azure)<\/a><\/li><li><a href=https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/#4-security-first-subnetting-the-2026-point-of-view->\u2022 Security-First Subnetting (The 2026 Point of View)<\/a><\/li><li><a href=https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/#5-classful-vs-classless-subnetting-why-cidr-won->\u2022 Classful vs Classless Subnetting (Why CIDR Won)<\/a><\/li><li><a href=https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/#6-best-practices-and-common-pitfalls%C2%A0->\u2022 Best Practices and Common Pitfalls\u00a0<\/a><\/li><li><a href=https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/#7-where-pubconcierge-fits-when-subnetting-meets-ip-supply->\u2022 Where PubConcierge Fits: When Subnetting Meets IP Supply<\/a><\/li><li><a href=https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/#8-faq->\u2022 FAQ<\/a><\/li><\/ul><\/div><\/div><\/div>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-why-subnetting-matters-more-in-2026-\"><strong>Why Subnetting Matters More in 2026<\/strong><\/h2>\n\n\n\n<p>Subnetting helps you:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Use IP space efficiently<\/strong> (critical under IPv4 constraints)<\/li><li><strong>Improve performance<\/strong> by reducing unnecessary traffic domains<\/li><li><strong>Increase security<\/strong> by isolating systems and limiting lateral movement<\/li><li><strong>Scale predictably<\/strong> in cloud and hybrid environments<\/li><\/ol>\n\n\n\n<p>In modern security design, segmentation supports Zero Trust objectives, moving away from perimeter-only thinking and focusing protection around users, assets, and resources.&nbsp;<\/p>\n\n\n\n<p>CIDR also exists to conserve IPv4 address space and reduce global routing table growth, goals still relevant today.\u00a0<\/p>\n\n\n\n<p><strong>IP Addresses and Subnet Masks (Quick Refresher)<\/strong><\/p>\n\n\n\n<p>An <strong>IP address<\/strong> identifies a device or interface on a network.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 <strong>IPv4<\/strong>: 32-bit (example: 192.168.10.15)<\/li><li>\u2022 <strong>IPv6<\/strong>: 128-bit (example: 2001:db8::1234)<\/li><\/ul>\n\n\n\n<p>A <strong>subnet mask<\/strong> (IPv4) or <strong>prefix length<\/strong> (CIDR) defines what part is the network vs host.<\/p>\n\n\n\n<p><strong>CIDR notation<\/strong>: 192.168.10.15\/24<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 \/24 means <strong>24 bits<\/strong> are network bits<\/li><li>\u2022 remaining <strong>8 bits<\/strong> are host bits (in IPv4)<\/li><\/ul>\n\n\n\n<p>CIDR is the default in 2026 because it provides flexible network sizing and better routing aggregation than classful addressing.&nbsp;<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"1-subnetting-calculations-what-you-actually-need-\"><strong>Subnetting Calculations (What You Actually Need)<\/strong><\/h2>\n\n\n\n<p><strong>1) How many addresses are in a subnet?<\/strong><\/p>\n\n\n\n<p>For IPv4:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 <strong>Host bits<\/strong> = 32 &#8211; prefix<\/li><li>\u2022 <strong>Total addresses<\/strong> = 2^(host bits)<\/li><\/ul>\n\n\n\n<p>Example: \/24<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 host bits = 32 \u2212 24 = 8<\/li><li>\u2022 total = 2^8 = 256<\/li><\/ul>\n\n\n\n<p><strong>2) How many usable host addresses?<\/strong><\/p>\n\n\n\n<p>Traditional IPv4 subnetting:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 usable \u2248 total \u2212 2<br>(network address + broadcast address)<\/li><\/ul>\n\n\n\n<p>So a \/24 gives:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 256 total<\/li><li>\u2022 <strong>254 usable<\/strong><\/li><\/ul>\n\n\n\n<p><strong>Important 2026 update:<\/strong> cloud providers may reserve additional IPs per subnet for platform use (see Cloud section).<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-how-to-read-a-subnet-network-broadcast-usable-range-\"><strong>How to Read a Subnet: Network, Broadcast, Usable Range<\/strong><\/h2>\n\n\n\n<p>Example: 192.168.10.15\/24<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 <strong>Network address<\/strong>: 192.168.10.0 (all host bits = 0)<\/li><li>\u2022 <strong>Broadcast address<\/strong>: 192.168.10.255 (all host bits = 1)<\/li><li>\u2022 <strong>Usable range<\/strong>: 192.168.10.1 \u2192 192.168.10.254<\/li><\/ul>\n\n\n\n<p>This is the operational \u201creading\u201d of subnetting that matters in troubleshooting, IPAM, firewall rules, and route planning.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color\"><a href=\"https:\/\/www.pubconcierge.com\/blog\/subnetting-101-free-ipv4-cheat-sheet\/\" data-type=\"URL\" data-id=\"https:\/\/www.pubconcierge.com\/blog\/subnetting-101-free-ipv4-cheat-sheet\/\"><strong>See more about IPv4 Subnet<\/strong>: click here!<\/a><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-cloud-subnetting-reality-aws-azure-\"><strong>Cloud Subnetting Reality (AWS + Azure)<\/strong><\/h2>\n\n\n\n<p>Subnetting in cloud isn\u2019t theoretical, your VPC\/VNet design determines:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022  autoscaling headroom<\/li><li>\u2022  how many nodes\/pods\/ENIs you can attach<\/li><li>\u2022  how cleanly you can segment environments<\/li><li>\u2022  whether future regions and peering will overlap<\/li><\/ul>\n\n\n\n<p><strong>AWS VPC subnetting<\/strong><\/p>\n\n\n\n<p>AWS defines a subnet as a <strong>range of IP addresses in your VPC<\/strong>.<br>AWS also reserves <strong>five IP addresses in each subnet<\/strong> for platform functions (routing, DNS, and future use).&nbsp;<\/p>\n\n\n\n<p><strong>Practical impact:<\/strong> if you build an AWS subnet that\u2019s \u201cjust big enough\u201d on paper, you can hit capacity limits earlier than expected\u2014especially with Kubernetes, NAT gateways, or workloads that burn IPs fast.<\/p>\n\n\n\n<p><strong>Azure VNet subnetting<\/strong><\/p>\n\n\n\n<p>Azure VNets also require selecting an address space that you <strong>divide into subnets<\/strong>\u2014and the design must avoid overlaps for peering\/hybrid connectivity. Microsoft\u2019s guidance emphasizes CIDR-based planning for virtual networks and subnets.&nbsp;<\/p>\n\n\n\n<p><strong>Practical impact:<\/strong> bad subnetting becomes a multi-year tax\u2014because renumbering cloud environments is painful, risky, and expensive.<\/p>\n\n\n\n<p><strong><a href=\"https:\/\/www.pubconcierge.com\/blog\/leased-ips-aws-azure-gcp-2025-multi-cloud-guide\/\" data-type=\"URL\" data-id=\"https:\/\/www.pubconcierge.com\/blog\/leased-ips-aws-azure-gcp-2025-multi-cloud-guide\/\">Read more about Integrating Leased IPs with Cloud Services: A Practical Playbook for AWS, Azure, and GCP: click here!<\/a><\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"4-security-first-subnetting-the-2026-point-of-view-\"><strong>Security-First Subnetting (The 2026 Point of View)<\/strong><\/h2>\n\n\n\n<p>Classic subnetting was often taught as: \u201creduce broadcast traffic and organize IPs.\u201d<\/p>\n\n\n\n<p>In 2026, the stronger mental model is:<\/p>\n\n\n\n<p><strong>Subnetting is security boundary design.<\/strong><\/p>\n\n\n\n<p>A Zero Trust architecture focuses on users, assets, and resources rather than trusting anything \u201cinside the network.\u201d<br>Subnetting supports this by enabling:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 <strong>environment isolation<\/strong> (dev\/stage\/prod)<\/li><li><strong>\u2022<\/strong> <strong>tier separation<\/strong> (web\/app\/data)<\/li><li>\u2022 <strong>identity + policy enforcement zones<\/strong><\/li><li>\u2022 reducing blast radius when credentials or endpoints are compromised<\/li><\/ul>\n\n\n\n<p>If you combine subnetting with:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 security groups \/ NSGs<\/li><li>\u2022 microsegmentation policies<\/li><li>\u2022 logging\/telemetry<\/li><li>\u2022 IPAM + automation<\/li><\/ul>\n\n\n\n<p>\u2026you turn \u201csubnetting\u201d into a scalable, auditable control.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"5-classful-vs-classless-subnetting-why-cidr-won-\"><strong>Classful vs Classless Subnetting (Why CIDR Won)<\/strong><\/h2>\n\n\n\n<p>Classful addressing (Class A\/B\/C) was rigid and wasteful.<\/p>\n\n\n\n<p>CIDR (classless) allows choosing the prefix length that matches your need, improving:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 IP utilization<\/li><li>\u2022 route aggregation<\/li><li>\u2022 routing table scalability<\/li><\/ul>\n\n\n\n<p>That\u2019s exactly what CIDR aimed to improve: conserving IPv4 space and limiting growth of global routing state.&nbsp;<\/p>\n\n\n\n<p>In 2026, classful concepts are mostly historical\u2014CIDR is the working language across enterprises and cloud.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"6-best-practices-and-common-pitfalls%C2%A0-\"><strong>Best Practices and Common Pitfalls\u00a0<\/strong><\/h2>\n\n\n\n<p><strong>Best practices<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Standardize private ranges<\/strong><br>Use RFC1918 private IPv4 blocks consistently across environments to avoid overlap.&nbsp;<\/li><li><strong>Design for summarization<\/strong><br>Group related networks so they can be summarized into fewer routes (less complexity, fewer mistakes). CIDR was built with routing scalability in mind.&nbsp;<\/li><li><strong>Plan for growth<\/strong><br>Subnetting should include headroom for:<\/li><\/ol>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 new AZs\/regions<\/li><li>\u2022 autoscaling<\/li><li>\u2022 acquisitions<\/li><li>\u2022 new product environments<\/li><\/ul>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\"><li><strong>Document everything<\/strong><br>At minimum per subnet:<\/li><\/ol>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 CIDR, owner, purpose<\/li><li>\u2022 routing\/ peering rules<\/li><li>\u2022 security policy intent (what should talk to what)<\/li><li>\u2022 IP allocation method (DHCP\/ static\/ reserved)<\/li><\/ul>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\"><li><strong>Treat IPv6 as strategic capacity<\/strong><br>IPv6 adoption is measurable and continues to evolve; benchmark your readiness against real-world data sources (Google and APNIC are commonly used).&nbsp;<\/li><\/ol>\n\n\n\n<p><strong>Common pitfalls<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 Defaulting to \/24 everywhere (familiar \u2260 correct)<\/li><li>\u2022 Overlapping address spaces across cloud accounts\/regions<\/li><li>\u2022 Under-sizing subnets in AWS (forgetting reserved addresses)\u00a0<\/li><li>\u2022 Treating subnetting as \u201cset and forget\u201d instead of capacity management<\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"7-where-pubconcierge-fits-when-subnetting-meets-ip-supply-\"><strong>Where PubConcierge Fits: When Subnetting Meets IP Supply<\/strong><\/h2>\n\n\n\n<p>Subnetting is the blueprint. But growth often hits a wall when IP supply, transfer complexity, or address governance becomes the bottleneck.<\/p>\n\n\n\n<p><strong>PubConcierge is a world-leading IPv4 and IPv6 broker<\/strong>, supporting organizations that need IP strategy aligned with:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022 cloud expansion<\/li><li>\u2022 hybrid migrations<\/li><li>\u2022 multi-region scaling<\/li><li>\u2022 customer onboarding at volume<\/li><li>\u2022 cleaner segmentation without \u201cIP scarcity compromises\u201d<\/li><\/ul>\n\n\n\n<p>If your teams are forced to redesign subnetting because \u201cwe ran out of usable addresses,\u201d that\u2019s not a networking failure, it\u2019s a planning + supply mismatch.<\/p>\n\n\n\n<p class=\"has-large-font-size\"><\/p>\n\n\n\n<p class=\"nav-contact has-background has-large-font-size\" style=\"background-color:#e60100; text-align:center\"><a href=\"javascript:;\" class=\"has-white-color has-text-color nav-contact\"><strong> No-Risk! TEST FOR FREE &#8211; Get Started Now!\n<\/strong><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"8-faq-\"><strong>FAQ<\/strong><\/h2>\n\n\n\n<p><strong>Q1: What is subnetting in simple terms?<\/strong><\/p>\n\n\n\n<p>\u2022 Subnetting is dividing a larger network into smaller networks so you can allocate IPs efficiently, improve performance, and enforce security boundaries.<\/p>\n\n\n\n<p><strong>Q2:<\/strong> <strong>Why is CIDR used instead of Class A\/B\/C?<\/strong><\/p>\n\n\n\n<p>\u2022 CIDR allows flexible network sizes and supports route aggregation, helping conserve IPv4 space and reduce routing table growth.\u00a0<\/p>\n\n\n\n<p><strong>Q3:<\/strong> <strong>How many usable IPs are in a \/24 subnet?<\/strong><\/p>\n\n\n\n<p>\u2022 Traditionally, 254 usable IPs. In cloud platforms, usable IPs may be fewer due to provider reservations (e.g., AWS reserves five IPs per subnet).\u00a0<\/p>\n\n\n\n<p><strong>Q4:<\/strong> <strong>What private IP ranges should we use?<\/strong><\/p>\n\n\n\n<p>\u2022 RFC1918 defines the private IPv4 ranges: 10\/8, 172.16\/12, and 192.168\/16.\u00a0<\/p>\n\n\n\n<p><strong>Q5: Is subnetting still relevant in cloud-first architectures?<\/strong><\/p>\n\n\n\n<p>\u2022 Yes. AWS VPCs and Azure VNets are built around CIDR ranges and subnets; subnetting decisions determine routing, isolation, and scaling.\u00a0<\/p>\n\n\n\n<p><strong>Q6:<\/strong> <strong>Does IPv6 eliminate the need for subnetting?<\/strong><\/p>\n\n\n\n<p>\u2022  No. IPv6 still uses prefix-based subnetting, but it provides far more address capacity. Adoption can be tracked via Google and APNIC metrics.\u00a0<\/p>\n\n\n\n<p><strong>Q7: When should we work with an IPv4\/IPv6 broker?<\/strong><\/p>\n\n\n\n<p>\u2022  When subnetting plans are constrained by address availability, expansion, M&amp;A, or multi-region growth. PubConcierge helps align your addressing supply with your network design.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Author:<\/strong> PubConcierge Senior Network Architect<br><strong>Editorial policy:<\/strong>&nbsp;<\/p>\n\n\n\n<p>Standards + references used:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u2022  <a href=\"https:\/\/www.rfc-editor.org\/rfc\/rfc463\" target=\"_blank\" rel=\"noopener\">CIDR RFC<\/a> <\/li><li>\u2022  <a href=\"https:\/\/www.rfc-editor.org\/rfc\/rfc1918\" target=\"_blank\" rel=\"noopener\">RFC1918 <\/a><\/li><li>\u2022  <a href=\"https:\/\/csrc.nist.gov\/pubs\/sp\/800\/207\/final\" target=\"_blank\" rel=\"noopener\">NIST Zero Trust<\/a>\u00a0 <\/li><li>\u2022  <a href=\"https:\/\/docs.aws.amazon.com\/vpc\/latest\/userguide\/configure-subnets.html\" target=\"_blank\" rel=\"noopener\">AWS subnet docs\/reserved IP behavior\u00a0<\/a> <\/li><li>\u2022 <a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/virtual-network\/virtual-network-manage-subnet\" target=\"_blank\" rel=\"noopener\">Azure subnet management\u00a0<\/a> <\/li><li>\u2022 <a href=\"https:\/\/www.google.com\/intl\/en\/ipv6\/statistics.html\" target=\"_blank\" rel=\"noopener\">IPv6 adoption stats <\/a><\/li><\/ul>\n\n\n\n<p><\/p>\n\n\n\n<p><em><strong>Disclaimer:<\/strong> This content is for informational purposes only and does not constitute legal, regulatory, or professional networking advice. Consult qualified professionals for your specific requirements.<\/em><\/p>\n\n\n\n<p class=\"has-large-font-size\">Stay up to date on growth infrastructure, email best practices, and startup scaling strategies by<strong> <\/strong><a href=\"https:\/\/www.linkedin.com\/company\/pubconcierge\" target=\"_blank\" rel=\"noopener\"><strong>following PubConcierge on LinkedIn<\/strong><\/a><em><strong>.<\/strong><\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Subnetting is the practice of dividing a larger IP network into smaller, more manageable networks called subnets. The concept hasn\u2019t changed, but the stakes have. In 2026, subnetting is no longer just \u201cnetwork math.\u201d Subnetting is a capacity plan, a security control, and often a business constraint, especially when IPv4 availability (link anchor: https:\/\/www.pubconcierge.com\/blog\/ipv4-ip-leasing-boom\/ )&hellip; <a class=\"more-link\" href=\"https:\/\/www.pubconcierge.com\/blog\/subnetting-guide-2026\/\">Continue reading <span class=\"screen-reader-text\">Subnetting in 2026: The Modern Guide to CIDR, Cloud Subnets, and Security Segmentation<\/span><\/a><\/p>\n","protected":false},"author":7,"featured_media":983,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[5,39,1,38],"tags":[],"class_list":["post-982","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ip-leasing","category-ipv4-ipv6","category-network-protocols","category-proxy","entry"],"featured_image_src":"https:\/\/www.pubconcierge.com\/blog\/wp-content\/uploads\/2026\/01\/PUBCONCIERGE-Subnetting-in-2026-The-Modern-Guide-to-CIDR-Cloud-Subnets-and-Security-Segmentation.jpg","author_info":{"display_name":"Raluca Sima","author_link":"https:\/\/www.pubconcierge.com\/blog\/author\/raluca-sima\/"},"authors":[],"_links":{"self":[{"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/posts\/982","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/comments?post=982"}],"version-history":[{"count":2,"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/posts\/982\/revisions"}],"predecessor-version":[{"id":985,"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/posts\/982\/revisions\/985"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/media\/983"}],"wp:attachment":[{"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/media?parent=982"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/categories?post=982"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pubconcierge.com\/blog\/wp-json\/wp\/v2\/tags?post=982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}