{"id":165504,"date":"2026-06-09T20:48:23","date_gmt":"2026-06-09T17:48:23","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/"},"modified":"2026-06-09T20:48:23","modified_gmt":"2026-06-09T17:48:23","slug":"veloauth","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/","title":{"rendered":"VeloAuth"},"content":{"rendered":"<p align=\"center\">\n  <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/a31eec688d48cffe2770bd961e5d134c71b8b662.png\" alt=\"VeloAuth\">\n<\/p>\n<p># VeloAuth<\/p>\n<p>![Modrinth](https:\/\/modrinth.com\/plugin\/veloauth)<br \/>\n![Discord](https:\/\/discord.gg\/e2RkPbc3ZR)<br \/>\n![License](LICENSE)<br \/>\n![bStats](https:\/\/bstats.org\/plugin\/velocity\/VeloAuth)<\/p>\n<p>**Complete Velocity authentication plugin** with intelligent nickname protection, premium auto-login, and secure offline player management.<\/p>\n<p>## What is VeloAuth?<\/p>\n<p>VeloAuth is a comprehensive authentication system for Velocity proxy that handles all player authorization before they reach your backend servers. It works with any limbo server to provide a smooth login experience while protecting nickname ownership through intelligent conflict resolution.<\/p>\n<p>## Key Features<\/p>\n<p>&#8211; \ud83d\udd12 **Intelligent Nickname Protection** &#8211; Premium nicknames are reserved unless already registered by cracked players<br \/>\n&#8211; \u26a1 **Premium Auto-Login** &#8211; Mojang account owners skip authentication automatically<br \/>\n&#8211; \ud83d\udd04 **Automatic Nickname Change Detection** &#8211; Detects when a premium player renames their Mojang account and updates the database record automatically<br \/>\n&#8211; \ud83d\udee1\ufe0f **Secure Offline Auth** &#8211; BCrypt password hashing with brute-force protection<br \/>\n&#8211; \ud83d\udcf1 **Optional Floodgate Support** &#8211; Bedrock players can bypass the auth server when Floodgate integration is enabled<br \/>\n&#8211; \ud83d\uddfa\ufe0f **Forced Hosts Support** &#8211; Players connect via custom domains (e.g., `pvp.server.com`) and are properly routed to their intended server *after* authentication<br \/>\n&#8211; \ud83d\udeab **Smart Command Hiding** &#8211; Authentication commands (`\/login`, `\/register`) are completely hidden from tab-completion once the player is logged in<br \/>\n&#8211; \ud83d\ude80 **High Performance** &#8211; Three-layer premium resolution cache: in-memory \u2192 database \u2192 external API, with 24-hour premium status retention<br \/>\n&#8211; \ud83d\udd04 **Conflict Resolution** &#8211; Smart handling of premium\/cracked nickname conflicts<br \/>\n&#8211; \ud83d\udcca **Admin Tools** &#8211; Complete conflict management with `\/vauth conflicts`<br \/>\n&#8211; \ud83d\uddc4\ufe0f **Multi-Database** &#8211; MySQL, PostgreSQL, H2, SQLite<br \/>\n&#8211; \ud83c\udf0d **17 Languages** &#8211; EN, PL, DE, FR, RU, TR, SI, FI, ZH_CN, ZH_HK, JA, HI, VI, KO, TH, ID, PT_BR<br \/>\n&#8211; \ud83d\udd04 **LimboAuth Compatible** &#8211; 100% database compatibility (no migration needed)<br \/>\n&#8211; \ud83d\udce2 **Discord Alerts** &#8211; Webhook notifications for security events<br \/>\n&#8211; \ud83e\uddf5 **Virtual Threads** &#8211; Built on Java 21 for maximum performance<br \/>\n&#8211; \ud83d\udcc8 **bStats Analytics** &#8211; Anonymous usage statistics via bStats<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; **Java 21 or newer**<br \/>\n&#8211; **Velocity proxy** (API 3.4.0+)<br \/>\n&#8211; **Limbo server**: NanoLimbo, LOOHP\/Limbo, LimboService, PicoLimbo, hpfxd\/Limbo, or any other<br \/>\n&#8211; **Database**: MySQL, PostgreSQL, H2, or SQLite<\/p>\n<p>## Quick Setup<\/p>\n<p>### Installation<\/p>\n<p>1. Download VeloAuth from Modrinth<br \/>\n2. Place the file in your Velocity `plugins\/` folder<br \/>\n3. Start Velocity &#8211; the plugin will create a `config.yml` file<br \/>\n4. Stop Velocity and configure your database and auth server name in `plugins\/VeloAuth\/config.yml`<br \/>\n5. Restart Velocity<\/p>\n<p>**Note:** Floodgate support is disabled by default. Enable it only if you actually use Geyser\/Floodgate.<\/p>\n<p>### Velocity Config<\/p>\n<p>Configure your `velocity.toml` with your limbo\/auth server and backend servers:<\/p>\n<p>&#8220;`toml<br \/>\n[servers]<br \/>\nlimbo = &#8220;127.0.0.1:25566&#8221;  # Auth\/limbo server (NanoLimbo, LOOHP\/Limbo, etc.)<br \/>\nlobby = &#8220;127.0.0.1:25565&#8221;  # Typical backend server<br \/>\nsurvival = &#8220;127.0.0.1:25567&#8221; # Another backend server<\/p>\n<p>try = [&#8220;lobby&#8221;, &#8220;survival&#8221;]  # Order matters. Do NOT put &#8216;limbo&#8217; here.<\/p>\n<p>[forced-hosts]<br \/>\n# VeloAuth fully respects Velocity&#8217;s forced hosts!<br \/>\n# Players connecting via this IP will be sent to limbo to login,<br \/>\n# and then seamlessly transferred to &#8216;survival&#8217; instead of &#8216;lobby&#8217;.<br \/>\n&#8220;survival.example.com&#8221; = [&#8220;survival&#8221;]<br \/>\n&#8220;`<\/p>\n<p>**Important:** The `try` configuration controls where authenticated players are redirected by default. VeloAuth automatically skips the `limbo` server and selects the first available backend server, **unless** the player used a `forced-host` domain, in which case they are natively routed to their intended destination!<\/p>\n<p>### Discord Webhooks<\/p>\n<p>VeloAuth supports Discord notifications for security events (failed login bursts, brute-force attempts, premium resolution failures). Configure the webhook URL in `config.yml` under `alerts.discord`.<\/p>\n<p>### Database Config<\/p>\n<p>Supported: H2 (out-of-box), MySQL, PostgreSQL, SQLite<\/p>\n<p>## Player Commands<\/p>\n<p>| Command | Description | Restrictions |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|&#8212;&#8212;&#8212;&#8212;&#8211;|<br \/>\n| `\/register <password> <confirm>` | Create new account | Hidden after login. No premium nicknames |<br \/>\n| `\/login <password>` | Login to your account | Hidden after login. Works for all players |<br \/>\n| `\/changepassword <old> <new>` | Change your password | Must be logged in |<\/p>\n<p>## Admin Commands<\/p>\n<p>| Command | Permission | Description |<br \/>\n|&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/unregister <nickname>` | `veloauth.admin` | Remove player account (resolves conflicts) |<br \/>\n| `\/vauth reload` | `veloauth.admin` | Reload configuration |<br \/>\n| `\/vauth cache-reset [player]` | `veloauth.admin` | Clear authorization cache |<br \/>\n| `\/vauth stats` | `veloauth.admin` | Show plugin statistics |<br \/>\n| `\/vauth conflicts` | `veloauth.admin` | List nickname conflicts |<\/p>\n<p>## How It Works<\/p>\n<p>### Authentication Flow<br \/>\n1. **Player connects** to Velocity<br \/>\n2. **VeloAuth checks** in-memory authorization cache (instant, no I\/O)<br \/>\n3. If **not in memory**, checks **database premium cache** (persistent across restarts)<br \/>\n4. If **not in DB cache**, resolves via **Mojang\/Ashcon API** in parallel using virtual threads<br \/>\n5. If **not premium**, player is sent to the **auth server** (unless Floodgate Bedrock bypass applies)<br \/>\n6. Player types **\/login** or **\/register**<br \/>\n7. **VeloAuth verifies** credentials with BCrypt<br \/>\n8. Player is **redirected to backend server** via `try` configuration<\/p>\n<p>### Premium Resolution (3 layers)<br \/>\n&#8220;`<br \/>\nConnect \u2192 [In-memory cache] \u2192 [Database cache] \u2192 [Mojang\/Ashcon API]<br \/>\n              ~0ms                ~1ms                 ~200-500ms<br \/>\n&#8220;`<br \/>\nAll API calls run in parallel on virtual threads. Results are cached in the database and survive proxy restarts.<\/p>\n<p>### Nickname Change Detection<br \/>\nWhen a premium player logs in with a different username than what is stored (Mojang account rename), VeloAuth automatically detects the mismatch and updates the database record, keeping the UUID-to-username mapping accurate without any admin intervention.<\/p>\n<p>### Nickname Protection System<br \/>\n&#8211; **Premium nicknames are reserved** unless already registered by cracked players<br \/>\n&#8211; **Conflict resolution** when premium players use cracked-registered nicknames<br \/>\n&#8211; **Admin tools** for managing nickname conflicts<br \/>\n&#8211; **Automatic blocking** of cracked players trying premium nicknames<\/p>\n<p>## LimboAuth Migration<\/p>\n<p>VeloAuth is **100% compatible** with LimboAuth databases:<\/p>\n<p>1. Stop LimboAuth on your backend servers<br \/>\n2. Install VeloAuth on Velocity<br \/>\n3. Configure VeloAuth to use the same database as LimboAuth<br \/>\n4. Start Velocity &#8211; all existing accounts will work automatically<\/p>\n<p>## Contributing<\/p>\n<p>Contributions are welcome! Please open an issue or PR.<\/p>\n<p>## Support<\/p>\n<p>Need help? Found a bug? Open an issue on GitHub or join our Discord server.<\/p>\n<p>## License<\/p>\n<p>This project is licensed under the **MIT License**<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Secure Velocity auth plugin with auto-login for premium players and registration\/login for offline players.<\/p>\n","protected":false},"featured_media":165505,"template":"","meta":{"_minecraft_slug":"veloauth","_minecraft_project_id":"awl91tjn","_minecraft_author":"rafalohaki","_minecraft_license":"MIT","_minecraft_downloads":3090,"_minecraft_follows":10,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"veloauth.zip","_minecraft_size_bytes":335740920,"_minecraft_version_count":13,"_minecraft_updated_at":"2026-05-16T04:58:58.909393Z","_minecraft_date_created":"2025-11-18T01:18:51.397311Z","_minecraft_date_modified":"2026-05-13T19:25:46.784329Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/veloauth","_minecraft_icon_attachment_id":165505,"_minecraft_imported_at":"2026-06-09T17:48:23+00:00","_minecraft_import_hash":"cc25c7fd950f05da4db365e83be576b7","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[126,123,92,985],"mod_loader":[986],"minecraft_version":[339,340,341,357,359,360,379,382,385,438,446,449,110,111,112,113,114,115,116,117,118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,22,23,24,25,26,27,28,29,30,31,860,861,862,863,864,83,167,163],"class_list":["post-165504","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-management","mod_category-technology","mod_category-utility","mod_category-velocity","mod_loader-velocity","minecraft_version-1-10","minecraft_version-1-10-1","minecraft_version-1-10-2","minecraft_version-1-11","minecraft_version-1-11-1","minecraft_version-1-11-2","minecraft_version-1-12","minecraft_version-1-12-1","minecraft_version-1-12-2","minecraft_version-1-13","minecraft_version-1-13-1","minecraft_version-1-13-2","minecraft_version-1-14","minecraft_version-1-14-1","minecraft_version-1-14-2","minecraft_version-1-14-3","minecraft_version-1-14-4","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","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","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-1-8","minecraft_version-1-8-1","minecraft_version-1-8-2","minecraft_version-1-8-3","minecraft_version-1-8-4","minecraft_version-1-8-5","minecraft_version-1-8-6","minecraft_version-1-8-7","minecraft_version-1-8-8","minecraft_version-1-8-9","minecraft_version-1-9","minecraft_version-1-9-1","minecraft_version-1-9-2","minecraft_version-1-9-3","minecraft_version-1-9-4","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>VeloAuth - 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\/veloauth\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"VeloAuth - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Secure Velocity auth plugin with auto-login for premium players and registration\/login for offline players.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/a31eec688d48cffe2770bd961e5d134c71b8b662.png\" \/>\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\\\/veloauth\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veloauth\\\/\",\"name\":\"VeloAuth - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veloauth\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veloauth\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/veloauth-icon-206645a8132aba91b33a466adab85f972ce76ae8_96.webp\",\"datePublished\":\"2026-06-09T17:48:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veloauth\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veloauth\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veloauth\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/veloauth-icon-206645a8132aba91b33a466adab85f972ce76ae8_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/veloauth-icon-206645a8132aba91b33a466adab85f972ce76ae8_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/veloauth\\\/#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\":\"VeloAuth\"}]},{\"@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":"VeloAuth - 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\/veloauth\/","og_locale":"en_US","og_type":"article","og_title":"VeloAuth - Minecraft","og_description":"Secure Velocity auth plugin with auto-login for premium players and registration\/login for offline players.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.modrinth.com\/data\/cached_images\/a31eec688d48cffe2770bd961e5d134c71b8b662.png","type":"","width":"","height":""}],"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\/veloauth\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/","name":"VeloAuth - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/veloauth-icon-206645a8132aba91b33a466adab85f972ce76ae8_96.webp","datePublished":"2026-06-09T17:48:23+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/veloauth-icon-206645a8132aba91b33a466adab85f972ce76ae8_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/veloauth-icon-206645a8132aba91b33a466adab85f972ce76ae8_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/veloauth\/#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":"VeloAuth"}]},{"@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\/165504","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\/165505"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=165504"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=165504"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=165504"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=165504"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}