{"id":25968,"date":"2025-08-05T13:32:45","date_gmt":"2025-08-05T13:32:45","guid":{"rendered":"https:\/\/www.g-portal.com\/wiki\/?p=25968"},"modified":"2025-08-05T13:32:46","modified_gmt":"2025-08-05T13:32:46","slug":"overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server","status":"publish","type":"post","link":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/","title":{"rendered":"Overview of input lines for the SCUM ServerSettings.ini of your Scum server"},"content":{"rendered":"\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Variable<\/strong><br>Note: All strings are without line breaks.<\/td><td><strong>Standard value<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td> PartialWipe<\/td><td>0<\/td><td>Used to perform a partial wipe. NO player progress will be reset.<br>Note: The value must be set to 1 so that the wipe takes place once when the server is restarted.<\/td><\/tr><tr><td>MinServerTickRate<\/td><td>5<\/td><td><\/td><\/tr><tr><td>MaxServerTickRate<\/td><td>35<\/td><td>Recommended maximum value<\/td><\/tr><tr><td>MaxPing<\/td><td>500<\/td><td>If a player&#8217;s ping is higher than the set value, they cannot join the server.<\/td><\/tr><tr><td>ServerName<\/td><td><\/td><td>The server name is also displayed on external sites such as Battlemetrics.<\/td><\/tr><tr><td>ServerDescription<\/td><td><\/td><td><\/td><\/tr><tr><td>AdminPassword<\/td><td><\/td><td><\/td><\/tr><tr><td>ServerPassword<\/td><td><\/td><td>If a server password is set, players attempting to join the server must enter it.<\/td><\/tr><tr><td>TimeToRemain<br>InGameAfterLeave<br>GameRequest<\/td><td>60<\/td><td>When a player leaves the server, their avatar remains on the map for the specified time (in seconds) and is vulnerable to attack.<\/td><\/tr><tr><td>MaxAllowed<br>AnimalsInWorld<\/td><td>40<\/td><td><\/td><\/tr><tr><td>MaxAllowed<br>BirdsInWorld<\/td><td>15<\/td><td><\/td><\/tr><tr><td>MaxAllowed<br>ZombiesInWorld<\/td><td>64<\/td><td><\/td><\/tr><tr><td>MaxAllowedExterior<br>PawnsInWorld<\/td><td>64<\/td><td><\/td><\/tr><tr><td>MaxAllowedInterior<br>PawnsInWorld<\/td><td>64<\/td><td><\/td><\/tr><tr><td>MaxAllowedWild<br>PawnsInWorld<\/td><td>64<\/td><td><\/td><\/tr><tr><td>MaxAllowed<br>SentriesInWorld<\/td><td>-1<\/td><td><\/td><\/tr><tr><td>MaxAllowed<br>DronesInWorld<\/td><td>15<\/td><td><\/td><\/tr><tr><td>MaxAllowed<br>VehiclesInWorld<\/td><td>64<\/td><td><\/td><\/tr><tr><td>ExteriorPawn<br>AmountModifier<\/td><td>1<\/td><td><\/td><\/tr><tr><td>InteriorPawn<br>AmountModifier<\/td><td>1<\/td><td><\/td><\/tr><tr><td>WildPawn<br>AmountModifier<\/td><td>1<\/td><td><\/td><\/tr><tr><td>ExteriorPawn<br>SpawningCheck<br>TimeInSeconds    <\/td><td>0<\/td><td><\/td><\/tr><tr><td>InteriorPawn<br>SpawningCheck<br>TimeInSeconds<\/td><td>0<\/td><td><\/td><\/tr><tr><td>WildPawn<br>SpawningCheck<br>TimeInSeconds<\/td><td>600<\/td><td><\/td><\/tr><tr><td>ExteriorPawn<br>SpawningProbability<\/td><td>30<\/td><td><\/td><\/tr><tr><td>InteriorPawn<br>SpawningProbability    <\/td><td>10<\/td><td><\/td><\/tr><tr><td>ExteriorSpawner<br>GroupCooldownTime    <\/td><td>1800<\/td><td><\/td><\/tr><tr><td>InteriorSpawner<br>GroupCooldownTime<\/td><td>900<\/td><td><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>To illustrate how these lines must be inserted into <strong>ServerSettings.ini<\/strong>, we have listed all of the entries above in a code window below. Please note that the value must be adjusted to your requirements in each case.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>PartialWipe=0\nMinServerTickRate=5\nMaxServerTickRate=35\nMaxPing=500\nServerName=Your SCUM Server name\nServerDescription=\nAdminPassword=\nServerPassword=\nTimeToRemainInGameAfterLeaveGameRequest=60\nMaxAllowedAnimalsInWorld=40\nMaxAllowedBirdsInworld=15\nMaxAllowedZombiesInWorld=64\nMaxAllowedWildPawnsInWorld=64\nMaxAllowedExteriorPawnsInWorld=64\nMaxAllowedInteriorPawnsInWorld=64\nMaxAllowedSentriesInWorld=-1\nMaxAllowedDronesInWorld=15\nMaxAllowedVehiclesInWorld=64\nExteriorPawnAmountModifier=1.0\nInteriorPawnAmountModifier=1.0\nWildPawnAmountModifier=1.0\nExteriorPawnSpawningCheckTimeInSeconds=0.0\nInteriorPawnSpawningCheckTimeInSeconds=0.0\nWildPawnSpawningCheckTimeInSeconds=600.0\nExteriorPawnSpawningProbability=30.0\nInteriorPawnSpawningProbability=10.0\nExteriorSpawnerGroupCooldownTime=1800.0\nInteriorSpawnerGroupCooldownTime=900.0<\/code><\/pre>\n\n\n\n<div class='hint hint--brand'><p><strong>Hinweis<\/strong>Don&#8217;t forget to save your changes after making them!<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>VariableNote: All strings are without line breaks. Standard value Description PartialWipe 0 Used to perform a partial wipe. NO player progress will be reset.Note: The value must be set to 1 so that the wipe takes place once when the server is restarted. MinServerTickRate 5 MaxServerTickRate 35 Recommended maximum value MaxPing 500 If a player&#8217;s ping is higher than the set value, they cannot join the server. ServerName The server name is also displayed on external sites such as Battlemetrics. ServerDescription AdminPassword ServerPassword If a server password is set, players attempting to join the server must enter it. TimeToRemainInGameAfterLeaveGameRequest 60 When a player leaves the server, their avatar remains on the map for the specified time (in seconds) and is vulnerable to attack. MaxAllowedAnimalsInWorld 40 MaxAllowedBirdsInWorld 15 MaxAllowedZombiesInWorld 64 MaxAllowedExteriorPawnsInWorld 64 MaxAllowedInteriorPawnsInWorld 64 MaxAllowedWildPawnsInWorld 64 MaxAllowedSentriesInWorld -1 MaxAllowedDronesInWorld 15 MaxAllowedVehiclesInWorld 64 ExteriorPawnAmountModifier 1 InteriorPawnAmountModifier 1 WildPawnAmountModifier 1 ExteriorPawnSpawningCheckTimeInSeconds 0 InteriorPawnSpawningCheckTimeInSeconds 0 WildPawnSpawningCheckTimeInSeconds 600 ExteriorPawnSpawningProbability 30 InteriorPawnSpawningProbability 10 ExteriorSpawnerGroupCooldownTime 1800 InteriorSpawnerGroupCooldownTime 900 To illustrate how these lines must be inserted into ServerSettings.ini, we have listed all of the entries above in a code window below. Please note that the value must be adjusted to your requirements in each case.<\/p>\n","protected":false},"author":16,"featured_media":12008,"comment_status":"closed","ping_status":"open","sticky":false,"template":"post-blog-template.php","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22,31],"tags":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Overview of input lines for the SCUM ServerSettings.ini of your Scum server - GPORTAL Wiki<\/title>\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.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Overview of input lines for the SCUM ServerSettings.ini of your Scum server - GPORTAL Wiki\" \/>\n<meta property=\"og:description\" content=\"VariableNote: All strings are without line breaks. Standard value Description PartialWipe 0 Used to perform a partial wipe. NO player progress will be reset.Note: The value must be set to 1 so that the wipe takes place once when the server is restarted. MinServerTickRate 5 MaxServerTickRate 35 Recommended maximum value MaxPing 500 If a player&#8217;s ping is higher than the set value, they cannot join the server. ServerName The server name is also displayed on external sites such as Battlemetrics. ServerDescription AdminPassword ServerPassword If a server password is set, players attempting to join the server must enter it. TimeToRemainInGameAfterLeaveGameRequest 60 When a player leaves the server, their avatar remains on the map for the specified time (in seconds) and is vulnerable to attack. MaxAllowedAnimalsInWorld 40 MaxAllowedBirdsInWorld 15 MaxAllowedZombiesInWorld 64 MaxAllowedExteriorPawnsInWorld 64 MaxAllowedInteriorPawnsInWorld 64 MaxAllowedWildPawnsInWorld 64 MaxAllowedSentriesInWorld -1 MaxAllowedDronesInWorld 15 MaxAllowedVehiclesInWorld 64 ExteriorPawnAmountModifier 1 InteriorPawnAmountModifier 1 WildPawnAmountModifier 1 ExteriorPawnSpawningCheckTimeInSeconds 0 InteriorPawnSpawningCheckTimeInSeconds 0 WildPawnSpawningCheckTimeInSeconds 600 ExteriorPawnSpawningProbability 30 InteriorPawnSpawningProbability 10 ExteriorSpawnerGroupCooldownTime 1800 InteriorSpawnerGroupCooldownTime 900 To illustrate how these lines must be inserted into ServerSettings.ini, we have listed all of the entries above in a code window below. Please note that the value must be adjusted to your requirements in each case.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/\" \/>\n<meta property=\"og:site_name\" content=\"GPORTAL Wiki\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-05T13:32:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-05T13:32:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Config-modded-Server.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"35\" \/>\n\t<meta property=\"og:image:height\" content=\"28\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Steven\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Steven\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/\",\"name\":\"Overview of input lines for the SCUM ServerSettings.ini of your Scum server - GPORTAL Wiki\",\"isPartOf\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Config-modded-Server.webp\",\"datePublished\":\"2025-08-05T13:32:45+00:00\",\"dateModified\":\"2025-08-05T13:32:46+00:00\",\"author\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/#primaryimage\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Config-modded-Server.webp\",\"contentUrl\":\"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Config-modded-Server.webp\",\"width\":35,\"height\":28},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.g-portal.com\/wiki\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Overview of input lines for the SCUM ServerSettings.ini of your Scum server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#website\",\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/\",\"name\":\"GPORTAL Wiki\",\"description\":\"GPORTAL Wiki\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.g-portal.com\/wiki\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf\",\"name\":\"Steven\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g\",\"caption\":\"Steven\"},\"url\":\"https:\/\/www.g-portal.com\/wiki\/en\/author\/steven\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Overview of input lines for the SCUM ServerSettings.ini of your Scum server - GPORTAL Wiki","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.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/","og_locale":"en_US","og_type":"article","og_title":"Overview of input lines for the SCUM ServerSettings.ini of your Scum server - GPORTAL Wiki","og_description":"VariableNote: All strings are without line breaks. Standard value Description PartialWipe 0 Used to perform a partial wipe. NO player progress will be reset.Note: The value must be set to 1 so that the wipe takes place once when the server is restarted. MinServerTickRate 5 MaxServerTickRate 35 Recommended maximum value MaxPing 500 If a player&#8217;s ping is higher than the set value, they cannot join the server. ServerName The server name is also displayed on external sites such as Battlemetrics. ServerDescription AdminPassword ServerPassword If a server password is set, players attempting to join the server must enter it. TimeToRemainInGameAfterLeaveGameRequest 60 When a player leaves the server, their avatar remains on the map for the specified time (in seconds) and is vulnerable to attack. MaxAllowedAnimalsInWorld 40 MaxAllowedBirdsInWorld 15 MaxAllowedZombiesInWorld 64 MaxAllowedExteriorPawnsInWorld 64 MaxAllowedInteriorPawnsInWorld 64 MaxAllowedWildPawnsInWorld 64 MaxAllowedSentriesInWorld -1 MaxAllowedDronesInWorld 15 MaxAllowedVehiclesInWorld 64 ExteriorPawnAmountModifier 1 InteriorPawnAmountModifier 1 WildPawnAmountModifier 1 ExteriorPawnSpawningCheckTimeInSeconds 0 InteriorPawnSpawningCheckTimeInSeconds 0 WildPawnSpawningCheckTimeInSeconds 600 ExteriorPawnSpawningProbability 30 InteriorPawnSpawningProbability 10 ExteriorSpawnerGroupCooldownTime 1800 InteriorSpawnerGroupCooldownTime 900 To illustrate how these lines must be inserted into ServerSettings.ini, we have listed all of the entries above in a code window below. Please note that the value must be adjusted to your requirements in each case.","og_url":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/","og_site_name":"GPORTAL Wiki","article_published_time":"2025-08-05T13:32:45+00:00","article_modified_time":"2025-08-05T13:32:46+00:00","og_image":[{"width":35,"height":28,"url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Config-modded-Server.webp","type":"image\/webp"}],"author":"Steven","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Steven","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/","url":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/","name":"Overview of input lines for the SCUM ServerSettings.ini of your Scum server - GPORTAL Wiki","isPartOf":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/#primaryimage"},"image":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Config-modded-Server.webp","datePublished":"2025-08-05T13:32:45+00:00","dateModified":"2025-08-05T13:32:46+00:00","author":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf"},"breadcrumb":{"@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/#primaryimage","url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Config-modded-Server.webp","contentUrl":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Config-modded-Server.webp","width":35,"height":28},{"@type":"BreadcrumbList","@id":"https:\/\/www.g-portal.com\/wiki\/en\/overview-of-input-lines-for-the-scum-serversettings-ini-of-your-scum-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.g-portal.com\/wiki\/en\/"},{"@type":"ListItem","position":2,"name":"Overview of input lines for the SCUM ServerSettings.ini of your Scum server"}]},{"@type":"WebSite","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#website","url":"https:\/\/www.g-portal.com\/wiki\/en\/","name":"GPORTAL Wiki","description":"GPORTAL Wiki","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.g-portal.com\/wiki\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/6c8d17638d38be4b951b9d1564636faf","name":"Steven","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.g-portal.com\/wiki\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae1e807f2ff968311b283ab8a45e36fe?s=96&d=mm&r=g","caption":"Steven"},"url":"https:\/\/www.g-portal.com\/wiki\/en\/author\/steven\/"}]}},"jetpack_featured_media_url":"https:\/\/www.g-portal.com\/wiki\/wp-content\/uploads\/2021\/05\/Config-modded-Server.webp","_links":{"self":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/25968"}],"collection":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/users\/16"}],"replies":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/comments?post=25968"}],"version-history":[{"count":2,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/25968\/revisions"}],"predecessor-version":[{"id":25970,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/posts\/25968\/revisions\/25970"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/media\/12008"}],"wp:attachment":[{"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/media?parent=25968"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/categories?post=25968"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.g-portal.com\/wiki\/en\/wp-json\/wp\/v2\/tags?post=25968"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}