{"id":4907,"date":"2020-03-16T11:31:54","date_gmt":"2020-03-16T15:31:54","guid":{"rendered":"https:\/\/www.globo.tech\/learning-center\/?p=4907"},"modified":"2020-03-16T11:31:54","modified_gmt":"2020-03-16T15:31:54","slug":"how-to-check-apache-version","status":"publish","type":"post","link":"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/","title":{"rendered":"How to check Apache version"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"628\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/HowToCheckApacheVersion.jpg\" alt=\"How to check Apache version.\" class=\"wp-image-4908\"\/><\/figure>\n\n\n\n<p>In some cases, you will need to find out how to check Apache version that is running on your Web server, so that you can debug or troubleshoot any issue. It also helps you to find new features and take advantage that is not available in the older version. There are several ways to find the version of your Apache <a href=\"https:\/\/www.globo.tech\/dedicated-server-hosting\">Web server<\/a>.<\/p>\n\n\n\n<p>In this tutorial, we will show you how to find the version of your <a href=\"https:\/\/en.wikipedia.org\/wiki\/Apache_HTTP_Server\">Apache Web server<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Check the Version of Apache on Debian\/Ubuntu<\/h2>\n\n\n\n<p>In Debian\/Ubuntu operating system, you can check the version of Apache using apachectl command:<\/p>\n\n\n\n<p><strong>Method 1:<\/strong> You can use -v option with apachectl to display the version of Apache as shown below:<\/p>\n\n\n\n<p><code> apachectl -v<\/code><\/p>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> Server version: Apache\/2.4.29 (Ubuntu)\n Server built:   2019-09-16T12:58:48<\/pre>\n\n\n\n<br class=\"custom-break\">\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/apachectl-v.png\" alt=\"Result from &quot;apachectl -v&quot; command.\" class=\"wp-image-4909\" width=\"559\" height=\"86\"\/><\/figure>\n\n\n\n<p><strong>Method 2:<\/strong> If you want to show the other details along with Apache version, use -V option apachectl as shown below:<\/p>\n\n\n\n<p><code> apachectl -V<\/code><\/p>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> Server version: Apache\/2.4.29 (Ubuntu)\n Server built:   2019-09-16T12:58:48\n Server's Module Magic Number: 20120211:68\n Server loaded:  APR 1.6.3, APR-UTIL 1.6.1\n Compiled using: APR 1.6.3, APR-UTIL 1.6.1\n Architecture:   64-bit\n Server MPM:     prefork\n  threaded:     no\n    forked:     yes (variable process count)\n Server compiled with....\n -D APR_HAS_SENDFILE\n -D APR_HAS_MMAP\n -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)\n -D APR_USE_SYSVSEM_SERIALIZE\n -D APR_USE_PTHREAD_SERIALIZE\n -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT\n -D APR_HAS_OTHER_CHILD\n -D AP_HAVE_RELIABLE_PIPED_LOGS\n -D DYNAMIC_MODULE_LIMIT=256\n -D HTTPD_ROOT=\"\/etc\/apache2\"\n -D SUEXEC_BIN=\"\/usr\/lib\/apache2\/suexec\"\n -D DEFAULT_PIDLOG=\"\/var\/run\/apache2.pid\"\n -D DEFAULT_SCOREBOARD=\"logs\/apache_runtime_status\"\n -D DEFAULT_ERRORLOG=\"logs\/error_log\"\n -D AP_TYPES_CONFIG_FILE=\"mime.types\"\n -D SERVER_CONFIG_FILE=\"apache2.conf\"<\/pre>\n\n\n\n<br class=\"custom-break\">\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/apachectl_-V.png\" alt=\"Result from &quot;apachectl -V&quot; command.\" class=\"wp-image-4910\" width=\"673\" height=\"471\"\/><\/figure>\n\n\n\n<p><strong>Method 3:<\/strong> You can also find the version of Apache using the dpkg command as shown below:<\/p>\n\n\n\n<p><code> dpkg -l | grep -i apache2<\/code><\/p>\n\n\n\n<p>You should see the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> ii  apache2                         2.4.29-1ubuntu4.11                         amd64        Apache HTTP Server\n ii  apache2-bin                     2.4.29-1ubuntu4.11                         amd64        Apache HTTP Server (modules and other binary files)\n ii  apache2-data                    2.4.29-1ubuntu4.11                         all          Apache HTTP Server (common files)\n ii  apache2-utils                   2.4.29-1ubuntu4.11                         amd64        Apache HTTP Server (utility programs for web servers)\n ii  libapache2-mod-php7.2           7.2.24-0ubuntu0.18.04.3                    amd64        server-side, HTML-embedded scripting <\/pre>\n\n\n\n<br class=\"custom-break\">\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/dpkg-l.png\" alt=\"Result from &quot;dpkg -l | grep -i apache2&quot; command.\" class=\"wp-image-4911\" width=\"969\" height=\"175\"\/><\/figure>\n\n\n\n<p><strong>Method 4:<\/strong> You can also find the version of Apache with dpkg-query command as shown below:<\/p>\n\n\n\n<p><code> dpkg-query --show apache2<\/code><\/p>\n\n\n\n<p>You should see the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> apache2 2.4.29-1ubuntu4.11<\/pre>\n\n\n\n<br class=\"custom-break\">\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/dpkg-query.png\" alt=\"Result from &quot;dpkg-query --show apache2&quot; command.\" class=\"wp-image-4912\" width=\"682\" height=\"56\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Check the Version of Apache on CentOS\/RHEL\/Fedora<\/h2>\n\n\n\n<p>In CentOS\/RHEL\/Fedora operating system, you can check the version of Apache using httpd command.<\/p>\n\n\n\n<p><strong>Method 1:<\/strong>  You can use -v option with httpd to display the version of Apache as shown below:<\/p>\n\n\n\n<p><code> httpd -v<\/code><\/p>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> Server version: Apache\/2.4.37 (centos)\n Server built:   Dec 23 2019 20:45:34 <\/pre>\n\n\n\n<br class=\"custom-break\">\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/httpd-v.png\" alt=\"Result from &quot;httpd -v&quot; command, to check apache version.\" class=\"wp-image-4913\" width=\"647\" height=\"81\"\/><\/figure>\n\n\n\n<p><strong>Method 2:<\/strong>  If you want to show the other details along with Apache version, use -V option httpd as shown below:<\/p>\n\n\n\n<p><code> httpd -V<\/code><\/p>\n\n\n\n<p>You should get the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> Server version: Apache\/2.4.37 (centos)\n Server built:   Dec 23 2019 20:45:34\n Server's Module Magic Number: 20120211:83\n Server loaded:  APR 1.6.3, APR-UTIL 1.6.1\n Compiled using: APR 1.6.3, APR-UTIL 1.6.1\n Architecture:   64-bit\n Server MPM:     event\n  threaded:     yes (fixed thread count)\n    forked:     yes (variable process count)\n Server compiled with....\n -D APR_HAS_SENDFILE\n -D APR_HAS_MMAP\n -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)\n -D APR_USE_SYSVSEM_SERIALIZE\n -D APR_USE_PTHREAD_SERIALIZE\n -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT\n -D APR_HAS_OTHER_CHILD\n -D AP_HAVE_RELIABLE_PIPED_LOGS\n -D DYNAMIC_MODULE_LIMIT=256\n -D HTTPD_ROOT=\"\/etc\/httpd\"\n -D SUEXEC_BIN=\"\/usr\/sbin\/suexec\"\n -D DEFAULT_PIDLOG=\"run\/httpd.pid\"\n -D DEFAULT_SCOREBOARD=\"logs\/apache_runtime_status\"\n -D DEFAULT_ERRORLOG=\"logs\/error_log\"\n -D AP_TYPES_CONFIG_FILE=\"conf\/mime.types\"\n -D SERVER_CONFIG_FILE=\"conf\/httpd.conf\"<\/pre>\n\n\n\n<br class=\"custom-break\">\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/httpd-v-2.png\" alt=\"Result from &quot;httpd -V&quot; command.\" class=\"wp-image-4914\" width=\"708\" height=\"469\"\/><\/figure>\n\n\n\n<p><strong>Method 1:<\/strong>  You can also use rpm command with the option -qi to find the version of Apache as shown below:<\/p>\n\n\n\n<p><code> rpm -qi httpd<\/code><\/p>\n\n\n\n<p>You should get the following output, if Apache was installed using an RPM package:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"> Name        : httpd\n Version     : 2.4.37\n Release     : 16.module_el8.1.0+256+ae790463\n Architecture: x86_64\n Install Date: Saturday 29 February 2020 04:29:51 AM EST\n Group       : System Environment\/Daemons\n Size        : 5611291\n License     : ASL 2.0\n Signature   : RSA\/SHA256, Monday 23 December 2019 05:22:02 PM EST, Key ID 05b555b38483c65d\n Source RPM  : httpd-2.4.37-16.module_el8.1.0+256+ae790463.src.rpm\n Build Date  : Monday 23 December 2019 03:46:30 PM EST\n Build Host  : x86-02.mbox.centos.org\n Relocations : (not relocatable)\n Packager    : CentOS Buildsys &lt;bugs@centos.org&gt;\n Vendor      : CentOS\n URL         : https:\/\/httpd.apache.org\/\n Summary     : Apache HTTP Server\n Description :\n The Apache HTTP Server is a powerful, efficient, and extensible\n web server. <\/pre>\n\n\n\n<br class=\"custom-break\">\n\n\n\n<figure class=\"wp-block-image size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/rpm-qi-httpd-1.png\" alt=\"Result from &quot;rpm -qi httpd&quot; command, to check apache version.\" class=\"wp-image-4916\" width=\"845\" height=\"366\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>In the above tutorial, we learned how to check the version Apache on Debian, Ubuntu, CentOS, RHEL and Fedora operating systems. I hope this will helps you to find out the version of your Apache Web server.<\/p>\n<!-- AddThis Advanced Settings generic via filter on the_content --><!-- AddThis Share Buttons generic via filter on the_content -->","protected":false},"excerpt":{"rendered":"<p>The Apache HTTP Server, is a free and open-source cross-platform web server software. Learn how to check Apache version running on your server.<!-- AddThis Advanced Settings generic via filter on get_the_excerpt --><!-- AddThis Share Buttons generic via filter on get_the_excerpt --><\/p>\n","protected":false},"author":3,"featured_media":4908,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[71],"tags":[],"class_list":["post-4907","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-applications"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to check Apache version - Globo.Tech<\/title>\n<meta name=\"description\" content=\"The Apache HTTP Server, is a free and open-source cross-platform web server software. Learn how to check Apache version running on your server.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to check Apache version - Globo.Tech\" \/>\n<meta property=\"og:description\" content=\"The Apache HTTP Server, is a free and open-source cross-platform web server software. Learn how to check Apache version running on your server.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/\" \/>\n<meta property=\"og:site_name\" content=\"Globo.Tech\" \/>\n<meta property=\"article:published_time\" content=\"2020-03-16T15:31:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/HowToCheckApacheVersion.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"GloboTech Communications\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"GloboTech Communications\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/\",\"name\":\"How to check Apache version - Globo.Tech\",\"isPartOf\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/HowToCheckApacheVersion.jpg\",\"datePublished\":\"2020-03-16T15:31:54+00:00\",\"author\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87\"},\"description\":\"The Apache HTTP Server, is a free and open-source cross-platform web server software. Learn how to check Apache version running on your server.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/#primaryimage\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/HowToCheckApacheVersion.jpg\",\"contentUrl\":\"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/HowToCheckApacheVersion.jpg\",\"width\":1200,\"height\":628,\"caption\":\"How to check Apache version.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.globo.tech\/learning-center\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to check Apache version\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#website\",\"url\":\"https:\/\/www.globo.tech\/learning-center\/\",\"name\":\"Globo.Tech\",\"description\":\"Welcome to the Official Globo.Tech Learning Center\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87\",\"name\":\"GloboTech Communications\",\"sameAs\":[\"http:\/\/www.gtcomm.net\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to check Apache version - Globo.Tech","description":"The Apache HTTP Server, is a free and open-source cross-platform web server software. Learn how to check Apache version running on your server.","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:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/","og_locale":"en_US","og_type":"article","og_title":"How to check Apache version - Globo.Tech","og_description":"The Apache HTTP Server, is a free and open-source cross-platform web server software. Learn how to check Apache version running on your server.","og_url":"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/","og_site_name":"Globo.Tech","article_published_time":"2020-03-16T15:31:54+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/HowToCheckApacheVersion.jpg","type":"image\/jpeg"}],"author":"GloboTech Communications","twitter_misc":{"Written by":"GloboTech Communications","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/","url":"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/","name":"How to check Apache version - Globo.Tech","isPartOf":{"@id":"https:\/\/www.globo.tech\/learning-center\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/#primaryimage"},"image":{"@id":"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/#primaryimage"},"thumbnailUrl":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/HowToCheckApacheVersion.jpg","datePublished":"2020-03-16T15:31:54+00:00","author":{"@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87"},"description":"The Apache HTTP Server, is a free and open-source cross-platform web server software. Learn how to check Apache version running on your server.","breadcrumb":{"@id":"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/#primaryimage","url":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/HowToCheckApacheVersion.jpg","contentUrl":"https:\/\/www.globo.tech\/learning-center\/wp-content\/uploads\/2020\/03\/HowToCheckApacheVersion.jpg","width":1200,"height":628,"caption":"How to check Apache version."},{"@type":"BreadcrumbList","@id":"https:\/\/www.globo.tech\/learning-center\/how-to-check-apache-version\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.globo.tech\/learning-center\/"},{"@type":"ListItem","position":2,"name":"How to check Apache version"}]},{"@type":"WebSite","@id":"https:\/\/www.globo.tech\/learning-center\/#website","url":"https:\/\/www.globo.tech\/learning-center\/","name":"Globo.Tech","description":"Welcome to the Official Globo.Tech Learning Center","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.globo.tech\/learning-center\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.globo.tech\/learning-center\/#\/schema\/person\/e17784b37f4a4f49b7bc611847912e87","name":"GloboTech Communications","sameAs":["http:\/\/www.gtcomm.net"]}]}},"_links":{"self":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/4907","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/comments?post=4907"}],"version-history":[{"count":7,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/4907\/revisions"}],"predecessor-version":[{"id":4924,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/posts\/4907\/revisions\/4924"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media\/4908"}],"wp:attachment":[{"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/media?parent=4907"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/categories?post=4907"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.globo.tech\/learning-center\/wp-json\/wp\/v2\/tags?post=4907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}