{"id":44026,"date":"2022-10-21T11:21:45","date_gmt":"2022-10-21T05:51:45","guid":{"rendered":"https:\/\/ischoolconnect.com\/blog\/?p=44026"},"modified":"2023-12-02T19:47:06","modified_gmt":"2023-12-02T14:17:06","slug":"about-android-architecture-components-framework-and-more","status":"publish","type":"post","link":"https:\/\/ischoolconnect.com\/blog\/about-android-architecture-components-framework-and-more\/","title":{"rendered":"About Android architecture &#8211; Components, framework, and more"},"content":{"rendered":"\n<p>The Android architecture has a variety of parts to support the requirements of any android device. The open-source Linux kernel used by Android software includes a variety of C\/C++ libraries that are made available through application framework services. Out of all the parts, the Linux Kernel gives smartphones their primary operating system features, while the Dalvik Virtual Machine (DVM) offers a foundation for running Android applications.<\/p>\n\n\n\n<div data-tf-widget=\"PkJGQhN0\" data-tf-iframe-props=\"title=Study in your dream destination: Country Brochures\" data-tf-medium=\"snippet\" data-tf-hidden=\"utm_source=ORGANIC_SEARCH,utm_medium=Blog,utm_campaign=about-android-architecture-components-framework-and-more,hubspot_utk=xxxxx,hubspot_page_name=xxxxx,hubspot_page_url=xxxxx\" style=\"width:100%;height:500px;\"><\/div><script src=\"\/\/embed.typeform.com\/next\/embed.js\"><\/script>\n\n\n\n<p>The following are the primary Android architecture components.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Applications<\/li><li>Application Framework<\/li><li>Android Runtime<\/li><li>Platform Libraries<\/li><li>Linux Kernel<\/li><\/ul>\n\n\n\n<p>Let&#8217;s explore the key elements of Android architecture in detail.<\/p>\n\n\n\n<h2 id=\"applications\" class=\"wp-block-heading\">Applications <\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"500\" height=\"333\" src=\"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-1.jpg\" alt=\"android architecture\" class=\"wp-image-44044\" srcset=\"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-1.jpg 500w, https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-1-300x200.jpg 300w, https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-1-345x230.jpg 345w, https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-1-370x247.jpg 370w, https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-1-440x294.jpg 440w, https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-1-170x113.jpg 170w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><figcaption>A number of crucial classes are provided by the Application Framework and are used to build Android applications.<\/figcaption><\/figure><\/div>\n\n\n<p>The top layer of Android architecture is Applications. Only this layer will be installed, neither the pre-installed applications like home, contacts, camera, gallery, etc., nor the third-party apps downloaded from the play store such as chat applications, games, etc. It utilizes the classes and services made available by the application framework to function within the Android run time.<\/p>\n\n\n\n<h2 id=\"application-framework\" class=\"wp-block-heading\">Application framework  <\/h2>\n\n\n\n<p>Application Framework offers several important classes to build Android applications. It provides a general abstraction for hardware access and aids in controlling user interface resources for applications. In general, it offers the services needed to create a specific class and make that class useful for developing applications. <strong>(Pic 1)<\/strong><\/p>\n\n\n\n<p>It comes with several services like activity managers, notification managers, view systems, package managers, and others that are useful for the development of our application in accordance with the requirements.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link\" href=\"https:\/\/ischoolconnect.com\/blog\/robotics-engineering-best-colleges-to-pursue-this-course\/\" target=\"_blank\" rel=\"noreferrer noopener\">Read more: Robotics Engineering | 5 best colleges to pursue this course!<\/a><\/div>\n<\/div>\n\n\n\n<h2 id=\"application-runtime\" class=\"wp-block-heading\">Application runtime <\/h2>\n\n\n\n<p>Android application runtime One of the most vital components of Android is the runtime environment. It includes elements such as the Dalvik virtual machine and essential libraries (DVM). It primarily serves as the foundation for the application framework and powers our application with the aid of the core libraries.<\/p>\n\n\n\n<p>The Dalvik Virtual Machine (DVM), developed specifically for Android and optimized to run multiple instances efficiently on a single device, is a register-based virtual machine similar to the Java Virtual Machine (JVM). Threading and essential memory management are reliant on the Linux kernel layer. With the help of the core libraries, we can create android applications in the common programming languages of Java or Kotlin.<\/p>\n\n\n\n<h2 id=\"platform-libraries\" class=\"wp-block-heading\">Platform libraries <\/h2>\n\n\n\n<p>The Platform Libraries include various C\/C++ core libraries and Java-based libraries such as Media, Graphics, Surface Manager, OpenGL, etc., to support android development.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>The Media library<\/strong> supports playing and recording audio and video formats.<\/li><li><strong>The surface manager <\/strong>is responsible for managing access to the display subsystem.<\/li><li>Both cross-language, cross-platform application program interfaces <strong>(API), SGL, and OpenGL<\/strong> are used for 2D and 3D computer graphics.<\/li><li><strong>SQLite<\/strong> provides database support, and FreeType provides font support.<\/li><li><strong>Web-Kit, <\/strong>This open-source web browser engine provides all the functionality to display web content and simplify page loading.<\/li><li><strong>SSL (Secure Sockets Layer)<\/strong> is a security technology to establish an encrypted link between a web server and a web browser.<\/li><\/ul>\n\n\n\n<h2 id=\"linux-kernel\" class=\"wp-block-heading\">Linux kernel <\/h2>\n\n\n\n<p> The Linux Kernel is the brains of the Android architecture. It controls all available drivers, including those needed during runtime, such as display, camera, Bluetooth, audio, memory, etc.<\/p>\n\n\n\n<p>Linux Kernel provides a layer of abstraction between the hardware of the device and the other elements of the android architecture. It is in charge of managing memory, power, devices, etc.<\/p>\n\n\n\n<h2 id=\"features-of-the-linux-kernel-include\" class=\"wp-block-heading\">Features of the Linux kernel include: <\/h2>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"500\" height=\"333\" src=\"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux.jpg\" alt=\"android architecture\" class=\"wp-image-44043\" srcset=\"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux.jpg 500w, https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-300x200.jpg 300w, https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-345x230.jpg 345w, https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-370x247.jpg 370w, https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-440x294.jpg 440w, https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/linux-170x113.jpg 170w\" sizes=\"(max-width: 500px) 100vw, 500px\" \/><figcaption>Linux kernel is a free, open-source, monolithic, modular, Unix-like operating system kernel.<br><\/figcaption><\/figure><\/div>\n\n\n<ul class=\"wp-block-list\"><li><strong>Security<\/strong>: Between the application and the system, the Linux kernel manages security.<\/li><li><strong>Memory Management<\/strong>: It effectively manages memory, giving us the freedom to create our apps.<\/li><li><strong>Process management<\/strong>: It effectively manages processes and allocates resources to processes as needed.<\/li><li><strong>Network Stack<\/strong>: It manages network communication well.<\/li><li><strong>Driver Model<\/strong>: It ensures the software runs properly on the hardware and device makers in charge of integrating their drivers into the Linux build.<\/li><\/ul>\n\n\n\n<h2 id=\"android-architecture-framework\" class=\"wp-block-heading\">Android Architecture Framework<\/h2>\n\n\n\n<p>The application framework provides Java classes that can be used to build applications. Programmers utilize these Java classes. This component provides the services mentioned below.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Activity Manager:<\/strong> Oversees the application&#8217;s lifecycle and keeps track of all activities.<\/li><li><strong>Provider of Content:<\/strong> Enables data sharing with outside apps.<\/li><li><strong>Resource manage<\/strong>r: Allows programs to utilize additional resources, such as strings, user interactions, and color settings.<\/li><li><strong>Notification Manager<\/strong>: Manages user alerts and notifications regarding the progress of application execution.<\/li><li><strong>View system: <\/strong>Offers a range of view choices to encourage user participation.<\/li><\/ul>\n\n\n\n<h2 id=\"key-takeaways\" class=\"wp-block-heading\">Key takeaways<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Android Architecture offers a solid framework, user interfaces, and libraries for creating and running excellent mobile applications.<\/li><li>It leverages Android&#8217;s distinctive advantages, including open source, community support, efficient marketing, and low development costs.<\/li><li>The architecture offers a rich environment for app creation and robust interfaces between and within apps.<\/li><\/ul>\n\n\n\n<p>We hope this blog was informative. If so, please share your views in the comments below. <a href=\"https:\/\/ischoolconnect.com\/en\/contact-us\/\" target=\"_blank\" rel=\"noreferrer noopener\">Click here<\/a> to reach out to us for more information. We would be happy to assist you with your queries.<\/p>\n\n\n\n<p>Liked this blog? Read next: <a href=\"https:\/\/ischoolconnect.com\/blog\/creative-technology-programs-a-fast-growing-field-of-technology\/\" target=\"_blank\" rel=\"noreferrer noopener\">Creative technology programs \u2013 a fast-growing field of technology<\/a><\/p>\n\n\n\n<h2 id=\"faqs\" class=\"wp-block-heading\">FAQs<\/h2>\n\n\n\n<p><strong>Q1. Which Android architecture is the best?<\/strong><\/p>\n\n\n\n<p><strong>Ans.<\/strong> The following are the most common Android architectures utilized by developers:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>MVC (Model \u2014 View \u2014 Controller)&nbsp;<\/li><li>MVP (Model \u2014 View \u2014 Presenter)&nbsp;<\/li><li>MVVM (Model \u2014 View \u2014 ViewModel)<\/li><\/ul>\n\n\n\n<p><strong>Q2. What does an API in Android stand for?<\/strong><\/p>\n\n\n\n<p><strong>Ans &#8211; <\/strong>Application Programming Interface, or API, is a software interface that enables the communication between two applications. You use an API every time you use a mobile app, such as Facebook, to send instant messages or check the weather.<\/p>\n\n\n\n<p><strong>Q3. What language is Android?<\/strong><\/p>\n\n\n\n<p><strong>Ans.<\/strong> Java is the preferred language for Android development. Java is used extensively throughout Android, and its APIs are intended to be mainly called from Java.<\/p>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [{\n    \"@type\": \"Question\",\n    \"name\": \"Which Android architecture is the best?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The following are the most common Android architectures utilized by developers:\u00a0\nMVC (Model \u2014 View \u2014 Controller)\u00a0\nMVP (Model \u2014 View \u2014 Presenter)\u00a0\nMVVM (Model \u2014 View \u2014 ViewModel)\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"What does an API in Android stand for?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Application Programming Interface, or API, is a software interface that enables the communication between two applications. You use an API every time you use a mobile app, such as Facebook, to send instant messages or check the weather.\"\n    }\n  },{\n    \"@type\": \"Question\",\n    \"name\": \"What language is Android?\",\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"Java is the preferred language for Android development. Java is used extensively throughout Android, and its APIs are intended to be mainly called from Java.\"\n    }\n  }]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>The Android architecture has a variety of parts to support the requirements of any android device. The open-source Linux kernel used by Android software includes a variety of C\/C++ libraries that are made available through application framework services. Out of all the parts, the Linux Kernel gives smartphones their primary operating system features, while the [&hellip;]<\/p>\n","protected":false},"author":69,"featured_media":44054,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[1420],"tags":[2520],"class_list":["post-44026","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-others","tag-android-architecture"],"better_featured_image":{"id":44054,"alt_text":"About Android architecture - Components, Framework, Layers, and more","caption":"About Android architecture - Components, Framework, Layers, and more","description":"About Android architecture - Components, Framework, Layers, and more","media_type":"image","media_details":{"width":600,"height":400,"file":"2022\/10\/28-1.png","filesize":253072,"sizes":{"medium":{"file":"28-1-300x200.png","width":300,"height":200,"mime-type":"image\/png","filesize":66718,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-300x200.png"},"thumbnail":{"file":"28-1-150x150.png","width":150,"height":150,"mime-type":"image\/png","filesize":29473,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-150x150.png"},"pk-small":{"file":"28-1-80x80.png","width":80,"height":80,"mime-type":"image\/png","filesize":10040,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-80x80.png"},"pk-thumbnail":{"file":"28-1-300x225.png","width":300,"height":225,"mime-type":"image\/png","filesize":77659,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-300x225.png"},"minimag_345_308":{"file":"28-1-345x308.png","width":345,"height":308,"mime-type":"image\/png","filesize":114099,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-345x308.png"},"minimag_100_80":{"file":"28-1-100x80.png","width":100,"height":80,"mime-type":"image\/png","filesize":12241,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-100x80.png"},"minimag_345_230":{"file":"28-1-345x230.png","width":345,"height":230,"mime-type":"image\/png","filesize":88050,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-345x230.png"},"minimag_170_170":{"file":"28-1-170x170.png","width":170,"height":170,"mime-type":"image\/png","filesize":36585,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-170x170.png"},"minimag_370_247":{"file":"28-1-370x247.png","width":370,"height":247,"mime-type":"image\/png","filesize":99639,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-370x247.png"},"minimag_270_220":{"file":"28-1-270x220.png","width":270,"height":220,"mime-type":"image\/png","filesize":68533,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-270x220.png"},"minimag_440_293":{"file":"28-1-440x293.png","width":440,"height":293,"mime-type":"image\/png","filesize":135174,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-440x293.png"},"minimag_351_247":{"file":"28-1-351x247.png","width":351,"height":247,"mime-type":"image\/png","filesize":96195,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-351x247.png"},"minimag_570_380":{"file":"28-1-570x380.png","width":570,"height":380,"mime-type":"image\/png","filesize":211021,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-570x380.png"},"minimag_501_375":{"file":"28-1-501x375.png","width":501,"height":375,"mime-type":"image\/png","filesize":188621,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-501x375.png"},"minimag_395_499":{"file":"28-1-395x400.png","width":395,"height":400,"mime-type":"image\/png","filesize":168504,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-395x400.png"},"minimag_477_500":{"file":"28-1-477x400.png","width":477,"height":400,"mime-type":"image\/png","filesize":200787,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-477x400.png"},"minimag_370_493":{"file":"28-1-370x400.png","width":370,"height":400,"mime-type":"image\/png","filesize":157817,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-370x400.png"},"minimag_370_370":{"file":"28-1-370x370.png","width":370,"height":370,"mime-type":"image\/png","filesize":140557,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-370x370.png"},"minimag_370_555":{"file":"28-1-370x400.png","width":370,"height":400,"mime-type":"image\/png","filesize":157817,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-370x400.png"},"minimag_370_399":{"file":"28-1-370x399.png","width":370,"height":399,"mime-type":"image\/png","filesize":146645,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-370x399.png"},"minimag_370_494":{"file":"28-1-370x400.png","width":370,"height":400,"mime-type":"image\/png","filesize":157817,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-370x400.png"},"minimag_370_241":{"file":"28-1-370x241.png","width":370,"height":241,"mime-type":"image\/png","filesize":97073,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-370x241.png"},"minimag_440_660":{"file":"28-1-440x400.png","width":440,"height":400,"mime-type":"image\/png","filesize":186796,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-440x400.png"},"minimag_440_440":{"file":"28-1-440x400.png","width":440,"height":400,"mime-type":"image\/png","filesize":186796,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-440x400.png"},"minimag_440_589":{"file":"28-1-440x400.png","width":440,"height":400,"mime-type":"image\/png","filesize":186796,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-440x400.png"},"minimag_440_580":{"file":"28-1-440x400.png","width":440,"height":400,"mime-type":"image\/png","filesize":186796,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-440x400.png"},"minimag_440_294":{"file":"28-1-440x294.png","width":440,"height":294,"mime-type":"image\/png","filesize":135324,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-440x294.png"},"minimag_370_479":{"file":"28-1-370x400.png","width":370,"height":400,"mime-type":"image\/png","filesize":157817,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-370x400.png"},"minimag_396_248":{"file":"28-1-396x248.png","width":396,"height":248,"mime-type":"image\/png","filesize":105286,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-396x248.png"},"minimag_1170_250":{"file":"28-1-600x250.png","width":600,"height":250,"mime-type":"image\/png","filesize":165636,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-600x250.png"},"minimag_170_113":{"file":"28-1-170x113.png","width":170,"height":113,"mime-type":"image\/png","filesize":25453,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1-170x113.png"}},"image_meta":{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0","keywords":[]}},"post":44026,"source_url":"https:\/\/ischoolconnect.com\/blog\/wp-content\/uploads\/2022\/10\/28-1.png"},"acf":[],"modified_by":null,"_links":{"self":[{"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/posts\/44026"}],"collection":[{"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/users\/69"}],"replies":[{"embeddable":true,"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/comments?post=44026"}],"version-history":[{"count":32,"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/posts\/44026\/revisions"}],"predecessor-version":[{"id":100603,"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/posts\/44026\/revisions\/100603"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/media\/44054"}],"wp:attachment":[{"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/media?parent=44026"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/categories?post=44026"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ischoolconnect.com\/blog\/wp-json\/wp\/v2\/tags?post=44026"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}