{"id":15279,"date":"2026-04-01T12:33:59","date_gmt":"2026-04-01T12:33:59","guid":{"rendered":"https:\/\/elusivedata.io\/?page_id=15279"},"modified":"2026-04-01T12:47:28","modified_gmt":"2026-04-01T12:47:28","slug":"sqlite-forensic-analysis-tool","status":"publish","type":"page","link":"https:\/\/elusivedata.io\/fi\/sqlite-forensic-analysis-tool\/","title":{"rendered":"sqlite-forensic-analysis-tool"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"15279\" class=\"elementor elementor-15279\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d1939a e-flex e-con-boxed e-con e-parent\" data-id=\"7d1939a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d850b62 elementor-widget elementor-widget-html\" data-id=\"d850b62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<section class=\"ed-sqlite-analysis-page\" style=\"max-width: 1120px; margin: 0 auto; padding: 48px 20px; color: #ffffff;\">\n\n  <div style=\"margin-bottom: 40px;\">\n    <p style=\"font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.7; margin: 0 0 10px 0;\">\n      SQLite forensics \u00b7 mobile app data \u00b7 database recovery\n    <\/p>\n\n    <h1 style=\"margin: 0 0 18px 0; font-size: clamp(36px, 5vw, 58px); line-height: 1.05;\">\n      SQLite Forensic Analysis\n    <\/h1>\n\n    <p style=\"font-size: 20px; line-height: 1.65; max-width: 900px; margin: 0 0 18px 0;\">\n      If you work with mobile apps, browser data, or application databases, sooner or later you run into SQLite. At first it looks simple enough \u2014 tables, records, maybe a few familiar fields. But the moment something has been deleted, partially written, moved into the WAL, or stored in a way your tools do not fully explain, the real work begins.\n    <\/p>\n\n    <p style=\"font-size: 18px; line-height: 1.75; max-width: 900px; margin: 0 0 18px 0;\">\n      That is where SQLite forensic analysis becomes essential. It is the process of understanding what is really in the database, where records came from, how changes were written, what was deleted, and what may still be recoverable from WAL files, freelist pages, freeblocks, and other SQLite structures.\n    <\/p>\n\n    <div style=\"display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px;\">\n      <a href=\"\/fi\/sqlite-visualizer\/\" style=\"display:inline-block; padding: 14px 22px; text-decoration: none; border-radius: 999px; font-weight: 600; border: 1px solid #ffffff; color:#ffffff;\">\n        Explore SQLite Visualizer\n      <\/a>\n      <a href=\"\/fi\/sqlite-forensics\/\" style=\"display:inline-block; padding: 14px 22px; text-decoration: none; border-radius: 999px; font-weight: 600; border: 1px solid #ffffff; color:#ffffff;\">\n        SQLite Forensics Training\n      <\/a>\n    <\/div>\n  <\/div>\n\n  <section style=\"margin: 56px 0;\">\n    <div style=\"padding: 24px; border: 1px solid rgba(255,255,255,0.2); border-radius: 18px;\">\n      <h2 style=\"margin-top: 0;\">What is SQLite forensic analysis?<\/h2>\n      <p style=\"line-height: 1.8; margin-bottom: 0;\">\n        SQLite forensic analysis is the process of examining SQLite database files in order to recover deleted records, inspect write-ahead log activity, interpret page structures, decode SQLite internals such as varints and record headers, and reconstruct app data stored by mobile devices and software systems.\n      <\/p>\n    <\/div>\n  <\/section>\n\n  <section style=\"margin: 56px 0;\">\n    <h2>Why SQLite matters in investigations<\/h2>\n    <p style=\"line-height: 1.8;\">\n      SQLite is used by mobile apps, browsers, messaging platforms, and many system components. That means important evidence is often stored inside SQLite databases, WAL files, and related database structures rather than in simple files.\n    <\/p>\n    <p style=\"line-height: 1.8;\">\n      Opening the live database is often only the first step. Deleted records, recent changes, and historical data may exist in WAL files, freelist pages, or freeblocks, and understanding where data lives is often more important than simply browsing tables.\n    <\/p>\n  <\/section>\n\n  <section style=\"margin: 56px 0;\">\n    <h2>Why SQLite is harder than it looks<\/h2>\n    <p style=\"line-height: 1.8;\">\n      SQLite is not just a static database file. It writes data in stages, reuses space, and leaves traces behind. Records may exist in the live database, in the WAL file, in freelist pages, or partially inside freeblocks. Some records may appear deleted but still exist in older pages.\n    <\/p>\n    <p style=\"line-height: 1.8;\">\n      SQLite forensic analysis is about understanding those structures so investigators can explain what happened in the data instead of just viewing tables.\n    <\/p>\n  <\/section>\n\n  <section style=\"margin: 56px 0;\">\n    <h2>What investigators actually need to do<\/h2>\n\n    <div style=\"display:grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap:18px; margin-top: 24px;\">\n      <div style=\"padding:20px; border:1px solid rgba(255,255,255,0.18); border-radius:16px;\">\n        <h3 style=\"margin-top:0;\">Review WAL history<\/h3>\n        <p style=\"margin-bottom:0; line-height:1.7;\">\n          Understand recent database changes and records that may exist only in WAL files.\n        <\/p>\n      <\/div>\n\n      <div style=\"padding:20px; border:1px solid rgba(255,255,255,0.18); border-radius:16px;\">\n        <h3 style=\"margin-top:0;\">Recover deleted records<\/h3>\n        <p style=\"margin-bottom:0; line-height:1.7;\">\n          Recover deleted database records and older content from recoverable SQLite storage areas.\n        <\/p>\n      <\/div>\n\n      <div style=\"padding:20px; border:1px solid rgba(255,255,255,0.18); border-radius:16px;\">\n        <h3 style=\"margin-top:0;\">Freelist and freeblocks<\/h3>\n        <p style=\"margin-bottom:0; line-height:1.7;\">\n          Recover remnants left behind when SQLite reuses database space.\n        <\/p>\n      <\/div>\n\n      <div style=\"padding:20px; border:1px solid rgba(255,255,255,0.18); border-radius:16px;\">\n        <h3 style=\"margin-top:0;\">Varints and structure<\/h3>\n        <p style=\"margin-bottom:0; line-height:1.7;\">\n          Decode SQLite structures and validate recovered records correctly.\n        <\/p>\n      <\/div>\n\n      <div style=\"padding:20px; border:1px solid rgba(255,255,255,0.18); border-radius:16px;\">\n        <h3 style=\"margin-top:0;\">App database analysis<\/h3>\n        <p style=\"margin-bottom:0; line-height:1.7;\">\n          Analyze SQLite databases from iOS apps, Android apps, and other application data sources.\n        <\/p>\n      <\/div>\n\n      <div style=\"padding:20px; border:1px solid rgba(255,255,255,0.18); border-radius:16px;\">\n        <h3 style=\"margin-top:0;\">Validate findings<\/h3>\n        <p style=\"margin-bottom:0; line-height:1.7;\">\n          Explain where records came from and validate evidence before reporting.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section style=\"margin: 56px 0;\">\n    <h2>Write-ahead log (WAL) analysis<\/h2>\n    <p style=\"line-height: 1.8;\">\n      WAL files often contain recent inserts, updates, and deletions that are not fully reflected in the live database. Understanding WAL history is often critical when investigating recent activity.\n    <\/p>\n    <p style=\"line-height: 1.8;\">\n      Related page: <a href=\"\/fi\/write-ahead-log-viewer\/\" style=\"color:#ffffff; text-decoration: underline;\">Write-Ahead Log Viewer<\/a>\n    <\/p>\n  <\/section>\n\n  <section style=\"margin: 56px 0;\">\n    <h2>Recovering deleted database records<\/h2>\n    <p style=\"line-height: 1.8;\">\n      Deleted records may survive in WAL files, freelist pages, freeblocks, or partially overwritten pages. Recovering deleted database records often requires understanding SQLite internals rather than simply searching tables.\n    <\/p>\n    <p style=\"line-height: 1.8;\">\n      Related page: <a href=\"\/fi\/recover-deleted-sqlite-records\/\" style=\"color:#ffffff; text-decoration: underline;\">Recover Deleted SQLite Records<\/a>\n    <\/p>\n  <\/section>\n\n  <section style=\"margin: 56px 0;\">\n    <h2>Freelist pages and freeblocks<\/h2>\n    <p style=\"line-height: 1.8;\">\n      SQLite often leaves traces of deleted records in freelist pages and freeblocks when space is reused. These areas can contain recoverable remnants of older records.\n    <\/p>\n    <p style=\"line-height: 1.8;\">\n      Related page: <a href=\"\/fi\/recover-freelist-pages\/\" style=\"color:#ffffff; text-decoration: underline;\">Recover Freelist Pages<\/a>\n    <\/p>\n  <\/section>\n\n  <section style=\"margin: 56px 0;\">\n    <h2>Varints and SQLite record structure<\/h2>\n    <p style=\"line-height: 1.8;\">\n      SQLite uses variable-length integers called varints to store structural information such as rowids and record lengths. Understanding varints is important when validating records at a low level.\n    <\/p>\n    <p style=\"line-height: 1.8;\">\n      Related page: <a href=\"\/fi\/sqlite-varint-decoder\/\" style=\"color:#ffffff; text-decoration: underline;\">SQLite Varint Decoder<\/a>\n    <\/p>\n  <\/section>\n\n  <section style=\"margin: 56px 0;\">\n    <h2>iOS app analysis, Android app analysis, and smartphone app recovery<\/h2>\n    <p style=\"line-height: 1.8;\">\n      Many mobile apps store their data in SQLite databases. That makes SQLite analysis an important part of smartphone app investigations and mobile forensic workflows.\n    <\/p>\n    <p style=\"line-height: 1.8;\">\n      Related page: <a href=\"\/fi\/ios-android-app-sqlite-analysis\/\" style=\"color:#ffffff; text-decoration: underline;\">iOS and Android App SQLite Analysis<\/a>\n    <\/p>\n  <\/section>\n\n  <section style=\"margin: 56px 0;\">\n    <div style=\"padding: 28px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.2);\">\n      <h2 style=\"margin-top: 0;\">Where SQLite Visualizer fits in<\/h2>\n      <p style=\"line-height: 1.8;\">\n        SQLite Visualizer was created to make SQLite forensic analysis clearer, faster, and easier to explain. It combines visual database exploration, WAL analysis, deleted record recovery, and structure-aware analysis into one workflow so investigators can focus on understanding the data rather than switching between multiple tools.\n      <\/p>\n      <div style=\"display:flex; flex-wrap:wrap; gap:14px; margin-top:20px;\">\n        <a href=\"\/fi\/sqlite-visualizer\/\" style=\"display:inline-block; padding: 14px 22px; text-decoration: none; border-radius: 999px; font-weight: 600; border: 1px solid #ffffff; color:#ffffff;\">\n          Go to SQLite Visualizer\n        <\/a>\n        <a href=\"\/fi\/contact\/\" style=\"display:inline-block; padding: 14px 22px; text-decoration: none; border-radius: 999px; font-weight: 600; border: 1px solid #ffffff; color:#ffffff;\">\n          Book a Demo\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>SQLite forensic analysis tool for investigating WAL files, deleted records, freelist pages, freeblocks, varints, and mobile app databases. Learn how SQLite Visualizer helps investigators recover and validate evidence.<\/p>","protected":false},"author":1,"featured_media":14376,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-15279","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>SQLite Forensic Analysis Tool | WAL, Deleted Record Recovery &amp; Hex Analysis<\/title>\n<meta name=\"description\" content=\"SQLite forensic analysis tool for investigating WAL files, deleted records, freelist pages, freeblocks, varints, and mobile app databases. Learn how SQLite Visualizer helps investigators recover and validate evidence.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elusivedata.io\/fi\/sqlite-forensic-analysis-tool\/\" \/>\n<meta property=\"og:locale\" content=\"fi_FI\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"sqlite-forensic-analysis-tool\" \/>\n<meta property=\"og:description\" content=\"SQLite forensic analysis tool for investigating WAL files, deleted records, freelist pages, freeblocks, varints, and mobile app databases. Learn how SQLite Visualizer helps investigators recover and validate evidence.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elusivedata.io\/fi\/sqlite-forensic-analysis-tool\/\" \/>\n<meta property=\"og:site_name\" content=\"Elusive Data\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-01T12:47:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elusivedata.io\/wp-content\/uploads\/2025\/12\/SQLV.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Arvioitu lukuaika\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minuuttia\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/sqlite-forensic-analysis-tool\\\/\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/sqlite-forensic-analysis-tool\\\/\",\"name\":\"SQLite Forensic Analysis Tool | WAL, Deleted Record Recovery & Hex Analysis\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/sqlite-forensic-analysis-tool\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/sqlite-forensic-analysis-tool\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/SQLV.png\",\"datePublished\":\"2026-04-01T12:33:59+00:00\",\"dateModified\":\"2026-04-01T12:47:28+00:00\",\"description\":\"SQLite forensic analysis tool for investigating WAL files, deleted records, freelist pages, freeblocks, varints, and mobile app databases. Learn how SQLite Visualizer helps investigators recover and validate evidence.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/sqlite-forensic-analysis-tool\\\/#breadcrumb\"},\"inLanguage\":\"fi\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elusivedata.io\\\/sqlite-forensic-analysis-tool\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fi\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/sqlite-forensic-analysis-tool\\\/#primaryimage\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/SQLV.png\",\"contentUrl\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/SQLV.png\",\"width\":1920,\"height\":1080,\"caption\":\"A screen showing SQLite Visualizer \u2013 a SQLite forensic analysis tool for investigating WAL files, deleted records, freelist pages, freeblocks, varints, and mobile app databases.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/sqlite-forensic-analysis-tool\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elusivedata.io\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"sqlite-forensic-analysis-tool\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#website\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/\",\"name\":\"ElusiveData\",\"description\":\"Excellence in Digital Forensics Training and Consulting\",\"publisher\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elusivedata.io\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fi\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#organization\",\"name\":\"ElusiveData\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fi\",\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Asset-3_2x-scaled.png\",\"contentUrl\":\"https:\\\/\\\/elusivedata.io\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/Asset-3_2x-scaled.png\",\"width\":2560,\"height\":370,\"caption\":\"ElusiveData\"},\"image\":{\"@id\":\"https:\\\/\\\/elusivedata.io\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.youtube.com\\\/@elusivedata\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"SQLite Forensic Analysis Tool | WAL, Deleted Record Recovery & Hex Analysis","description":"SQLite forensic analysis tool for investigating WAL files, deleted records, freelist pages, freeblocks, varints, and mobile app databases. Learn how SQLite Visualizer helps investigators recover and validate evidence.","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:\/\/elusivedata.io\/fi\/sqlite-forensic-analysis-tool\/","og_locale":"fi_FI","og_type":"article","og_title":"sqlite-forensic-analysis-tool","og_description":"SQLite forensic analysis tool for investigating WAL files, deleted records, freelist pages, freeblocks, varints, and mobile app databases. Learn how SQLite Visualizer helps investigators recover and validate evidence.","og_url":"https:\/\/elusivedata.io\/fi\/sqlite-forensic-analysis-tool\/","og_site_name":"Elusive Data","article_modified_time":"2026-04-01T12:47:28+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/elusivedata.io\/wp-content\/uploads\/2025\/12\/SQLV.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Arvioitu lukuaika":"3 minuuttia"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elusivedata.io\/sqlite-forensic-analysis-tool\/","url":"https:\/\/elusivedata.io\/sqlite-forensic-analysis-tool\/","name":"SQLite Forensic Analysis Tool | WAL, Deleted Record Recovery & Hex Analysis","isPartOf":{"@id":"https:\/\/elusivedata.io\/#website"},"primaryImageOfPage":{"@id":"https:\/\/elusivedata.io\/sqlite-forensic-analysis-tool\/#primaryimage"},"image":{"@id":"https:\/\/elusivedata.io\/sqlite-forensic-analysis-tool\/#primaryimage"},"thumbnailUrl":"https:\/\/elusivedata.io\/wp-content\/uploads\/2025\/12\/SQLV.png","datePublished":"2026-04-01T12:33:59+00:00","dateModified":"2026-04-01T12:47:28+00:00","description":"SQLite forensic analysis tool for investigating WAL files, deleted records, freelist pages, freeblocks, varints, and mobile app databases. Learn how SQLite Visualizer helps investigators recover and validate evidence.","breadcrumb":{"@id":"https:\/\/elusivedata.io\/sqlite-forensic-analysis-tool\/#breadcrumb"},"inLanguage":"fi","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elusivedata.io\/sqlite-forensic-analysis-tool\/"]}]},{"@type":"ImageObject","inLanguage":"fi","@id":"https:\/\/elusivedata.io\/sqlite-forensic-analysis-tool\/#primaryimage","url":"https:\/\/elusivedata.io\/wp-content\/uploads\/2025\/12\/SQLV.png","contentUrl":"https:\/\/elusivedata.io\/wp-content\/uploads\/2025\/12\/SQLV.png","width":1920,"height":1080,"caption":"A screen showing SQLite Visualizer \u2013 a SQLite forensic analysis tool for investigating WAL files, deleted records, freelist pages, freeblocks, varints, and mobile app databases."},{"@type":"BreadcrumbList","@id":"https:\/\/elusivedata.io\/sqlite-forensic-analysis-tool\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elusivedata.io\/"},{"@type":"ListItem","position":2,"name":"sqlite-forensic-analysis-tool"}]},{"@type":"WebSite","@id":"https:\/\/elusivedata.io\/#website","url":"https:\/\/elusivedata.io\/","name":"ElusiveData","description":"Huippuosaamista digitaalisen rikostekniikan koulutuksessa ja konsultoinnissa","publisher":{"@id":"https:\/\/elusivedata.io\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elusivedata.io\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fi"},{"@type":"Organization","@id":"https:\/\/elusivedata.io\/#organization","name":"ElusiveData","url":"https:\/\/elusivedata.io\/","logo":{"@type":"ImageObject","inLanguage":"fi","@id":"https:\/\/elusivedata.io\/#\/schema\/logo\/image\/","url":"https:\/\/elusivedata.io\/wp-content\/uploads\/2024\/11\/Asset-3_2x-scaled.png","contentUrl":"https:\/\/elusivedata.io\/wp-content\/uploads\/2024\/11\/Asset-3_2x-scaled.png","width":2560,"height":370,"caption":"ElusiveData"},"image":{"@id":"https:\/\/elusivedata.io\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.youtube.com\/@elusivedata"]}]}},"_links":{"self":[{"href":"https:\/\/elusivedata.io\/fi\/wp-json\/wp\/v2\/pages\/15279","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elusivedata.io\/fi\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elusivedata.io\/fi\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/fi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/fi\/wp-json\/wp\/v2\/comments?post=15279"}],"version-history":[{"count":7,"href":"https:\/\/elusivedata.io\/fi\/wp-json\/wp\/v2\/pages\/15279\/revisions"}],"predecessor-version":[{"id":15287,"href":"https:\/\/elusivedata.io\/fi\/wp-json\/wp\/v2\/pages\/15279\/revisions\/15287"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/elusivedata.io\/fi\/wp-json\/wp\/v2\/media\/14376"}],"wp:attachment":[{"href":"https:\/\/elusivedata.io\/fi\/wp-json\/wp\/v2\/media?parent=15279"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}