{"id":9058,"date":"2025-06-17T15:28:18","date_gmt":"2025-06-17T14:28:18","guid":{"rendered":"https:\/\/pixelfield.co.uk\/blog\/?p=9058"},"modified":"2025-05-23T09:16:40","modified_gmt":"2025-05-23T08:16:40","slug":"native-app","status":"publish","type":"post","link":"https:\/\/pixelfield.co.uk\/blog\/native-app\/","title":{"rendered":"What is a Native App?"},"content":{"rendered":"\n<p>If you\u2019ve ever downloaded an app directly from the App Store or Google Play, there\u2019s a good chance it was a native app. They\u2019re built specifically for one platform &#8211; iOS or Android &#8211; and tend to feel fast, seamless, and responsive. But are they always the best choice for your business? Not necessarily.<\/p>\n\n\n\n<p>At Pixelfield, we like to be as clear and transparent as possible, right from the start. And while native apps have their advantages, sometimes they\u2019re simply not necessary. We\u2019re firm believers in building smart, scalable solutions that align with your goals, and finding the best way to reach these goals while staying within your budget. So if that means suggesting a hybrid approach rather than a native app, we\u2019ll propose it.&nbsp;<\/p>\n\n\n\n<p>So, let\u2019s explore what a native app is, how it compares to other types of apps, and most importantly \u2014 when it\u2019s the right choice.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Native Apps Work<\/h2>\n\n\n\n<p>A native app is built using the programming language and tools specific to one platform. For iOS, that\u2019s usually Swift or Objective-C. For Android, it\u2019s Kotlin or Java. These apps run directly on the operating system, which means they can tap into every available feature \u2014 from the camera to the GPS, accelerometer, and push notifications. Because of this tight integration with the device, native apps tend to be lightning fast. You\u2019ll notice smoother animations, faster load times, and fewer glitches \u2014 especially when handling complex functionality. But that performance doesn\u2019t come cheap.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Key Advantages of Native Apps<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Faster Performance<\/h3>\n\n\n\n<p>Since native apps are built specifically for one platform, they run more efficiently and respond more quickly to user input. That\u2019s especially useful for graphics-heavy apps or anything demanding real-time responsiveness. That said, the performance gap between native and hybrid apps has narrowed massively. Unless you&#8217;re building something technically intense, users likely won\u2019t notice the difference.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Full Access to Device Features&nbsp;<\/h3>\n\n\n\n<p>Native development is ideal when full control over device features\u2014like the camera, GPS, or biometrics\u2014is essential. For many business apps, though, that level of control isn&#8217;t always necessary. Today, frameworks like React Native and Flutter have significantly closed the gap, offering robust access to common device capabilities without requiring a fully native approach.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reliable Offline Functionality&nbsp;<\/h3>\n\n\n\n<p>Native apps are inherently better suited for offline performance, thanks to direct access to local storage, background services, and optimized system-level caching. While hybrid apps <em>can<\/em> offer offline capabilities, achieving the same reliability and responsiveness typically requires more engineering effort. For use cases where seamless offline functionality is critical\u2014like field tools or travel apps\u2014native is often the more dependable choice.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Familiar UI\/UX\u00a0<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"682\" src=\"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/06\/what-is-a-native-app--1024x682.jpg\" alt=\"Finger pushing red up arrow which it opposite direction from black down arrow\" class=\"wp-image-9077\" srcset=\"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/06\/what-is-a-native-app--1024x682.jpg 1024w, https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/06\/what-is-a-native-app--300x200.jpg 300w, https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/06\/what-is-a-native-app--768x512.jpg 768w, https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/06\/what-is-a-native-app-.jpg 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Native apps are built with the platform\u2019s own design language \u2014 Material Design for Android, Human Interface Guidelines for iOS \u2014 which means they automatically align with user expectations. While a hybrid app <em>can<\/em> be made to look native, it often requires extra effort to match the nuances of each platform. If you&#8217;re investing properly in <a href=\"https:\/\/pixelfield.co.uk\/app-development-agency-london\/\">designing user-friendly mobile interfaces<\/a>, you won&#8217;t lose anything by going hybrid.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Disadvantages of Native Apps<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Higher Development Costs<\/h3>\n\n\n\n<p>You\u2019ll need two separate codebases \u2014 one for iOS and one for Android \u2014 which means hiring multiple developers or teams, and doubling your budget.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Slower Time to Market<\/h3>\n\n\n\n<p>Two apps = two development cycles. That\u2019s more time before your product sees the light of day.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Expensive to Maintain<\/h3>\n\n\n\n<p>One of the most <a href=\"https:\/\/pixelfield.co.uk\/blog\/questions-to-ask-an-app-developer\/\">important questions to ask<\/a> is how expensive an app will be to maintain. With a native app, bug fixes, new features, and OS updates all need to be implemented twice. That means more ongoing effort and cost over time.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Native App vs Web App vs Hybrid App<\/h2>\n\n\n\n<p>Let\u2019s break it down:<\/p>\n\n\n\n<p><strong>1. Type of App \u2013 Built With<\/strong><\/p>\n\n\n\n<ul>\n<li><strong>Native App<\/strong>: Platform-specific code (e.g., Swift for iOS, Kotlin for Android)<\/li>\n\n\n\n<li><strong>Web App<\/strong>: HTML, CSS, and JavaScript<\/li>\n\n\n\n<li><strong>Hybrid App<\/strong>: Web technologies wrapped in a native shell (e.g., React Native, Flutter)<\/li>\n<\/ul>\n\n\n\n<p><strong>2. Runs On<\/strong><\/p>\n\n\n\n<ul>\n<li><strong>Native App<\/strong>: iOS and Android (separately for each)<\/li>\n\n\n\n<li><strong>Web App<\/strong>: Web browser (any device)<\/li>\n\n\n\n<li><strong>Hybrid App<\/strong>: iOS and Android (same codebase)<\/li>\n<\/ul>\n\n\n\n<p><strong>3. Pros<\/strong><\/p>\n\n\n\n<ul>\n<li><strong>Native App<\/strong>: Best performance and full access to device features<\/li>\n\n\n\n<li><strong>Web App<\/strong>: Fast to build and budget-friendly<\/li>\n\n\n\n<li><strong>Hybrid App<\/strong>: One codebase, quicker launch, decent performance<\/li>\n<\/ul>\n\n\n\n<p><strong>4. Cons<\/strong><\/p>\n\n\n\n<ul>\n<li><strong>Native App<\/strong>: Expensive, longer development time, requires two codebases<\/li>\n\n\n\n<li><strong>Web App<\/strong>: Limited device capabilities and lower performance<\/li>\n\n\n\n<li><strong>Hybrid App<\/strong>: May not match native smoothness; occasional bugs or inconsistencies<\/li>\n<\/ul>\n\n\n\n<p>For 90% of use cases \u2014 especially MVPs, internal tools, or early-stage products \u2014 hybrid apps win hands down. You get native-like functionality without the native price tag.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When Should You Choose a Native App?<\/h2>\n\n\n\n<p>When it comes to deciding whether or not to opt for a native app, it all depends on what you\u2019re trying to build.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">High-Performance Gaming<\/h3>\n\n\n\n<p>If you\u2019re building a graphics-heavy mobile game that needs every last drop of performance, native might be your best option.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Real-Time Processing<\/h3>\n\n\n\n<p>Apps that rely on real-time processing\u2014like live video, audio streaming, or low-latency camera access\u2014often benefit from native development due to the need for direct access to hardware-level performance and system APIs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Enterprise-Level User Base<\/h3>\n\n\n\n<p>If you\u2019ve already got a massive user base and the budget to support fully native development across platforms, it might be worth considering.<\/p>\n\n\n\n<p>But again \u2014 that\u2019s the exception, not the rule. Most businesses are better off investing in smart UX and flexible builds that balance performance with practicality.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Final Thoughts<\/h2>\n\n\n\n<p>So, what is a native app? It\u2019s a mobile app built specifically for one operating system \u2014 and while that gives you speed and power, it also gives you complexity, cost, and duplication. At Pixelfield, we\u2019ve chosen not to offer native app development because we think there&#8217;s a better way \u2014 one that prioritises your budget, your timeline, and your business goals. We\u2019ll always steer you toward the smartest solution, not the flashiest.<\/p>\n\n\n\n<p>Want help figuring out what approach makes the most sense for your idea <a href=\"https:\/\/pixelfield.co.uk\/contact\/\">Let\u2019s talk<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you\u2019ve ever downloaded an app directly from the App Store or Google Play, there\u2019s a good chance it was a native app. They\u2019re built specifically for one platform &#8211; iOS or Android &#8211; and tend to feel fast, seamless, and responsive. But are they always the best choice for your business? Not necessarily. At&#8230;<\/p>\n","protected":false},"author":8,"featured_media":9078,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is a Native App?<\/title>\n<meta name=\"description\" content=\"Learn what a native app is, how it differs from web and hybrid apps, and why it&#039;s ideal for performance, speed, and user experience on mobile platforms.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pixelfield.co.uk\/blog\/native-app\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is a Native App?\" \/>\n<meta property=\"og:description\" content=\"Learn what a native app is, how it differs from web and hybrid apps, and why it&#039;s ideal for performance, speed, and user experience on mobile platforms.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pixelfield.co.uk\/blog\/native-app\/\" \/>\n<meta property=\"og:site_name\" content=\"Pixelfield blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-06-17T14:28:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-23T08:16:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/06\/what-is-a-native-app.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"853\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Pixelfield\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pixelfield\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/native-app\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/native-app\/\"},\"author\":{\"name\":\"Pixelfield\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/4782a4ba3fa28613f8ae56c3ee55a927\"},\"headline\":\"What is a Native App?\",\"datePublished\":\"2025-06-17T14:28:18+00:00\",\"dateModified\":\"2025-05-23T08:16:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/native-app\/\"},\"wordCount\":1010,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#organization\"},\"articleSection\":[\"Development\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/pixelfield.co.uk\/blog\/native-app\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/native-app\/\",\"url\":\"https:\/\/pixelfield.co.uk\/blog\/native-app\/\",\"name\":\"What is a Native App?\",\"isPartOf\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#website\"},\"datePublished\":\"2025-06-17T14:28:18+00:00\",\"dateModified\":\"2025-05-23T08:16:40+00:00\",\"description\":\"Learn what a native app is, how it differs from web and hybrid apps, and why it's ideal for performance, speed, and user experience on mobile platforms.\",\"breadcrumb\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/native-app\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pixelfield.co.uk\/blog\/native-app\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/native-app\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pixelfield.co.uk\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What is a Native App?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#website\",\"url\":\"https:\/\/pixelfield.co.uk\/blog\/\",\"name\":\"Pixelfield blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pixelfield.co.uk\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#organization\",\"name\":\"Pixelfield\",\"url\":\"https:\/\/pixelfield.co.uk\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2021\/09\/logo_pixelfield.png\",\"contentUrl\":\"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2021\/09\/logo_pixelfield.png\",\"width\":600,\"height\":600,\"caption\":\"Pixelfield\"},\"image\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/4782a4ba3fa28613f8ae56c3ee55a927\",\"name\":\"Pixelfield\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/352f17c0518afd375a365bdf07b852e8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/352f17c0518afd375a365bdf07b852e8?s=96&d=mm&r=g\",\"caption\":\"Pixelfield\"},\"url\":\"https:\/\/pixelfield.co.uk\/blog\/author\/pixelfield\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is a Native App?","description":"Learn what a native app is, how it differs from web and hybrid apps, and why it's ideal for performance, speed, and user experience on mobile platforms.","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:\/\/pixelfield.co.uk\/blog\/native-app\/","og_locale":"en_GB","og_type":"article","og_title":"What is a Native App?","og_description":"Learn what a native app is, how it differs from web and hybrid apps, and why it's ideal for performance, speed, and user experience on mobile platforms.","og_url":"https:\/\/pixelfield.co.uk\/blog\/native-app\/","og_site_name":"Pixelfield blog","article_published_time":"2025-06-17T14:28:18+00:00","article_modified_time":"2025-05-23T08:16:40+00:00","og_image":[{"width":1280,"height":853,"url":"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/06\/what-is-a-native-app.jpg","type":"image\/jpeg"}],"author":"Pixelfield","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pixelfield","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pixelfield.co.uk\/blog\/native-app\/#article","isPartOf":{"@id":"https:\/\/pixelfield.co.uk\/blog\/native-app\/"},"author":{"name":"Pixelfield","@id":"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/4782a4ba3fa28613f8ae56c3ee55a927"},"headline":"What is a Native App?","datePublished":"2025-06-17T14:28:18+00:00","dateModified":"2025-05-23T08:16:40+00:00","mainEntityOfPage":{"@id":"https:\/\/pixelfield.co.uk\/blog\/native-app\/"},"wordCount":1010,"commentCount":0,"publisher":{"@id":"https:\/\/pixelfield.co.uk\/blog\/#organization"},"articleSection":["Development"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pixelfield.co.uk\/blog\/native-app\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pixelfield.co.uk\/blog\/native-app\/","url":"https:\/\/pixelfield.co.uk\/blog\/native-app\/","name":"What is a Native App?","isPartOf":{"@id":"https:\/\/pixelfield.co.uk\/blog\/#website"},"datePublished":"2025-06-17T14:28:18+00:00","dateModified":"2025-05-23T08:16:40+00:00","description":"Learn what a native app is, how it differs from web and hybrid apps, and why it's ideal for performance, speed, and user experience on mobile platforms.","breadcrumb":{"@id":"https:\/\/pixelfield.co.uk\/blog\/native-app\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pixelfield.co.uk\/blog\/native-app\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pixelfield.co.uk\/blog\/native-app\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pixelfield.co.uk\/blog\/"},{"@type":"ListItem","position":2,"name":"What is a Native App?"}]},{"@type":"WebSite","@id":"https:\/\/pixelfield.co.uk\/blog\/#website","url":"https:\/\/pixelfield.co.uk\/blog\/","name":"Pixelfield blog","description":"","publisher":{"@id":"https:\/\/pixelfield.co.uk\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pixelfield.co.uk\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/pixelfield.co.uk\/blog\/#organization","name":"Pixelfield","url":"https:\/\/pixelfield.co.uk\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2021\/09\/logo_pixelfield.png","contentUrl":"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2021\/09\/logo_pixelfield.png","width":600,"height":600,"caption":"Pixelfield"},"image":{"@id":"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/4782a4ba3fa28613f8ae56c3ee55a927","name":"Pixelfield","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/352f17c0518afd375a365bdf07b852e8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/352f17c0518afd375a365bdf07b852e8?s=96&d=mm&r=g","caption":"Pixelfield"},"url":"https:\/\/pixelfield.co.uk\/blog\/author\/pixelfield\/"}]}},"_links":{"self":[{"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/posts\/9058"}],"collection":[{"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=9058"}],"version-history":[{"count":2,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/posts\/9058\/revisions"}],"predecessor-version":[{"id":9079,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/posts\/9058\/revisions\/9079"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/media\/9078"}],"wp:attachment":[{"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=9058"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=9058"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=9058"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}