{"id":6443,"date":"2019-03-26T13:13:09","date_gmt":"2019-03-26T12:13:09","guid":{"rendered":"http:\/\/wordpress.semnaitik.com\/?p=6443"},"modified":"2025-01-25T10:26:57","modified_gmt":"2025-01-25T09:26:57","slug":"sqlite-error-database-is-locked-code-5","status":"publish","type":"post","link":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/","title":{"rendered":"SQLite Error Database is Locked- How to Resolve?"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><em>Facing SQLite database is locked error code 5? Having difficulties while performing operations or transactions in the database. Do not worry. You\u2019ll get to know how to resolve this error using both manual and alternate methods.<\/em><\/p>\n<\/blockquote>\n\n\n\n<p><a href=\"https:\/\/www.sysinfotools.com\/demo-version\/SysInfoTools-SQLite-Database-Recovery.exe\"><img decoding=\"async\" width=\"229\" height=\"41\" src=\"https:\/\/wordpress.semnaitik.com\/wp-content\/uploads\/2020\/12\/dwn-fr-win-1.png\" alt=\"win-dwn\" class=\"wp-image-7071\"><\/a> &nbsp; &nbsp; <a href=\"https:\/\/www.sysinfotools.com\/buy-sqlite-database-recovery.html\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" src=\"http:\/\/wordpress.semnaitik.com\/wp-content\/uploads\/2022\/01\/buynow-fr-win-1-1.png\" alt=\"download win\"><\/a><\/p>\n\n\n\n<p>SQLite is a database management system which is operated in C language programming library. If you are an SQLite user, you must have come across the error Database is locked. It is one of the frequent errors.<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Causes for SQLite Error Database is locked code 5<\/strong><\/h2>\n\n\n\n<p>Usually, this error code appears whenever an SQLite user intends to perform two inappropriate transactions or operations in a database on the same data connection and on the same other details. <\/p>\n\n\n\n<p>The error message indicates that a similar operation can not be performed as there is an encounter with the transaction using the same database connection or a different database connection using shared cache.<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Various scenarios of SQLite error database is locked<\/strong><\/h2>\n\n\n\n<p>Some of the situations and scenarios under which there are chances of occurrence of error code 5 SQLite database is locked are as:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>When you use a table to write and on which the SELECT operations is previously activated.<\/li>\n\n\n\n<li>The database gets locked in a situation when you try to DROP or CREATE an index or table while SELECT statement is still in a pending state. The main reason behind it is the misconception of the users that if the Sqlite3_() returns the SQLITE_DONE value, the SELECT statement is finished. However, there is a different scenario because the SELECT statement is not considered to be completed until Sqlite3_reset() or Sqlite3_finalize() are called.<\/li>\n\n\n\n<li>When you try two &nbsp;SELECT operations on same table at same time in an application having multiple threads and SQLite is not allowed for the same, there are chances that the database may get locked.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Manual method to fix SQLite error Database is locked code 5<\/strong><\/h3>\n\n\n\n<p>One of the best way to resolve this SQLite database is locked error is to create a database backup having no locks on it. After doing that, you need to replace the original database with its backed up copy. You can go through the below scripts to perform the same task. Here, <strong>.x.Sqlite is meant as Sqlite database file.<\/strong><\/p>\n\n\n\n<p><strong>$Sqlite3 .x.Sqlite<\/strong><\/p>\n\n\n\n<p><strong>Sqlite&gt; .backup main backup.Sqlite<\/strong><\/p>\n\n\n\n<p><strong>Sqlite&gt; .exit<\/strong><\/p>\n\n\n\n<p>In the same directory, you\u2019ll have backup file named as backup.Sqlite. You need to replace your old database file with the new backup file copy of the SQLite database. The backup file is not locked up and hence the SQLite error database is locked code 5 will not appear.<br><\/p>\n\n\n\n<p><strong>$mv .x.Sqlite old.Sqlite<\/strong><\/p>\n\n\n\n<p><strong>$mv backup.Sqlite .x.Sqlite<\/strong><\/p>\n\n\n\n<p>Once the above script gets successfully executed, you can use your database with full access. Ensure that both read and write operations are allowed to run on the database. After that, you can delete the old file having SQLite database.<\/p>\n\n\n\n<p><strong>You may also read: <\/strong><a href=\"http:\/\/wordpress.semnaitik.com\/repair-sqlite-database\/\"><strong>Repair SQLite Database<\/strong><\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Alternative to resolve SQLite database is locked error<\/strong><\/h3>\n\n\n\n<p>If you are having difficulty in manual methods or using <g class=\"gr_ gr_34 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins replaceWithoutSep\" id=\"34\" data-gr-id=\"34\">manual<\/g> method the problem doesn\u2019t get resolved, you can use the alternate method of using an <a href=\"https:\/\/www.sysinfotools.com\/sqlite-database-recovery.html\">SQLite Database Recovery software<\/a>. It successfully recovers all the SQLite database and fixes the corruptions in the database created by both SQLite2 and SQLite3. Also, it is an efficient tool that is built up with <g class=\"gr_ gr_35 gr-alert gr_gramm gr_inline_cards gr_run_anim Grammar only-ins replaceWithoutSep\" id=\"35\" data-gr-id=\"35\">advanced<\/g> algorithm. It successfully fixes the SQLite error code 5 database is locked.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>In this technical article, we have come across the SQLite error Database is locked, reasons behind its occurrence and the possible manual and expert methods to resolve this particular error. Go through these solutions as per your choice. Hope the article helps.<br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Facing SQLite database is locked error code 5? Having difficulties while performing operations or transactions in the database. Do not<a class=\"read-more ml-1 main-read-more\" href=\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/\">Read More<\/a><\/p>\n","protected":false},"author":1,"featured_media":6445,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[285],"tags":[],"class_list":["post-6443","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-file-data-recovery"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SQLite Error Database is Locked- How to resolve?<\/title>\n<meta name=\"description\" content=\"SQLite error database is locked is one of the frequent errors in SQLite database. This SQLite database is locked error generally arises when two SELECT operations are selected at the same time in same database connection.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SQLite Error Database is Locked- How to resolve?\" \/>\n<meta property=\"og:description\" content=\"SQLite error database is locked is one of the frequent errors in SQLite database. This SQLite database is locked error generally arises when two SELECT operations are selected at the same time in same database connection.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/naitik.semwaal.5\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-26T12:13:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-25T09:26:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wordpress.semnaitik.com\/blog\/wp-content\/uploads\/2019\/03\/sqlite-error-database-is-locked-code5.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"698\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Danish\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Danish\" \/>\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:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/\"},\"author\":{\"name\":\"Danish\",\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/#\/schema\/person\/2a69018b8418db3a31ca2d0a0a3e2c77\"},\"headline\":\"SQLite Error Database is Locked- How to Resolve?\",\"datePublished\":\"2019-03-26T12:13:09+00:00\",\"dateModified\":\"2025-01-25T09:26:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/\"},\"wordCount\":627,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordpress.semnaitik.com\/blog\/wp-content\/uploads\/2019\/03\/sqlite-error-database-is-locked-code5.jpg\",\"articleSection\":[\"Data Recovery\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/\",\"url\":\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/\",\"name\":\"SQLite Error Database is Locked- How to resolve?\",\"isPartOf\":{\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordpress.semnaitik.com\/blog\/wp-content\/uploads\/2019\/03\/sqlite-error-database-is-locked-code5.jpg\",\"datePublished\":\"2019-03-26T12:13:09+00:00\",\"dateModified\":\"2025-01-25T09:26:57+00:00\",\"author\":{\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/#\/schema\/person\/2a69018b8418db3a31ca2d0a0a3e2c77\"},\"description\":\"SQLite error database is locked is one of the frequent errors in SQLite database. This SQLite database is locked error generally arises when two SELECT operations are selected at the same time in same database connection.\",\"breadcrumb\":{\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#primaryimage\",\"url\":\"https:\/\/wordpress.semnaitik.com\/blog\/wp-content\/uploads\/2019\/03\/sqlite-error-database-is-locked-code5.jpg\",\"contentUrl\":\"https:\/\/wordpress.semnaitik.com\/blog\/wp-content\/uploads\/2019\/03\/sqlite-error-database-is-locked-code5.jpg\",\"width\":698,\"height\":400,\"caption\":\"sqlite database is locked error code 5\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wordpress.semnaitik.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SQLite Error Database is Locked- How to Resolve?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/#website\",\"url\":\"https:\/\/wordpress.semnaitik.com\/blog\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wordpress.semnaitik.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wordpress.semnaitik.com\/blog\/#\/schema\/person\/2a69018b8418db3a31ca2d0a0a3e2c77\",\"name\":\"Danish\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/be8cb8e17fe5afcda9b1aeea9726aaedbd8e1a8c1418f44f8b6ebc679cc527b4?s=96&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/be8cb8e17fe5afcda9b1aeea9726aaedbd8e1a8c1418f44f8b6ebc679cc527b4?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/be8cb8e17fe5afcda9b1aeea9726aaedbd8e1a8c1418f44f8b6ebc679cc527b4?s=96&r=g\",\"caption\":\"Danish\"},\"sameAs\":[\"http:\/\/semnaitik.com\/\",\"https:\/\/www.facebook.com\/naitik.semwaal.5\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SQLite Error Database is Locked- How to resolve?","description":"SQLite error database is locked is one of the frequent errors in SQLite database. This SQLite database is locked error generally arises when two SELECT operations are selected at the same time in same database connection.","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:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/","og_locale":"en_US","og_type":"article","og_title":"SQLite Error Database is Locked- How to resolve?","og_description":"SQLite error database is locked is one of the frequent errors in SQLite database. This SQLite database is locked error generally arises when two SELECT operations are selected at the same time in same database connection.","og_url":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/","article_author":"https:\/\/www.facebook.com\/naitik.semwaal.5","article_published_time":"2019-03-26T12:13:09+00:00","article_modified_time":"2025-01-25T09:26:57+00:00","og_image":[{"width":698,"height":400,"url":"https:\/\/wordpress.semnaitik.com\/blog\/wp-content\/uploads\/2019\/03\/sqlite-error-database-is-locked-code5.jpg","type":"image\/jpeg"}],"author":"Danish","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Danish","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#article","isPartOf":{"@id":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/"},"author":{"name":"Danish","@id":"https:\/\/wordpress.semnaitik.com\/blog\/#\/schema\/person\/2a69018b8418db3a31ca2d0a0a3e2c77"},"headline":"SQLite Error Database is Locked- How to Resolve?","datePublished":"2019-03-26T12:13:09+00:00","dateModified":"2025-01-25T09:26:57+00:00","mainEntityOfPage":{"@id":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/"},"wordCount":627,"commentCount":0,"image":{"@id":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#primaryimage"},"thumbnailUrl":"https:\/\/wordpress.semnaitik.com\/blog\/wp-content\/uploads\/2019\/03\/sqlite-error-database-is-locked-code5.jpg","articleSection":["Data Recovery"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/","url":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/","name":"SQLite Error Database is Locked- How to resolve?","isPartOf":{"@id":"https:\/\/wordpress.semnaitik.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#primaryimage"},"image":{"@id":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#primaryimage"},"thumbnailUrl":"https:\/\/wordpress.semnaitik.com\/blog\/wp-content\/uploads\/2019\/03\/sqlite-error-database-is-locked-code5.jpg","datePublished":"2019-03-26T12:13:09+00:00","dateModified":"2025-01-25T09:26:57+00:00","author":{"@id":"https:\/\/wordpress.semnaitik.com\/blog\/#\/schema\/person\/2a69018b8418db3a31ca2d0a0a3e2c77"},"description":"SQLite error database is locked is one of the frequent errors in SQLite database. This SQLite database is locked error generally arises when two SELECT operations are selected at the same time in same database connection.","breadcrumb":{"@id":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#primaryimage","url":"https:\/\/wordpress.semnaitik.com\/blog\/wp-content\/uploads\/2019\/03\/sqlite-error-database-is-locked-code5.jpg","contentUrl":"https:\/\/wordpress.semnaitik.com\/blog\/wp-content\/uploads\/2019\/03\/sqlite-error-database-is-locked-code5.jpg","width":698,"height":400,"caption":"sqlite database is locked error code 5"},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.semnaitik.com\/blog\/sqlite-error-database-is-locked-code-5\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordpress.semnaitik.com\/blog\/"},{"@type":"ListItem","position":2,"name":"SQLite Error Database is Locked- How to Resolve?"}]},{"@type":"WebSite","@id":"https:\/\/wordpress.semnaitik.com\/blog\/#website","url":"https:\/\/wordpress.semnaitik.com\/blog\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordpress.semnaitik.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wordpress.semnaitik.com\/blog\/#\/schema\/person\/2a69018b8418db3a31ca2d0a0a3e2c77","name":"Danish","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/be8cb8e17fe5afcda9b1aeea9726aaedbd8e1a8c1418f44f8b6ebc679cc527b4?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/be8cb8e17fe5afcda9b1aeea9726aaedbd8e1a8c1418f44f8b6ebc679cc527b4?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/be8cb8e17fe5afcda9b1aeea9726aaedbd8e1a8c1418f44f8b6ebc679cc527b4?s=96&r=g","caption":"Danish"},"sameAs":["http:\/\/semnaitik.com\/","https:\/\/www.facebook.com\/naitik.semwaal.5"]}]}},"_links":{"self":[{"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/posts\/6443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/comments?post=6443"}],"version-history":[{"count":5,"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/posts\/6443\/revisions"}],"predecessor-version":[{"id":8118,"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/posts\/6443\/revisions\/8118"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/media\/6445"}],"wp:attachment":[{"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/media?parent=6443"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/categories?post=6443"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.semnaitik.com\/blog\/wp-json\/wp\/v2\/tags?post=6443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}