{"id":1775,"date":"2020-07-11T17:27:12","date_gmt":"2020-07-12T00:27:12","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=1775"},"modified":"2020-07-11T17:27:13","modified_gmt":"2020-07-12T00:27:13","slug":"how-to-install-imagemagick-and-php-imagick-on-centos-8-rhel-8","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=1775","title":{"rendered":"How To Install ImageMagick and PHP Imagick on CentOS 8 \/ RHEL 8"},"content":{"rendered":"\n<p><a href=\"https:\/\/imagemagick.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">ImageMagick<\/a>&nbsp;is an open-source software suite for creating, editing, converting, and modifying bitmap images. With ImageMagick, you can read and write over 200 image formats, including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF.<\/p>\n\n\n\n<p>Apart from providing a graphical interface for working with images, it also provides commands to resize an image, blur, crop, draw on, flip, join, re-sample, and&nbsp;<a href=\"https:\/\/imagemagick.org\/script\/command-line-tools.php\" target=\"_blank\" rel=\"noreferrer noopener\">much more<\/a>.<\/p>\n\n\n\n<p>PHP Imagick is a PHP extension by which you can call ImageMagick API to modify images.<\/p>\n\n\n\n<p>Here, we will see how to install\u00a0ImageMagick\u00a0and PHP Imagick on\u00a0CentOS 8\u00a0\/\u00a0RHEL 8.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"enable-epel-repository\">Enable EPEL Repository<\/h2>\n\n\n\n<p>ImageMagick packages are available in the EPEL repository for CentOS 8 \/ RHEL 8. So, follow the link to enable the EPEL repository.<\/p>\n\n\n\n<p>Run the below commands to enable the EPEL repository.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">### CentOS 8 ###\n\ndnf install -y epel-release\n\ndnf config-manager --set-enabled PowerTools\n\n### RHEL 8 ###\n\ndnf install -y https:\/\/dl.fedoraproject.org\/pub\/epel\/epel-release-latest-8.noarch.rpm\n\nARCH=$( \/bin\/arch )\nsubscription-manager repos --enable \"codeready-builder-for-rhel-8-${ARCH}-rpms\"\n<\/pre>\n\n\n\n<p><ins><\/ins><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install-imagemagick\">Install ImageMagick<\/h2>\n\n\n\n<p>Once you have enabled the EPEL repository, install ImageMagick with\u00a0dnf\u00a0command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>dnf install -y ImageMagick ImageMagick-devel<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install-php-imagick\">Install PHP Imagick<\/h2>\n\n\n\n<p>PHP Imagick is a native PHP extension to create and modify bitmap images using the ImageMagick API.<\/p>\n\n\n\n<p>Install PHP, PHP development, and PHP Pear, which helps to install and manage PHP extensions.COPY<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>dnf install -y php php-devel php-pear make<\/code><\/pre>\n\n\n\n<p>Now, install PHP Imagick with&nbsp;pecl&nbsp;command.COPY<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pecl install imagick<\/code><\/pre>\n\n\n\n<p>Add the extension into the&nbsp;php.ini&nbsp;file.COPY<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>echo \"extension=imagick.so\" > \/etc\/php.d\/20-imagick.ini<\/code><\/pre>\n\n\n\n<p>Restart the Apache web service to take an effect of newly installed PHP extension.COPY<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>systemctl restart httpd<\/code><\/pre>\n\n\n\n<p>Additionally, you can check the PHP modules details from PHPInfo.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/www.itzgeek.com\/wp-content\/uploads\/2020\/03\/PHP-Imagick-Extension.png\"><img decoding=\"async\" src=\"https:\/\/www.itzgeek.com\/wp-content\/uploads\/2020\/03\/PHP-Imagick-Extension.png\" alt=\"PHP Imagick Extension\"\/><\/a><figcaption>PHP Imagick Extension<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n\n<p>That\u2019s All. I hope you have learned how to install\u00a0ImageMagick\u00a0and PHP Imagick on\u00a0CentOS 8\u00a0\/\u00a0RHEL 8.<\/p>\n\n\n\n<p>Reference: <a href=\"https:\/\/www.itzgeek.com\/post\/how-to-install-imagemagick-and-php-imagick-on-centos-8-rhel-8\/\">https:\/\/www.itzgeek.com\/post\/how-to-install-imagemagick-and-php-imagick-on-centos-8-rhel-8\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>ImageMagick&nbsp;is an open-source software suite for creating, editing, converting, and modifying bitmap images. With ImageMagick, you can read and write over 200 image formats, including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Apart from providing a graphical interface for working with images, it also provides commands to resize an image, <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=1775\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"footnotes":""},"categories":[262,5,263,178],"tags":[261,260],"class_list":["post-1775","post","type-post","status-publish","format-standard","hentry","category-centos","category-linux","category-php","category-wordpress","tag-imagemagick","tag-php"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"ImageMagick is an open-source software suite for creating, editing, converting, and modifying bitmap images. With ImageMagick, you can read and write over 200 image formats, including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Apart from providing a graphical interface for working with images, it also provides commands to resize an image,\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Summa Lai\"\/>\n\t<meta name=\"keywords\" content=\"imagemagick,php,centos,linux family,wordpress\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/SUMMALAI.COM\/?p=1775\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775#article\",\"name\":\"How To Install ImageMagick and PHP Imagick on CentOS 8 \\\/ RHEL 8 | Summa Lai\",\"headline\":\"How To Install ImageMagick and PHP Imagick on CentOS 8 \\\/ RHEL 8\",\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.itzgeek.com\\\/wp-content\\\/uploads\\\/2020\\\/03\\\/PHP-Imagick-Extension.png\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775\\\/#articleImage\"},\"datePublished\":\"2020-07-11T17:27:12-07:00\",\"dateModified\":\"2020-07-11T17:27:13-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775#webpage\"},\"articleSection\":\"CentOS, Linux Family, PHP, WordPress, ImageMagick, PHP\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5#listItem\",\"name\":\"Linux Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5#listItem\",\"position\":2,\"name\":\"Linux Family\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=178#listItem\",\"name\":\"WordPress\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=178#listItem\",\"position\":3,\"name\":\"WordPress\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=178\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775#listItem\",\"name\":\"How To Install ImageMagick and PHP Imagick on CentOS 8 \\\/ RHEL 8\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=5#listItem\",\"name\":\"Linux Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775#listItem\",\"position\":4,\"name\":\"How To Install ImageMagick and PHP Imagick on CentOS 8 \\\/ RHEL 8\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=178#listItem\",\"name\":\"WordPress\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\",\"name\":\"sladmin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775#personImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"sladmin\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2\",\"name\":\"Summa Lai\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775#authorImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775#webpage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775\",\"name\":\"How To Install ImageMagick and PHP Imagick on CentOS 8 \\\/ RHEL 8 | Summa Lai\",\"description\":\"ImageMagick is an open-source software suite for creating, editing, converting, and modifying bitmap images. With ImageMagick, you can read and write over 200 image formats, including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Apart from providing a graphical interface for working with images, it also provides commands to resize an image,\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=1775#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"datePublished\":\"2020-07-11T17:27:12-07:00\",\"dateModified\":\"2020-07-11T17:27:13-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/\",\"name\":\"Summa Lai\",\"description\":\"Never Stop Learning, Building a Little Wiki...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How To Install ImageMagick and PHP Imagick on CentOS 8 \/ RHEL 8 | Summa Lai","description":"ImageMagick is an open-source software suite for creating, editing, converting, and modifying bitmap images. With ImageMagick, you can read and write over 200 image formats, including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Apart from providing a graphical interface for working with images, it also provides commands to resize an image,","canonical_url":"https:\/\/SUMMALAI.COM\/?p=1775","robots":"max-image-preview:large","keywords":"imagemagick,php,centos,linux family,wordpress","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/SUMMALAI.COM\/?p=1775#article","name":"How To Install ImageMagick and PHP Imagick on CentOS 8 \/ RHEL 8 | Summa Lai","headline":"How To Install ImageMagick and PHP Imagick on CentOS 8 \/ RHEL 8","author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/www.itzgeek.com\/wp-content\/uploads\/2020\/03\/PHP-Imagick-Extension.png","@id":"https:\/\/SUMMALAI.COM\/?p=1775\/#articleImage"},"datePublished":"2020-07-11T17:27:12-07:00","dateModified":"2020-07-11T17:27:13-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/SUMMALAI.COM\/?p=1775#webpage"},"isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/?p=1775#webpage"},"articleSection":"CentOS, Linux Family, PHP, WordPress, ImageMagick, PHP"},{"@type":"BreadcrumbList","@id":"https:\/\/SUMMALAI.COM\/?p=1775#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","position":1,"name":"Home","item":"https:\/\/SUMMALAI.COM","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=5#listItem","name":"Linux Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=5#listItem","position":2,"name":"Linux Family","item":"https:\/\/SUMMALAI.COM\/?cat=5","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=178#listItem","name":"WordPress"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=178#listItem","position":3,"name":"WordPress","item":"https:\/\/SUMMALAI.COM\/?cat=178","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=1775#listItem","name":"How To Install ImageMagick and PHP Imagick on CentOS 8 \/ RHEL 8"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=5#listItem","name":"Linux Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=1775#listItem","position":4,"name":"How To Install ImageMagick and PHP Imagick on CentOS 8 \/ RHEL 8","previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=178#listItem","name":"WordPress"}}]},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/#person","name":"sladmin","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=1775#personImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"sladmin"}},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/?author=2#author","url":"https:\/\/SUMMALAI.COM\/?author=2","name":"Summa Lai","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=1775#authorImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"}},{"@type":"WebPage","@id":"https:\/\/SUMMALAI.COM\/?p=1775#webpage","url":"https:\/\/SUMMALAI.COM\/?p=1775","name":"How To Install ImageMagick and PHP Imagick on CentOS 8 \/ RHEL 8 | Summa Lai","description":"ImageMagick is an open-source software suite for creating, editing, converting, and modifying bitmap images. With ImageMagick, you can read and write over 200 image formats, including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Apart from providing a graphical interface for working with images, it also provides commands to resize an image,","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/#website"},"breadcrumb":{"@id":"https:\/\/SUMMALAI.COM\/?p=1775#breadcrumblist"},"author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"creator":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"datePublished":"2020-07-11T17:27:12-07:00","dateModified":"2020-07-11T17:27:13-07:00"},{"@type":"WebSite","@id":"https:\/\/SUMMALAI.COM\/#website","url":"https:\/\/SUMMALAI.COM\/","name":"Summa Lai","description":"Never Stop Learning, Building a Little Wiki...","inLanguage":"en-US","publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"}}]}},"aioseo_meta_data":{"post_id":"1775","title":null,"description":"","keywords":"","keyphrases":null,"primary_term":null,"canonical_url":"","og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-20 22:14:40","updated":"2024-01-12 04:34:27","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=5\" title=\"Linux Family\">Linux Family<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=178\" title=\"WordPress\">WordPress<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow To Install ImageMagick and PHP Imagick on CentOS 8 \/ RHEL 8\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/SUMMALAI.COM"},{"label":"Linux Family","link":"https:\/\/SUMMALAI.COM\/?cat=5"},{"label":"WordPress","link":"https:\/\/SUMMALAI.COM\/?cat=178"},{"label":"How To Install ImageMagick and PHP Imagick on CentOS 8 \/ RHEL 8","link":"https:\/\/SUMMALAI.COM\/?p=1775"}],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/1775","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1775"}],"version-history":[{"count":0,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/1775\/revisions"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1775"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1775"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1775"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}