{"id":103096,"date":"2022-01-25T21:37:04","date_gmt":"2022-01-25T19:37:04","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/opublikovan-graficheskij-standart-vulkan-1-3"},"modified":"2022-01-25T21:37:04","modified_gmt":"2022-01-25T19:37:04","slug":"opublikovan-graficheskij-standart-vulkan-1-3","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-graficheskij-standart-vulkan-1-3","title":{"rendered":"The Vulkan 1.3 graphical standard has been published.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After two years of work, the Khronos consortium, which develops graphics standards, has published the Vulkan 1.3 specification, defining the API for accessing the graphics and computing capabilities of GPUs. The new specification incorporates the accumulated improvements and expansions from the past two years. It is noted that the requirements of the Vulkan 1.3 specification are targeted at graphics hardware of the OpenGL ES 3.1 class, which will ensure support for the new graphics API on all GPUs that support Vulkan 1.2. The Vulkan SDK toolkit is planned to be released in mid-February. In addition to the main specification, additional extensions for mid-range and high-end mobile and desktop devices will be proposed, with support to be provided within the &#171;Vulkan Milestone&#187; edition.           <\/p>\n<p>At the same time, a plan for implementing support for the new specification and additional extensions in graphics cards and device drivers has been presented. Products with Vulkan 1.3 support are being prepared for release by Intel, AMD, ARM, and NVIDIA. For example, AMD has announced the imminent support of Vulkan 1.3 in its AMD Radeon RX Vega series of graphics cards, as well as in all cards based on the AMD RDNA architecture. NVIDIA is preparing to release drivers with Vulkan 1.3 support for Linux and Windows. ARM will add Vulkan 1.3 support to its Mali GPUs.    <\/p>\n<p>Key innovations:  <\/p>\n<ul>\n<li class=\"l\"> Support for streamlined rendering passes (Streamlining Render Passes, VK_KHR_dynamic_rendering) has been implemented, allowing rendering to start without creating render passes and framebuffer objects.\n<li class=\"l\"> New extensions have been added to simplify management of graphics pipeline compilation (pipeline, a set of operations that transforms vector graphic primitives and textures into pixel representation).\n<ul>\n<li class=\"l\"> VK_EXT_extended_dynamic_state, VK_EXT_extended_dynamic_state2 \u2014 add additional dynamic states to reduce the number of compiled and attached state objects.\n<li class=\"l\"> VK_EXT_pipeline_creation_cache_control \u2014 provides enhanced tools for controlling when and how pipelines are compiled.\n<li class=\"l\"> VK_EXT_pipeline_creation_feedback \u2014 provides information about compiled pipelines to simplify profiling and debugging.  <\/ul>\n<li class=\"l\"> A number of features have been transitioned from optional to mandatory. For instance, the implementation of buffer addresses (VK_KHR_buffer_device_address) and the Vulkan memory model, which defines how concurrently executing threads can access shared data and synchronization operations, are now mandatory.\n<li class=\"l\"> Tools for precise control over subgroups (VK_EXT_subgroup_size_control) have been provided, allowing manufacturers to support multiple subgroup sizes and developers to choose the desired size.\n<li class=\"l\"> The VK_KHR_shader_integer_dot_product extension has been introduced, which can be used to optimize machine learning frameworks through hardware acceleration of dot product operations.\n<li class=\"l\"> In total, 23 new extensions have been included:\n<ul>\n<li class=\"l\"> VK_KHR_copy_commands2\n<li class=\"l\"> VK_KHR_dynamic_rendering\n<li class=\"l\"> VK_KHR_format_feature_flags2\n<li class=\"l\"> VK_KHR_maintenance4\n<li class=\"l\"> VK_KHR_shader_integer_dot_product\n<li class=\"l\"> VK_KHR_shader_non_semantic_info\n<li class=\"l\"> VK_KHR_shader_terminate_invocation\n<li class=\"l\"> VK_KHR_synchronization2\n<li class=\"l\"> VK_KHR_zero_initialize_workgroup_memory\n<li class=\"l\"> VK_EXT_4444_formats\n<li class=\"l\"> VK_EXT_extended_dynamic_state\n<li class=\"l\"> VK_EXT_extended_dynamic_state2\n<li class=\"l\"> VK_EXT_image_robustness\n<li class=\"l\"> VK_EXT_inline_uniform_block\n<li class=\"l\"> VK_EXT_pipeline_creation_cache_control\n<li class=\"l\"> VK_EXT_pipeline_creation_feedback\n<li class=\"l\"> VK_EXT_private_data\n<li class=\"l\"> VK_EXT_shader_demote_to_helper_invocation\n<li class=\"l\"> VK_EXT_subgroup_size_control\n<li class=\"l\"> VK_EXT_texel_buffer_alignment\n<li class=\"l\"> VK_EXT_texture_compression_astc_hdr\n<li class=\"l\"> VK_EXT_tooling_info\n<li class=\"l\"> VK_EXT_ycbcr_2plane_444_formats   <\/ul>\n<li class=\"l\"> A new type of object, VkPrivateDataSlot, has been added. A total of 37 new commands and over 60 structures have been implemented.\n<li class=\"l\"> The SPIR-V 1.6 specification has been updated, defining a universal intermediate representation for shaders that can be used for both graphics and parallel computing. SPIR-V implies a separate shading compilation phase into an intermediate representation, enabling the creation of frontends for various high-level languages. A unified intermediate code is generated separately from various high-level implementations, which can be used by OpenGL, Vulkan, and OpenCL drivers without the need for a built-in shader compiler.\n<li class=\"l\"> The concept of compatibility profiles has been proposed. Google has prepared a baseline profile for the Android platform, which will simplify the determination of the level of support for extended Vulkan capabilities that go beyond the Vulkan 1.0 specification on devices. For most devices, support for the profile can be provided without the need for OTA updates.  <\/ul>\n<p>It is worth noting that the Vulkan API is notable for its radical simplification of drivers, offloading GPU command generation to the application side, enabling the integration of debugging layers, unifying the API across different platforms, and applying a precompiled intermediate representation of code for execution on the GPU. To ensure high performance and predictability, Vulkan provides applications with means for direct control over GPU operations and built-in support for multithreaded processing of GPU commands, thereby minimizing the overhead introduced by the driver, while the capabilities implemented on the driver side are noticeably simplified and become more predictable. For instance, operations such as memory management and error handling, implemented in OpenGL on the driver side, are moved to the application level in Vulkan.    <\/p>\n<p>Vulkan covers all available platforms and provides a unified API for desktop, mobile systems, and the Web, allowing for a single common API for various graphics processors and application areas. Thanks to Vulkan's layered architecture, which implies the creation of tools that work with any GPU, hardware manufacturers can develop standard tools for code validation, debugging, and profiling. A new portable intermediate representation, SPIR-V, based on LLVM and utilizing common base technologies with OpenCL is offered for shader creation. For device and screen management in Vulkan, the WSI (Window System Integration) interface is proposed, addressing similar tasks to EGL in OpenGL ES. WSI support is readily available in Wayland \u2014 all applications using Vulkan can run in an unmodified environment. <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/server\/\"   title=\"servers\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"1626\">servers<\/a> Wayland. Support for WSI is also provided for Android, X11 (with DRI3), Windows, Tizen, macOS, and iOS.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=56576\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u044b \u043a\u043e\u043d\u0441\u043e\u0440\u0446\u0438\u0443\u043c Khronos, \u0437\u0430\u043d\u0438\u043c\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u043e\u0439 \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u0432, \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e Vulkan 1.3, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0449\u0443\u044e API \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u0438 \u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044f\u043c GPU. \u041d\u043e\u0432\u0430\u044f \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044f \u0432\u043e\u0431\u0440\u0430\u043b\u0430 \u0432 \u0441\u0435\u0431\u044f \u043d\u0430\u043a\u043e\u043f\u0438\u0432\u0448\u0438\u0435\u0441\u044f \u0437\u0430 \u0434\u0432\u0430 \u0433\u043e\u0434\u0430 \u0438\u0441\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0438 \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u044f. \u041e\u0442\u043c\u0435\u0447\u0430\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 Vulkan 1.3 \u0440\u0430\u0441\u0441\u0447\u0438\u0442\u0430\u043d\u044b \u043d\u0430 \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u043e\u0435 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0435 \u043a\u043b\u0430\u0441\u0441\u0430 OpenGL ES 3.1, \u0447\u0442\u043e \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442 \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0438\u0442\u044c \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u043d\u043e\u0432\u043e\u0433\u043e [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-103096","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u044b \u043a\u043e\u043d\u0441\u043e\u0440\u0446\u0438\u0443\u043c Khronos, \u0437\u0430\u043d\u0438\u043c\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u043e\u0439 \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u0432, \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e Vulkan 1.3, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0449\u0443\u044e API \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u0438 \u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044f\u043c GPU.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-graficheskij-standart-vulkan-1-3\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 Vulkan 1.3 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u044b \u043a\u043e\u043d\u0441\u043e\u0440\u0446\u0438\u0443\u043c Khronos, \u0437\u0430\u043d\u0438\u043c\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u043e\u0439 \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u0432, \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e Vulkan 1.3, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0449\u0443\u044e API \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u0438 \u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044f\u043c GPU.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-graficheskij-standart-vulkan-1-3\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-01-25T19:37:04+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-01-25T19:37:04+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47The Vulkan 1.3 graphic standard has been published | ProHoster","description":"After two years of work, the Khronos consortium, which is responsible for the development of graphics standards, published the Vulkan 1.3 specification, defining the API for accessing the graphics and computing capabilities of GPUs.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-graficheskij-standart-vulkan-1-3","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442 Vulkan 1.3 | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 \u0434\u0432\u0443\u0445 \u043b\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u044b \u043a\u043e\u043d\u0441\u043e\u0440\u0446\u0438\u0443\u043c Khronos, \u0437\u0430\u043d\u0438\u043c\u0430\u044e\u0449\u0438\u0439\u0441\u044f \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u043e\u0439 \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u043e\u0432, \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043b \u0441\u043f\u0435\u0446\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u044e Vulkan 1.3, \u043e\u043f\u0440\u0435\u0434\u0435\u043b\u044f\u044e\u0449\u0443\u044e API \u0434\u043b\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430 \u043a \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0438\u043c \u0438 \u0432\u044b\u0447\u0438\u0441\u043b\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u043c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044f\u043c GPU.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/opublikovan-graficheskij-standart-vulkan-1-3","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2022-01-25T19:37:04+00:00","article:modified_time":"2022-01-25T19:37:04+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"103096","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":null,"breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2022-01-25 19:38:14","updated":"2026-02-09 16:51:07","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/103096","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=103096"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/103096\/revisions"}],"predecessor-version":[{"id":158870,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/103096\/revisions\/158870"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=103096"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=103096"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=103096"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}