{"id":37526,"date":"2017-07-26T21:01:48","date_gmt":"2017-07-26T13:01:48","guid":{"rendered":"https:\/\/www.hongkiat.com\/blog\/?p=37526"},"modified":"2017-12-08T19:42:24","modified_gmt":"2017-12-08T11:42:24","slug":"detect-cursor-leaving-browser-gliojs","status":"publish","type":"post","link":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/","title":{"rendered":"Detect When a Mouse Leaves the Window with Glio.js"},"content":{"rendered":"<p>How many times do you go to close a tab and notice a <strong><a href=\"https:\/\/www.hongkiat.com\/blog\/modal-windows-vex\/\">modal window<\/a> asking you to stay<\/strong>? This seems commonplace nowadays and it\u2019s done for one reason: it works!<\/p>\n<p>You can build a similar effect using the <strong><a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/luisvinicius167.github.io\/gliojs\/\">Glio.js library<\/a><\/strong>. It\u2019s a free open-source JS script to detect when the user\u2019s mouse cursor is <strong>getting close to the edge<\/strong> or when it <strong>leaves the browser window<\/strong>.<\/p>\n<p class=\"note\"><strong>Read Also:<\/strong> <a href=\"https:\/\/www.hongkiat.com\/blog\/html5-dialog-window\/\">Creating Modal Window Easily With HTML5 Dialog<\/a><\/p>\n<p>This can be used to try <strong>keeping visitors on your site<\/strong>. But, it can also be used to <strong>create dynamic effects<\/strong> if the user\u2019s mouse goes far to one side of the screen.<\/p>\n<p>You\u2019ll find a lot of these <strong><a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/blog.gleam.io\/exit-intent\/\">exit intent<\/a> scripts<\/strong> all over the web and most of them are <strong>tough to customize<\/strong>. But, that\u2019s what makes Glio.js so great.<\/p>\n<p>It\u2019s a powerful library that <strong>gives you control<\/strong> over what you do with the screen. If your user\u2019s mouse leaves the browser you can <strong>display a modal<\/strong>, or <strong>change the background color<\/strong>, or <strong>do absolutely nothing<\/strong>.<\/p>\n<p>It also comes with <strong>built-in hot spots<\/strong> that you can check whenever the user\u2019s mouse gets close to any of the four corners of the screen. You can also <strong>define the callback method<\/strong> and <strong>how close the cursor should get<\/strong> before running anything.<\/p>\n<p>To use Glio, just download a copy <strong><a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/github.com\/luisvinicius167\/gliojs\">from GitHub<\/a><\/strong> and get it installed. You could also pull a copy <strong>from Bower, npm, or directly <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/cdnjs.com\/libraries\/gliojs\">from a CDN<\/a><\/strong>.<\/p>\n<p>With the script in your page, you just <strong>add this one line of code<\/strong> (customized with your options):<\/p>\n<pre>\r\nglio.init( [ direction, callback ] );\r\n<\/pre>\n<p>The <code>direction<\/code> option can be <strong>any corner (e.g. \u201ctop-left\u201d) or \u201ctop\u201d<\/strong>, representing the top of the screen. Your callback function is <strong>whatever JS code you want to run<\/strong> when the user\u2019s mouse gets too close. Other option lets you define the <strong>distance from the direction point<\/strong>, you can find the related info <a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/github.com\/luisvinicius167\/gliojs\">on GitHub<\/a>.<\/p>\n<p>So, if you\u2019re looking for a simple script to <strong>detect exit intent<\/strong> Glio is a must-have resource.<\/p>\n<figure><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/assets.hongkiat.com\/uploads\/detect-cursor-leaving-browser-gliojs\/02-glio-github-page.jpg\" alt=\"Glio.js script\" width=\"1000\" height=\"545\"><\/figure>\n<p class=\"note\"><strong>Read Also:<\/strong> <a href=\"https:\/\/www.hongkiat.com\/blog\/cssmodal-build-modals-with-pure-css\/\">Build Modals Using Pure CSS With CSS Modal<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>How many times do you go to close a tab and notice a modal window asking you to stay? This seems commonplace nowadays and it\u2019s done for one reason: it works! You can build a similar effect using the Glio.js library. It\u2019s a free open-source JS script to detect when the user\u2019s mouse cursor is&hellip;<\/p>\n","protected":false},"author":18,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[3395],"tags":[3497,4117],"topic":[4520],"class_list":["entry-content","is-maxi"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.8 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Detect When a Mouse Leaves the Window with Glio.js - Hongkiat<\/title>\n<meta name=\"description\" content=\"How many times do you go to close a tab and notice a modal window asking you to stay? This seems commonplace nowadays and it&#039;s done for one reason: 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.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Detect When a Mouse Leaves the Window with Glio.js\" \/>\n<meta property=\"og:description\" content=\"How many times do you go to close a tab and notice a modal window asking you to stay? This seems commonplace nowadays and it&#039;s done for one reason: it\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/\" \/>\n<meta property=\"og:site_name\" content=\"Hongkiat\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/hongkiatcom\" \/>\n<meta property=\"article:published_time\" content=\"2017-07-26T13:01:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-12-08T11:42:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/assets.hongkiat.com\/uploads\/detect-cursor-leaving-browser-gliojs\/02-glio-github-page.jpg\" \/>\n<meta name=\"author\" content=\"Jake Rocheleau\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:site\" content=\"@hongkiat\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jake Rocheleau\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/\"},\"author\":{\"name\":\"Jake Rocheleau\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/966b2daea15283b4145e71aa98a82c2a\"},\"headline\":\"Detect When a Mouse Leaves the Window with Glio.js\",\"datePublished\":\"2017-07-26T13:01:48+00:00\",\"dateModified\":\"2017-12-08T11:42:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/\"},\"wordCount\":354,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/detect-cursor-leaving-browser-gliojs\\\/02-glio-github-page.jpg\",\"keywords\":[\"Javascript Library\",\"Javascripts\"],\"articleSection\":[\"UI\\\/UX\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/\",\"name\":\"Detect When a Mouse Leaves the Window with Glio.js - Hongkiat\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/detect-cursor-leaving-browser-gliojs\\\/02-glio-github-page.jpg\",\"datePublished\":\"2017-07-26T13:01:48+00:00\",\"dateModified\":\"2017-12-08T11:42:24+00:00\",\"description\":\"How many times do you go to close a tab and notice a modal window asking you to stay? This seems commonplace nowadays and it's done for one reason: it\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/#primaryimage\",\"url\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/detect-cursor-leaving-browser-gliojs\\\/02-glio-github-page.jpg\",\"contentUrl\":\"https:\\\/\\\/assets.hongkiat.com\\\/uploads\\\/detect-cursor-leaving-browser-gliojs\\\/02-glio-github-page.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/detect-cursor-leaving-browser-gliojs\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Detect When a Mouse Leaves the Window with Glio.js\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"name\":\"Hongkiat\",\"description\":\"Tech and Design Tips\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#organization\",\"name\":\"Hongkiat.com\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"contentUrl\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/wp-content\\\/uploads\\\/hkdc-logo-rect-yoast.jpg\",\"width\":1200,\"height\":799,\"caption\":\"Hongkiat.com\"},\"image\":{\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/hongkiatcom\",\"https:\\\/\\\/x.com\\\/hongkiat\",\"https:\\\/\\\/www.pinterest.com\\\/hongkiat\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/#\\\/schema\\\/person\\\/966b2daea15283b4145e71aa98a82c2a\",\"name\":\"Jake Rocheleau\",\"description\":\"Jake is a writer and designer with over 10 years experience working on the web. He writes about user experience design and cool resources for designers\",\"sameAs\":[\"https:\\\/\\\/www.hongkiat.com\"],\"url\":\"https:\\\/\\\/www.hongkiat.com\\\/blog\\\/author\\\/jake\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Detect When a Mouse Leaves the Window with Glio.js - Hongkiat","description":"How many times do you go to close a tab and notice a modal window asking you to stay? This seems commonplace nowadays and it's done for one reason: 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.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/","og_locale":"en_US","og_type":"article","og_title":"Detect When a Mouse Leaves the Window with Glio.js","og_description":"How many times do you go to close a tab and notice a modal window asking you to stay? This seems commonplace nowadays and it's done for one reason: it","og_url":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/","og_site_name":"Hongkiat","article_publisher":"https:\/\/www.facebook.com\/hongkiatcom","article_published_time":"2017-07-26T13:01:48+00:00","article_modified_time":"2017-12-08T11:42:24+00:00","og_image":[{"url":"https:\/\/assets.hongkiat.com\/uploads\/detect-cursor-leaving-browser-gliojs\/02-glio-github-page.jpg","type":"","width":"","height":""}],"author":"Jake Rocheleau","twitter_card":"summary_large_image","twitter_creator":"@hongkiat","twitter_site":"@hongkiat","twitter_misc":{"Written by":"Jake Rocheleau","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/#article","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/"},"author":{"name":"Jake Rocheleau","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/966b2daea15283b4145e71aa98a82c2a"},"headline":"Detect When a Mouse Leaves the Window with Glio.js","datePublished":"2017-07-26T13:01:48+00:00","dateModified":"2017-12-08T11:42:24+00:00","mainEntityOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/"},"wordCount":354,"commentCount":3,"publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/detect-cursor-leaving-browser-gliojs\/02-glio-github-page.jpg","keywords":["Javascript Library","Javascripts"],"articleSection":["UI\/UX"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/","url":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/","name":"Detect When a Mouse Leaves the Window with Glio.js - Hongkiat","isPartOf":{"@id":"https:\/\/www.hongkiat.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/#primaryimage"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/#primaryimage"},"thumbnailUrl":"https:\/\/assets.hongkiat.com\/uploads\/detect-cursor-leaving-browser-gliojs\/02-glio-github-page.jpg","datePublished":"2017-07-26T13:01:48+00:00","dateModified":"2017-12-08T11:42:24+00:00","description":"How many times do you go to close a tab and notice a modal window asking you to stay? This seems commonplace nowadays and it's done for one reason: it","breadcrumb":{"@id":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/#primaryimage","url":"https:\/\/assets.hongkiat.com\/uploads\/detect-cursor-leaving-browser-gliojs\/02-glio-github-page.jpg","contentUrl":"https:\/\/assets.hongkiat.com\/uploads\/detect-cursor-leaving-browser-gliojs\/02-glio-github-page.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.hongkiat.com\/blog\/detect-cursor-leaving-browser-gliojs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.hongkiat.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Detect When a Mouse Leaves the Window with Glio.js"}]},{"@type":"WebSite","@id":"https:\/\/www.hongkiat.com\/blog\/#website","url":"https:\/\/www.hongkiat.com\/blog\/","name":"Hongkiat","description":"Tech and Design Tips","publisher":{"@id":"https:\/\/www.hongkiat.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.hongkiat.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.hongkiat.com\/blog\/#organization","name":"Hongkiat.com","url":"https:\/\/www.hongkiat.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","contentUrl":"https:\/\/www.hongkiat.com\/blog\/wp-content\/uploads\/hkdc-logo-rect-yoast.jpg","width":1200,"height":799,"caption":"Hongkiat.com"},"image":{"@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/hongkiatcom","https:\/\/x.com\/hongkiat","https:\/\/www.pinterest.com\/hongkiat\/"]},{"@type":"Person","@id":"https:\/\/www.hongkiat.com\/blog\/#\/schema\/person\/966b2daea15283b4145e71aa98a82c2a","name":"Jake Rocheleau","description":"Jake is a writer and designer with over 10 years experience working on the web. He writes about user experience design and cool resources for designers","sameAs":["https:\/\/www.hongkiat.com"],"url":"https:\/\/www.hongkiat.com\/blog\/author\/jake\/"}]}},"jetpack_featured_media_url":"https:\/\/","jetpack_shortlink":"https:\/\/wp.me\/p4uxU-9Lg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/37526","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/comments?post=37526"}],"version-history":[{"count":3,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/37526\/revisions"}],"predecessor-version":[{"id":42136,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/posts\/37526\/revisions\/42136"}],"wp:attachment":[{"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/media?parent=37526"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/categories?post=37526"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/tags?post=37526"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.hongkiat.com\/blog\/wp-json\/wp\/v2\/topic?post=37526"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}