{"id":768,"date":"2024-07-11T23:17:02","date_gmt":"2024-07-11T23:17:02","guid":{"rendered":"https:\/\/www.bleuio.com\/blog\/?p=768"},"modified":"2024-07-12T00:10:22","modified_gmt":"2024-07-12T00:10:22","slug":"optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters","status":"publish","type":"post","link":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/","title":{"rendered":"Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters"},"content":{"rendered":"\n<p>In Bluetooth Low Energy (BLE) technology, efficient device connectivity is crucial. Whether you&#8217;re developing a smart home solution, a wearable health monitor, or an industrial IoT application, managing how your device searches for and connects to others can significantly impact its performance. This is where the BleuIO USB dongle comes in, offering an array of intuitive AT commands to streamline BLE application development. One such command, <code>AT+CONNSCANPARAM<\/code>, is particularly valuable for fine-tuning connection parameters. This article explores why this feature is essential, how it can be beneficial, and practical applications in the real world.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Why Connection Parameters Matter<\/h4>\n\n\n\n<p>Connection parameters in BLE devices dictate how often and how long a device scans for other devices. Proper configuration of these parameters is vital for several reasons:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Power Efficiency<\/strong>: BLE devices are often battery-powered. Efficient scanning helps conserve battery life, extending the operational period of the device.<\/li>\n\n\n\n<li><strong>Performance<\/strong>: The frequency and duration of scans can affect how quickly and reliably devices discover each other and establish connections.<\/li>\n\n\n\n<li><strong>Scalability<\/strong>: In environments with multiple BLE devices, optimized scanning reduces interference and improves overall communication quality.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">How BleuIO Can Be Helpful<\/h4>\n\n\n\n<p>The BleuIO USB dongle simplifies BLE development with its user-friendly AT commands. The <code>AT+CONNSCANPARAM<\/code> command is particularly powerful, allowing developers to set and query the scan interval and scan window parameters, thus optimizing the device&#8217;s connectivity according to specific application needs. This flexibility is invaluable for creating efficient, responsive, and reliable BLE applications.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Introducing the AT+CONNSCANPARAM Command<\/h4>\n\n\n\n<p>The <code>AT+CONNSCANPARAM<\/code> command is designed to set or query the connection scan window and interval. These parameters are crucial for managing how the BLE device initiates scans and how long it scans for during each interval.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Scan Interval<\/strong>: The time between consecutive scans.<\/li>\n\n\n\n<li><strong>Scan Window<\/strong>: The duration of each scan within the interval.<\/li>\n<\/ul>\n\n\n\n<p>The command ensures the scan window is always equal to or smaller than the scan interval. Values can be set in steps of 0.625 milliseconds (ms), with the interval ranging from 2.5 ms to 10,240 ms.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Practical Applications in Real Life<\/h4>\n\n\n\n<p>Let&#8217;s explore how <code>AT+CONNSCANPARAM<\/code> can be applied in various real-world scenarios:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Wearable Health Monitors<\/strong>: In wearable devices like fitness trackers or heart rate monitors, battery life is a critical factor. By adjusting the scan interval and window, developers can optimize these devices to scan less frequently but for longer periods, conserving battery while maintaining reliable data transmission. <code>AT+CONNSCANPARAM=800=400<\/code> This command sets the scan interval to 500 ms and the scan window to 250 ms, balancing power efficiency with performance.<\/li>\n\n\n\n<li><strong>Smart Home Devices<\/strong>: Devices such as smart locks or light bulbs need to be responsive to user commands. A shorter scan interval and longer scan window can enhance responsiveness. <code>AT+CONNSCANPARAM=200=150<\/code> Here, the scan interval is 125 ms, and the scan window is 93.75 ms, ensuring quick response times while maintaining reasonable power consumption.<\/li>\n\n\n\n<li><strong>Industrial IoT<\/strong>: In environments with numerous BLE devices, such as a factory floor, optimizing scan parameters can reduce interference and improve connectivity stability. <code>AT+CONNSCANPARAM=400=200<\/code> This sets the scan interval to 250 ms and the scan window to 125 ms, ensuring efficient and stable communication amidst many devices.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Setting and Querying Connection Scan Parameters<\/h4>\n\n\n\n<p>To set the connection scan parameters, use the command in the following format:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>AT+CONNSCANPARAM=scan_intv_ms=scan_win_ms<\/code><\/pre>\n\n\n\n<p>For example:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>AT+CONNSCANPARAM=200=100\nOK<\/code><\/pre>\n\n\n\n<p>This sets the scan interval to 125 ms (200 * 0.625 ms) and the scan window to 62.5 ms (100 * 0.625 ms). The device responds with <code>OK<\/code> indicating success.<\/p>\n\n\n\n<p>To query the current parameters, simply use:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>AT+CONNSCANPARAM<\/code><\/pre>\n\n\n\n<p>The device will return:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Connection Scan Interval = 320\nConnection Scan Window = 160<\/code><\/pre>\n\n\n\n<p>This means the scan interval is 200 ms (320 * 0.625 ms) and the scan window is 100 ms (160 * 0.625 ms).<\/p>\n\n\n\n<p>The <code>AT+CONNSCANPARAM<\/code> command on the BleuIO USB dongle provides developers with a powerful tool to optimize BLE connectivity for various applications. By understanding and leveraging this command, you can enhance the power efficiency, performance, and scalability of your BLE devices, making them more reliable and effective in real-world scenarios.<\/p>\n\n\n\n<p>Unlock the full potential of your BLE projects with BleuIO. Get your dongle today and start creating smarter, more efficient BLE applications.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In Bluetooth Low Energy (BLE) technology, efficient device connectivity is crucial. Whether you&#8217;re developing a smart home solution, a wearable health monitor, or an industrial IoT application, managing how your device searches for and connects to others can significantly impact its performance. This is where the BleuIO USB dongle comes in, offering an array of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":771,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-768","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bleuio"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters - BleuIO - Create Bluetooth Low Energy application<\/title>\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.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters - BleuIO - Create Bluetooth Low Energy application\" \/>\n<meta property=\"og:description\" content=\"In Bluetooth Low Energy (BLE) technology, efficient device connectivity is crucial. Whether you&#8217;re developing a smart home solution, a wearable health monitor, or an industrial IoT application, managing how your device searches for and connects to others can significantly impact its performance. This is where the BleuIO USB dongle comes in, offering an array of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/\" \/>\n<meta property=\"og:site_name\" content=\"BleuIO - Create Bluetooth Low Energy application\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-11T23:17:02+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-12T00:10:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.bleuio.com\/blog\/wp-content\/uploads\/2024\/07\/ble-connection-parameters.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"430\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"BleuIO\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/\"},\"author\":{\"name\":\"BleuIO\",\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/#\\\/schema\\\/person\\\/89bc581382d5964043f96efc54b75b80\"},\"headline\":\"Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters\",\"datePublished\":\"2024-07-11T23:17:02+00:00\",\"dateModified\":\"2024-07-12T00:10:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/\"},\"wordCount\":652,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/ble-connection-parameters.jpg\",\"articleSection\":[\"BleuIO\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/\",\"url\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/\",\"name\":\"Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters - BleuIO - Create Bluetooth Low Energy application\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/ble-connection-parameters.jpg\",\"datePublished\":\"2024-07-11T23:17:02+00:00\",\"dateModified\":\"2024-07-12T00:10:22+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/#\\\/schema\\\/person\\\/89bc581382d5964043f96efc54b75b80\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/ble-connection-parameters.jpg\",\"contentUrl\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/07\\\/ble-connection-parameters.jpg\",\"width\":800,\"height\":430,\"caption\":\"ble connection parameters\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/\",\"name\":\"BleuIO - Create Bluetooth Low Energy application\",\"description\":\"Learn Bluetooth Low Energy programming and build Bluetooth Low Energy Application\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/#\\\/schema\\\/person\\\/89bc581382d5964043f96efc54b75b80\",\"name\":\"BleuIO\",\"sameAs\":[\"https:\\\/\\\/www.bleuio.com\\\/blog\"],\"url\":\"https:\\\/\\\/www.bleuio.com\\\/blog\\\/author\\\/biadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters - BleuIO - Create Bluetooth Low Energy application","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.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/","og_locale":"en_US","og_type":"article","og_title":"Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters - BleuIO - Create Bluetooth Low Energy application","og_description":"In Bluetooth Low Energy (BLE) technology, efficient device connectivity is crucial. Whether you&#8217;re developing a smart home solution, a wearable health monitor, or an industrial IoT application, managing how your device searches for and connects to others can significantly impact its performance. This is where the BleuIO USB dongle comes in, offering an array of [&hellip;]","og_url":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/","og_site_name":"BleuIO - Create Bluetooth Low Energy application","article_published_time":"2024-07-11T23:17:02+00:00","article_modified_time":"2024-07-12T00:10:22+00:00","og_image":[{"width":800,"height":430,"url":"https:\/\/www.bleuio.com\/blog\/wp-content\/uploads\/2024\/07\/ble-connection-parameters.jpg","type":"image\/jpeg"}],"author":"BleuIO","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/#article","isPartOf":{"@id":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/"},"author":{"name":"BleuIO","@id":"https:\/\/www.bleuio.com\/blog\/#\/schema\/person\/89bc581382d5964043f96efc54b75b80"},"headline":"Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters","datePublished":"2024-07-11T23:17:02+00:00","dateModified":"2024-07-12T00:10:22+00:00","mainEntityOfPage":{"@id":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/"},"wordCount":652,"commentCount":0,"image":{"@id":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bleuio.com\/blog\/wp-content\/uploads\/2024\/07\/ble-connection-parameters.jpg","articleSection":["BleuIO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/","url":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/","name":"Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters - BleuIO - Create Bluetooth Low Energy application","isPartOf":{"@id":"https:\/\/www.bleuio.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/#primaryimage"},"image":{"@id":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/#primaryimage"},"thumbnailUrl":"https:\/\/www.bleuio.com\/blog\/wp-content\/uploads\/2024\/07\/ble-connection-parameters.jpg","datePublished":"2024-07-11T23:17:02+00:00","dateModified":"2024-07-12T00:10:22+00:00","author":{"@id":"https:\/\/www.bleuio.com\/blog\/#\/schema\/person\/89bc581382d5964043f96efc54b75b80"},"breadcrumb":{"@id":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/#primaryimage","url":"https:\/\/www.bleuio.com\/blog\/wp-content\/uploads\/2024\/07\/ble-connection-parameters.jpg","contentUrl":"https:\/\/www.bleuio.com\/blog\/wp-content\/uploads\/2024\/07\/ble-connection-parameters.jpg","width":800,"height":430,"caption":"ble connection parameters"},{"@type":"BreadcrumbList","@id":"https:\/\/www.bleuio.com\/blog\/optimize-your-ble-connectivity-using-bleuios-connection-scan-parameters\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bleuio.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Optimize Your BLE Connectivity using BleuIO\u2019s Connection Scan Parameters"}]},{"@type":"WebSite","@id":"https:\/\/www.bleuio.com\/blog\/#website","url":"https:\/\/www.bleuio.com\/blog\/","name":"BleuIO - Create Bluetooth Low Energy application","description":"Learn Bluetooth Low Energy programming and build Bluetooth Low Energy Application","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bleuio.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.bleuio.com\/blog\/#\/schema\/person\/89bc581382d5964043f96efc54b75b80","name":"BleuIO","sameAs":["https:\/\/www.bleuio.com\/blog"],"url":"https:\/\/www.bleuio.com\/blog\/author\/biadmin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/posts\/768","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/comments?post=768"}],"version-history":[{"count":1,"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/posts\/768\/revisions"}],"predecessor-version":[{"id":770,"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/posts\/768\/revisions\/770"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/media\/771"}],"wp:attachment":[{"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/media?parent=768"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/categories?post=768"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bleuio.com\/blog\/wp-json\/wp\/v2\/tags?post=768"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}