{"id":23303,"date":"2018-08-21T16:52:03","date_gmt":"2018-08-21T11:22:03","guid":{"rendered":"https:\/\/blog.resellerclub.com\/?p=23303"},"modified":"2026-05-13T13:28:35","modified_gmt":"2026-05-13T13:28:35","slug":"fixing-the-500-internal-server-error-0n-your-wordpress-website","status":"publish","type":"post","link":"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/","title":{"rendered":"Fixing the 500 Internal Server Error for your WordPress website"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-23307\" src=\"\/blog\/wp-content\/uploads\/2018\/08\/google.png\" alt=\"\" width=\"604\" height=\"237\"><\/p>\n<p>Remember the time you tried logging in to your WordPress and it would take forever to load? And finally, just when you thought it was about to load, there appeared a doodle with a hammer or a screwdriver trying to fix something! You guessed it right! We are talking about the 500 internal server error.<\/p>\n<p>In this article, I\u2019ll walk you through <strong>what are the causes of this error<\/strong> and <strong>how to fix it for your WordPress website<\/strong>!<\/p>\n<figure id=\"attachment_23305\" aria-describedby=\"caption-attachment-23305\" style=\"width: 700px\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-23305\" src=\"\/blog\/wp-content\/uploads\/2018\/08\/youtube-500-internal-server-error-e1534849281190.png\" width=\"700\" height=\"346\"><figcaption id=\"caption-attachment-23305\" class=\"wp-caption-text\">Internal Server Error on YouTube<\/figcaption><\/figure>\n<p>As you can see, the name itself shows that an error has occurred on the server level due to which the requested page isn\u2019t able to load. There are several reasons for this to occur. However, there is, nothing in particular, that could have prompted it.<\/p>\n<p>The <strong>3 probable reasons<\/strong> that usually cause this on WordPress are:<\/p>\n<ol>\n<li>Corruption or a syntactical error in .htaccess file<\/li>\n<li>Exhausting the PHP memory limit<\/li>\n<li>Error or break in the code of a plugin installed<\/li>\n<\/ol>\n<p>To fix this error on your WordPress website, you need to <strong>fix the above issues<\/strong>. Let us see, how you can go about fixing them.<\/p>\n<ol>\n<li>\n<h2>Check .htaccess file<\/h2>\n<p>To access your .htaccess file, you need to login to your website\u2019s hosting panel i.e cPanel or access it via an FTP.On cPanel .htaccess file can be accessed by following these steps:<\/p>\n<ol>\n<li>Login to your Control Panel<\/li>\n<li>Go to the WordPress website domain<\/li>\n<li>Access the cPanel<\/li>\n<li>In cPanel, search for File Manager \u2192 public_html \u2192 .htaccess file<\/li>\n<\/ol>\n<p>Once you\u2019ve located your .htaccess file, you need to check if it is corrupted. Before you begin checking, rename your file and download it. Also, create a copy of this file as a backup.<\/p>\n<p>Now after you\u2019ve downloaded your .htaccess file, open it any HTML editor (Notepad, Notepad ++, Sublime etc.) and replace the code with the <a href=\"https:\/\/codex.wordpress.org\/htaccess\">code available here<\/a> on the official WordPress website. Depending on the version of WordPress installed, the code changes thus, make sure you\u2019re copying the right code.<\/p>\n<p>Save the .htaccess file and upload it to the server. Reload your WordPress website and check if the error is fixed.<\/p>\n<p>If the error is fixed, congratulations if not, move on to see the solution for the next probable cause of the error. But before that, go to your WordPress Admin Panel \u2192 click on Settings \u2192 Permalinks and click <strong>Save<\/strong>, this is to ensure that a new .htaccess file is generated automatically and the <a href=\"\/blog\/error-404-page-not-found-turn-the-bane-into-a-boon\/\">404 error<\/a> doesn\u2019t occur.<\/li>\n<li>\n<h2>Increase the PHP Memory Limit<\/h2>\n<p>Moving on the next possible cause of the 500 internal server error &#8211; exhaustion of PHP memory limit. The PHP memory limit is usually set up by your hosting provider and WordPress. Say the limit is set as \u2018X\u2019 and, as soon as, there\u2019s a drop in the memory the server automatically displays a 500 internal server error as a sign for you to fix it. The simplest way to resolve this is by increasing the PHP memory limit of your WordPress website.Let us see 2 ways by which you can increase your PHP memory limit.<\/p>\n<ul>\n<li>\n<h3>Edit the .htaccess file<\/h3>\n<\/li>\n<p>In your .htaccess file, go the tag and insert in the following code:<\/p>\n<p><em>php_value upload_max_filesize 64M<\/em><br \/>\n<em>php_value post_max_size 64M<\/em><\/p>\n<li>\n<h3>Create a PHP.ini file<\/h3>\n<\/li>\n<p>A simpler way of increasing the PHP memory limit is creating a PHP.ini file. In your admin area, locate wp-admin and create a php.ini file and insert the following code:<\/p>\n<p><em>memory_limit = 64M<\/em><br \/>\n<em>upload_max_filesize = 64M<\/em><br \/>\n<em>post_max_size = 64M<\/em><br \/>\n<em>file_uploads = On<\/em><\/p>\n<p>Reload your website once you\u2019ve increased your PHP memory limit. For most websites, this is the cause of the 500 internal server error. Proceed to the next step, if your issue hasn\u2019t still resolved.<\/ul>\n<\/li>\n<li>\n<h2>Deactivate Plugins<\/h2>\n<p>If the above two solutions didn\u2019t work for you, the error might be because of a faulty plugin.The first step is to check if your plugins are updated, an outdated plugin could be a reason for this error. If you have an outdated plugin, remove it and reload your website. If this too doesn\u2019t solve the issue the only way to check is, deactivating all the plugins.<\/p>\n<p>Go to your WordPress admin panel \u2192 Select Plugins \u2192 Click on Deactivate<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-23309\" src=\"\/blog\/wp-content\/uploads\/2018\/08\/Untitled.png\" alt=\"\" width=\"380\" height=\"144\"><\/p>\n<p>Reload your website once again. If the error resolves, then hurray! But which amongst these was the faulty plugin? There is no way to figure that out, and hence the only way is to reactivate a single plugin and check your website. The moment the 500 internal error comes, you have found the faulty plugin.<\/p>\n<p>By this point, we hope your issue is resolved, and your website is up. However, if the issue still persists the only solution is contacting your hosting provider.<\/li>\n<\/ol>\n<p>Trying all these solutions to fix the 500 internal server error can be taxing and technical assistance at a time like this is always welcome. One easy hassle free way is to opt for Managed WordPress Hosting for your WordPress website.<\/p>\n<p>We at ResellerClub understand the time-sensitive nature of such issues and offer <a href=\"https:\/\/india.resellerclub.com\/wordpress-hosting\">Managed WordPress Hosting<\/a> with a host of benefits like 24*7 tech support, automatic WordPress updates, automated website backups and security with tools like <a href=\"https:\/\/india.resellerclub.com\/codeguard\">Codeguard<\/a> and so much more. Opting for Managed WordPress Hosting not only provides you with these benefits but also, keeps issues like 500 internal server error, 404 error and other WordPress related problems at bay. This way you as a website owner can concentrate on growing your business without worrying about the maintenance of your website.<\/p>\n<p>On a concluding note, I hope this article helps you in fixing the 500 internal error of your WordPress website. If you have comments or suggestions, feel free to drop them in the comments section below!<\/p>\n<h2>Reseller Club Hosting Services<\/h2>\n<p><a href=\"https:\/\/www.resellerclub.com\/reseller-hosting\">Reseller Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/windows-reseller-hosting\">Windows Reseller Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/cloud-hosting\">Cloud Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/vps-hosting\">VPS Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/managed-vps-hosting\">Managed VPS Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/dedicated-server-hosting\">Dedicated Server Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/windows-dedicated-server-hosting\">Windows Dedicated Server<\/a> | <a href=\"https:\/\/www.resellerclub.com\/managed-dedicated-server-hosting\">Managed Dedicated Server<\/a> | <a href=\"https:\/\/www.resellerclub.com\/shared-hosting\">Linux Shared Hosting<\/a> | <a href=\"https:\/\/www.resellerclub.com\/windows-shared-hosting\">Windows Shared Hosting<\/a><\/p>\n<div class=\"fb-background-color\">\n\t\t\t  <div \n\t\t\t  \tclass = \"fb-comments\" \n\t\t\t  \tdata-href = \"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/\"\n\t\t\t  \tdata-numposts = \"10\"\n\t\t\t  \tdata-lazy = \"true\"\n\t\t\t\tdata-colorscheme = \"light\"\n\t\t\t\tdata-order-by = \"social\"\n\t\t\t\tdata-mobile=true>\n\t\t\t  <\/div><\/div>\n\t\t  <style>\n\t\t    .fb-background-color {\n\t\t\t\tbackground:  !important;\n\t\t\t}\n\t\t\t.fb_iframe_widget_fluid_desktop iframe {\n\t\t\t    width: 100% !important;\n\t\t\t}\n\t\t  <\/style>\n\t\t  ","protected":false},"excerpt":{"rendered":"<p>Remember the time you tried logging in to your WordPress and it would take forever to load? And finally, just when you thought it was about to load, there appeared a doodle with a hammer or a screwdriver trying to fix something! You guessed it right! We are talking about the 500 internal server error.<\/p>\n","protected":false},"author":75,"featured_media":23311,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_rc_manual_related_posts":[],"footnotes":""},"categories":[3703,1533,4177],"tags":[6039,6317,6313,6035,6319,6315,5327],"hashtags":[],"class_list":{"0":"post-23303","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-domains","8":"category-tech","9":"category-wordpress","10":"tag-500-error","11":"tag-500-internal-server-error-fix","12":"tag-500-status-code","13":"tag-error","14":"tag-fix-internal-server-error","15":"tag-internal-server-error","16":"tag-wordpress-website"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Fix Internal Server Error (500 Error)<\/title>\n<meta name=\"description\" content=\"Keeping your WordPress website error free is essential for better user experience and SEO visibility. Many a times you may encounter 500 error pages on your site. These 500 status code errors denote internal server error and need to be fixed. read this blog to understand how to fix them.\" \/>\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.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Internal Server Error (500 Error)\" \/>\n<meta property=\"og:description\" content=\"Keeping your WordPress website error free is essential for better user experience and SEO visibility. Many a times you may encounter 500 error pages on your site. These 500 status code errors denote internal server error and need to be fixed. read this blog to understand how to fix them.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/\" \/>\n<meta property=\"og:site_name\" content=\"ResellerClub Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100005889763273\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-21T11:22:03+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-13T13:28:35+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"H. Fatima\" \/>\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\":\"WebSite\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#website\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/\",\"name\":\"ResellerClub Blog\",\"description\":\"Web Hosting &amp; Domains\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.resellerclub.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Fixing the 500 Internal Server Error for your WordPress website\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/#webpage\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/\",\"name\":\"How to Fix Internal Server Error (500 Error)\",\"isPartOf\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/#primaryimage\"},\"datePublished\":\"2018-08-21T11:22:03+00:00\",\"dateModified\":\"2026-05-13T13:28:35+00:00\",\"author\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/04f625d706ed889a739c8fdfe159375c\"},\"description\":\"Keeping your WordPress website error free is essential for better user experience and SEO visibility. Many a times you may encounter 500 error pages on your site. These 500 status code errors denote internal server error and need to be fixed. read this blog to understand how to fix them.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.resellerclub.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fixing the 500 Internal Server Error for your WordPress website\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/04f625d706ed889a739c8fdfe159375c\",\"name\":\"H. Fatima\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.resellerclub.com\/blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2020\/03\/IMG-20190220-WA0043-150x150.jpg\",\"contentUrl\":\"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2020\/03\/IMG-20190220-WA0043-150x150.jpg\",\"caption\":\"H. Fatima\"},\"description\":\"H. Fatima used to be an Engineer by profession and Writer by passion until she started pursuing full-time writing. She is presently a Content Marketeer at Newfold Digital (APAC). She mostly writes what she deeply perceives and analyses, it is her way of unwinding. Her interests include writing, reading (an avid reader), watching foreign-language movies and public speaking.\",\"url\":\"https:\/\/www.resellerclub.com\/blog\/author\/h-fatima\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix Internal Server Error (500 Error)","description":"Keeping your WordPress website error free is essential for better user experience and SEO visibility. Many a times you may encounter 500 error pages on your site. These 500 status code errors denote internal server error and need to be fixed. read this blog to understand how to fix them.","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.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix Internal Server Error (500 Error)","og_description":"Keeping your WordPress website error free is essential for better user experience and SEO visibility. Many a times you may encounter 500 error pages on your site. These 500 status code errors denote internal server error and need to be fixed. read this blog to understand how to fix them.","og_url":"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/","og_site_name":"ResellerClub Blog","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100005889763273","article_published_time":"2018-08-21T11:22:03+00:00","article_modified_time":"2026-05-13T13:28:35+00:00","twitter_card":"summary_large_image","twitter_misc":{"Written by":"H. Fatima","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.resellerclub.com\/blog\/#website","url":"https:\/\/www.resellerclub.com\/blog\/","name":"ResellerClub Blog","description":"Web Hosting &amp; Domains","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.resellerclub.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/#primaryimage","inLanguage":"en-US","url":"","contentUrl":"","caption":"Fixing the 500 Internal Server Error for your WordPress website"},{"@type":"WebPage","@id":"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/#webpage","url":"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/","name":"How to Fix Internal Server Error (500 Error)","isPartOf":{"@id":"https:\/\/www.resellerclub.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/#primaryimage"},"datePublished":"2018-08-21T11:22:03+00:00","dateModified":"2026-05-13T13:28:35+00:00","author":{"@id":"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/04f625d706ed889a739c8fdfe159375c"},"description":"Keeping your WordPress website error free is essential for better user experience and SEO visibility. Many a times you may encounter 500 error pages on your site. These 500 status code errors denote internal server error and need to be fixed. read this blog to understand how to fix them.","breadcrumb":{"@id":"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.resellerclub.com\/blog\/fixing-the-500-internal-server-error-0n-your-wordpress-website\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.resellerclub.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Fixing the 500 Internal Server Error for your WordPress website"}]},{"@type":"Person","@id":"https:\/\/www.resellerclub.com\/blog\/#\/schema\/person\/04f625d706ed889a739c8fdfe159375c","name":"H. Fatima","image":{"@type":"ImageObject","@id":"https:\/\/www.resellerclub.com\/blog\/#personlogo","inLanguage":"en-US","url":"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2020\/03\/IMG-20190220-WA0043-150x150.jpg","contentUrl":"https:\/\/www.resellerclub.com\/blog\/wp-content\/uploads\/2020\/03\/IMG-20190220-WA0043-150x150.jpg","caption":"H. Fatima"},"description":"H. Fatima used to be an Engineer by profession and Writer by passion until she started pursuing full-time writing. She is presently a Content Marketeer at Newfold Digital (APAC). She mostly writes what she deeply perceives and analyses, it is her way of unwinding. Her interests include writing, reading (an avid reader), watching foreign-language movies and public speaking.","url":"https:\/\/www.resellerclub.com\/blog\/author\/h-fatima\/"}]}},"_links":{"self":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/23303","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/users\/75"}],"replies":[{"embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/comments?post=23303"}],"version-history":[{"count":6,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/23303\/revisions"}],"predecessor-version":[{"id":38400,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/posts\/23303\/revisions\/38400"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/media?parent=23303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/categories?post=23303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/tags?post=23303"},{"taxonomy":"hashtags","embeddable":true,"href":"https:\/\/www.resellerclub.com\/blog\/wp-json\/wp\/v2\/hashtags?post=23303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}