{"id":100022,"date":"2021-04-25T16:23:23","date_gmt":"2021-04-25T14:23:29","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/vypusk-otkrytogo-igrovogo-dvizhka-godot-3-3"},"modified":"2021-04-25T16:23:23","modified_gmt":"2021-04-25T14:23:29","slug":"vypusk-otkrytogo-igrovogo-dvizhka-godot-3-3","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-otkrytogo-igrovogo-dvizhka-godot-3-3","title":{"rendered":"Release of the open game engine Godot 3.3.","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>After 7 months of development, the release of the free game engine Godot 3.3 has been published, suitable for creating 2D and 3D games. The engine supports an easy-to-learn language for game logic tasks, a graphical environment for game design, a one-click game deployment system, extensive animation capabilities, and physical simulation processes, an integrated debugger, and a performance bottleneck detection system. The code for the game engine, game design environment, and associated development tools (physical engine, sound server, 2D\/3D rendering backends, etc.) is distributed under the MIT license.       <\/p>\n<p>The engine's source code was opened in 2014 by OKAM Studio, after ten years of development of a proprietary professional-level product used to create and publish many games for PC, consoles, and mobile devices. The engine supports all popular desktop and mobile platforms (Linux, Windows, macOS, Wii, Nintendo 3DS, PlayStation 3, PS Vita, Android, iOS, BBX), as well as game development for the Web. Ready-to-run binary builds are available for Linux, Windows, and macOS.     <\/p>\n<p>A new rendering backend based on the Vulkan graphics API is being developed in a separate branch, which will be offered in the next release Godot 4.0, instead of the currently offered OpenGL ES 3.0 and OpenGL 3.3 rendering backends (support for OpenGL ES and OpenGL will be maintained by ensuring the old OpenGL ES 2.0\/OpenGL 2.1 backend works on the new Vulkan-based rendering architecture). Transitioning from Godot 3.x to Godot 4.0 will require reworking applications due to API compatibility issues, but a long support cycle will be provided for the Godot 3.x branch, the duration of which will depend on user demand for the strict API.       <\/p>\n<p> The Godot 3.3 branch is fully compatible with Godot 3.2 and continues the development of stable engine releases, which will be supported for a long period. Initially, an update 3.2.4 was planned instead of Godot 3.3, but users perceived the 3.2.x versions as corrective, despite the introduction of new features from the 4.0 branch, so the project transitioned to a classic semantic versioning scheme. Specifically, the third digit update will now indicate the presence of only fixes, the second \u2014 the inclusion of new functionality, and the first \u2014 the presence of compatibility-affecting changes. The 3.x.x branch will be supported alongside the 4.x.x branch until Godot 4.x is fully stabilized and adapted for all current hardware.    <\/p>\n<p>Godot 3.3 is notable for the addition of the following innovations:  <\/p>\n<ul>\n<li class=\"l\"> A version of the editor has been prepared to work in a web browser.  <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 3.3.\" src=\"\/wp-content\/uploads\/2021\/04\/7625657d2d49b744920ca97f50daef01.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The ability to export games for the Android platform in the AAB (Android App Bundle) format has been added, in addition to APK packages. The AAB format allows for the delivery of only the native libraries needed for operation on the current device (e.g., armeabi-v7a or arm64-v8a). For the Android platform, the ability to embed elements based on the Godot engine in applications as subcomponents (subview) utilizing part of the window has also been implemented. Support for screen cutouts (rounded corners and notches for the camera), mouse events, and input from external keyboards has been added.    <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 3.3.\" src=\"\/wp-content\/uploads\/2021\/04\/d48d130186812a2c81482519a2b52a0e.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> A new API has been proposed for building and distributing plugins for the iOS platform, allowing plugins (ARKit, GameCenter, InAppStore) to be moved to a separate repository and developed independently of the Godot engine. Previously, this API was implemented for the Android platform.\n<li class=\"l\"> The game export tools for Web (HTML5 platform) have been improved. For browser-based games, support for multithreading and GDNative scripts has been added, but due to the limitations of the HTML5 platform, their implementation is incompatible with native game options. Additionally, the threading implementation is tied to the SharedArrayBuffer API, which is not available in all browsers. Three separate export modes have been provided \u2014 Regular, Threads, and GDNative. The multithreaded profile has additionally added support for the AudioWorklet API, allowing for higher quality sound output without blocking the main thread. Gamepad and virtual keyboard support has been significantly enhanced.        <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 3.3.\" src=\"\/wp-content\/uploads\/2021\/04\/748254cf859e5c32319c89cf10a1dfc7.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Support has been added for building games for new Apple hardware equipped with the ARM M1 chip. Support for attaching digital signatures to executable files generated for macOS has been added.\n<li class=\"l\"> The upgraded API for multithreading, utilizing C++14 standard capabilities, has been transferred from branch 4.0, improving reliability across different platforms and optimizing performance.\n<li class=\"l\"> Optimization has been transferred from branch 4.0, using the BVH (Bounding Volume Hierarchy) structure instead of the Octree method for dynamic spatial partitioning during rendering. BVH is now used by default and resolves many performance issues.\n<li class=\"l\"> A unified implementation of 2D batching (Batching, an optimization to reduce draw call overhead by considering the spatial relationship between objects) has been implemented, which can be applied to both OpenGL ES 3 and OpenGL ES 2. This optimization now encompasses more objects, including lines and polygons.\n<li class=\"l\"> A new lightmapper has been added, applying path tracing methods and supporting noise suppression through the oidn (Open Image Denoise) library. The new lightmapper uses CPU for calculations and resolves most of the quality issues found in the previous processor. Additionally, a GPU-based variant of the lightmapper has been prepared, but it is tied to the Vulkan API and will only be available in version 4.0.  <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 3.3.\" src=\"\/wp-content\/uploads\/2021\/04\/71df0079e6f1978753141344e869b411.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Many rendering-related improvements have been ported from the Godot 4.0 branch, such as fast software skinning, optimized transformations of hidden 3D objects, customizable numbers of light sources for each object, and enhanced shadow rendering using the PCF filter.      <center>  <div class=\"youtube-placeholder\" data-id=\"WJW06tS3GGw\" onclick=\"loadVideo(this)\">\r\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/WJW06tS3GGw\/hqdefault.jpg\" alt=\"Play video\" loading=\"lazy\" width=\"480\" height=\"360\" style=\"width:100%;height:auto;\">\r\n        <div class=\"play-button\"><\/div>\r\n    <\/div>  <\/center>\n<li class=\"l\"> The physics simulation engine has improved collision handling for various types of impacts.\n<li class=\"l\"> The editor now includes full copy and paste capabilities for nodes, allowing transfers between different scenes.\n<li class=\"l\"> The inspection mode has been improved with visual highlighting of subresources.    <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 3.3.\" src=\"\/wp-content\/uploads\/2021\/04\/115ba86d488e85975caf95d5ff7b9644.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Support for defining default settings for imported resources has been added.  <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 3.3.\" src=\"\/wp-content\/uploads\/2021\/04\/f0a73b280db368157c5b3185bba85767.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> Efforts have been made to enhance usability within the 3D editor, including the addition of an infinite dynamic mesh and significant improvements to rotation and selection via the gizmo.    <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 3.3.\" src=\"\/wp-content\/uploads\/2021\/04\/176d5d6f6f854be8fb995ed1ef286ed8.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> The collaborative tools now include protections against modifications to scenes already opened by other users (a warning is displayed if newer versions of opened files are detected upon saving).\n<li class=\"l\"> Import from FBX files has been improved.    <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 3.3.\" src=\"\/wp-content\/uploads\/2021\/04\/cb9c627fd1f552397d8c93535856cfa3.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/center>\n<li class=\"l\"> An OpenXR plugin has been added, supporting the eponymous standard for creating virtual and augmented reality applications. Support for the WebXR specification has been added to the HTML5 port for developing VR-based games.    <center>  <div class=\"youtube-placeholder\" data-id=\"UMKvSxUpsHA\" onclick=\"loadVideo(this)\">\r\n        <img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/UMKvSxUpsHA\/hqdefault.jpg\" alt=\"Play video\" loading=\"lazy\" width=\"480\" height=\"360\" style=\"width:100%;height:auto;\">\r\n        <div class=\"play-button\"><\/div>\r\n    <\/div>  <\/center>\n<li class=\"l\"> Support for loading and playing MP3 audio has been added (previously unsupported due to patents).\n<li class=\"l\"> GraphEdit now includes support for a mini-map of the entire structure, displayed in the bottom right corner, allowing for an overview of all nodes.    <center><img decoding=\"async\" alt=\"Release of the open game engine Godot 3.3.\" src=\"\/wp-content\/uploads\/2021\/04\/f6362971a441dca1d5753665fb644e1a.png\" style=\"display:block;margin: 0 auto;\" \/><\/center>    <\/ul>\n<p>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=55028\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>\u041f\u043e\u0441\u043b\u0435 7 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 3.3, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f 2D- \u0438 3D-\u0438\u0433\u0440. \u0414\u0432\u0438\u0436\u043e\u043a \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0438\u0432\u0430\u0435\u0442 \u043f\u0440\u043e\u0441\u0442\u043e\u0439 \u0434\u043b\u044f \u0438\u0437\u0443\u0447\u0435\u043d\u0438\u044f \u044f\u0437\u044b\u043a \u0437\u0430\u0434\u0430\u043d\u0438\u044f \u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u043b\u043e\u0433\u0438\u043a\u0438, \u0433\u0440\u0430\u0444\u0438\u0447\u0435\u0441\u043a\u0443\u044e \u0441\u0440\u0435\u0434\u0443 \u0434\u043b\u044f \u043f\u0440\u043e\u0435\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0438\u0433\u0440, \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0440\u0430\u0437\u0432\u0451\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u044f \u0438\u0433\u0440 \u0432 \u043e\u0434\u0438\u043d \u043a\u043b\u0438\u043a, \u0448\u0438\u0440\u043e\u043a\u0438\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0430\u043d\u0438\u043c\u0430\u0446\u0438\u0438 \u0438 \u0441\u0438\u043c\u0443\u043b\u044f\u0446\u0438\u0438 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441\u043e\u0432, \u0432\u0441\u0442\u0440\u043e\u0435\u043d\u043d\u044b\u0439 \u043e\u0442\u043b\u0430\u0434\u0447\u0438\u043a \u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u0443 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u0443\u0437\u043a\u0438\u0445 \u043c\u0435\u0441\u0442 \u0432 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0441\u0442\u0438. \u041a\u043e\u0434 \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":100023,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-100022","post","type-post","status-publish","format-standard","has-post-thumbnail","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 7 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 3.3, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f 2D- \u0438 3D-\u0438\u0433\u0440.\" \/>\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\/vypusk-otkrytogo-igrovogo-dvizhka-godot-3-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\u0412\u044b\u043f\u0443\u0441\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 3.3 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"\u041f\u043e\u0441\u043b\u0435 7 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 3.3, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f 2D- \u0438 3D-\u0438\u0433\u0440.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-otkrytogo-igrovogo-dvizhka-godot-3-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=\"2021-04-25T14:23:29+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-04-25T14:23:29+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\udd47Release of the open game engine Godot 3.3 | ProHoster","description":"After 7 months of development, the release of the free game engine Godot 3.3 has been published, suitable for creating 2D and 3D games.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-otkrytogo-igrovogo-dvizhka-godot-3-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\u0412\u044b\u043f\u0443\u0441\u043a \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 3.3 | ProHoster","og:description":"\u041f\u043e\u0441\u043b\u0435 7 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 \u043e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d \u0432\u044b\u043f\u0443\u0441\u043a \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u0438\u0433\u0440\u043e\u0432\u043e\u0433\u043e \u0434\u0432\u0438\u0436\u043a\u0430 Godot 3.3, \u043f\u043e\u0434\u0445\u043e\u0434\u044f\u0449\u0435\u0433\u043e \u0434\u043b\u044f \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u044f 2D- \u0438 3D-\u0438\u0433\u0440.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/vypusk-otkrytogo-igrovogo-dvizhka-godot-3-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":"2021-04-25T14:23:29+00:00","article:modified_time":"2021-04-25T14:23:29+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"100022","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":null,"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":"2021-04-25 14:24:07","updated":"2022-10-04 14:39:37","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\/100022","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=100022"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/100022\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/100023"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=100022"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=100022"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=100022"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}