{"id":554,"date":"2024-01-06T10:00:00","date_gmt":"2024-01-06T10:00:00","guid":{"rendered":"https:\/\/jacar.es\/cursor-editor-ia\/"},"modified":"2024-01-06T10:00:00","modified_gmt":"2024-01-06T10:00:00","slug":"cursor-editor-ia","status":"publish","type":"post","link":"https:\/\/jacar.es\/en\/cursor-editor-ia\/","title":{"rendered":"Cursor: The Editor Built Around AI"},"content":{"rendered":"<p><strong><a href=\"https:\/\/cursor.sh\/\">Cursor<\/a><\/strong> appeared in 2023 with a concrete pitch: take VS Code, fork it, and make AI a first-class citizen of the editor rather than a side plugin. The bet is aggressive \u2014 a startup competing against Microsoft + OpenAI on their turf \u2014 but the result deserves attention. This article is an honest read after months of daily use: what it does well, where it loses to Copilot, and when it makes sense to adopt.<\/p>\n<h2 id=\"what-cursor-is-exactly\">What Cursor Is Exactly<\/h2>\n<p>Cursor is a <strong>VS Code fork<\/strong> with native modifications for AI assistance:<\/p>\n<ul>\n<li><strong>Inline completion<\/strong> (like Copilot, but with stronger models available).<\/li>\n<li><strong>Chat with code<\/strong> embedded in the editor \u2014 side panel aware of open-file and project context.<\/li>\n<li><strong>Edit mode<\/strong> (formerly \u201cCtrl+K\u201d): select code, describe the change, AI applies it.<\/li>\n<li><strong>Composer<\/strong> (since v0.4x): multi-file editing from a brief, designed for complete features.<\/li>\n<li><strong>Swappable models<\/strong>: GPT-4, Claude 3 Sonnet (then Opus), whichever you prefer.<\/li>\n<\/ul>\n<p>As a VS Code fork, you keep most extensions: Prettier, ESLint, Docker, Remote SSH, Dev Containers. It\u2019s not a \u201cnew\u201d editor with its own ecosystem \u2014 it\u2019s the same editor with a more deeply integrated AI layer.<\/p>\n<h2 id=\"daily-flow-changes\">Daily Flow Changes<\/h2>\n<p>After a week of use, the mental shift is real. Three patterns become natural:<\/p>\n<ul>\n<li><strong>\u201cExplain this\u201d<\/strong>: select an old function and request explanation. Faster than reading unknown code.<\/li>\n<li><strong>\u201cRefactor to X\u201d<\/strong>: describe the refactor (extract function, change API, add tests) and it applies. Review diff.<\/li>\n<li><strong>\u201cGenerate from comment\u201d<\/strong>: write an extensive comment and request implementation. Useful for clear boilerplate.<\/li>\n<\/ul>\n<p>The diff is always yours to approve. No hidden changes. Quality depends hugely on chosen model (Claude 3 Sonnet very good; GPT-3.5 clearly worse).<\/p>\n<h2 id=\"composer-where-it-stands-out\">Composer: Where It Stands Out<\/h2>\n<p><strong>Composer mode<\/strong> is Cursor\u2019s differentiator. You give a multi-file brief (\u201cadd JWT authentication to these endpoints, create middleware, update tests\u201d) and it proposes changes across multiple files at once, with reviewable diffs.<\/p>\n<p>Where it works well:<\/p>\n<ul>\n<li><strong>Small but multi-file features<\/strong>: add an endpoint, a new page, a shared type.<\/li>\n<li><strong>Consistent refactors<\/strong>: renaming a concept across many places.<\/li>\n<li><strong>Guided migrations<\/strong>: \u201cswitch from moment.js to date-fns across the project\u201d.<\/li>\n<\/ul>\n<p>Where it fails:<\/p>\n<ul>\n<li><strong>Large architectural changes<\/strong>. Loses context, invents inconsistent patterns.<\/li>\n<li><strong>Highly domain-specific code<\/strong>. Doesn\u2019t understand implicit business rules.<\/li>\n<li><strong>Enormous monorepo projects<\/strong>. Context doesn\u2019t fit.<\/li>\n<\/ul>\n<p>Discipline matters: well-scoped tasks and critical review of the resulting diff.<\/p>\n<h2 id=\"cursor-vs-copilot\">Cursor vs Copilot<\/h2>\n<p>The two dominant commercial options. Honest comparison:<\/p>\n<p><strong>Cursor:<\/strong><\/p>\n<ul>\n<li>Superior multi-file Composer.<\/li>\n<li>More powerful models available (Claude 3 Opus, GPT-4 Turbo).<\/li>\n<li>Richer project-context chat.<\/li>\n<li>Well-integrated \u201cedit\u201d mode.<\/li>\n<\/ul>\n<p><strong>Copilot:<\/strong><\/p>\n<ul>\n<li>More stable and polished (it\u2019s older).<\/li>\n<li>Better enterprise integration (seat management, policies, SAML).<\/li>\n<li>Very fast inline completion.<\/li>\n<li>Price and ubiquity advantage.<\/li>\n<\/ul>\n<p>Practical decision: <strong>Cursor<\/strong> if you value advanced workflows and frontier models. <strong>Copilot<\/strong> if you value simplicity, stability, and corporate contracts.<\/p>\n<h2 id=\"models-and-pricing\">Models and Pricing<\/h2>\n<p>The Cursor Pro plan includes GPT-4 and Claude 3 Sonnet access. <strong>Claude 3 Opus<\/strong> and longer requests are counted separately (fast-credit system). Options:<\/p>\n<ul>\n<li>$20\/month Pro (GPT-4 included).<\/li>\n<li>Business plan for teams.<\/li>\n<li>Local mode (BYO API key) lets you use your OpenAI\/Anthropic account with direct costs.<\/li>\n<\/ul>\n<p>The BYO API key option is critical for enterprises with centralised AI billing.<\/p>\n<h2 id=\"privacy-considerations\">Privacy Considerations<\/h2>\n<p>Cursor sends context (open files, selections, project) to models. For NDA projects or regulated code:<\/p>\n<ul>\n<li><strong>\u201cPrivacy mode\u201d<\/strong>: Cursor promises not to retain your data.<\/li>\n<li><strong>Local model<\/strong> via proxy: Cursor 0.42+ supports pointing to Ollama\/your own API for self-hosted models. Limited vs frontier.<\/li>\n<li><strong>Legal and security review<\/strong> before deploying on teams with sensitive code.<\/li>\n<\/ul>\n<p>Permissively-licensed open code: less critical. Critical proprietary code: careful evaluation.<\/p>\n<h2 id=\"tooling-integration\">Tooling Integration<\/h2>\n<p>As a VS Code fork:<\/p>\n<ul>\n<li><strong>GitLens<\/strong>, <strong>Remote SSH<\/strong>, <strong>Dev Containers<\/strong>, <strong>Prettier<\/strong>, <strong>ESLint<\/strong>: work.<\/li>\n<li><strong>Linters and formatters<\/strong>: unchanged.<\/li>\n<li><strong>Debugger<\/strong>: same.<\/li>\n<li><strong>Jupyter Notebooks<\/strong>: supported.<\/li>\n<li>Some Microsoft-specific extensions (Pylance, Remote-WSL in certain scenarios) may have friction.<\/li>\n<\/ul>\n<p>For most teams, migration is a one-day task.<\/p>\n<h2 id=\"whats-missing\">What\u2019s Missing<\/h2>\n<ul>\n<li><strong>Team features<\/strong>: centralised management, shared prompts, audit. Improving but still behind Copilot Enterprise.<\/li>\n<li><strong>Non-VS-Code IDE support<\/strong>. No version for IntelliJ, RustRover, etc.<\/li>\n<li><strong>Edge cases in very large files<\/strong>. May suggest changes outside visible context.<\/li>\n<li><strong>Your own AI backend integration<\/strong>. If your company has a corporate LLM proxy, connecting it needs manual configuration.<\/li>\n<\/ul>\n<h2 id=\"when-to-recommend-it\">When to Recommend It<\/h2>\n<p>Adopt Cursor if:<\/p>\n<ul>\n<li>Your team already uses VS Code.<\/li>\n<li>You value modern features (Composer, better models).<\/li>\n<li>You can justify per-developer cost.<\/li>\n<li>Code privacy isn\u2019t a blocker.<\/li>\n<\/ul>\n<p>Stick with Copilot (or alternatives) if:<\/p>\n<ul>\n<li>Your company has a Copilot Enterprise contract.<\/li>\n<li>Your IDE fleet is heterogeneous (IntelliJ, etc).<\/li>\n<li>You prefer stability and less change.<\/li>\n<li>Strict privacy \u2014 Copilot has more mature enterprise terms.<\/li>\n<\/ul>\n<h2 id=\"conclusion\">Conclusion<\/h2>\n<p>Cursor is the first editor that feels designed to work with AI, not \u201cAI bolted on\u201d. The multi-file Composer experience and chat integration make real daily-life differences. It has weaknesses \u2014 team management, VS-Code IDE lock-in, privacy \u2014 but its trajectory is solid. For individual developers and small teams, it\u2019s today\u2019s best bet. For large enterprises with Copilot contracts and mixed IDE fleets, value is less clear. The decade will be defined by how editors restructure around AI; Cursor is today\u2019s reference for that restructuring.<\/p>\n<p>Follow us on jacar.es for more on developer tools, productivity, and AI-assisted editing.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cursor is a VS Code fork with AI as a first-class citizen. How it changes daily flow, where it beats Copilot, and what&#8217;s still missing.<\/p>\n","protected":false},"author":1,"featured_media":555,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25,24],"tags":[29,314,315,317,316,318],"class_list":["post-554","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-desarrollo-de-software","category-herramientas","tag-copilot","tag-cursor","tag-editor","tag-ia-asistente","tag-ide","tag-productividad"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"en","enabled_languages":["es","en"],"languages":{"es":{"title":true,"content":true,"excerpt":true},"en":{"title":true,"content":true,"excerpt":true}}},"gutentor_comment":0,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Cursor: The Editor Built Around AI - Jacar<\/title>\n<meta name=\"description\" content=\"Cursor the AI editor: what it adds over VS Code, when it&#039;s worth it vs Copilot, real workflows, and operational caveats.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jacar.es\/cursor-editor-ia\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cursor: The Editor Built Around AI - Jacar\" \/>\n<meta property=\"og:description\" content=\"Cursor the AI editor: what it adds over VS Code, when it&#039;s worth it vs Copilot, real workflows, and operational caveats.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jacar.es\/cursor-editor-ia\/\" \/>\n<meta property=\"og:site_name\" content=\"Jacar\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-06T10:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2020\/09\/favicon.png\" \/>\n\t<meta property=\"og:image:width\" content=\"252\" \/>\n\t<meta property=\"og:image:height\" content=\"229\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"javi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"javi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/\"},\"author\":{\"name\":\"javi\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/person\\\/54a7f7b4224b38fafc9866eb3e614208\"},\"headline\":\"Cursor: The Editor Built Around AI\",\"datePublished\":\"2024-01-06T10:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/\"},\"wordCount\":1856,\"publisher\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/20030625\\\/jwp-1461471-4709.jpg\",\"keywords\":[\"copilot\",\"cursor\",\"editor\",\"ia asistente\",\"ide\",\"productividad\"],\"articleSection\":[\"Desarrollo de Software\",\"Herramientas\"],\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"ItemPage\"],\"@id\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/\",\"url\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/\",\"name\":\"Cursor: The Editor Built Around AI - Jacar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/20030625\\\/jwp-1461471-4709.jpg\",\"datePublished\":\"2024-01-06T10:00:00+00:00\",\"description\":\"Cursor the AI editor: what it adds over VS Code, when it's worth it vs Copilot, real workflows, and operational caveats.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/#primaryimage\",\"url\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/20030625\\\/jwp-1461471-4709.jpg\",\"contentUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/20030625\\\/jwp-1461471-4709.jpg\",\"width\":1200,\"height\":1500,\"caption\":\"Pantalla con bloques de c\u00f3digo en colores de syntax highlighting\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jacar.es\\\/cursor-editor-ia\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/jacar.es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cursor: el editor pensado alrededor de la IA\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#website\",\"url\":\"https:\\\/\\\/jacar.es\\\/\",\"name\":\"Jacar\",\"description\":\"Passion for Technology\",\"publisher\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jacar.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\",\"name\":\"Jacar\",\"url\":\"https:\\\/\\\/jacar.es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/jacar.es\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/favicon.png\",\"contentUrl\":\"https:\\\/\\\/jacar.es\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/favicon.png\",\"width\":252,\"height\":229,\"caption\":\"Jacar\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/javiercanetearroyo\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/person\\\/54a7f7b4224b38fafc9866eb3e614208\",\"name\":\"javi\",\"sameAs\":[\"https:\\\/\\\/jacar.es\"],\"url\":\"https:\\\/\\\/jacar.es\\\/en\\\/author\\\/javi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cursor: The Editor Built Around AI - Jacar","description":"Cursor the AI editor: what it adds over VS Code, when it's worth it vs Copilot, real workflows, and operational caveats.","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:\/\/jacar.es\/cursor-editor-ia\/","og_locale":"en_US","og_type":"article","og_title":"Cursor: The Editor Built Around AI - Jacar","og_description":"Cursor the AI editor: what it adds over VS Code, when it's worth it vs Copilot, real workflows, and operational caveats.","og_url":"https:\/\/jacar.es\/cursor-editor-ia\/","og_site_name":"Jacar","article_published_time":"2024-01-06T10:00:00+00:00","og_image":[{"width":252,"height":229,"url":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2020\/09\/favicon.png","type":"image\/png"}],"author":"javi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"javi","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jacar.es\/cursor-editor-ia\/#article","isPartOf":{"@id":"https:\/\/jacar.es\/cursor-editor-ia\/"},"author":{"name":"javi","@id":"https:\/\/jacar.es\/#\/schema\/person\/54a7f7b4224b38fafc9866eb3e614208"},"headline":"Cursor: The Editor Built Around AI","datePublished":"2024-01-06T10:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/jacar.es\/cursor-editor-ia\/"},"wordCount":1856,"publisher":{"@id":"https:\/\/jacar.es\/#organization"},"image":{"@id":"https:\/\/jacar.es\/cursor-editor-ia\/#primaryimage"},"thumbnailUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2024\/01\/20030625\/jwp-1461471-4709.jpg","keywords":["copilot","cursor","editor","ia asistente","ide","productividad"],"articleSection":["Desarrollo de Software","Herramientas"],"inLanguage":"en-US"},{"@type":["WebPage","ItemPage"],"@id":"https:\/\/jacar.es\/cursor-editor-ia\/","url":"https:\/\/jacar.es\/cursor-editor-ia\/","name":"Cursor: The Editor Built Around AI - Jacar","isPartOf":{"@id":"https:\/\/jacar.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jacar.es\/cursor-editor-ia\/#primaryimage"},"image":{"@id":"https:\/\/jacar.es\/cursor-editor-ia\/#primaryimage"},"thumbnailUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2024\/01\/20030625\/jwp-1461471-4709.jpg","datePublished":"2024-01-06T10:00:00+00:00","description":"Cursor the AI editor: what it adds over VS Code, when it's worth it vs Copilot, real workflows, and operational caveats.","breadcrumb":{"@id":"https:\/\/jacar.es\/cursor-editor-ia\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jacar.es\/cursor-editor-ia\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jacar.es\/cursor-editor-ia\/#primaryimage","url":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2024\/01\/20030625\/jwp-1461471-4709.jpg","contentUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2024\/01\/20030625\/jwp-1461471-4709.jpg","width":1200,"height":1500,"caption":"Pantalla con bloques de c\u00f3digo en colores de syntax highlighting"},{"@type":"BreadcrumbList","@id":"https:\/\/jacar.es\/cursor-editor-ia\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/jacar.es\/"},{"@type":"ListItem","position":2,"name":"Cursor: el editor pensado alrededor de la IA"}]},{"@type":"WebSite","@id":"https:\/\/jacar.es\/#website","url":"https:\/\/jacar.es\/","name":"Jacar","description":"Passion for Technology","publisher":{"@id":"https:\/\/jacar.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jacar.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jacar.es\/#organization","name":"Jacar","url":"https:\/\/jacar.es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jacar.es\/#\/schema\/logo\/image\/","url":"https:\/\/jacar.es\/wp-content\/uploads\/2020\/09\/favicon.png","contentUrl":"https:\/\/jacar.es\/wp-content\/uploads\/2020\/09\/favicon.png","width":252,"height":229,"caption":"Jacar"},"image":{"@id":"https:\/\/jacar.es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/javiercanetearroyo\/"]},{"@type":"Person","@id":"https:\/\/jacar.es\/#\/schema\/person\/54a7f7b4224b38fafc9866eb3e614208","name":"javi","sameAs":["https:\/\/jacar.es"],"url":"https:\/\/jacar.es\/en\/author\/javi\/"}]}},"_links":{"self":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts\/554","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/comments?post=554"}],"version-history":[{"count":0,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts\/554\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/media\/555"}],"wp:attachment":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/media?parent=554"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/categories?post=554"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/tags?post=554"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}