{"id":183105,"date":"2026-08-25T16:54:38","date_gmt":"2026-08-25T14:54:38","guid":{"rendered":"https:\/\/prohoster.info\/blog\/news\/yadru-linux-ispolnilos-35-let"},"modified":"2026-08-25T16:54:40","modified_gmt":"2026-08-25T14:54:40","slug":"linux-kernel-turns-35","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/news\/linux-kernel-turns-35","title":{"rendered":"The Linux kernel has turned 35 years old","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>On August 25, 1991, after five months of development, 21-year-old student Linus Torvalds announced the creation of a working prototype of the new operating system Linux in the comp.os.minix conference. This marked the completion of the porting of bash 1.08 and gcc 1.40. The first public release of the Linux kernel was presented on September 17. Kernel 0.0.1 was 62 KB in size when compressed and contained approximately 10,000 lines of source code. The modern Linux kernel has around 44 million lines of code.     <\/p>\n<p>The Linux kernel was created under the influence of the MINIX operating system, which did not satisfy Linus due to its restrictive license. Later, when Linux became a well-known project, detractors tried to accuse Linus of directly copying code from some MINIX subsystems. This attack was countered by Andrew Tanenbaum, the author of MINIX, who commissioned one of his students to conduct a detailed comparison of the code between Minix and the early public versions of Linux. The results of the study showed only four insignificant matches of code blocks, attributable to the requirements of POSIX and ANSI C.    <\/p>\n<p>Initially, Linus intended to name the kernel Freax, from 'free', 'freak', and X (Unix). However, the name 'Linux' was given to the kernel by Ari Lemmke, who, at Linus's request, uploaded the kernel to the university's FTP server and named the archive directory 'linux' instead of 'freax' as Torvalds had requested. Notably, the enterprising William Della Croce managed to register the Linux trademark and intended to collect royalties over time, but later changed his mind and transferred all rights to the trademark to Linus. The official mascot of the Linux kernel, the penguin Tux, was chosen as a result of a competition held in 1996. The name Tux is an abbreviation for Torvalds UniX.    <\/p>\n<p>Growth dynamics of the code base (number of lines of source code) of the kernel:  <\/p>\n<ul>\n<li> 0.0.1 \u2014 September 1991, 10,000 lines of code;  <\/li>\n<li> 1.0.0 \u2014 March 1994, 176,000 lines of code;  <\/li>\n<li> 1.2.0 \u2014 March 1995, 311,000 lines of code;  <\/li>\n<li> 2.0.0 \u2014 June 1996, 778,000 lines of code;  <\/li>\n<li> 2.2.0 \u2014 January 1999, 1.8 million lines of code;  <\/li>\n<li> 2.4.0 \u2014 January 2001, 3.4 million lines of code;  <\/li>\n<li> 2.6.0 \u2014 December 2003, 5.9 million lines of code;  <\/li>\n<li> 2.6.28 \u2014 December 2008, 10.2 million lines of code;  <\/li>\n<li> 2.6.35 \u2014 August 2010, 13.4 million lines of code;   <\/li>\n<li> 3.0 \u2014 August 2011, 14.6 million lines of code;   <\/li>\n<li> 3.5 \u2014 July 2012, 15.5 million lines of code;   <\/li>\n<li> 3.10 \u2014 July 2013, 15.8 million lines of code;  <\/li>\n<li> 3.16 \u2014 August 2014, 17.5 million lines of code;   <\/li>\n<li> 4.1 \u2014 June 2015, 19.5 million lines of code;  <\/li>\n<li> 4.7 \u2014 July 2016, 21.7 million lines of code;   <\/li>\n<li> 4.12 \u2014 July 2017, 24.1 million lines of code;   <\/li>\n<li> 4.18 \u2014 August 2018, 25.3 million lines of code;   <\/li>\n<li> 5.2 \u2014 July 2019, 26.55 million lines of code;  <\/li>\n<li> 5.8 \u2014 August 2020, 28.4 million lines of code;   <\/li>\n<li> 5.13 \u2014 June 2021, 29.2 million lines of code;  <\/li>\n<li> 5.19 \u2014 August 2022, 30.5 million lines of code;  <\/li>\n<li> 6.4 \u2014 June 2023, 32.9 million lines of code.  <\/li>\n<li> 6.10 \u2014 July 2024, 35.1 million lines of code.  <\/li>\n<li> 6.16 \u2014 July 2025, 40.8 million lines of code.  <\/li>\n<li> 7.2 \u2014 August 2026, 43.9 million lines of code.  <\/li>\n<\/ul>\n<p>Kernel Development Progress:  <\/p>\n<ul>\n<li class=\"l\"> Linux 0.0.1 \u2014 September 1991, the first public release, supporting only i386 CPUs and booting from floppy disks;  <\/li>\n<li class=\"l\"> Linux 0.12 \u2014 January 1992, code began spreading under the GPLv2 license;  <\/li>\n<li class=\"l\"> Linux 0.95 \u2014 March 1992, the ability to run X Window System was provided, virtual memory support and swap partition implemented.   <\/li>\n<li class=\"l\"> Linux 0.96-0.99 \u2014 1992-1993, work began on the network stack. The Ext2 filesystem was introduced, ELF file format support added, drivers for sound cards and SCSI controllers presented, kernel modules and \/proc filesystem loading implemented.    <\/li>\n<li class=\"l\"> In 1992, the first distributions SLS and Yggdrasil appeared. In the summer of 1993, the Slackware and Debian projects were founded.   <\/li>\n<li class=\"l\"> Linux 1.0 \u2014 March 1994, the first officially stable release;  <\/li>\n<li class=\"l\"> Linux 1.2 \u2014 March 1995, substantial increase in the number of drivers, support for Alpha, MIPS, and SPARC platforms, enhancements to the network stack, introduction of packet filtering, NFS support;  <\/li>\n<li class=\"l\"> Linux 2.0 \u2014 June 1996, support for multiprocessor systems;    <\/li>\n<li class=\"l\"> March 1997: LKML was founded, a mailing list for Linux kernel developers;  <\/li>\n<li class=\"l\"> 1998: the first Linux-based cluster made it to the Top500 list, consisting of 68 nodes with Alpha CPUs;  <\/li>\n<li class=\"l\"> Linux 2.2 \u2014 January 1999, increased memory management efficiency, added <a class=\"wpil_keyword_link\" href=\"https:\/\/prohoster.info\/en\/lir\/ipv4\/\"   title=\"support for IPv6\" data-wpil-keyword-link=\"linked\">support for IPv6<\/a>, a new firewall was implemented, a new sound subsystem was introduced;  <\/li>\n<li class=\"l\"> Linux 2.4 \u2014 February 2001, support for 8-processor systems and 64 GB of RAM, Ext3 filesystem, USB and ACPI support;  <\/li>\n<li class=\"l\"> Linux 2.6 \u2014 December 2003, SELinux support, automatic kernel parameter tuning tools, sysfs, redesigned memory management system;  <\/li>\n<li class=\"l\"> In 2005, the Xen hypervisor was introduced, opening the era of virtualization;  <\/li>\n<li class=\"l\"> In September 2008, the first release of the Android platform, based on the Linux kernel, was formed;  <\/li>\n<li class=\"l\"> In July 2011, after 10 years of development of the 2.6.x branch, the transition to 3.x numbering was made. The number of objects in the Git repository reached 2 million;  <\/li>\n<li class=\"l\"> In 2015, Linux kernel 4.0 was released. The number of git objects in the repository reached 4 million;  <\/li>\n<li class=\"l\"> In April 2018, the threshold of 6 million git objects in the kernel repository was exceeded.   <\/li>\n<li class=\"l\"> In January 2019, the Linux kernel 5.0 branch was formed. The repository reached 6.5 million git objects.   <\/li>\n<li class=\"l\"> The kernel 5.8 released in August 2020 became the largest by the number of changes of all kernels in the project's history.   <\/li>\n<li class=\"l\"> The 5.13 kernel set a record with the number of developers (2150) whose changes were included in the kernel.  <\/li>\n<li class=\"l\"> In August 2022, the Linux kernel 6.0 branch was formed, as there were enough releases in the 5.x branch to change the major version number.   <\/li>\n<li class=\"l\"> Kernel 6.1, released in December 2022, added support for using the Rust language as a second language for developing drivers and kernel modules.  <\/li>\n<li class=\"l\"> In February 2025, the milestone of 40 million lines of source code was reached.\n<li class=\"l\"> Rust support has been transitioned from experimental to a core feature of the Linux kernel.\n<li class=\"l\"> In 2026, advancements in the use of AI tools for debugging, reviewing changes, identifying bugs, and developing fixes in the kernel were noted. Among other things, Linus Torvalds began applying AI, for instance, recently to identify the causes of issues in the Intel Xe driver.      <\/li>\n<\/ul>\n<p>About 65% of all changes to the kernel come from the 20 most active companies. For example, during the development of kernel 7.1, of all changes, 9.1% (a year ago in kernel 6.16 it was 11.3%) were made by Intel, 7.7% (6.3%) by Google, 5.2% (5.4%) by AMD, 5.0% (3.6%) by Qualcomm, 4.7% (7.6%) by Red Hat, 3.8% (2.4%) by NVIDIA, 3.4% (2.9%) by Meta, 2.9% (3.0%) by SUSE, 2.5% (2.9%) by Oracle, 2.1% (2.3%) by ARM, 1.4% (1.4%) by IBM, 1.3% (2.4%) by Huawei. 18% (15.3%) of changes were made by independent contributors or developers who did not explicitly state their work for specific companies. In terms of lines of code added to kernel 7.1, the leading companies were Meta, AMD, and Qualcomm, with shares of 15.8%, 13.8%, and 7.6% (in kernel 6.16, Intel, Red Hat, and Google led with shares of 9.2%, 7.2%, and 6.9%).<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.opennet.ru\/opennews\/art.shtml?num=66133\">opennet.ru<\/a> <\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>25 \u0430\u0432\u0433\u0443\u0441\u0442\u0430 1991 \u0433\u043e\u0434\u0430 \u043f\u043e\u0441\u043b\u0435 \u043f\u044f\u0442\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 21-\u043b\u0435\u0442\u043d\u0438\u0439 \u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u041b\u0438\u043d\u0443\u0441 \u0422\u043e\u0440\u0432\u0430\u043b\u044c\u0434\u0441 \u043e\u0431\u044a\u044f\u0432\u0438\u043b \u0432 \u0442\u0435\u043b\u0435\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 comp.os.minix \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f\u0430 \u043d\u043e\u0432\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0431\u044b\u043b\u043e \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043e \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0438\u0435 \u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f bash 1.08 \u0438 gcc 1.40. \u041f\u0435\u0440\u0432\u044b\u0439 \u043f\u0443\u0431\u043b\u0438\u0447\u043d\u044b\u0439 \u0432\u044b\u043f\u0443\u0441\u043a \u044f\u0434\u0440\u0430 Linux \u0431\u044b\u043b \u043f\u0440\u0435\u0434\u0441\u0442\u0430\u0432\u043b\u0435\u043d 17 \u0441\u0435\u043d\u0442\u044f\u0431\u0440\u044f. \u042f\u0434\u0440\u043e 0.0.1 \u0438\u043c\u0435\u043b\u043e \u0440\u0430\u0437\u043c\u0435\u0440 62 \u041a\u0431 \u0432 \u0441\u0436\u0430\u0442\u043e\u043c \u0432\u0438\u0434\u0435 \u0438 \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u043b\u043e [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":10,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-183105","post","type-post","status-publish","format-standard","hentry","category-news"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"25 \u0430\u0432\u0433\u0443\u0441\u0442\u0430 1991 \u0433\u043e\u0434\u0430 \u043f\u043e\u0441\u043b\u0435 \u043f\u044f\u0442\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 21-\u043b\u0435\u0442\u043d\u0438\u0439 \u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u041b\u0438\u043d\u0443\u0441 \u0422\u043e\u0440\u0432\u0430\u043b\u044c\u0434\u0441 \u043e\u0431\u044a\u044f\u0432\u0438\u043b \u0432 \u0442\u0435\u043b\u0435\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 comp.os.minix \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f\u0430 \u043d\u043e\u0432\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0431\u044b\u043b\u043e \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043e.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Alexander Kovalev\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/news\/linux-kernel-turns-35\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\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\u042f\u0434\u0440\u0443 Linux \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u043b\u043e\u0441\u044c 35 \u043b\u0435\u0442 | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"25 \u0430\u0432\u0433\u0443\u0441\u0442\u0430 1991 \u0433\u043e\u0434\u0430 \u043f\u043e\u0441\u043b\u0435 \u043f\u044f\u0442\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 21-\u043b\u0435\u0442\u043d\u0438\u0439 \u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u041b\u0438\u043d\u0443\u0441 \u0422\u043e\u0440\u0432\u0430\u043b\u044c\u0434\u0441 \u043e\u0431\u044a\u044f\u0432\u0438\u043b \u0432 \u0442\u0435\u043b\u0435\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 comp.os.minix \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f\u0430 \u043d\u043e\u0432\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0431\u044b\u043b\u043e \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043e.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/news\/linux-kernel-turns-35\" \/>\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=\"2026-08-25T14:54:38+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-08-25T14:54:40+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Linux Kernel Turns 35 | ProHoster","description":"On August 25, 1991, after five months of development, 21-year-old student Linus Torvalds announced in the comp.os.minix newsgroup the creation of a working prototype of the new operating system Linux, which was noted.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/news\/linux-kernel-turns-35","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\u042f\u0434\u0440\u0443 Linux \u0438\u0441\u043f\u043e\u043b\u043d\u0438\u043b\u043e\u0441\u044c 35 \u043b\u0435\u0442 | ProHoster","og:description":"25 \u0430\u0432\u0433\u0443\u0441\u0442\u0430 1991 \u0433\u043e\u0434\u0430 \u043f\u043e\u0441\u043b\u0435 \u043f\u044f\u0442\u0438 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0440\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u043a\u0438 21-\u043b\u0435\u0442\u043d\u0438\u0439 \u0441\u0442\u0443\u0434\u0435\u043d\u0442 \u041b\u0438\u043d\u0443\u0441 \u0422\u043e\u0440\u0432\u0430\u043b\u044c\u0434\u0441 \u043e\u0431\u044a\u044f\u0432\u0438\u043b \u0432 \u0442\u0435\u043b\u0435\u043a\u043e\u043d\u0444\u0435\u0440\u0435\u043d\u0446\u0438\u0438 comp.os.minix \u043e \u0441\u043e\u0437\u0434\u0430\u043d\u0438\u0438 \u0440\u0430\u0431\u043e\u0447\u0435\u0433\u043e \u043f\u0440\u043e\u0442\u043e\u0442\u0438\u043f\u0430 \u043d\u043e\u0432\u043e\u0439 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux, \u0434\u043b\u044f \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u0431\u044b\u043b\u043e \u043e\u0442\u043c\u0435\u0447\u0435\u043d\u043e.","og:url":"https:\/\/prohoster.info\/en\/blog\/news\/linux-kernel-turns-35","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":"2026-08-25T14:54:38+00:00","article:modified_time":"2026-08-25T14:54:40+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"183105","title":null,"description":null,"keywords":null,"keyphrases":{"focus":[],"additional":[]},"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":"2026-08-26 09:14:56","updated":"2026-08-26 09:14:56","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\/183105","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\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=183105"}],"version-history":[{"count":1,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/183105\/revisions"}],"predecessor-version":[{"id":183106,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/183105\/revisions\/183106"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=183105"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=183105"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=183105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}