{"id":122822,"date":"2026-07-22T10:40:01","date_gmt":"2026-07-22T05:10:01","guid":{"rendered":"https:\/\/www.guvi.in\/blog\/?p=122822"},"modified":"2026-07-22T10:40:02","modified_gmt":"2026-07-22T05:10:02","slug":"claude-api-with-langchain","status":"publish","type":"post","link":"https:\/\/www.guvi.in\/blog\/claude-api-with-langchain\/","title":{"rendered":"Claude API with LangChain: Complete Integration Guide"},"content":{"rendered":"\n<p>The Claude API with LangChain used to build AI-powered applications such as chatbots, document assistants, retrieval-augmented generation (RAG) systems, and intelligent workflows. By combining Claude&#8217;s language capabilities with LangChain&#8217;s orchestration framework, developers can create applications that connect AI models with external data sources, tools, memory, and custom logic.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>TL;DR<\/strong><\/h2>\n\n\n\n<ul>\n<li>LangChain helps developers build AI applications using large language models like Claude.<\/li>\n\n\n\n<li>The Claude API integrates with LangChain through official provider packages.<\/li>\n\n\n\n<li>Together, they enable chatbots, RAG applications, AI agents, and workflow automation.<\/li>\n\n\n\n<li>API keys and environment variables should be managed securely.<\/li>\n\n\n\n<li>Understanding prompts, chains, and memory is essential for successful integration.<\/li>\n<\/ul>\n\n\n\n<p><em>Want to build AI-powered applications using modern frameworks? Explore HCL GUVI&#8217;s <\/em><a href=\"https:\/\/www.guvi.in\/mlp\/artificial-intelligence-and-machine-learning?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=claude-api-with-langchain\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><em>Artificial Intelligence &amp; Machine Learning Course<\/em><\/strong><\/a><em>, where you&#8217;ll learn LangChain, LLMs, prompt engineering, RAG, vector databases, and AI application development through hands-on projects built for real-world use cases.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Is Claude API with LangChain?<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"940\" height=\"540\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/what-id-claude-and-langchain.webp\" alt=\"\" class=\"wp-image-125315\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/what-id-claude-and-langchain.webp 940w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/what-id-claude-and-langchain-300x172.webp 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/what-id-claude-and-langchain-768x441.webp 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/what-id-claude-and-langchain-150x86.webp 150w\" sizes=\"(max-width: 940px) 100vw, 940px\" title=\"\"><\/figure>\n\n\n\n<p>Claude API with <a href=\"https:\/\/www.guvi.in\/blog\/what-is-langchain-is-used-for\/\" target=\"_blank\" rel=\"noreferrer noopener\">LangChain<\/a> refers to integrating Anthropic&#8217;s Claude models into applications using the LangChain framework. LangChain provides reusable components that make it easier to build AI-powered workflows, while the Claude API supplies the language model that generates responses.<\/p>\n\n\n\n<p>Instead of calling the API directly for every task, LangChain allows you to connect Claude with prompts, external tools, databases, vector stores, and memory, making it easier to develop production-ready AI applications.<\/p>\n\n\n\n<p>Some common use cases include:<\/p>\n\n\n\n<ul>\n<li>AI chatbots<\/li>\n\n\n\n<li>Document question-answering<\/li>\n\n\n\n<li><a href=\"https:\/\/www.guvi.in\/blog\/guide-for-retrieval-augmented-generation\/\" target=\"_blank\" rel=\"noreferrer noopener\">Retrieval-Augmented Generation (RAG)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.guvi.in\/blog\/types-of-ai-agents\/\" target=\"_blank\" rel=\"noreferrer noopener\">AI agents<\/a><\/li>\n\n\n\n<li>Workflow automation<\/li>\n<\/ul>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong>\n  <br \/><br \/>\n\n  <strong style=\"color: #FFFFFF;\">LangChain supports multiple large language models<\/strong>, allowing developers to <strong style=\"color: #FFFFFF;\">switch AI providers with minimal changes<\/strong> to their application logic. This flexibility makes it easier to compare models or migrate as project requirements evolve.\n\n<\/div>\n\n\n\n<p><strong>Read More: <\/strong><a href=\"https:\/\/www.guvi.in\/blog\/claude-integrations\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Claude Integrations: Connect Your Apps, Unlock AI Superpowers<\/strong><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Why Use LangChain with Claude?<\/strong><\/h2>\n\n\n\n<p>Calling an API directly works well for simple applications, but larger AI projects often require additional capabilities such as memory, document retrieval, tool integration, and workflow orchestration.<\/p>\n\n\n\n<p>LangChain provides these features while allowing Claude to focus on language understanding and response generation.<\/p>\n\n\n\n<p>Some key benefits include:<\/p>\n\n\n\n<ul>\n<li><strong>Simplified development.<\/strong> Prebuilt components reduce the amount of custom code required.<\/li>\n\n\n\n<li><strong>Flexible workflows.<\/strong> Connect Claude with external APIs, databases, and business logic.<\/li>\n\n\n\n<li><strong>Memory support.<\/strong> Build conversational applications that remember previous interactions.<\/li>\n\n\n\n<li><strong>Scalable architecture.<\/strong> Organize prompts, chains, and retrieval pipelines more efficiently.<\/li>\n<\/ul>\n\n\n\n<p><strong><em>Data Point: <\/em><\/strong><em>Modern AI applications increasingly combine language models with retrieval systems, external tools, and memory to deliver more accurate and context-aware responses.<\/em><\/p>\n\n\n\n<p><em>Want to build AI-powered applications using modern frameworks? Explore HCL GUVI&#8217;s <\/em><a href=\"https:\/\/www.guvi.in\/mlp\/artificial-intelligence-and-machine-learning?utm_source=blog&amp;utm_medium=hyperlink&amp;utm_campaign=claude-api-with-langchain\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><em>Artificial Intelligence &amp; Machine Learning Course<\/em><\/strong><\/a><em>, where you&#8217;ll learn LangChain, LLMs, prompt engineering, RAG, vector databases, and AI application development through hands-on projects built for real-world use cases.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Do You Need Before Getting Started?<\/strong><\/h2>\n\n\n\n<p>Before integrating Claude with LangChain, make sure your development environment includes the required tools and credentials.<\/p>\n\n\n\n<p>You&#8217;ll typically need:<\/p>\n\n\n\n<ul>\n<li>Python installed<\/li>\n\n\n\n<li>A Claude API key<\/li>\n\n\n\n<li>A LangChain installation<\/li>\n\n\n\n<li>An Anthropic SDK<\/li>\n\n\n\n<li>A code editor such as Visual Studio Code<\/li>\n<\/ul>\n\n\n\n<p>Keeping dependencies updated helps avoid compatibility issues.<\/p>\n\n\n\n<p><strong><em>Best Practice: <\/em><\/strong><em>Store your API key as an environment variable instead of hardcoding it directly into your application.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to Set Up Claude API with LangChain<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"940\" height=\"540\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/how-to-set-up.webp\" alt=\"\" class=\"wp-image-125316\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/how-to-set-up.webp 940w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/how-to-set-up-300x172.webp 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/how-to-set-up-768x441.webp 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/how-to-set-up-150x86.webp 150w\" sizes=\"(max-width: 940px) 100vw, 940px\" title=\"\"><\/figure>\n\n\n\n<p>Follow these steps to integrate Claude into a LangChain project.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 1: Install the Required Packages<\/strong><\/h3>\n\n\n\n<p>Install LangChain and the Anthropic integration package.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install langchain langchain-anthropic anthropic<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 2: Configure Your API Key<\/strong><\/h3>\n\n\n\n<p>Store your Claude API key as an environment variable.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>export ANTHROPIC_API_KEY=\"your_api_key\"\n\nOn Windows PowerShell:\n\n$env:ANTHROPIC_API_KEY=\"your_api_key\"<\/code><\/pre>\n\n\n\n<p>This keeps sensitive credentials separate from your source code.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 3: Initialize the Claude Model<\/strong><\/h3>\n\n\n\n<p>Create a LangChain model instance using Claude.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>from langchain_anthropic import ChatAnthropic\n\nllm = ChatAnthropic(\n\n&nbsp;&nbsp;&nbsp;&nbsp;model=\"claude-sonnet-4\",\n\n&nbsp;&nbsp;&nbsp;&nbsp;temperature=0\n\n)<\/code><\/pre>\n\n\n\n<p>The model can now process prompts through LangChain.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Step 4: Send Your First Prompt<\/strong><\/h3>\n\n\n\n<p>Invoke the model with a simple request.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>response = llm.invoke(\"Explain recursion in simple terms.\")\n\nprint(response.content)<\/code><\/pre>\n\n\n\n<p>Claude generates a response that your application can display or process further.<\/p>\n\n\n\n<p><strong><em>Warning: <\/em><\/strong><em>Never expose your API key in public repositories or client-side applications. Always use secure environment variables or secret management services.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Can You Build with Claude and LangChain?<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"940\" height=\"540\" src=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/what-can-you-build-1.webp\" alt=\"\" class=\"wp-image-125318\" srcset=\"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/what-can-you-build-1.webp 940w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/what-can-you-build-1-300x172.webp 300w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/what-can-you-build-1-768x441.webp 768w, https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/what-can-you-build-1-150x86.webp 150w\" sizes=\"(max-width: 940px) 100vw, 940px\" title=\"\"><\/figure>\n\n\n\n<p>The combination of Claude and LangChain supports a wide range of AI-powered applications.<\/p>\n\n\n\n<p>Popular examples include:<\/p>\n\n\n\n<ul>\n<li>Intelligent chatbots.<\/li>\n\n\n\n<li>Customer support assistants.<\/li>\n\n\n\n<li>Internal knowledge bases.<\/li>\n\n\n\n<li>Code generation tools.<\/li>\n\n\n\n<li>Research assistants.<\/li>\n\n\n\n<li>Document summarization systems.<\/li>\n\n\n\n<li>Retrieval-Augmented Generation (RAG) applications.<\/li>\n<\/ul>\n\n\n\n<p>Each application benefits from LangChain&#8217;s orchestration features and Claude&#8217;s natural language capabilities.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Does LangChain Enhance Claude?<\/strong><\/h2>\n\n\n\n<p>LangChain adds several capabilities that simplify AI application development.<\/p>\n\n\n\n<p>Some important features include:<\/p>\n\n\n\n<ul>\n<li>Prompt templates for reusable prompts.<\/li>\n\n\n\n<li>Chains that connect multiple AI operations.<\/li>\n\n\n\n<li>Memory for conversational applications.<\/li>\n\n\n\n<li>Document loaders for external data.<\/li>\n\n\n\n<li><a href=\"https:\/\/www.google.com\/aclk?sa=L&amp;pf=1&amp;ai=DChsSEwiy2vPX8rOVAxWOjksFHQEfGv8YACICCAEQABoCc2Y&amp;co=1&amp;ase=2&amp;gclid=CjwKCAjwmJjSBhB-EiwAkZgxixaLswj9z-68wPoT281VEjXxjuIWFPc54BPSuRpDt_i2u4xWnKeoExoCW0kQAvD_BwE&amp;cid=CAASZuRo6ZRHST4M1QEjTGUxsqNQ8oVf6hH8SXd_bPdVPCwbxkLSHq5Jnyn8l31aikRyZK--efpSCRVHGOtjNkE2Q2v2DdVR6cJ9qqCT60Jc30Ivrc-CA3-Cqade4vQzS3rP4hlkodb-Ug&amp;cce=2&amp;category=acrcp_v1_32&amp;sig=AOD64_3sP_6lN8FBKgZmuYCGejpcbmoopw&amp;q&amp;nis=4&amp;adurl=https:\/\/aws.amazon.com\/marketplace\/build-learn\/vector-databases-for-ai?trk%3Dfa7e5851-0cc3-436a-b80c-6d80ff7394c2%26sc_channel%3Dps%26ef_id%3DCjwKCAjwmJjSBhB-EiwAkZgxixaLswj9z-68wPoT281VEjXxjuIWFPc54BPSuRpDt_i2u4xWnKeoExoCW0kQAvD_BwE%26gads_camp%3D23958044345%26gads_ag%3D198397576460%26gads_ad%3D813473147185%26gads_kw%3Dvector%2520database%26gads_matchtype%3Dp%26gads_network%3Dg%26gads_device%3Dc%26gads_geo%3D9061926%26gad_campaignid%3D23958044345%26gbraid%3D0AAAAADjHtp-ZOVWPrYqNPkO2RDXt9t9g0%26gclid%3DCjwKCAjwmJjSBhB-EiwAkZgxixaLswj9z-68wPoT281VEjXxjuIWFPc54BPSuRpDt_i2u4xWnKeoExoCW0kQAvD_BwE&amp;ved=2ahUKEwiJxerX8rOVAxXFUGcHHR-wIwsQ0Qx6BAgaEAE\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Vector database integrations.<\/a><\/li>\n\n\n\n<li>Tool calling for external services.<\/li>\n<\/ul>\n\n\n\n<p>These components help developers build sophisticated AI systems with less boilerplate code.<\/p>\n\n\n\n<p><strong><em>Pro Tip: <\/em><\/strong><em>Start with a simple chatbot before adding advanced features like memory, retrieval, or agent workflows. Building incrementally makes debugging much easier.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Common Mistakes to Avoid<\/strong><\/h2>\n\n\n\n<p>Beginners often encounter similar challenges when integrating Claude with LangChain.<\/p>\n\n\n\n<p>Some common mistakes include:<\/p>\n\n\n\n<ul>\n<li>Hardcoding API keys.<\/li>\n\n\n\n<li>Using incompatible package versions.<\/li>\n\n\n\n<li>Ignoring prompt design.<\/li>\n\n\n\n<li>Skipping error handling.<\/li>\n\n\n\n<li>Forgetting to manage token usage.<\/li>\n<\/ul>\n\n\n\n<p>Avoiding these issues makes applications more secure, reliable, and easier to maintain.<\/p>\n\n\n\n<div style=\"background-color: #099f4e; border: 3px solid #110053; border-radius: 12px; padding: 18px 22px; color: #FFFFFF; font-size: 18px; font-family: Montserrat, Helvetica, sans-serif; line-height: 1.6; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); max-width: 750px;\">\n\n  <strong style=\"font-size: 22px; color: #FFFFFF;\">\ud83d\udca1 Did You Know?<\/strong>\n  <br \/><br \/>\n\n  <strong style=\"color: #FFFFFF;\">Well-designed prompts often improve AI application quality more than adding extra components or using larger models.<\/strong> Investing time in <strong style=\"color: #FFFFFF;\">effective prompt engineering<\/strong> can significantly enhance response accuracy, consistency, and user experience.\n\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Key Takeaways<\/strong><\/h2>\n\n\n\n<ul>\n<li>LangChain simplifies building AI applications with Claude.<\/li>\n\n\n\n<li>The Claude API integrates through the official LangChain Anthropic package.<\/li>\n\n\n\n<li>Secure API key management is essential.<\/li>\n\n\n\n<li>LangChain supports prompts, memory, retrieval, and workflow orchestration.<\/li>\n\n\n\n<li>Claude and LangChain work well for chatbots, RAG systems, and AI assistants.<\/li>\n\n\n\n<li>Starting with a simple implementation makes future expansion easier.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>Combining the Claude API with LangChain allows developers to build far more than simple chat interfaces. Together, they provide the foundation for intelligent applications that can retrieve information, maintain conversations, automate workflows, and interact with external systems.<\/p>\n\n\n\n<p>As your projects grow, LangChain&#8217;s modular architecture makes it easier to expand your applications while keeping the codebase organized. By understanding the fundamentals of Claude integration, secure API management, and LangChain components, you&#8217;ll be well-prepared to develop scalable AI-powered solutions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h2>\n\n\n<div id=\"rank-math-faq\" class=\"rank-math-block\">\n<div class=\"rank-math-list \">\n<div id=\"faq-question-1783910082151\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>What is Claude API with LangChain?<\/strong>\u00a0<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Claude API with LangChain refers to using Anthropic&#8217;s Claude models through the LangChain framework to build AI-powered applications. It simplifies prompt management, workflows, memory, and integrations.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1783910087017\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Do I need Python to use Claude with LangChain?<\/strong>\u00a0<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, most LangChain examples and integrations are built with Python. Basic Python knowledge is enough to get started.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1783910095456\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Can I build a chatbot using Claude and LangChain?<\/strong>\u00a0<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Yes, Claude and LangChain are commonly used to build chatbots, virtual assistants, and customer support applications. LangChain provides components for prompts, memory, and conversation management.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1783910106672\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>How should I store my Claude API key?<\/strong>\u00a0<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>Store your API key in environment variables or a secure secret management service. Avoid hardcoding credentials directly into your source code.<\/p>\n\n<\/div>\n<\/div>\n<div id=\"faq-question-1783910113674\" class=\"rank-math-list-item\">\n<h3 class=\"rank-math-question \"><strong>Is LangChain required to use the Claude API?<\/strong>\u00a0<\/h3>\n<div class=\"rank-math-answer \">\n\n<p>No, you can call the Claude API directly. However, LangChain makes it much easier to build complex AI workflows with features like memory, retrieval, and tool integration.<\/p>\n\n<\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>The Claude API with LangChain used to build AI-powered applications such as chatbots, document assistants, retrieval-augmented generation (RAG) systems, and intelligent workflows. By combining Claude&#8217;s language capabilities with LangChain&#8217;s orchestration framework, developers can create applications that connect AI models with external data sources, tools, memory, and custom logic. TL;DR Want to build AI-powered applications using [&hellip;]<\/p>\n","protected":false},"author":63,"featured_media":125313,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[933],"tags":[],"views":"35","authorinfo":{"name":"Vishalini Devarajan","url":"https:\/\/www.guvi.in\/blog\/author\/vishalini\/"},"thumbnailURL":"https:\/\/www.guvi.in\/blog\/wp-content\/uploads\/2026\/07\/claude-api-langchain-300x116.webp","_links":{"self":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/122822"}],"collection":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/users\/63"}],"replies":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/comments?post=122822"}],"version-history":[{"count":4,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/122822\/revisions"}],"predecessor-version":[{"id":125319,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/posts\/122822\/revisions\/125319"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media\/125313"}],"wp:attachment":[{"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/media?parent=122822"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/categories?post=122822"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.guvi.in\/blog\/wp-json\/wp\/v2\/tags?post=122822"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}