{"id":1006,"date":"2024-08-15T13:35:16","date_gmt":"2024-08-15T13:35:16","guid":{"rendered":"https:\/\/blog.200oksolutions.com\/?p=1006"},"modified":"2025-12-04T07:44:08","modified_gmt":"2025-12-04T07:44:08","slug":"creating-ios-widgets-with-widgetkit-and-swiftui","status":"publish","type":"post","link":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/","title":{"rendered":"Creating Widgets in iOS with App Extensions"},"content":{"rendered":"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Creating Widgets in iOS with WidgetKit and SwiftUI\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/cNhqTv32Xio?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>Widgets have become an integral part of the iOS experience, offering users a quick way to access essential information right from their home screen. In this blog, we&#8217;ll explore how to create a widget in iOS using an extension, from setting up your project to customizing the widget&#8217;s interface and functionality.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Here&#8217;s an overview of how iOS widgets work:<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>WidgetKit Framework:<\/strong>  <br><span style=\"font-family: var(--wp--preset--font-family--raleway); font-size: revert; background-color: var(--wp--preset--color--white); color: var(--wp--preset--color--text-primary);\">Widgets in iOS are built using the WidgetKit framework. This framework provides the necessary tools to create, configure, and manage widgets. Widgets are written in Swift and built using SwiftUI, a declarative UI framework that allows developers to create the widget&#8217;s user interface.<\/span><pre><code>import WidgetKit <br>import SwiftU<\/code><\/pre><\/li>\n\n\n\n<li><strong>Widget Architecture:<\/strong><br>Widgets are different from apps in that they don&#8217;t have a full-fledged UI or navigation. They are instead designed to display a small amount of content or allow for specific interactions. A widget consists of three main parts:\n<ul class=\"wp-block-list\">\n<li><strong>View:<\/strong> Defines the widget&#8217;s user interface using SwiftUI.<\/li>\n\n\n\n<li><strong>Timeline Provider:<\/strong> Specifies when the widget&#8217;s content should be updated. Widgets can be static (rarely changing) or dynamic (regularly updated based on time or events).<\/li>\n\n\n\n<li><strong>Entry:<\/strong> Represents the data the widget displays at a particular point.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Widget Sizes:<\/strong><br>Widgets come in different sizes, allowing<br>users to choose the one that best fits their needs and home screen layout. The<br>sizes are:\n<ul class=\"wp-block-list\">\n<li><strong>Small:<\/strong> Displays minimal information.<\/li>\n\n\n\n<li><strong>Medium:<\/strong> Displays more content, such as a combination of text and images.<\/li>\n\n\n\n<li><strong>Large:<\/strong> Provides the most space for content, often used for complex data visualization or multiple pieces of information.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Data Updates:<\/strong> <br><span style=\"font-family: var(--wp--preset--font-family--raleway); font-size: revert; background-color: var(--wp--preset--color--white); color: var(--wp--preset--color--text-primary);\">Widgets use a timeline to update content at specified intervals or in the background, ensuring the displayed information is current.<\/span>    <\/li>\n\n\n\n<li><strong>User Interaction:<\/strong> <br><span style=\"font-family: var(--wp--preset--font-family--raleway); font-size: revert; background-color: var(--wp--preset--color--white); color: var(--wp--preset--color--text-primary);\">Widgets allow limited interaction, like tapping to open the app or perform quick tasks, but don\u2019t support complex navigation<\/span><\/li>\n\n\n\n<li><strong>Configuration:<\/strong> <br><span style=\"font-family: var(--wp--preset--font-family--raleway); font-size: revert; background-color: var(--wp--preset--color--white); color: var(--wp--preset--color--text-primary);\">Users can customize widgets by selecting data sources or options, such as choosing a location in a weather widget<\/span><\/li>\n\n\n\n<li><strong>Widget Lifecycle:<\/strong> <br>Widgets are lightweight and only refresh based<br>on the timeline or when requested, to conserve resources<\/li>\n\n\n\n<li><strong>Adding Widgets:<\/strong> <br>Users add widgets by entering &#8220;Jiggle mode,&#8221; selecting from the widget gallery, and customizing placement or size on the Home or Lock screen.<\/li>\n\n\n\n<li><strong>Widget Intent:<\/strong> <br>Some widgets use Intents for personalized content, like displaying specific calendar events or reminders<\/li>\n\n\n\n<li><strong>Performance Considerations:<\/strong> <br>Widgets should be efficient, with minimal code execution and infrequent data updates to save battery life<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Let\u2019s review the code step by step.<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Creating a New Widget Extension<\/h3>\n\n\n\n<p>To start, open Xcode and either create a new project or use an existing one. Here&#8217;s how to add a widget extension to your project:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>File &gt; New &gt; Target:<\/strong> This opens the target selection window.<\/li>\n\n\n\n<li><strong>Choose Widget Extension:<\/strong> Select this from the list and click Next.<\/li>\n\n\n\n<li><strong>Name Your Widget:<\/strong> Provide a name that reflects your widget&#8217;s purpose, and click Finish. Xcode will generate a new target and the necessary files for your widget.<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"626\" height=\"355\" src=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/08\/Picture1-1.webp\" alt=\"\" class=\"wp-image-1007\" srcset=\"https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/08\/Picture1-1.webp 626w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/08\/Picture1-1-300x170.webp 300w\" sizes=\"(max-width: 626px) 100vw, 626px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">2. Configuring the Widget\u2019s Functionality<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Widget Struct:<\/strong><br><span style=\"font-family: var(--wp--preset--font-family--raleway); font-size: revert; background-color: var(--wp--preset--color--white); color: var(--wp--preset--color--text-primary);\">Defines your widget&#8217;s configuration, including data display and appearance. It comes pre-populated with basic template code.<\/span><\/li>\n\n\n\n<li><strong>TimelineProvider and Data Management:<\/strong> <br><span style=\"background-color: rgba(64, 64, 64, 0.2); font-family: var(--wp--preset--font-family--raleway); font-size: revert; color: var(--wp--preset--color--text-primary);\">Manages data updates for your widget&#8217;s timeline. Customize it to fetch and display dynamic data, whether from a remote server or local app data.<\/span><br>    <\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"626\" height=\"385\" src=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/08\/Picture2.webp\" alt=\"\" class=\"wp-image-1008\" srcset=\"https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/08\/Picture2.webp 626w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/08\/Picture2-300x185.webp 300w\" sizes=\"(max-width: 626px) 100vw, 626px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">3. Designing the Widget\u2019s UI<\/h3>\n\n\n\n<p>The <code>TrialWidgetEntryView<\/code> struct is where you define the widget&#8217;s appearance using SwiftUI. This view is responsible for displaying the data provided by the Provider.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"539\" height=\"301\" src=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/08\/Picture3.webp\" alt=\"\" class=\"wp-image-1009\" srcset=\"https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/08\/Picture3.webp 539w, https:\/\/www.200oksolutions.com\/blog\/wp-content\/uploads\/2024\/08\/Picture3-300x168.webp 300w\" sizes=\"(max-width: 539px) 100vw, 539px\" \/><\/figure>\n\n\n\n<pre class=\"wp-block-code\"><code>This simple view displays a date as a message. You can customize this with additional SwiftUI components to create a richer user interface<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Explanation:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>StaticConfiguration(kind: kind, provider: Provider()) { entry in:<\/strong>\n<ul class=\"wp-block-list\">\n<li><code>StaticConfiguration<\/code> is used when your widget does not need user customization (like changing the content or layout). It takes the kind (unique identifier) and a Provider, which supplies the data for the widget.<\/li>\n\n\n\n<li>The closure <code>{ entry in ... }<\/code> defines what view should be displayed for a given entry.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>TrialWidgetEntryView(entry: entry):<\/strong><br><p>This creates an instance of the <code>TrialWidgetEntryView<\/code> view, passing in the entry object that contains the data for the widge<span style=\"background-color: var(--wp--preset--color--white); color: var(--wp--preset--color--text-primary); font-family: var(--wp--preset--font-family--raleway); font-size: var(--wp--preset--font-size--medium);\">t    <\/span><\/p><\/li>\n\n\n\n<li><strong>.configurationDisplayName(&#8220;My Widget&#8221;):<\/strong><br><span style=\"font-family: var(--wp--preset--font-family--raleway); font-size: revert; background-color: var(--wp--preset--color--white); color: var(--wp--preset--color--text-primary);\">This sets the display name of the widget, which users will see when they add the widget to their home screen or widget gallery<\/span><\/li>\n\n\n\n<li><strong>.description(&#8220;This is an example widget.&#8221;):<\/strong><br><p>This sets the description of the widget, providing a brief explanation of what the widget does. This description is also shown in the widget gallery when users are selecting widgets to add to their home screen<\/p><\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">4. Fine-Tuning Widget Settings<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Configuring Info.plist<\/h4>\n\n\n\n<p>In the widget\u2019s <code>Info.plist<\/code>, you can define essential settings like the widget\u2019s display name, description, supported families (e.g., small, medium, large), and more.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Widget Display Name:<\/strong> This is the name that appears under your widget on the home screen.<\/li>\n\n\n\n<li><strong>Supported Families:<\/strong> Define which widget sizes are supported by adding <code>CFBundleSupportedInterfaceOrientations<\/code> entries.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>Creating widgets in iOS using app extensions can significantly improve the user experience by offering quick access to essential information. This guide helps you set up a basic widget, customize its appearance, and deliver dynamic content. Widgets are a powerful tool in iOS development, and with SwiftUI, they can be both visually appealing and highly functional.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Widgets have become an integral part of the iOS experience, offering users a quick way to&hellip;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[75],"tags":[],"class_list":["post-1006","post","type-post","status-publish","format-standard","hentry","category-ios"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Creating Widgets in iOS with App Extensions Web Development, Software, and App Blog | 200OK Solutions<\/title>\n<meta name=\"description\" content=\"Learn how to create dynamic and customizable widgets in iOS using the WidgetKit framework and SwiftUI. This guide walks you through setting up a widget extension, designing the UI, and configuring functionality to enhance user experience on iOS devices\" \/>\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.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Creating Widgets in iOS with App Extensions Web Development, Software, and App Blog | 200OK Solutions\" \/>\n<meta property=\"og:description\" content=\"Learn how to create dynamic and customizable widgets in iOS using the WidgetKit framework and SwiftUI. This guide walks you through setting up a widget extension, designing the UI, and configuring functionality to enhance user experience on iOS devices\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Development, Software, and App Blog | 200OK Solutions\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-15T13:35:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-04T07:44:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/08\/Picture1-1.webp\" \/>\n<meta name=\"author\" content=\"Piyush Solanki\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Piyush Solanki\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Creating Widgets in iOS with App Extensions Web Development, Software, and App Blog | 200OK Solutions","description":"Learn how to create dynamic and customizable widgets in iOS using the WidgetKit framework and SwiftUI. This guide walks you through setting up a widget extension, designing the UI, and configuring functionality to enhance user experience on iOS devices","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.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/","og_locale":"en_US","og_type":"article","og_title":"Creating Widgets in iOS with App Extensions Web Development, Software, and App Blog | 200OK Solutions","og_description":"Learn how to create dynamic and customizable widgets in iOS using the WidgetKit framework and SwiftUI. This guide walks you through setting up a widget extension, designing the UI, and configuring functionality to enhance user experience on iOS devices","og_url":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/","og_site_name":"Web Development, Software, and App Blog | 200OK Solutions","article_published_time":"2024-08-15T13:35:16+00:00","article_modified_time":"2025-12-04T07:44:08+00:00","og_image":[{"url":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/08\/Picture1-1.webp","type":"","width":"","height":""}],"author":"Piyush Solanki","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Piyush Solanki","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/#article","isPartOf":{"@id":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/"},"author":{"name":"Piyush Solanki","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/person\/e07f6b8e3c9a90ce7b3b09427d26155e"},"headline":"Creating Widgets in iOS with App Extensions","datePublished":"2024-08-15T13:35:16+00:00","dateModified":"2025-12-04T07:44:08+00:00","mainEntityOfPage":{"@id":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/"},"wordCount":839,"commentCount":0,"publisher":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/08\/Picture1-1.webp","articleSection":["IOS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/","url":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/","name":"Creating Widgets in iOS with App Extensions Web Development, Software, and App Blog | 200OK Solutions","isPartOf":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/#primaryimage"},"image":{"@id":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/08\/Picture1-1.webp","datePublished":"2024-08-15T13:35:16+00:00","dateModified":"2025-12-04T07:44:08+00:00","description":"Learn how to create dynamic and customizable widgets in iOS using the WidgetKit framework and SwiftUI. This guide walks you through setting up a widget extension, designing the UI, and configuring functionality to enhance user experience on iOS devices","breadcrumb":{"@id":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/#primaryimage","url":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/08\/Picture1-1.webp","contentUrl":"https:\/\/blog.200oksolutions.com\/wp-content\/uploads\/2024\/08\/Picture1-1.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.200oksolutions.com\/blog\/creating-ios-widgets-with-widgetkit-and-swiftui\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.200oksolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Creating Widgets in iOS with App Extensions"}]},{"@type":"WebSite","@id":"https:\/\/www.200oksolutions.com\/blog\/#website","url":"https:\/\/www.200oksolutions.com\/blog\/","name":"Web Development, Software, and App Blog | 200OK Solutions","description":"","publisher":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.200oksolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.200oksolutions.com\/blog\/#organization","name":"Web Development Blog | Software Blog | App Blog","url":"https:\/\/www.200oksolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/200oksolutions.com\/blog\/wp-content\/uploads\/2025\/09\/200ok_logo-CGzMrWDu.png","contentUrl":"https:\/\/200oksolutions.com\/blog\/wp-content\/uploads\/2025\/09\/200ok_logo-CGzMrWDu.png","width":500,"height":191,"caption":"Web Development Blog | Software Blog | App Blog"},"image":{"@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/200ok_solutions\/"]},{"@type":"Person","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/person\/e07f6b8e3c9a90ce7b3b09427d26155e","name":"Piyush Solanki","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.200oksolutions.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/962a2b0b4db856e6851ec7d838597a0395adcaae9c0091d223de9942a4254461?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/962a2b0b4db856e6851ec7d838597a0395adcaae9c0091d223de9942a4254461?s=96&d=mm&r=g","caption":"Piyush Solanki"},"description":"Piyush is a seasoned PHP Tech Lead with 10+ years of experience architecting and delivering scalable web and mobile backend solutions for global brands and fast-growing SMEs. He specializes in PHP, MySQL, CodeIgniter, WordPress, and custom API development, helping businesses modernize legacy systems and launch secure, high-performance digital products. He collaborates closely with mobile teams building Android &amp; iOS apps , developing RESTful APIs, cloud integrations, and secure payment systems using platforms like Stripe, AWS S3, and OTP\/SMS gateways. His work extends across CMS customization, microservices-ready backend architectures, and smooth product deployments across Linux and cloud-based environments. Piyush also has a strong understanding of modern front-end technologies such as React and TypeScript, enabling him to contribute to full-stack development workflows and advanced admin panels. With a successful delivery track record in the UK market and experience building digital products for sectors like finance, hospitality, retail, consulting, and food services, Piyush is passionate about helping SMEs scale technology teams, improve operational efficiency, and accelerate innovation through backend excellence and digital tools.","url":"https:\/\/www.200oksolutions.com\/blog\/author\/piyush\/"}]}},"_links":{"self":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=1006"}],"version-history":[{"count":4,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1006\/revisions"}],"predecessor-version":[{"id":1015,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/posts\/1006\/revisions\/1015"}],"wp:attachment":[{"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=1006"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=1006"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.200oksolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=1006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}