{"id":94707,"date":"2026-06-05T13:08:35","date_gmt":"2026-06-05T10:08:35","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/"},"modified":"2026-06-05T13:08:35","modified_gmt":"2026-06-05T10:08:35","slug":"littleweb","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/","title":{"rendered":"LittleWeb"},"content":{"rendered":"<p># LittleWeb<br \/>\nSpigot plugin that exposes a REST API for developers to consume<\/p>\n<p>> Requires plugin LittleLink<\/p>\n<p>## Configuration<\/p>\n<p>&#8220;`yml<br \/>\napi:<br \/>\n  port: 8888<br \/>\n  address: localhost<br \/>\n  &#8220;`<\/p>\n<p>&#8211; `port` where the HTTP Jetty Server will bind too, must be greater than 1024 since minecraft servers **shouldn&#8217;t be run as root**<br \/>\n&#8211; `address` where the HTTP Jetty Server will listen to. If you want to expose the api without a reverse proxy you can do so by setting it to `0.0.0.0`<\/p>\n<p>## API Endpoints<\/p>\n<p>Plugin provides currently only 2 endpoints<\/p>\n<p>### GET `\/api\/status`<\/p>\n<p>Sample response:<br \/>\n&#8220;`json<br \/>\n{<br \/>\n  &#8220;players&#8221;: {<br \/>\n    &#8220;max&#8221;: 30,<br \/>\n    &#8220;online&#8221;: 3,<br \/>\n    &#8220;list&#8221;: [<br \/>\n      {<br \/>\n        &#8220;id&#8221;: &#8220;12b7b9c9-7611-4679-bae8-94ed55a6b7a4&#8221;,<br \/>\n        &#8220;name&#8221;: &#8220;jb_himawari&#8221;<br \/>\n      },<br \/>\n      {<br \/>\n        &#8220;id&#8221;: &#8220;eaf3de81-e7e9-4395-a0b1-456735b63aa7&#8221;,<br \/>\n        &#8220;name&#8221;: &#8220;Twan_MC&#8221;<br \/>\n      },<br \/>\n      {<br \/>\n        &#8220;id&#8221;: &#8220;5be97b0c-657f-4fb9-baa8-b463b3040c28&#8221;,<br \/>\n        &#8220;name&#8221;: &#8220;Rekcah_&#8221;<br \/>\n      }<br \/>\n    ]<br \/>\n  },<br \/>\n  &#8220;world&#8221;: {<br \/>\n    &#8220;seed&#8221;: &#8220;-4255308501429674615&#8221;,<br \/>\n    &#8220;time&#8221;: 2832,<br \/>\n    &#8220;type&#8221;: &#8220;minecraft:normal&#8221;<br \/>\n  },<br \/>\n  &#8220;plugins&#8221;: [<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;CoreProtect&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;21.2&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Intelli&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;Provides block protection for your server.n&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;http:\/\/coreprotect.net&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;LuckPerms&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;5.4.26&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Luck&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;A permissions plugin&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/luckperms.net&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;CustomBeaconRange&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;0.1&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Soussou&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;A plugin to customize beacon effect range&#8221;,<br \/>\n      &#8220;website&#8221;: null<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;LittleLink&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;1.7&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Pequla&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;Allows for simple whitelisting on the minecraft server&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/pequla.com&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;LittleWeb&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;1.3&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Pequla&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;Exposes a public REST API from data found in LittleLink&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/github.com\/Pequla\/LittleWeb&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;LittleHooks&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;1.2&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Pequla&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;Discord webhook integration for your minecraft server&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/pequla.com&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;spark&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;1.9.9&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Luck&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;spark is a performance profiling plugin\/mod for Minecraft clients, servers and proxies.&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/spark.lucko.me\/&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;Vault&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;1.7.3-b131&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;cereal&#8221;,<br \/>\n        &#8220;Sleaker&#8221;,<br \/>\n        &#8220;mung3r&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;Vault is a Permissions &#038; Economy API to allow plugins to more easily hook into these systems without needing to hook each individual system themselves.&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/dev.bukkit.org\/projects\/vault&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;Essentials&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;2.19.5-dev+23-6816eb4&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Zenexer&#8221;,<br \/>\n        &#8220;ementalo&#8221;,<br \/>\n        &#8220;Aelux&#8221;,<br \/>\n        &#8220;Brettflan&#8221;,<br \/>\n        &#8220;KimKandor&#8221;,<br \/>\n        &#8220;snowleo&#8221;,<br \/>\n        &#8220;ceulemans&#8221;,<br \/>\n        &#8220;Xeology&#8221;,<br \/>\n        &#8220;KHobbits&#8221;,<br \/>\n        &#8220;md_5&#8221;,<br \/>\n        &#8220;Iaccidentally&#8221;,<br \/>\n        &#8220;drtshock&#8221;,<br \/>\n        &#8220;vemacs&#8221;,<br \/>\n        &#8220;SupaHam&#8221;,<br \/>\n        &#8220;mdcfe&#8221;,<br \/>\n        &#8220;JRoy&#8221;,<br \/>\n        &#8220;pop4959&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;Provides an essential, core set of commands for Bukkit.&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/essentialsx.net\/&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;EssentialsChat&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;2.19.5-dev+23-6816eb4&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Zenexer&#8221;,<br \/>\n        &#8220;ementalo&#8221;,<br \/>\n        &#8220;Aelux&#8221;,<br \/>\n        &#8220;Brettflan&#8221;,<br \/>\n        &#8220;KimKandor&#8221;,<br \/>\n        &#8220;snowleo&#8221;,<br \/>\n        &#8220;ceulemans&#8221;,<br \/>\n        &#8220;Xeology&#8221;,<br \/>\n        &#8220;KHobbits&#8221;,<br \/>\n        &#8220;md_5&#8221;,<br \/>\n        &#8220;Okamosy&#8221;,<br \/>\n        &#8220;Iaccidentally&#8221;,<br \/>\n        &#8220;mdcfe&#8221;,<br \/>\n        &#8220;JRoy&#8221;,<br \/>\n        &#8220;triagonal&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;Provides chat control features for Essentials.  Requires Permissions.&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/essentialsx.net\/&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;LWC&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;2.2.7-ad0f824&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Hidendra&#8221;,<br \/>\n        &#8220;pop4959&#8221;,<br \/>\n        &#8220;Me_Goes_RAWR&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;Inventory protection &#038; management utilizing SQLite or MySQL as its backend Other blocks can also be protected individually, if configured.n&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/www.spigotmc.org\/resources\/lwc-extended.69551\/&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;EssentialsSpawn&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;2.19.5-dev+23-6816eb4&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;Zenexer&#8221;,<br \/>\n        &#8220;ementalo&#8221;,<br \/>\n        &#8220;Aelux&#8221;,<br \/>\n        &#8220;Brettflan&#8221;,<br \/>\n        &#8220;KimKandor&#8221;,<br \/>\n        &#8220;snowleo&#8221;,<br \/>\n        &#8220;ceulemans&#8221;,<br \/>\n        &#8220;Xeology&#8221;,<br \/>\n        &#8220;KHobbits&#8221;,<br \/>\n        &#8220;SupaHam&#8221;,<br \/>\n        &#8220;mdcfe&#8221;,<br \/>\n        &#8220;DoNotSpamPls&#8221;,<br \/>\n        &#8220;JRoy&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;Provides spawn control commands, utilizing Essentials.&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/essentialsx.net\/&#8221;<br \/>\n    },<br \/>\n    {<br \/>\n      &#8220;name&#8221;: &#8220;Harbor&#8221;,<br \/>\n      &#8220;version&#8221;: &#8220;1.6.3&#8221;,<br \/>\n      &#8220;authors&#8221;: [<br \/>\n        &#8220;TechToolbox (@nkomarn)&#8221;<br \/>\n      ],<br \/>\n      &#8220;description&#8221;: &#8220;Harbor redefines how sleep works in your server, making it easier for all the online players to get in bed quickly and skip through the night!&#8221;,<br \/>\n      &#8220;website&#8221;: &#8220;https:\/\/nkomarn.xyz&#8221;<br \/>\n    }<br \/>\n  ],<br \/>\n  &#8220;version&#8221;: &#8220;git-Paper-41 (MC: 1.19)&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>> When there are no players online the `list` will be returned as an empty array<\/p>\n<p>There are also additional endpoints for targeting specific fields:<\/p>\n<p>&#8211; GET `\/api\/status\/players` (Returns only the `players` object)<br \/>\n&#8211; GET `\/api\/status\/plugins` (Returns only the `plugins` array)<br \/>\n&#8211; GET `\/api\/status\/world` (Returns only the `world` object)<\/p>\n<p>### GET `\/api\/user`<\/p>\n<p>> The `uuid` query parameter is mandatory. So the example url should be `\/api\/user?uuid=69c154a4-0a6a-4578-b169-c4be379e1e8e`<\/p>\n<p>Sample response:<br \/>\n&#8220;`json<br \/>\n{<br \/>\n    &#8220;id&#8221;: &#8220;407635624787443712&#8221;,<br \/>\n    &#8220;name&#8221;: &#8220;LYuae#5987&#8221;,<br \/>\n    &#8220;nickname&#8221;: &#8220;Yuae %&#8221;,<br \/>\n    &#8220;avatar&#8221;: &#8220;https:\/\/cdn.discordapp.com\/avatars\/407635624787443712\/8d80be04a42c5622aa5ebe358c68ea67.png&#8221;<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>### GET `\/api\/players`<\/p>\n<p>> Displays all players that have ever joined the server<\/p>\n<p>Sample response:<br \/>\n&#8220;`json<br \/>\n[<br \/>\n  {<br \/>\n    &#8220;id&#8221;: &#8220;12b7b9c9-7611-4679-bae8-94ed55a6b7a4&#8221;,<br \/>\n    &#8220;name&#8221;: &#8220;jb_himawari&#8221;<br \/>\n  },<br \/>\n  {<br \/>\n    &#8220;id&#8221;: &#8220;eaf3de81-e7e9-4395-a0b1-456735b63aa7&#8221;,<br \/>\n    &#8220;name&#8221;: &#8220;Twan_MC&#8221;<br \/>\n  },<br \/>\n  {<br \/>\n    &#8220;id&#8221;: &#8220;5be97b0c-657f-4fb9-baa8-b463b3040c28&#8221;,<br \/>\n    &#8220;name&#8221;: &#8220;Rekcah_&#8221;<br \/>\n  }<br \/>\n]<br \/>\n&#8220;`<\/p>\n<p>### Exceptions and Status codes<\/p>\n<p>If there is an error you can receive the following status codes:<\/p>\n<p>&#8211; `404 NOT FOUND` &#8211; The required object was not found<br \/>\n&#8211; `400 BAD REQUEST` &#8211; There was an error processing your request&#8217;s arguments<br \/>\n&#8211; `500 SERVER ERROR` &#8211; Something went wrong internally, you should probably restart the minecraft server<\/p>\n<p>Sample response:<br \/>\n&#8220;`json<br \/>\n{<br \/>\n    &#8220;message&#8221;: &#8220;User not found&#8221;,<br \/>\n    &#8220;timestamp&#8221;: 1655245110448<br \/>\n}<br \/>\n&#8220;`<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Spigot plugin that exposes a REST API for developers to consume<\/p>\n","protected":false},"featured_media":94690,"template":"","meta":{"_minecraft_slug":"littleweb","_minecraft_project_id":"5zBkFVTG","_minecraft_author":"Pequla","_minecraft_license":"MIT","_minecraft_downloads":157,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"littleweb.zip","_minecraft_size_bytes":2891947,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T13:21:22.651916Z","_minecraft_date_created":"2023-08-21T23:02:20.391172Z","_minecraft_date_modified":"2023-08-17T16:56:40.666724Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/littleweb","_minecraft_icon_attachment_id":94690,"_minecraft_imported_at":"2026-06-05T10:08:36+00:00","_minecraft_import_hash":"2bf33f6c4d42de3ae5270e703b8bb772","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,127,128,867,129,92],"mod_loader":[132,133,134],"minecraft_version":[54,55,56,57,58,59,36],"class_list":["post-94707","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LittleWeb - Minecraft<\/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:\/\/vpesports.com\/minecraft\/mods\/littleweb\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LittleWeb - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Spigot plugin that exposes a REST API for developers to consume\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/littleweb\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/littleweb\\\/\",\"name\":\"LittleWeb - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/littleweb\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/littleweb\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/littlehooks-icon-3466cd8a13ba56833bc79aef606cb2cb2901c682_96.webp\",\"datePublished\":\"2026-06-05T10:08:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/littleweb\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/littleweb\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/littleweb\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/littlehooks-icon-3466cd8a13ba56833bc79aef606cb2cb2901c682_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/littlehooks-icon-3466cd8a13ba56833bc79aef606cb2cb2901c682_96.webp\",\"width\":96,\"height\":73},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/littleweb\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"LittleWeb\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LittleWeb - Minecraft","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:\/\/vpesports.com\/minecraft\/mods\/littleweb\/","og_locale":"en_US","og_type":"article","og_title":"LittleWeb - Minecraft","og_description":"Spigot plugin that exposes a REST API for developers to consume","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/","name":"LittleWeb - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/littlehooks-icon-3466cd8a13ba56833bc79aef606cb2cb2901c682_96.webp","datePublished":"2026-06-05T10:08:35+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/littlehooks-icon-3466cd8a13ba56833bc79aef606cb2cb2901c682_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/littlehooks-icon-3466cd8a13ba56833bc79aef606cb2cb2901c682_96.webp","width":96,"height":73},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/littleweb\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"LittleWeb"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/94707","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/94690"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=94707"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=94707"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=94707"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=94707"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}