{"id":7643,"date":"2026-04-11T16:00:00","date_gmt":"2026-04-11T16:00:00","guid":{"rendered":"https:\/\/lite16.com\/blog\/?p=7643"},"modified":"2026-04-11T16:00:00","modified_gmt":"2026-04-11T16:00:00","slug":"agile-vs-scrum-in-modern-development","status":"publish","type":"post","link":"https:\/\/lite16.com\/blog\/2026\/04\/11\/agile-vs-scrum-in-modern-development\/","title":{"rendered":"Agile vs Scrum in Modern Development"},"content":{"rendered":"<h2 data-start=\"210\" data-end=\"225\">Introduction<\/h2>\n<p data-start=\"227\" data-end=\"838\">Modern software development has evolved significantly over the past few decades. Traditional development methodologies, such as the Waterfall model, were once the dominant approach for building software systems. These methods relied on a linear and sequential process where each phase\u2014requirements gathering, design, implementation, testing, and deployment\u2014had to be completed before the next one began. While structured and predictable, this approach often struggled to accommodate change, especially in fast-moving industries where customer expectations, technologies, and business environments shift rapidly.<\/p>\n<p data-start=\"840\" data-end=\"1277\">In response to these limitations, Agile software development emerged as a flexible and iterative approach that emphasizes collaboration, adaptability, and customer feedback. Agile is not a single methodology but rather a set of principles and values outlined in the Agile Manifesto, which prioritizes individuals and interactions, working software, customer collaboration, and responding to change over rigid processes and documentation.<\/p>\n<p data-start=\"1279\" data-end=\"1677\">Within the Agile umbrella, several frameworks exist to help teams implement Agile principles in practical ways. One of the most widely used frameworks is Scrum. Scrum provides a structured way to manage work in iterative cycles known as sprints, with clearly defined roles, ceremonies, and artifacts. While Agile represents a broad philosophy, Scrum is a specific implementation of that philosophy.<\/p>\n<p data-start=\"1679\" data-end=\"2053\">Understanding the difference between Agile and Scrum is essential for modern software development teams, project managers, and organizations aiming to improve productivity and deliver high-quality software efficiently. Although the terms are often used interchangeably, they are not the same. Agile is a mindset, while Scrum is a framework that operationalizes that mindset.<\/p>\n<p data-start=\"2055\" data-end=\"2266\">This essay explores Agile and Scrum in depth, compares their principles and practices, examines their roles in modern development environments, and clarifies how they interact within software delivery processes.<\/p>\n<hr data-start=\"2268\" data-end=\"2271\" \/>\n<h2 data-start=\"2273\" data-end=\"2307\">Understanding Agile Methodology<\/h2>\n<p data-start=\"2309\" data-end=\"2670\">Agile is a software development philosophy centered on flexibility, collaboration, and continuous improvement. It was formally introduced in 2001 when seventeen software developers came together to create the Agile Manifesto. This document outlined four core values and twelve guiding principles that continue to influence modern software engineering practices.<\/p>\n<h3 data-start=\"2672\" data-end=\"2696\">Core Values of Agile<\/h3>\n<p data-start=\"2698\" data-end=\"2751\">The Agile Manifesto defines four foundational values:<\/p>\n<ol data-start=\"2753\" data-end=\"3586\">\n<li data-start=\"2753\" data-end=\"2962\"><strong data-start=\"2756\" data-end=\"2813\">Individuals and interactions over processes and tools<\/strong><br data-start=\"2813\" data-end=\"2816\" \/>Agile emphasizes human communication and collaboration. While tools and processes are important, they should not hinder teamwork or creativity.<\/li>\n<li data-start=\"2964\" data-end=\"3182\"><strong data-start=\"2967\" data-end=\"3020\">Working software over comprehensive documentation<\/strong><br data-start=\"3020\" data-end=\"3023\" \/>The primary measure of progress in Agile is functional software. Documentation is still important but is kept lightweight and only as detailed as necessary.<\/li>\n<li data-start=\"3184\" data-end=\"3408\"><strong data-start=\"3187\" data-end=\"3239\">Customer collaboration over contract negotiation<\/strong><br data-start=\"3239\" data-end=\"3242\" \/>Agile encourages ongoing communication with customers throughout the development process rather than relying solely on fixed requirements defined at the beginning.<\/li>\n<li data-start=\"3410\" data-end=\"3586\"><strong data-start=\"3413\" data-end=\"3459\">Responding to change over following a plan<\/strong><br data-start=\"3459\" data-end=\"3462\" \/>Agile recognizes that requirements evolve. Instead of resisting change, Agile teams embrace it, even late in development.<\/li>\n<\/ol>\n<p data-start=\"3588\" data-end=\"3725\">These values represent a shift from traditional methods, where strict planning and documentation often took precedence over adaptability.<\/p>\n<hr data-start=\"3727\" data-end=\"3730\" \/>\n<h3 data-start=\"3732\" data-end=\"3752\">Agile Principles<\/h3>\n<p data-start=\"3754\" data-end=\"3876\">Agile is also supported by twelve principles that further guide development practices. Some of the most important include:<\/p>\n<ul data-start=\"3878\" data-end=\"4271\">\n<li data-start=\"3878\" data-end=\"3939\">Delivering working software frequently in short iterations.<\/li>\n<li data-start=\"3940\" data-end=\"4000\">Welcoming changing requirements, even late in development.<\/li>\n<li data-start=\"4001\" data-end=\"4077\">Ensuring close collaboration between business stakeholders and developers.<\/li>\n<li data-start=\"4078\" data-end=\"4165\">Building projects around motivated individuals and trusting them to get the job done.<\/li>\n<li data-start=\"4166\" data-end=\"4211\">Maintaining a sustainable development pace.<\/li>\n<li data-start=\"4212\" data-end=\"4271\">Continuously reflecting and improving team effectiveness.<\/li>\n<\/ul>\n<p data-start=\"4273\" data-end=\"4364\">These principles emphasize adaptability, customer satisfaction, and continuous improvement.<\/p>\n<hr data-start=\"4366\" data-end=\"4369\" \/>\n<h3 data-start=\"4371\" data-end=\"4415\">Key Characteristics of Agile Development<\/h3>\n<p data-start=\"4417\" data-end=\"4455\">Agile development is characterized by:<\/p>\n<ul data-start=\"4457\" data-end=\"4623\">\n<li data-start=\"4457\" data-end=\"4487\">Iterative development cycles<\/li>\n<li data-start=\"4488\" data-end=\"4515\">Continuous feedback loops<\/li>\n<li data-start=\"4516\" data-end=\"4540\">Cross-functional teams<\/li>\n<li data-start=\"4541\" data-end=\"4575\">Incremental delivery of features<\/li>\n<li data-start=\"4576\" data-end=\"4595\">Adaptive planning<\/li>\n<li data-start=\"4596\" data-end=\"4623\">High customer involvement<\/li>\n<\/ul>\n<p data-start=\"4625\" data-end=\"4839\">Instead of delivering a complete product at the end of a long development cycle, Agile teams deliver small, functional increments regularly. This allows stakeholders to evaluate progress and make changes as needed.<\/p>\n<hr data-start=\"4841\" data-end=\"4844\" \/>\n<h2 data-start=\"4846\" data-end=\"4878\">Understanding Scrum Framework<\/h2>\n<p data-start=\"4880\" data-end=\"5107\">Scrum is one of the most popular frameworks used to implement Agile principles. It provides a structured approach for managing complex product development through iterative cycles and clearly defined roles and responsibilities.<\/p>\n<p data-start=\"5109\" data-end=\"5254\">Unlike Agile, which is philosophical, Scrum is prescriptive in nature. It defines specific roles, events, and artifacts that guide team behavior.<\/p>\n<hr data-start=\"5256\" data-end=\"5259\" \/>\n<h3 data-start=\"5261\" data-end=\"5276\">Scrum Roles<\/h3>\n<p data-start=\"5278\" data-end=\"5312\">Scrum defines three primary roles:<\/p>\n<h4 data-start=\"5314\" data-end=\"5335\">1. Product Owner<\/h4>\n<p data-start=\"5336\" data-end=\"5546\">The Product Owner is responsible for maximizing the value of the product. They manage the product backlog, prioritize tasks, and ensure that the team is working on features that deliver the most business value.<\/p>\n<h4 data-start=\"5548\" data-end=\"5568\">2. Scrum Master<\/h4>\n<p data-start=\"5569\" data-end=\"5755\">The Scrum Master acts as a facilitator and coach. They ensure that the Scrum process is followed correctly, remove obstacles that hinder progress, and help the team improve continuously.<\/p>\n<h4 data-start=\"5757\" data-end=\"5781\">3. Development Team<\/h4>\n<p data-start=\"5782\" data-end=\"6010\">The Development Team consists of professionals who do the actual work of designing, building, and testing the product. They are self-organizing and cross-functional, meaning they collectively decide how to accomplish their work.<\/p>\n<hr data-start=\"6012\" data-end=\"6015\" \/>\n<h3 data-start=\"6017\" data-end=\"6033\">Scrum Events<\/h3>\n<p data-start=\"6035\" data-end=\"6115\">Scrum defines a set of time-boxed events that structure the development process:<\/p>\n<h4 data-start=\"6117\" data-end=\"6131\">1. Sprint<\/h4>\n<p data-start=\"6132\" data-end=\"6237\">A Sprint is a fixed time period, usually 1\u20134 weeks, during which a usable product increment is developed.<\/p>\n<h4 data-start=\"6239\" data-end=\"6262\">2. Sprint Planning<\/h4>\n<p data-start=\"6263\" data-end=\"6367\">At the beginning of each sprint, the team plans what work will be completed and how it will be achieved.<\/p>\n<h4 data-start=\"6369\" data-end=\"6388\">3. Daily Scrum<\/h4>\n<p data-start=\"6389\" data-end=\"6495\">A short daily meeting where team members synchronize activities, discuss progress, and identify obstacles.<\/p>\n<h4 data-start=\"6497\" data-end=\"6518\">4. Sprint Review<\/h4>\n<p data-start=\"6519\" data-end=\"6607\">At the end of the sprint, the team presents completed work to stakeholders for feedback.<\/p>\n<h4 data-start=\"6609\" data-end=\"6637\">5. Sprint Retrospective<\/h4>\n<p data-start=\"6638\" data-end=\"6732\">A meeting where the team reflects on the sprint and identifies improvements for future cycles.<\/p>\n<hr data-start=\"6734\" data-end=\"6737\" \/>\n<h3 data-start=\"6739\" data-end=\"6758\">Scrum Artifacts<\/h3>\n<p data-start=\"6760\" data-end=\"6809\">Scrum uses artifacts to represent work and value:<\/p>\n<ul data-start=\"6811\" data-end=\"7035\">\n<li data-start=\"6811\" data-end=\"6882\"><strong data-start=\"6813\" data-end=\"6832\">Product Backlog<\/strong>: A prioritized list of features and requirements.<\/li>\n<li data-start=\"6883\" data-end=\"6963\"><strong data-start=\"6885\" data-end=\"6903\">Sprint Backlog<\/strong>: A subset of product backlog items selected for the sprint.<\/li>\n<li data-start=\"6964\" data-end=\"7035\"><strong data-start=\"6966\" data-end=\"6979\">Increment<\/strong>: The completed and usable product output from a sprint.<\/li>\n<\/ul>\n<p data-start=\"7037\" data-end=\"7106\">These artifacts ensure transparency and alignment among stakeholders.<\/p>\n<hr data-start=\"7108\" data-end=\"7111\" \/>\n<h2 data-start=\"7113\" data-end=\"7147\">Agile vs Scrum: Key Differences<\/h2>\n<p data-start=\"7149\" data-end=\"7251\">Although Agile and Scrum are closely related, they are fundamentally different in scope and structure.<\/p>\n<h3 data-start=\"7253\" data-end=\"7281\">1. Nature and Definition<\/h3>\n<p data-start=\"7283\" data-end=\"7468\">Agile is a philosophy or mindset, while Scrum is a framework. Agile defines what values and principles should guide development, whereas Scrum defines how to implement those principles.<\/p>\n<h3 data-start=\"7470\" data-end=\"7501\">2. Flexibility vs Structure<\/h3>\n<p data-start=\"7503\" data-end=\"7755\">Agile is flexible and does not prescribe specific roles or processes. Teams can adopt various methods such as Kanban, Lean, or XP under Agile principles. Scrum, on the other hand, provides a structured process with defined roles, ceremonies, and rules.<\/p>\n<h3 data-start=\"7757\" data-end=\"7769\">3. Scope<\/h3>\n<p data-start=\"7771\" data-end=\"7914\">Agile is broad and applies to multiple frameworks and methodologies. Scrum is narrow and focused specifically on iterative product development.<\/p>\n<h3 data-start=\"7916\" data-end=\"7937\">4. Implementation<\/h3>\n<p data-start=\"7939\" data-end=\"8070\">Agile can be implemented in many ways, depending on the team&#8217;s needs. Scrum is one standardized implementation of Agile principles.<\/p>\n<h3 data-start=\"8072\" data-end=\"8105\">5. Roles and Responsibilities<\/h3>\n<p data-start=\"8107\" data-end=\"8229\">Agile does not define specific roles. Scrum defines clear roles such as Product Owner, Scrum Master, and Development Team.<\/p>\n<h3 data-start=\"8231\" data-end=\"8251\">6. Documentation<\/h3>\n<p data-start=\"8253\" data-end=\"8410\">Agile minimizes documentation but does not eliminate it. Scrum also minimizes documentation but relies heavily on artifacts like product and sprint backlogs.<\/p>\n<hr data-start=\"8412\" data-end=\"8415\" \/>\n<h2 data-start=\"8417\" data-end=\"8466\">Agile and Scrum in Modern Software Development<\/h2>\n<p data-start=\"8468\" data-end=\"8760\">In modern software engineering, Agile and Scrum play critical roles in enabling fast, efficient, and customer-focused development. Organizations across industries\u2014technology, finance, healthcare, education, and retail\u2014have adopted Agile methodologies to improve responsiveness and innovation.<\/p>\n<h3 data-start=\"8762\" data-end=\"8793\">Agile in Modern Development<\/h3>\n<p data-start=\"8795\" data-end=\"8908\">Agile is widely used in environments where requirements are uncertain or constantly evolving. It allows teams to:<\/p>\n<ul data-start=\"8910\" data-end=\"9032\">\n<li data-start=\"8910\" data-end=\"8943\">Adapt quickly to market changes<\/li>\n<li data-start=\"8944\" data-end=\"8976\">Deliver features incrementally<\/li>\n<li data-start=\"8977\" data-end=\"9005\">Gather early user feedback<\/li>\n<li data-start=\"9006\" data-end=\"9032\">Reduce development risks<\/li>\n<\/ul>\n<p data-start=\"9034\" data-end=\"9145\">Agile is especially valuable in startups and digital product companies where speed and flexibility are crucial.<\/p>\n<hr data-start=\"9147\" data-end=\"9150\" \/>\n<h3 data-start=\"9152\" data-end=\"9183\">Scrum in Modern Development<\/h3>\n<p data-start=\"9185\" data-end=\"9378\">Scrum is one of the most widely adopted Agile frameworks because of its structured approach. It is particularly effective for teams that need clear organization and predictable delivery cycles.<\/p>\n<p data-start=\"9380\" data-end=\"9417\">Scrum helps modern development teams:<\/p>\n<ul data-start=\"9419\" data-end=\"9599\">\n<li data-start=\"9419\" data-end=\"9467\">Break complex projects into manageable sprints<\/li>\n<li data-start=\"9468\" data-end=\"9511\">Maintain transparency across stakeholders<\/li>\n<li data-start=\"9512\" data-end=\"9559\">Improve team collaboration and accountability<\/li>\n<li data-start=\"9560\" data-end=\"9599\">Deliver functional software regularly<\/li>\n<\/ul>\n<p data-start=\"9601\" data-end=\"9724\">Many large organizations use Scrum at scale, often combining it with other Agile practices to suit enterprise environments.<\/p>\n<hr data-start=\"9726\" data-end=\"9729\" \/>\n<h3 data-start=\"9731\" data-end=\"9765\">Integration of Agile and Scrum<\/h3>\n<p data-start=\"9767\" data-end=\"9975\">In practice, Agile and Scrum are not competing approaches. Instead, Scrum is a way to implement Agile principles. A team practicing Scrum is essentially practicing Agile, provided they adhere to Agile values.<\/p>\n<p data-start=\"9977\" data-end=\"10174\">However, not all Agile teams use Scrum. Some use Kanban, which focuses on continuous delivery rather than time-boxed sprints. Others may use hybrid models combining elements of multiple frameworks.<\/p>\n<hr data-start=\"10176\" data-end=\"10179\" \/>\n<h2 data-start=\"10181\" data-end=\"10228\">Agile vs Scrum in Project Management Context<\/h2>\n<p data-start=\"10230\" data-end=\"10344\">From a project management perspective, Agile and Scrum significantly change how projects are planned and executed.<\/p>\n<h3 data-start=\"10346\" data-end=\"10358\">Planning<\/h3>\n<p data-start=\"10360\" data-end=\"10621\">In traditional project management, planning is done upfront and is often rigid. In Agile and Scrum, planning is continuous and adaptive. Scrum uses sprint planning sessions to define short-term goals, while Agile encourages ongoing adjustment based on feedback.<\/p>\n<h3 data-start=\"10623\" data-end=\"10636\">Execution<\/h3>\n<p data-start=\"10638\" data-end=\"10804\">Agile execution is iterative, meaning work is completed in cycles. Scrum formalizes this through sprints, ensuring that development happens in structured time frames.<\/p>\n<h3 data-start=\"10806\" data-end=\"10832\">Monitoring and Control<\/h3>\n<p data-start=\"10834\" data-end=\"11015\">In Agile environments, progress is measured through working software rather than documentation. Scrum uses daily stand-ups and sprint reviews to track progress and ensure alignment.<\/p>\n<h3 data-start=\"11017\" data-end=\"11036\">Risk Management<\/h3>\n<p data-start=\"11038\" data-end=\"11210\">Agile reduces risk by delivering small increments frequently, allowing early detection of issues. Scrum supports this by enforcing regular review cycles and retrospectives.<\/p>\n<hr data-start=\"11212\" data-end=\"11215\" \/>\n<h2 data-start=\"11217\" data-end=\"11256\">Agile vs Scrum in Team Collaboration<\/h2>\n<p data-start=\"11258\" data-end=\"11346\">Collaboration is a key aspect of both Agile and Scrum, but they approach it differently.<\/p>\n<h3 data-start=\"11348\" data-end=\"11371\">Agile Collaboration<\/h3>\n<p data-start=\"11373\" data-end=\"11564\">Agile encourages open communication between all stakeholders. Teams are self-organizing and empowered to make decisions. Collaboration happens continuously throughout the development process.<\/p>\n<h3 data-start=\"11566\" data-end=\"11589\">Scrum Collaboration<\/h3>\n<p data-start=\"11591\" data-end=\"11766\">Scrum defines structured collaboration through ceremonies such as daily stand-ups, sprint reviews, and retrospectives. These events ensure regular communication and alignment.<\/p>\n<p data-start=\"11768\" data-end=\"11884\">While Agile promotes informal and flexible communication, Scrum introduces formal checkpoints to maintain structure.<\/p>\n<hr data-start=\"11886\" data-end=\"11889\" \/>\n<h2 data-start=\"11891\" data-end=\"11928\">Agile vs Scrum in Product Delivery<\/h2>\n<p data-start=\"11930\" data-end=\"12030\">Product delivery is one of the most important aspects where Agile and Scrum demonstrate their value.<\/p>\n<h3 data-start=\"12032\" data-end=\"12050\">Agile Delivery<\/h3>\n<p data-start=\"12052\" data-end=\"12200\">Agile delivers products incrementally, allowing continuous improvement based on customer feedback. The focus is on delivering value early and often.<\/p>\n<h3 data-start=\"12202\" data-end=\"12220\">Scrum Delivery<\/h3>\n<p data-start=\"12222\" data-end=\"12372\">Scrum delivers product increments at the end of each sprint. Each increment is potentially shippable, meaning it could be released to users if needed.<\/p>\n<p data-start=\"12374\" data-end=\"12510\">The key difference is that Scrum enforces time-boxed delivery cycles, while Agile allows more flexibility in how delivery is structured.<\/p>\n<hr data-start=\"12512\" data-end=\"12515\" \/>\n<h2 data-start=\"12517\" data-end=\"12569\">Benefits of Agile and Scrum in Modern Development<\/h2>\n<p data-start=\"12571\" data-end=\"12661\">Both Agile and Scrum offer several advantages in modern software development environments:<\/p>\n<ul data-start=\"12663\" data-end=\"12856\">\n<li data-start=\"12663\" data-end=\"12686\">Faster time-to-market<\/li>\n<li data-start=\"12687\" data-end=\"12719\">Improved customer satisfaction<\/li>\n<li data-start=\"12720\" data-end=\"12751\">Better adaptability to change<\/li>\n<li data-start=\"12752\" data-end=\"12781\">Increased team productivity<\/li>\n<li data-start=\"12782\" data-end=\"12808\">Enhanced product quality<\/li>\n<li data-start=\"12809\" data-end=\"12856\">Greater transparency in development processes<\/li>\n<\/ul>\n<p data-start=\"12858\" data-end=\"12980\">Agile provides the mindset for achieving these benefits, while Scrum provides the structure to implement them effectively.<\/p>\n<hr data-start=\"12982\" data-end=\"12985\" \/>\n<h2 data-start=\"12987\" data-end=\"13043\">Limitations in Practical Usage (brief acknowledgment)<\/h2>\n<p data-start=\"13045\" data-end=\"13385\">While both Agile and Scrum are highly effective, their success depends heavily on proper implementation. Poor understanding or misapplication can lead to inefficiencies, miscommunication, or incomplete adoption of Agile principles. However, when used correctly, they remain among the most powerful approaches in modern software engineering.<\/p>\n<h2 data-start=\"13392\" data-end=\"13405\">Conclusion<\/h2>\n<p data-start=\"13407\" data-end=\"13751\">Agile and Scrum are foundational concepts in modern software development, yet they serve different purposes. Agile is a broad philosophy that emphasizes flexibility, collaboration, and customer-centric development. Scrum, on the other hand, is a structured framework that helps teams implement Agile principles in a practical and organized way.<\/p>\n<p data-start=\"13753\" data-end=\"14070\">The relationship between Agile and Scrum is complementary rather than competitive. Agile provides the mindset, while Scrum provides the mechanism. Together, they enable development teams to deliver high-quality software efficiently, adapt to changing requirements, and maintain strong collaboration with stakeholders.<\/p>\n<p data-start=\"14072\" data-end=\"14263\" data-is-last-node=\"\" data-is-only-node=\"\">In modern development environments where speed, innovation, and adaptability are critical, both Agile and Scrum continue to play a central role in shaping how software is built and delivered.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Modern software development has evolved significantly over the past few decades. Traditional development methodologies, such as the Waterfall model, were once the dominant approach for building software systems. These methods relied on a linear and sequential process where each phase\u2014requirements gathering, design, implementation, testing, and deployment\u2014had to be completed before the next one began. [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7643","post","type-post","status-publish","format-standard","hentry","category-technical-how-to"],"_links":{"self":[{"href":"https:\/\/lite16.com\/blog\/wp-json\/wp\/v2\/posts\/7643","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lite16.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lite16.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lite16.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lite16.com\/blog\/wp-json\/wp\/v2\/comments?post=7643"}],"version-history":[{"count":1,"href":"https:\/\/lite16.com\/blog\/wp-json\/wp\/v2\/posts\/7643\/revisions"}],"predecessor-version":[{"id":7644,"href":"https:\/\/lite16.com\/blog\/wp-json\/wp\/v2\/posts\/7643\/revisions\/7644"}],"wp:attachment":[{"href":"https:\/\/lite16.com\/blog\/wp-json\/wp\/v2\/media?parent=7643"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lite16.com\/blog\/wp-json\/wp\/v2\/categories?post=7643"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lite16.com\/blog\/wp-json\/wp\/v2\/tags?post=7643"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}