{"id":32,"date":"2026-03-05T15:14:41","date_gmt":"2026-03-05T15:14:41","guid":{"rendered":"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/copilot-vs-cursor-vs-codeium\/"},"modified":"2026-03-18T22:00:09","modified_gmt":"2026-03-18T22:00:09","slug":"copilot-vs-cursor-vs-codeium","status":"publish","type":"post","link":"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/copilot-vs-cursor-vs-codeium\/","title":{"rendered":"GitHub Copilot vs Cursor vs Codeium: Which AI Coding Assistant Is Actually Worth It in 2026"},"content":{"rendered":"<p><script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"BlogPosting\",\n  \"headline\": \"GitHub <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/github-copilot-vs-cursor-vs-codeium-best-ai-coding\/\" title=\"Copilot vs Cursor\">Copilot vs Cursor<\/a> <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/github-copilot-vs-cursor-vs-codeium-best-ai-coding\/\" title=\"vs <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/github-copilot-vs-cursor-vs-codeium-best-ai-coding\/\" title=\"Codeium: Which AI Coding\">Codeium: Which AI Coding<\/a> Assistant\">vs <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/github-copilot-vs-cursor-vs-codeium-best-ai-coding\/\" title=\"Codeium: Which AI Coding\">Codeium: Which AI Coding<\/a> Assistant<\/a> Is Actually Worth It in 2026\",\n  \"description\": \"Three weeks ago I got annoyed.\",\n  \"url\": \"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/copilot-vs-cursor-vs-codeium\/\",\n  \"datePublished\": \"2026-03-05T15:14:41\",\n  \"dateModified\": \"2026-03-05T17:39:33\",\n  \"inLanguage\": \"en_US\",\n  \"author\": {\n    \"@type\": \"Organization\",\n    \"name\": \"RebalAI\",\n    \"url\": \"https:\/\/blog.rebalai.com\/en\/\"\n  },\n  \"publisher\": {\n    \"@type\": \"Organization\",\n    \"name\": \"RebalAI\",\n    \"logo\": {\n      \"@type\": \"ImageObject\",\n      \"url\": \"https:\/\/blog.rebalai.com\/wp-content\/uploads\/logo.png\"\n    }\n  },\n  \"mainEntityOfPage\": {\n    \"@type\": \"WebPage\",\n    \"@id\": \"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/copilot-vs-cursor-vs-codeium\/\"\n  }\n}\n<\/script><\/p>\n<p>Three weeks ago I got annoyed. My team had just renewed our <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/github-copilot-vs-cursor-vs-codeium-best-ai-coding\/\" title=\"GitHub Copilot\">GitHub Copilot<\/a> Business licenses \u2014 $19\/seat\/month, twelve seats, do the math \u2014 and one of our senior engineers mentioned he&#8217;d quietly switched to Cursor on his personal machine and hadn&#8217;t touched Copilot in a month. That comment sent me down a rabbit hole.<\/p>\n<p>I spent <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"Two Weeks\">two weeks<\/a> using <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/fastapi-vs-django-vs-flask-choosing-the-right-pyth\/\" title=\"All Three\">all three<\/a> tools heavily: <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/github-copilot-vs-cursor-vs-codeium-best-ai-coding\/\" title=\"GitHub Copilot\">GitHub Copilot<\/a>, Cursor, and Codeium (which has since launched its IDE fork, Windsurf). My stack is TypeScript, React, and Node.js. I work on a small product team \u2014 four engineers \u2014 building a SaaS app. Not a toy project, not a FAANG monorepo. Just <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/ai-coding-assistant-benchmarks-real-world-performa\/\" title=\"Real Work\">real work<\/a>, shipping features, dealing with legacy code written by Past Alex who was clearly having a bad week.<\/p>\n<p>Here is <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"What I\">what I<\/a> found.<\/p>\n<h2>GitHub Copilot Is the Safe Bet (But &#8220;Safe&#8221; Isn&#8217;t Always a Compliment)<\/h2>\n<p>Copilot is the incumbent. It&#8217;s been around since 2021, it&#8217;s deeply integrated into VS Code and JetBrains, and your company&#8217;s IT department has almost certainly already approved it. That last point matters more than engineers like to admit \u2014 procurement friction is real.<\/p>\n<p>The inline suggestions are genuinely good. After <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/advanced-prompt-engineering-techniques-chain-of-th\/\" title=\"Years of\">years of<\/a> improvement and now running on a mix of OpenAI models plus GitHub&#8217;s own fine-<a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/09\/postgresql-performance-tuning-what-i-learned-optim\/\" title=\"Tuning on\">tuning on<\/a> public repositories, the autocomplete feels fluent for common patterns. When I&#8217;m writing a new API route in Express, it often completes the entire handler including the error handling boilerplate. That&#8217;s useful.<\/p>\n<p>Copilot Chat has improved a lot too. The <code>\/fix<\/code>, <code>\/explain<\/code>, and <code>\/tests<\/code> slash commands inside VS Code work well for scoped questions. I used <code>\/tests<\/code> to generate a Jest test suite for a utility module last week \u2014 it got about 70% of the way there, which saved me maybe 20 minutes. Not transformative, but real.<\/p>\n<p>Here is the thing, though: Copilot still feels like a very smart autocomplete, not a collaborator. The agent mode (released in late 2024, improved through 2025) is supposed to change this. In practice, I found it useful for small, well-scoped tasks \u2014 &#8220;update all these API calls <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/claude-vs-gpt-4o-vs-gemini-20-which-ai-model-to-us\/\" title=\"to Use\">to use<\/a> the new auth header format&#8221; \u2014 but it got confused on anything requiring understanding of our project&#8217;s conventions. It doesn&#8217;t know that we prefix all our custom hooks with <code>use<\/code> followed by a capital letter and then the domain. It doesn&#8217;t know our folder structure decisions. It just reads what&#8217;s in context.<\/p>\n<p>One thing I noticed: Copilot&#8217;s workspace indexing is still slower to pick up new files than I&#8217;d like. I added a shared utility file, started importing it in a different module, and Copilot kept suggesting the old patterns for a solid 10 minutes. Minor, but annoying when you&#8217;re in flow.<\/p>\n<pre><code class=\"language-typescript\">\/\/ Copilot was good at completing patterns it recognized:\n\/\/ I typed &quot;async function fetchUserOrders(&quot; and it completed this:\nasync function fetchUserOrders(userId: string): Promise&lt;Order[]&gt; {\n  const response = await fetch(`\/api\/users\/${userId}\/orders`, {\n    headers: {\n      Authorization: `Bearer ${getToken()}`,\n      'Content-Type': 'application\/json',\n    },\n  });\n\n  if (!response.ok) {\n    throw new Error(`Failed to fetch orders: ${response.statusText}`);\n  }\n\n  return response.json();\n}\n\/\/ Solid. But it didn't know our custom `apiClient` wrapper that handles\n\/\/ retries and token refresh. It just went with raw fetch.\n<\/code><\/pre>\n<p><strong>Practical takeaway:<\/strong> Copilot is excellent for teams where security review and procurement are bottlenecks. It&#8217;s also the right call if your engineers live inside JetBrains IDEs \u2014 Cursor and Codeium&#8217;s JetBrains support is still catching up. For solo developers or small teams with flexibility, it&#8217;s probably not the most bang for your buck anymore.<\/p>\n<h2>Cursor Is Annoying <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"in the\">in the<\/a> Best Way<\/h2>\n<p>I say &#8220;annoying&#8221; because Cursor made me realize how much time I was wasting on things I thought were fast. That is an uncomfortable feeling.<\/p>\n<p>Cursor is a fork of VS Code, which means your extensions, your keybindings, your themes \u2014 all of it carries over. Setup took me about eight minutes (I timed it). The Tab autocomplete is noticeably snappier than Copilot for me, though I&#8217;ll be honest: I&#8217;m not sure if that&#8217;s model latency or just UI optimization. Your mileage may vary here depending on your network and region.<\/p>\n<p>The feature that changes how you work is Composer (now called Agent <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"in the\">in the<\/a> current release). You describe a multi-file task, and Cursor actually goes and does it \u2014 edits files, creates new ones, runs terminal commands if you let it. I used it to refactor a bloated context provider that was doing too many things. I described the problem (&#8220;this AuthContext is handling both auth state and user preferences, split them into two separate contexts and update all the import sites&#8221;), and it did it. Across nine files. In about 90 seconds.<\/p>\n<p>Was it perfect? No. It missed two import sites and created a naming inconsistency in one of the new files. But catching those two things was faster than doing the whole refactor manually.<\/p>\n<p>The chat sidebar (Cmd+L) is where I spend a lot of time. I can highlight a block of code and ask &#8220;why is this re-rendering so much?&#8221; and get back a specific, correct answer about missing dependency arrays in my <code>useCallback<\/code>. Not a generic explanation \u2014 an answer that references my actual code.<\/p>\n<pre><code class=\"language-typescript\">\/\/ I asked Cursor to add optimistic updates to this mutation:\n\/\/ Original code I highlighted:\nasync function deleteComment(commentId: string) {\n  await api.delete(`\/comments\/${commentId}`);\n  await refetchComments();\n}\n\n\/\/ Cursor rewrote <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/09\/serverless-vs-containers-in-2026-a-practical-decis\/\" title=\"It as\">it as<\/a>:\nasync function deleteComment(commentId: string) {\n  \/\/ Optimistic update: remove from local state immediately\n  setComments(prev =&gt; prev.filter(c =&gt; c.id !== commentId));\n\n  try {\n    await api.delete(`\/comments\/${commentId}`);\n  } catch (error) {\n    \/\/ Rollback on failure\n    await refetchComments();\n    toast.error('Failed to delete comment. Please try again.');\n  }\n}\n\/\/ It even added the toast notification based on the pattern it saw\n\/\/ elsewhere <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"in the\">in the<\/a> file. I hadn't asked for that. It was correct.\n<\/code><\/pre>\n<p>The gotcha I hit: Cursor&#8217;s Agent mode can go off-script. I asked it to &#8220;add pagination to the users table&#8221; and it decided \u2014 on its own \u2014 to also refactor the table component <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/claude-vs-gpt-4o-vs-gemini-20-which-ai-model-to-us\/\" title=\"to Use\">to use<\/a> a different state management pattern. The changes weren&#8217;t wrong, exactly, but they were more than I asked for and they touched code I hadn&#8217;t reviewed. I&#8217;ve since learned to be more explicit in my prompts and to review the diff carefully before accepting. The &#8220;Apply All&#8221; button is seductive and dangerous.<\/p>\n<p>The price is $20\/month for Pro. If you&#8217;re billing your time, that pays for itself fast.<\/p>\n<p><strong>Practical takeaway:<\/strong> Cursor is the best tool for developers who write a lot of new code and frequently do mid-size refactors (5-20 files). The Agent mode is genuinely useful, not a demo feature. Just stay <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"in the\">in the<\/a> driver&#8217;s seat \u2014 review every diff before accepting.<\/p>\n<h2>Codeium and Windsurf: The Underrated Option<\/h2>\n<p>I&#8217;ll be upfront: I came into this section ready to dismiss Codeium. I&#8217;d tried it about a year and a half ago and found the suggestions mediocre. Then they released Windsurf \u2014 their own VS Code fork, Cursor&#8217;s direct competitor \u2014 and the reviews caught my attention.<\/p>\n<p>Windsurf&#8217;s answer to Cursor&#8217;s Composer is Cascade. The core idea is similar: describe a multi-step task, let the AI figure out the file changes. What Windsurf does differently is the &#8220;Flows&#8221; concept, where Cascade can pause and ask you clarifying questions mid-task rather than forging ahead with assumptions. In practice, this felt more conservative than Cursor \u2014 fewer &#8220;surprise&#8221; changes, but also a bit slower on complex tasks.<\/p>\n<p>The free tier is real. You get a generous number of completions per month, and the suggestions on common TypeScript\/React patterns are competitive with Copilot at this point. If you&#8217;re a student or working on a side project with actual budget constraints, Windsurf Pro at $15\/month is worth looking at seriously.<\/p>\n<p>One thing I noticed: Windsurf&#8217;s context handling felt slightly better than Copilot&#8217;s for large files. I have a 900-line component (yes, I know, it&#8217;s on the list) and Windsurf seemed to maintain awareness of the full file in a way Copilot sometimes loses track of. I don&#8217;t have a scientific explanation for this \u2014 just <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"What I\">what I<\/a> observed.<\/p>\n<p>The extensions compatibility is slightly behind Cursor&#8217;s since Windsurf is newer. I hit one issue with a custom linter extension that needed a manual workaround. Minor, but worth knowing if you have a complex extension setup.<\/p>\n<p>Honestly, Codeium&#8217;s standalone extension (for use inside regular VS Code or JetBrains) is also worth a look if you don&#8217;t want to switch IDEs. It&#8217;s free for individual use, the suggestions are solid, and there&#8217;s no vendor lock-in to a custom editor.<\/p>\n<p><strong>Practical takeaway:<\/strong> Windsurf is the best option if you want Cursor-like capabilities without the Cursor price \u2014 or if the conservative, ask-before-doing approach to agent tasks matches how you like to work. The free Codeium extension is the best free option, period.<\/p>\n<h2>The Thing Nobody Talks About: Context Management<\/h2>\n<p>All three tools live and die on how well they understand your project. This is where the real differences show up day-to-day.<\/p>\n<p>Cursor has <code>.cursorrules<\/code> files, where you can give the AI persistent instructions about your project \u2014 your naming conventions, your preferred patterns, what libraries you use. I wrote about 40 lines of project-specific rules and the difference was immediate. Cursor stopped suggesting class components in my React codebase. It stopped using <code>any<\/code> in TypeScript. It started following our error handling conventions.<\/p>\n<p>Copilot has a similar feature now (<code>.github\/copilot-instructions.md<\/code>), added <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"in the\">in the<\/a> last year. It works, but I found it less reliable than Cursor&#8217;s implementation \u2014 the instructions seemed to &#8220;fade&#8221; on longer conversations.<\/p>\n<p>Windsurf has its own version (<code>.windsurfrules<\/code>). Comparable to Cursor&#8217;s in my experience, though I&#8217;ve had less time to test the edges.<\/p>\n<p>I&#8217;m not 100% sure this scales beyond small-to-medium projects \u2014 I&#8217;d be curious how these tools handle a monorepo with 50+ packages and complex inter-module dependencies. In our codebase (~80k lines), <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/fastapi-vs-django-vs-flask-choosing-the-right-pyth\/\" title=\"All Three\">all three<\/a> tools can lose track of <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/09\/event-driven-architecture-in-2026-why-microservice\/\" title=\"Architecture in\">architecture in<\/a> ways that produce suggestions that are locally correct but globally wrong.<\/p>\n<h2>What I&#8217;d <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/github-copilot-alternatives-in-2026-cursor-codeium\/\" title=\"Actually Use\">Actually Use<\/a> (And Pay For)<\/h2>\n<p>If I&#8217;m paying out of my own pocket: Cursor. The Agent\/Composer feature has saved me enough time in <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"Two Weeks\">two weeks<\/a> to justify $20\/month several times over. The Tab autocomplete is fast, the chat context is good, and <code>.cursorrules<\/code> makes it feel like a tool that knows my codebase.<\/p>\n<p>If my company is paying and procurement is a factor: <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/github-copilot-alternatives-in-2026-cursor-codeium\/\" title=\"GitHub Copilot\">GitHub Copilot<\/a> Business. The JetBrains support is better, the security review story is simpler, and the integration with GitHub itself \u2014 pull request summaries, code review assistance \u2014 is genuinely useful <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/09\/cloudflare-workers-vs-aws-lambda-which-edge-runtim\/\" title=\"at the\">at the<\/a> team level.<\/p>\n<p>If I&#8217;m on a budget or working on a side project: Windsurf free tier or the Codeium extension. Don&#8217;t sleep on these. A year ago I would have said the free options weren&#8217;t competitive. That&#8217;s no longer true.<\/p>\n<p>The honest version: these tools are all good now. The gap between first and third place is smaller than the gap between having any of them and having none. If you&#8217;re still writing code without AI assistance <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/05\/github-copilot-vs-cursor-vs-codeium-best-ai-coding\/\" title=\"in 2026\">in 2026<\/a>, that&#8217;s the more significant problem to solve.<\/p>\n<p>Pick one, learn it deeply, configure it for your project, and use it consistently for a month. The <code>.cursorrules<\/code> \/ <code>copilot-instructions<\/code> file alone will make whatever tool <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/04\/langchain-vs-crewai-vs-anythingllm-2026\/\" title=\"You Choose\">you choose<\/a> significantly better. That&#8217;s where the real productivity gain is \u2014 not <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"in the\">in the<\/a> default out-of-the-box experience, but <a href=\"https:\/\/blog.rebalai.com\/en\/2026\/03\/08\/rag-deep-dive-chunking-strategies-vector-databases\/\" title=\"in the\">in the<\/a> version of these tools you build over time.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>{ &#8220;@context&#8221;: &#8220;https:\/\/schema.org&#8221;, &#8220;@type&#8221;: &#8220;BlogPosting&#8221;, &#8220;headline&#8221;: &#8220;GitHub Copilot vs Cursor Codeium: Which AI Coding Assistant&#8221;>vs Codeium: Which AI <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[1],"tags":[],"class_list":["post-32","post","type-post","status-publish","format-standard","hentry","category-general"],"_links":{"self":[{"href":"https:\/\/blog.rebalai.com\/en\/wp-json\/wp\/v2\/posts\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.rebalai.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.rebalai.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.rebalai.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.rebalai.com\/en\/wp-json\/wp\/v2\/comments?post=32"}],"version-history":[{"count":15,"href":"https:\/\/blog.rebalai.com\/en\/wp-json\/wp\/v2\/posts\/32\/revisions"}],"predecessor-version":[{"id":490,"href":"https:\/\/blog.rebalai.com\/en\/wp-json\/wp\/v2\/posts\/32\/revisions\/490"}],"wp:attachment":[{"href":"https:\/\/blog.rebalai.com\/en\/wp-json\/wp\/v2\/media?parent=32"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.rebalai.com\/en\/wp-json\/wp\/v2\/categories?post=32"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.rebalai.com\/en\/wp-json\/wp\/v2\/tags?post=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}