{"id":393,"date":"2021-11-06T23:20:51","date_gmt":"2021-11-06T23:20:51","guid":{"rendered":"https:\/\/cms.enriquechavez.co\/?p=393"},"modified":"2021-11-06T23:45:43","modified_gmt":"2021-11-06T23:45:43","slug":"headless-wordpress-all-you-need-to-know-to-get-started","status":"publish","type":"post","link":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/","title":{"rendered":"Headless WordPress &#8211; All you need to know to get started"},"content":{"rendered":"\n<p class=\"notification-warning wp-block-paragraph\">You can find the Spanish version of this post on <a href=\"https:\/\/github.com\/Tmeister\/blog\/blob\/main\/es\/headless-wordpress-todo-lo-que-necesitas-saber-para-iniciar.md\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For some years now, we have been hearing terms like\u00a0<strong>JAMStack<\/strong>\u00a0or\u00a0<strong>Headless<\/strong>\u00a0sites, and these are terms that have become popular in this time that refer to <em><strong>what<\/strong><\/em> we use and <em><strong>how<\/strong><\/em> we make websites.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first thing to understand is that when referring to\u00a0<strong>JAMStack<\/strong>\u00a0or\u00a0<strong>Headless<\/strong>\u00a0sites, we are talking about a development architecture, in this case, web development, this architecture suggests a set of best practices focused on obtaining better performance, better security, lower costs, and scalability.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is JAMstack?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The term JAMStack was conceived in 2015 by Mathias Biilmann, CEO of\u00a0<a href=\"https:\/\/www.netlify.com\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Netlify<\/a>, to describe what has already been said, a web development architecture based on Javascript for the client-side, reusable APIs, and Markup.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As you can see, there are two constants, Javascript and Markup (HTML), but he never tells anything about frameworks, server-side languages, types of APIs. The combinations are immense, and we can use Angular, a REST API created in .NET, VueJS consuming Markdown, ReactJS consuming a GraphQL API on top of Laravel (PHP), ReactJS consuming the WordPress REST API, or just Javascript consuming JSON files.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is a Headless CMS?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A Headless CMS uses the JAMStack architecture but with the big difference that the front-end, back-end, and database(s) are independent entities and work without knowledge of each other.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Some developers describe this as <em><strong>decoupling<\/strong><\/em> the presentation layer (front-end) from the logic and information layer (back-end and databases).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Your front-end and your CMS are no longer permanently tied, but they can still communicate with each other and do so via an API.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">What does this mean for developers?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Freedom<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The front-end developer no longer has to develop the site using a language he doesn&#8217;t know well, use template engines like blade, or mix PHP into the HTML.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If we are talking about WordPress, the back-end developer won&#8217;t have to worry about adding X or Y. As long as the information is still delivered through an API, the front-end developer doesn&#8217;t care about anything.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Now that we are clear on the two concepts, it is time to answer what I believe are the most frequently asked questions on this topic, strictly referring to a headless WordPress.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1636240469683\"><strong class=\"schema-faq-question\">What is headless WordPress?<\/strong> <p class=\"schema-faq-answer\">A Headless WordPress is a site that uses the old reliable WordPress admin to handle all the site&#8217;s content and, on the other hand, a custom front-end to display that content to the site visitor.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1636240504233\"><strong class=\"schema-faq-question\">Is headless WordPress better than regular WordPress?<\/strong> <p class=\"schema-faq-answer\">Neither is better or worse than the other, as everything in the developing world depends on the project&#8217;s characteristics.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1636240517243\"><strong class=\"schema-faq-question\">Is Headless WordPress more secure?<\/strong> <p class=\"schema-faq-answer\">Yes, one advantage of having the front-end decoupled is that the visitor\/attacker does not know the domain or subdomain where WordPress is hosted. And therefore, they will not be able to, for example, try to use brute force to attack the WordPress login neither have access to the admin.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1636240533055\"><strong class=\"schema-faq-question\">Should I use headless WordPress?<\/strong> <p class=\"schema-faq-answer\">A headless WordPress is certainly not for everyone. You should keep in mind that you need to be a developer or hire a developer to take care of the front-end as it is a custom development and external to WordPress.<br\/><br\/>If you go for a headless WordPress, forget about plugins, page builders, theme options, etc.<br\/><br\/>On the other hand, if you have the knowledge or budget to migrate your current WordPress to a headless WordPress, the answer is YES. Without a doubt, you add many improvements and benefits to your architecture by using headless WordPress.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1636240564200\"><strong class=\"schema-faq-question\">Is WordPress a decoupled CMS?<\/strong> <p class=\"schema-faq-answer\">Not by default, but with custom development, you can use WordPress as a decoupled CMS.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1636240908933\"><strong class=\"schema-faq-question\">Pros of using WordPress headless?<\/strong> <p class=\"schema-faq-answer\">&#8211; Better Performance. We are serving only HTML, CSS, and Javascript, which are the languages of the web.<br\/><meta charset=\"utf-8\"\/>&#8211; Improves security<br\/><meta charset=\"utf-8\"\/>&#8211; We can have the back-end on one server and the front-end on a different one, even using different platforms.<br\/><meta charset=\"utf-8\"\/>&#8211; Flexibility and control for developers.<br\/><meta charset=\"utf-8\"\/>&#8211; Easier to build Progressive Web Apps (PWA).<br\/><meta charset=\"utf-8\"\/>&#8211; Projects become more scalable at the front-end level.<br\/><meta charset=\"utf-8\"\/>&#8211; Reuse of web components.<br\/><meta charset=\"utf-8\"\/>&#8211; We can develop native mobile applications fetching the data from the same source.<br\/><meta charset=\"utf-8\"\/>&#8211; Savings in hosting costs.<br\/><meta charset=\"utf-8\"\/>&#8211; Modern tooling.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1636240973799\"><strong class=\"schema-faq-question\">Cons of using WordPress headless?<\/strong> <p class=\"schema-faq-answer\"><meta charset=\"utf-8\"\/>&#8211; You need the knowledge to develop front-end<br\/><meta charset=\"utf-8\"\/>&#8211; You need a budget to hire a front-end developer<br\/><meta charset=\"utf-8\"\/>&#8211; You need to maintain two projects, the back-end, and the front-end<br\/><meta charset=\"utf-8\"\/>&#8211; You need to pay for two hostings, one for the back-end and one for the front-end (the front-end cost should be cheaper).<br\/><meta charset=\"utf-8\"\/>&#8211; You can&#8217;t use page builders, plugins, theme options.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1636240998957\"><strong class=\"schema-faq-question\">Who should use headless WordPress?<\/strong> <p class=\"schema-faq-answer\"><meta charset=\"utf-8\"\/>&#8211; You are part of a company looking for a robust CMS that supports multi-channel publishing.<br\/><meta charset=\"utf-8\"\/>&#8211; You&#8217;re a developer who wants to experiment with WordPress and other languages or frameworks.<br\/><meta charset=\"utf-8\"\/>&#8211; You want to create an application and connect it to a CMS to fill it with content.<br\/><meta charset=\"utf-8\"\/>&#8211; You are interested in speeding up your website and improving security along with these other benefits.<br\/><meta charset=\"utf-8\"\/>&#8211; You&#8217;re familiar with WordPress and want to continue using it, but you&#8217;re ready to branch out to other technologies.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1636241028930\"><strong class=\"schema-faq-question\">Who shouldn&#8217;t use Headless WordPress?<\/strong> <p class=\"schema-faq-answer\"><meta charset=\"utf-8\"\/>&#8211; You have no web development experience.<br\/><meta charset=\"utf-8\"\/>&#8211; You&#8217;re not familiar with headless CMSes at all.<br\/><meta charset=\"utf-8\"\/>&#8211; You&#8217;re not prepared to deal with the configuration required to optimize security and performance.<br\/><meta charset=\"utf-8\"\/>&#8211; Want to make use of the wide variety of WordPress plugins and themes.<br\/><meta charset=\"utf-8\"\/>&#8211; You want to have a simple blog or small business website without the need to publish to multiple channels.<br\/><meta charset=\"utf-8\"\/>&#8211; You want to continue using a page builder.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1636240790677\"><strong class=\"schema-faq-question\">What APIs can I use to create my headless WordPress?<\/strong> <p class=\"schema-faq-answer\">WordPress by default incorporates a REST API, but there is also a free plugin to expose a GraphQL API.<\/p> <\/div> <\/div>\n\n\n\n<p class=\"wp-block-paragraph\">Now you know what JAMStack and headless WordPress are, plus you know if a headless WordPress is for you or not.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By the way, this site is a headless WordPress using\u00a0<a href=\"https:\/\/www.gatsbyjs.com\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">GatsbyJS<\/a>, and the front-end is hosted on\u00a0<a href=\"https:\/\/www.netlify.com\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Netlify<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If something is unclear, you have any questions, or you are ready to make the switch from a traditional WordPress to a headless WordPress, I can help you. Just ping me on\u00a0<a href=\"https:\/\/www.netlify.com\/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Twitter<\/a>\u00a0or drop me an\u00a0<a href=\"\/contact\">email<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>For some years now, we have been hearing terms like\u00a0JAMStack\u00a0or\u00a0Headless\u00a0sites, and these are terms that have become popular in this time that refer to\u00a0what\u00a0we use and\u00a0how\u00a0we make websites.<\/p>\n","protected":false},"author":1,"featured_media":399,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[266],"tags":[],"class_list":["post-393","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-headless"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Headless WordPress - All you need to know to get started - Enrique Ch\u00e1vez Fullstack Developer<\/title>\n<meta name=\"description\" content=\"Is your site or business ready to make the switch to a Headless WordPress? Find out what it is about.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Headless WordPress - All you need to know to get started - Enrique Ch\u00e1vez Fullstack Developer\" \/>\n<meta property=\"og:description\" content=\"Is your site or business ready to make the switch to a Headless WordPress? Find out what it is about.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/\" \/>\n<meta property=\"og:site_name\" content=\"Enrique Ch\u00e1vez Fullstack Developer\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-06T23:20:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-06T23:45:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cms.enriquechavez.co\/wp-content\/uploads\/2021\/11\/headless-man-optimized.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"618\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tmeister\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tmeister\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/\"},\"author\":{\"name\":\"Tmeister\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/#\\\/schema\\\/person\\\/52f69f25d6b54a137e9bb885dd20cdf8\"},\"headline\":\"Headless WordPress &#8211; All you need to know to get started\",\"datePublished\":\"2021-11-06T23:20:51+00:00\",\"dateModified\":\"2021-11-06T23:45:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/\"},\"wordCount\":1074,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/#\\\/schema\\\/person\\\/52f69f25d6b54a137e9bb885dd20cdf8\"},\"image\":{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cms.enriquechavez.co\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/headless-man-optimized.jpg\",\"articleSection\":[\"Headless\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#respond\"]}]},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/\",\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/\",\"name\":\"Headless WordPress - All you need to know to get started - Enrique Ch\u00e1vez Fullstack Developer\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cms.enriquechavez.co\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/headless-man-optimized.jpg\",\"datePublished\":\"2021-11-06T23:20:51+00:00\",\"dateModified\":\"2021-11-06T23:45:43+00:00\",\"description\":\"Is your site or business ready to make the switch to a Headless WordPress? Find out what it is about.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240469683\"},{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240504233\"},{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240517243\"},{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240533055\"},{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240564200\"},{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240908933\"},{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240973799\"},{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240998957\"},{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636241028930\"},{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240790677\"}],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/headless-man-optimized.jpg\",\"contentUrl\":\"https:\\\/\\\/cms.enriquechavez.co\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/headless-man-optimized.jpg\",\"width\":1200,\"height\":618},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/cms.enriquechavez.co\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Headless WordPress &#8211; All you need to know to get started\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/#website\",\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/\",\"name\":\"Enrique Ch\u00e1vez Fullstack Developer\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/#\\\/schema\\\/person\\\/52f69f25d6b54a137e9bb885dd20cdf8\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cms.enriquechavez.co\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/#\\\/schema\\\/person\\\/52f69f25d6b54a137e9bb885dd20cdf8\",\"name\":\"Tmeister\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/093cb2781a999a54a8c7bf7202c241adc5b45a3a36a9cf7d01807d724f2164d9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/093cb2781a999a54a8c7bf7202c241adc5b45a3a36a9cf7d01807d724f2164d9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/093cb2781a999a54a8c7bf7202c241adc5b45a3a36a9cf7d01807d724f2164d9?s=96&d=mm&r=g\",\"caption\":\"Tmeister\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/093cb2781a999a54a8c7bf7202c241adc5b45a3a36a9cf7d01807d724f2164d9?s=96&d=mm&r=g\"},\"description\":\"Enrique Chavez is a full-stack developer with almost 20 years of experience in the industry. he is an extremely versatile developer working on a plethora of projects, from startups to established companies.\",\"sameAs\":[\"https:\\\/\\\/enriquechavez.co\"],\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/author\\\/echavez\\\/\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240469683\",\"position\":1,\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240469683\",\"name\":\"What is headless WordPress?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A Headless WordPress is a site that uses the old reliable WordPress admin to handle all the site's content and, on the other hand, a custom front-end to display that content to the site visitor.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240504233\",\"position\":2,\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240504233\",\"name\":\"Is headless WordPress better than regular WordPress?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Neither is better or worse than the other, as everything in the developing world depends on the project's characteristics.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240517243\",\"position\":3,\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240517243\",\"name\":\"Is Headless WordPress more secure?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, one advantage of having the front-end decoupled is that the visitor\\\/attacker does not know the domain or subdomain where WordPress is hosted. And therefore, they will not be able to, for example, try to use brute force to attack the WordPress login neither have access to the admin.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240533055\",\"position\":4,\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240533055\",\"name\":\"Should I use headless WordPress?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"A headless WordPress is certainly not for everyone. You should keep in mind that you need to be a developer or hire a developer to take care of the front-end as it is a custom development and external to WordPress.<br\\\/><br\\\/>If you go for a headless WordPress, forget about plugins, page builders, theme options, etc.<br\\\/><br\\\/>On the other hand, if you have the knowledge or budget to migrate your current WordPress to a headless WordPress, the answer is YES. Without a doubt, you add many improvements and benefits to your architecture by using headless WordPress.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240564200\",\"position\":5,\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240564200\",\"name\":\"Is WordPress a decoupled CMS?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Not by default, but with custom development, you can use WordPress as a decoupled CMS.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240908933\",\"position\":6,\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240908933\",\"name\":\"Pros of using WordPress headless?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"- Better Performance. We are serving only HTML, CSS, and Javascript, which are the languages of the web.<br\\\/>- Improves security<br\\\/>- We can have the back-end on one server and the front-end on a different one, even using different platforms.<br\\\/>- Flexibility and control for developers.<br\\\/>- Easier to build Progressive Web Apps (PWA).<br\\\/>- Projects become more scalable at the front-end level.<br\\\/>- Reuse of web components.<br\\\/>- We can develop native mobile applications fetching the data from the same source.<br\\\/>- Savings in hosting costs.<br\\\/>- Modern tooling.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240973799\",\"position\":7,\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240973799\",\"name\":\"Cons of using WordPress headless?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"- You need the knowledge to develop front-end<br\\\/>- You need a budget to hire a front-end developer<br\\\/>- You need to maintain two projects, the back-end, and the front-end<br\\\/>- You need to pay for two hostings, one for the back-end and one for the front-end (the front-end cost should be cheaper).<br\\\/>- You can't use page builders, plugins, theme options.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240998957\",\"position\":8,\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240998957\",\"name\":\"Who should use headless WordPress?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"- You are part of a company looking for a robust CMS that supports multi-channel publishing.<br\\\/>- You're a developer who wants to experiment with WordPress and other languages or frameworks.<br\\\/>- You want to create an application and connect it to a CMS to fill it with content.<br\\\/>- You are interested in speeding up your website and improving security along with these other benefits.<br\\\/>- You're familiar with WordPress and want to continue using it, but you're ready to branch out to other technologies.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636241028930\",\"position\":9,\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636241028930\",\"name\":\"Who shouldn't use Headless WordPress?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"- You have no web development experience.<br\\\/>- You're not familiar with headless CMSes at all.<br\\\/>- You're not prepared to deal with the configuration required to optimize security and performance.<br\\\/>- Want to make use of the wide variety of WordPress plugins and themes.<br\\\/>- You want to have a simple blog or small business website without the need to publish to multiple channels.<br\\\/>- You want to continue using a page builder.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240790677\",\"position\":10,\"url\":\"https:\\\/\\\/cms.enriquechavez.co\\\/headless-wordpress-all-you-need-to-know-to-get-started\\\/#faq-question-1636240790677\",\"name\":\"What APIs can I use to create my headless WordPress?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"WordPress by default incorporates a REST API, but there is also a free plugin to expose a GraphQL API.\",\"inLanguage\":\"en-US\"},\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Headless WordPress - All you need to know to get started - Enrique Ch\u00e1vez Fullstack Developer","description":"Is your site or business ready to make the switch to a Headless WordPress? Find out what it is about.","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:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/","og_locale":"en_US","og_type":"article","og_title":"Headless WordPress - All you need to know to get started - Enrique Ch\u00e1vez Fullstack Developer","og_description":"Is your site or business ready to make the switch to a Headless WordPress? Find out what it is about.","og_url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/","og_site_name":"Enrique Ch\u00e1vez Fullstack Developer","article_published_time":"2021-11-06T23:20:51+00:00","article_modified_time":"2021-11-06T23:45:43+00:00","og_image":[{"width":1200,"height":618,"url":"https:\/\/cms.enriquechavez.co\/wp-content\/uploads\/2021\/11\/headless-man-optimized.jpg","type":"image\/jpeg"}],"author":"Tmeister","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Tmeister","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#article","isPartOf":{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/"},"author":{"name":"Tmeister","@id":"https:\/\/cms.enriquechavez.co\/#\/schema\/person\/52f69f25d6b54a137e9bb885dd20cdf8"},"headline":"Headless WordPress &#8211; All you need to know to get started","datePublished":"2021-11-06T23:20:51+00:00","dateModified":"2021-11-06T23:45:43+00:00","mainEntityOfPage":{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/"},"wordCount":1074,"commentCount":0,"publisher":{"@id":"https:\/\/cms.enriquechavez.co\/#\/schema\/person\/52f69f25d6b54a137e9bb885dd20cdf8"},"image":{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#primaryimage"},"thumbnailUrl":"https:\/\/cms.enriquechavez.co\/wp-content\/uploads\/2021\/11\/headless-man-optimized.jpg","articleSection":["Headless"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#respond"]}]},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/","url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/","name":"Headless WordPress - All you need to know to get started - Enrique Ch\u00e1vez Fullstack Developer","isPartOf":{"@id":"https:\/\/cms.enriquechavez.co\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#primaryimage"},"image":{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#primaryimage"},"thumbnailUrl":"https:\/\/cms.enriquechavez.co\/wp-content\/uploads\/2021\/11\/headless-man-optimized.jpg","datePublished":"2021-11-06T23:20:51+00:00","dateModified":"2021-11-06T23:45:43+00:00","description":"Is your site or business ready to make the switch to a Headless WordPress? Find out what it is about.","breadcrumb":{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240469683"},{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240504233"},{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240517243"},{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240533055"},{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240564200"},{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240908933"},{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240973799"},{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240998957"},{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636241028930"},{"@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240790677"}],"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#primaryimage","url":"https:\/\/cms.enriquechavez.co\/wp-content\/uploads\/2021\/11\/headless-man-optimized.jpg","contentUrl":"https:\/\/cms.enriquechavez.co\/wp-content\/uploads\/2021\/11\/headless-man-optimized.jpg","width":1200,"height":618},{"@type":"BreadcrumbList","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cms.enriquechavez.co\/"},{"@type":"ListItem","position":2,"name":"Headless WordPress &#8211; All you need to know to get started"}]},{"@type":"WebSite","@id":"https:\/\/cms.enriquechavez.co\/#website","url":"https:\/\/cms.enriquechavez.co\/","name":"Enrique Ch\u00e1vez Fullstack Developer","description":"","publisher":{"@id":"https:\/\/cms.enriquechavez.co\/#\/schema\/person\/52f69f25d6b54a137e9bb885dd20cdf8"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cms.enriquechavez.co\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cms.enriquechavez.co\/#\/schema\/person\/52f69f25d6b54a137e9bb885dd20cdf8","name":"Tmeister","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/093cb2781a999a54a8c7bf7202c241adc5b45a3a36a9cf7d01807d724f2164d9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/093cb2781a999a54a8c7bf7202c241adc5b45a3a36a9cf7d01807d724f2164d9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/093cb2781a999a54a8c7bf7202c241adc5b45a3a36a9cf7d01807d724f2164d9?s=96&d=mm&r=g","caption":"Tmeister"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/093cb2781a999a54a8c7bf7202c241adc5b45a3a36a9cf7d01807d724f2164d9?s=96&d=mm&r=g"},"description":"Enrique Chavez is a full-stack developer with almost 20 years of experience in the industry. he is an extremely versatile developer working on a plethora of projects, from startups to established companies.","sameAs":["https:\/\/enriquechavez.co"],"url":"https:\/\/cms.enriquechavez.co\/author\/echavez\/"},{"@type":"Question","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240469683","position":1,"url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240469683","name":"What is headless WordPress?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"A Headless WordPress is a site that uses the old reliable WordPress admin to handle all the site's content and, on the other hand, a custom front-end to display that content to the site visitor.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240504233","position":2,"url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240504233","name":"Is headless WordPress better than regular WordPress?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Neither is better or worse than the other, as everything in the developing world depends on the project's characteristics.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240517243","position":3,"url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240517243","name":"Is Headless WordPress more secure?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Yes, one advantage of having the front-end decoupled is that the visitor\/attacker does not know the domain or subdomain where WordPress is hosted. And therefore, they will not be able to, for example, try to use brute force to attack the WordPress login neither have access to the admin.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240533055","position":4,"url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240533055","name":"Should I use headless WordPress?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"A headless WordPress is certainly not for everyone. You should keep in mind that you need to be a developer or hire a developer to take care of the front-end as it is a custom development and external to WordPress.<br\/><br\/>If you go for a headless WordPress, forget about plugins, page builders, theme options, etc.<br\/><br\/>On the other hand, if you have the knowledge or budget to migrate your current WordPress to a headless WordPress, the answer is YES. Without a doubt, you add many improvements and benefits to your architecture by using headless WordPress.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240564200","position":5,"url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240564200","name":"Is WordPress a decoupled CMS?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"Not by default, but with custom development, you can use WordPress as a decoupled CMS.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240908933","position":6,"url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240908933","name":"Pros of using WordPress headless?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"- Better Performance. We are serving only HTML, CSS, and Javascript, which are the languages of the web.<br\/>- Improves security<br\/>- We can have the back-end on one server and the front-end on a different one, even using different platforms.<br\/>- Flexibility and control for developers.<br\/>- Easier to build Progressive Web Apps (PWA).<br\/>- Projects become more scalable at the front-end level.<br\/>- Reuse of web components.<br\/>- We can develop native mobile applications fetching the data from the same source.<br\/>- Savings in hosting costs.<br\/>- Modern tooling.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240973799","position":7,"url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240973799","name":"Cons of using WordPress headless?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"- You need the knowledge to develop front-end<br\/>- You need a budget to hire a front-end developer<br\/>- You need to maintain two projects, the back-end, and the front-end<br\/>- You need to pay for two hostings, one for the back-end and one for the front-end (the front-end cost should be cheaper).<br\/>- You can't use page builders, plugins, theme options.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240998957","position":8,"url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240998957","name":"Who should use headless WordPress?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"- You are part of a company looking for a robust CMS that supports multi-channel publishing.<br\/>- You're a developer who wants to experiment with WordPress and other languages or frameworks.<br\/>- You want to create an application and connect it to a CMS to fill it with content.<br\/>- You are interested in speeding up your website and improving security along with these other benefits.<br\/>- You're familiar with WordPress and want to continue using it, but you're ready to branch out to other technologies.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636241028930","position":9,"url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636241028930","name":"Who shouldn't use Headless WordPress?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"- You have no web development experience.<br\/>- You're not familiar with headless CMSes at all.<br\/>- You're not prepared to deal with the configuration required to optimize security and performance.<br\/>- Want to make use of the wide variety of WordPress plugins and themes.<br\/>- You want to have a simple blog or small business website without the need to publish to multiple channels.<br\/>- You want to continue using a page builder.","inLanguage":"en-US"},"inLanguage":"en-US"},{"@type":"Question","@id":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240790677","position":10,"url":"https:\/\/cms.enriquechavez.co\/headless-wordpress-all-you-need-to-know-to-get-started\/#faq-question-1636240790677","name":"What APIs can I use to create my headless WordPress?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"WordPress by default incorporates a REST API, but there is also a free plugin to expose a GraphQL API.","inLanguage":"en-US"},"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/posts\/393","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/comments?post=393"}],"version-history":[{"count":9,"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/posts\/393\/revisions"}],"predecessor-version":[{"id":410,"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/posts\/393\/revisions\/410"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/media\/399"}],"wp:attachment":[{"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/media?parent=393"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/categories?post=393"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cms.enriquechavez.co\/wp-json\/wp\/v2\/tags?post=393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}