{"id":13133,"date":"2017-09-14T12:22:22","date_gmt":"2017-09-14T12:22:22","guid":{"rendered":"https:\/\/www.awardspace.com\/?page_id=13133"},"modified":"2024-10-17T09:56:02","modified_gmt":"2024-10-17T09:56:02","slug":"cannot-connect-local-mysql-server-socket","status":"publish","type":"post","link":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/","title":{"rendered":"How Do I Fix the \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d Error?"},"content":{"rendered":"<p>At the heart of most content management systems lies a database, such as MySQL, where the majority of content is stored. So for your pages to fully load, your website needs to be able to fetch the necessary information from the database at a moment\u2019s notice. If for some reason a connection to the database cannot be established, you may see an error such as <em>\u201cWarning: mysql_connect(): Can\u2019t connect to local MySQL server through socket \u2018\/var\/run\/mysqld\/mysqld.sock\u201d<\/em>. In this article, we will explore what is causing this problem and how to fix it.<\/p>\n<h2>What Does the PHP Warning <em>\u201cmysql_connect() can\u2019t connect to MySQL server\u201d<\/em> Mean?<\/h2>\n<p>If your website shows a message that it cannot connect to the local MySQL server through a socket, then the connection settings that you have entered are probably incorrect or incomplete. Double-checking these settings are very likely to fix this issue.<\/p>\n<p>&nbsp;<\/p>\n<p>An example of the <em>\u201cmysql_connect() can\u2019t connect to MySQL server\u201d<\/em> warning can be seen below:<\/p>\n<figure><a class=\"et_pb_lightbox_image\" title=\"If your website has trouble connecting to its database, it may display an error message similar to this one.\" href=\"\/wp-content\/uploads\/2020\/03\/cant-connect-to-local-mysql-server-through-socket.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img alignnone\" src=\"\/wp-content\/uploads\/2020\/03\/cant-connect-to-local-mysql-server-through-socket.png\" alt=\"If your website has trouble connecting to its database, it may display an error message similar to this one.\" \/><\/a><figcaption style=\"font-size: 80%; color: #515151;\">If your website has trouble connecting to its database, it may display an error message similar to this one.<\/figcaption><\/figure>\n<p>&nbsp;<\/p>\n<h2>How Can I Fix the <em>\u201cCan\u2019t Connect To Local MySQL Server Through Socket\u201d<\/em> Error?<\/h2>\n<p>First and foremost, you need to head to the <strong><a href=\"https:\/\/cp1.awardspace.net\/database-manager\/#mysql-databases\">Database Manager<\/a><\/strong> section of our Control Panel and click on the database that you are trying to connect to. From there, click on the <strong>Information<\/strong> tab.<\/p>\n<figure><a class=\"et_pb_lightbox_image\" title=\"The information tab will provide you with all credentials necessary to successfully connect to your MySQL database.\" href=\"\/wp-content\/uploads\/2020\/03\/cant-connect-to-local-mysql-server-through-socket-2.png\" data-featherlight=\"image\"> <img decoding=\"async\" class=\"size-full wp-image-15434 aw-border-img alignnone\" src=\"\/wp-content\/uploads\/2020\/03\/cant-connect-to-local-mysql-server-through-socket-2.png\" alt=\"The information tab will provide you with all credentials necessary to successfully connect to your MySQL database.\" \/><\/a><figcaption style=\"font-size: 80%; color: #515151;\">The information tab will provide you with all credentials necessary to successfully connect to your MySQL database.<\/figcaption><\/figure>\n<p>In the <em>Information<\/em> tab, you will find your <em>Database Host<\/em>, <em>Database Port<\/em>, <em>Database Name<\/em>, <em>Database User<\/em>, <em>Database Version<\/em>, and <em>Database Storage Engine<\/em>. Compare this information to the database settings in your website configuration file and make changes where necessary. If you are not sure what password is assigned to your database, you can reset it from the <strong>Password<\/strong> tab in the Database Manager. Additional help with connecting your website to your database, including sample connection code, can be found in our article on <a href=\"\/kb\/database-connection-settings\/\">where to find the database connection settings<\/a>.<\/p>\n<p>The Database Manager will be available to you if you are using our <a href=\"\/free-hosting\/\">free hosting<\/a>, <a href=\"\/web-hosting\/shared-hosting\/\">premium shared hosting<\/a> or one of the <a href=\"\/web-hosting\/semi-dedicated-hosting\/\" target=\"_blank\" rel=\"noopener\">Semi-Dedicated web server<\/a> plans. You can read our <a href=\"\/kb\/database-manager\/\">in-depth walkthrough of the Database Manager<\/a> to familiarize yourself with all of the features this section of our Control Panel has to offer.<\/p>\n<p>If you <a href=\"\/web-hosting\/vps-cloud-hosting\/\">own a Virtual Private Server<\/a>, then you can manage your databases through the command line via a remote connection to the server. Our VPS instances can also come equipped with special variants of popular Linux distributions that allow access to our <em>Easy VPS Control Panel<\/em> where you can manage your databases.<\/p>\n<p>While setting up most website software packages, such as WordPress, Joomla, and others, you will be asked to provide your database information. Some fields may be prefilled as a point of convenience, however, the prefilled information will not always be correct. One such instance is the <em>Database Server\/Host<\/em> field. By default, you will see the text <em>localhost<\/em> prefilled, but if you are using our shared hosting platform, then this value is incorrect. Be sure to update the field to have the same value as the <strong>Database Host<\/strong> entry in the Database Manager section of the Control Panel.<\/p>\n<p>&nbsp;<\/p>\n<h3>What is localhost?<\/h3>\n<p>The term <em>localhost<\/em> is used in computer networking to denote the current computer. The <em>localhost<\/em> name is a shorthand for the IP address 127.0.0.1 which is referred to as the <em>loopback address<\/em> and it allows the computer to take advantage of any network services that it may be broadcasting.<\/p>\n<p>So when you see <em>localhost<\/em> automatically prefilled while installing a website software package, it means that the installer assumes that the database server is located on the same physical machine as the web server that is powering the installer itself.<\/p>\n<p>While placing the web server and database server applications on the same computer may be true for some hosting providers, we use separate machines to act as the web and database servers. The benefit of this approach is that we can balance the servers\u2019 load across multiple machines, thus sustaining better performance and responsiveness at times of peak utilization.<\/p>\n<p>The lone exception to this rule is our Virtual Private Server plans. If you own a VPS, you can run the web and database server applications in the same instance and can thus take advantage of the <em>localhost<\/em> hostname.<\/p>\n<p>&nbsp;<\/p>\n<h2>Conclusion<\/h2>\n<p>Errors related to database connection issues can often be cryptic and not provide a lot of actionable information. As such, it is always a good idea to double-check your database connection settings before proceeding with more in-depth troubleshooting. If you are using one of the more popular content management systems out there, such as WordPress, Joomla, PrestaShop, Drupal or similar, you should consider going over our article on <a href=\"\/kb\/database-connection-settings\/\">how to resolve database connections issues with most CMS&#8217;s<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>At the heart of most content management systems lies a database, such as MySQL, where the majority of content is stored. So for your pages to fully load, your website needs to be able to fetch the necessary information from the database at a moment\u2019s notice. If for some reason a connection to the database [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":33819,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[36],"tags":[],"class_list":["post-13133","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-databases"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How Do I Fix \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d?<\/title>\n<meta name=\"description\" content=\"The error \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d often indicates a database settings error. In this article we will show you how to fix it.\" \/>\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.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Do I Fix \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d?\" \/>\n<meta property=\"og:description\" content=\"The error \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d often indicates a database settings error. In this article we will show you how to fix it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/\" \/>\n<meta property=\"og:site_name\" content=\"AwardSpace.com\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AwardSpace\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-09-14T12:22:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-17T09:56:02+00:00\" \/>\n<meta name=\"author\" content=\"ivailod\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@awspace\" \/>\n<meta name=\"twitter:site\" content=\"@awspace\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ivailod\" \/>\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\":\"Article\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/\"},\"author\":{\"name\":\"ivailod\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/person\/ce135bfb9f8b0d51d047abe11d77b221\"},\"headline\":\"How Do I Fix the \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d Error?\",\"datePublished\":\"2017-09-14T12:22:22+00:00\",\"dateModified\":\"2024-10-17T09:56:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/\"},\"wordCount\":837,\"publisher\":{\"@id\":\"https:\/\/www.awardspace.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#primaryimage\"},\"thumbnailUrl\":\"\",\"articleSection\":[\"Databases\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/\",\"url\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/\",\"name\":\"How Do I Fix \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d?\",\"isPartOf\":{\"@id\":\"https:\/\/www.awardspace.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#primaryimage\"},\"thumbnailUrl\":\"\",\"datePublished\":\"2017-09-14T12:22:22+00:00\",\"dateModified\":\"2024-10-17T09:56:02+00:00\",\"description\":\"The error \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d often indicates a database settings error. In this article we will show you how to fix it.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.awardspace.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledge Base\",\"item\":\"https:\/\/www.awardspace.com\/kb\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Databases\",\"item\":\"https:\/\/www.awardspace.com\/kb\/databases\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"How Do I Fix the \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d Error?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.awardspace.com\/#website\",\"url\":\"https:\/\/www.awardspace.com\/\",\"name\":\"AwardSpace.com\",\"description\":\"Free Web Hosting with PHP, MySQL, Email Sending, No Ads\",\"publisher\":{\"@id\":\"https:\/\/www.awardspace.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.awardspace.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.awardspace.com\/#organization\",\"name\":\"AwardSpace.com\",\"url\":\"https:\/\/www.awardspace.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png\",\"contentUrl\":\"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png\",\"width\":1759,\"height\":176,\"caption\":\"AwardSpace.com\"},\"image\":{\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/AwardSpace\/\",\"https:\/\/x.com\/awspace\",\"https:\/\/www.instagram.com\/awardspace\/\",\"https:\/\/www.quora.com\/profile\/Award-Space\",\"https:\/\/www.linkedin.com\/company\/19214384\/\",\"https:\/\/www.reddit.com\/user\/AwardSpace\",\"https:\/\/www.pinterest.com\/awardspace\/\",\"https:\/\/www.youtube.com\/user\/AwardspaceWebHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/person\/ce135bfb9f8b0d51d047abe11d77b221\",\"name\":\"ivailod\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.awardspace.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"ivailod\"},\"url\":\"https:\/\/www.awardspace.com\/author\/ivailod\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Do I Fix \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d?","description":"The error \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d often indicates a database settings error. In this article we will show you how to fix it.","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.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/","og_locale":"en_US","og_type":"article","og_title":"How Do I Fix \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d?","og_description":"The error \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d often indicates a database settings error. In this article we will show you how to fix it.","og_url":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/","og_site_name":"AwardSpace.com","article_publisher":"https:\/\/www.facebook.com\/AwardSpace\/","article_published_time":"2017-09-14T12:22:22+00:00","article_modified_time":"2024-10-17T09:56:02+00:00","author":"ivailod","twitter_card":"summary_large_image","twitter_creator":"@awspace","twitter_site":"@awspace","twitter_misc":{"Written by":"ivailod","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#article","isPartOf":{"@id":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/"},"author":{"name":"ivailod","@id":"https:\/\/www.awardspace.com\/#\/schema\/person\/ce135bfb9f8b0d51d047abe11d77b221"},"headline":"How Do I Fix the \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d Error?","datePublished":"2017-09-14T12:22:22+00:00","dateModified":"2024-10-17T09:56:02+00:00","mainEntityOfPage":{"@id":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/"},"wordCount":837,"publisher":{"@id":"https:\/\/www.awardspace.com\/#organization"},"image":{"@id":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#primaryimage"},"thumbnailUrl":"","articleSection":["Databases"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/","url":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/","name":"How Do I Fix \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d?","isPartOf":{"@id":"https:\/\/www.awardspace.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#primaryimage"},"image":{"@id":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#primaryimage"},"thumbnailUrl":"","datePublished":"2017-09-14T12:22:22+00:00","dateModified":"2024-10-17T09:56:02+00:00","description":"The error \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d often indicates a database settings error. In this article we will show you how to fix it.","breadcrumb":{"@id":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/www.awardspace.com\/kb\/cannot-connect-local-mysql-server-socket\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.awardspace.com\/"},{"@type":"ListItem","position":2,"name":"Knowledge Base","item":"https:\/\/www.awardspace.com\/kb\/"},{"@type":"ListItem","position":3,"name":"Databases","item":"https:\/\/www.awardspace.com\/kb\/databases\/"},{"@type":"ListItem","position":4,"name":"How Do I Fix the \u201cCan\u2019t Connect to Local MySQL Server Through Socket\u201d Error?"}]},{"@type":"WebSite","@id":"https:\/\/www.awardspace.com\/#website","url":"https:\/\/www.awardspace.com\/","name":"AwardSpace.com","description":"Free Web Hosting with PHP, MySQL, Email Sending, No Ads","publisher":{"@id":"https:\/\/www.awardspace.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.awardspace.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.awardspace.com\/#organization","name":"AwardSpace.com","url":"https:\/\/www.awardspace.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png","contentUrl":"https:\/\/www.awardspace.com\/wp-content\/uploads\/2018\/08\/awardspace_logo.png","width":1759,"height":176,"caption":"AwardSpace.com"},"image":{"@id":"https:\/\/www.awardspace.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/AwardSpace\/","https:\/\/x.com\/awspace","https:\/\/www.instagram.com\/awardspace\/","https:\/\/www.quora.com\/profile\/Award-Space","https:\/\/www.linkedin.com\/company\/19214384\/","https:\/\/www.reddit.com\/user\/AwardSpace","https:\/\/www.pinterest.com\/awardspace\/","https:\/\/www.youtube.com\/user\/AwardspaceWebHosting"]},{"@type":"Person","@id":"https:\/\/www.awardspace.com\/#\/schema\/person\/ce135bfb9f8b0d51d047abe11d77b221","name":"ivailod","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.awardspace.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"ivailod"},"url":"https:\/\/www.awardspace.com\/author\/ivailod\/"}]}},"_links":{"self":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts\/13133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/comments?post=13133"}],"version-history":[{"count":2,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts\/13133\/revisions"}],"predecessor-version":[{"id":75675,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/posts\/13133\/revisions\/75675"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/media?parent=13133"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/categories?post=13133"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.awardspace.com\/wp-json\/wp\/v2\/tags?post=13133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}