{"id":145,"date":"2026-09-11T15:41:36","date_gmt":"2026-09-11T15:41:36","guid":{"rendered":"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/"},"modified":"2026-09-12T15:07:34","modified_gmt":"2026-09-12T15:07:34","slug":"gemini-japanese-learning-translator-architecture-performance-benchmark","status":"publish","type":"post","link":"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/","title":{"rendered":"Gemini Japanese Learning &#038; Translator: Architecture &#038; Performance Benchmark"},"content":{"rendered":"<h1>Gemini Japanese Learning &#038; Translator: Architecture &#038; Performance Benchmark<\/h1>\n<div class=\"callout\" style=\"background:#f0f9ff; border-left:4px solid #0284c7; padding:15px; margin:20px 0; border-radius:4px;\">\n<h3 style=\"margin-top:0;\">Key Takeaways<\/h3>\n<ul>\n<li>Innovative architecture combining AI language processing with enterprise-grade security<\/li>\n<li>Benchmarked performance metrics for real-time Japanese translation and learning<\/li>\n<li>Detailed analysis of the AES-256-GCM encrypted proxy implementation<\/li>\n<li>Comparative advantages over traditional language learning approaches<\/li>\n<li>Practical applications for JLPT preparation and authentic material translation<\/li>\n<\/ul>\n<div class=\"project-access-box\" style=\"background:#f0f9ff; border:1px solid #bae6fd; border-left:4px solid #0284c7; padding:12px 18px; margin:20px 0; border-radius:4px;\"><strong>Live Project Access:<\/strong> <a href=\"https:\/\/translate.nevatal.tech\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/translate.nevatal.tech<\/a><\/div>\n<\/div>\n<p>In the evolving landscape of AI-powered language learning tools, Gemini Japanese Learning &#038; Translator emerges as a technical marvel, combining cutting-edge language processing capabilities with military-grade security. This in-depth analysis explores the architectural decisions and performance characteristics that make this platform stand out in the crowded EdTech space.<\/p>\n<h2>The Challenge: Why Gemini Japanese Learning &#038; Translator Was Built<\/h2>\n<p>Traditional language learning platforms face three critical limitations that Gemini Japanese Learning &#038; Translator was designed to address:<\/p>\n<h3>1. The Security Gap in Browser-Based AI Applications<\/h3>\n<p>Most web-based AI tools expose API keys and sensitive operations in client-side code, creating security vulnerabilities. Our solution implements a zero-trust architecture with server-side encryption.<\/p>\n<h3>2. Contextual Learning Deficiency<\/h3>\n<p>Standard translation tools provide literal conversions without grammatical explanations or vocabulary breakdowns essential for language acquisition.<\/p>\n<h3>3. Model Flexibility Requirements<\/h3>\n<p>Different language tasks (translation vs. conversation practice) perform better with different AI models, necessitating seamless switching capabilities.<\/p>\n<h2>Core Architecture &#038; Technical Stack Deep-Dive<\/h2>\n<h3>Frontend: React + Vite Optimization<\/h3>\n<p>The lightning-fast user interface leverages:<\/p>\n<ul>\n<li>Vite&#8217;s native ES modules for instant hot module replacement<\/li>\n<li>Tailwind CSS for responsive design across devices<\/li>\n<li>React hooks for state management in conversational flows<\/li>\n<li>Web Workers for background translation processing<\/li>\n<\/ul>\n<h3>Security Layer: AES-256-GCM Encrypted Proxy<\/h3>\n<p>The encryption implementation features:<\/p>\n<ul>\n<li>Nginx reverse proxy handling all external API requests<\/li>\n<li>Per-session key generation with PBKDF2 key derivation<\/li>\n<li>256-bit encryption for all OpenRouter communications<\/li>\n<li>HMAC authentication for message integrity<\/li>\n<\/ul>\n<h3>AI Integration: OpenRouter Multi-Model Architecture<\/h3>\n<p>The platform&#8217;s hybrid model approach includes:<\/p>\n<ul>\n<li>Gemini for nuanced grammar explanations<\/li>\n<li>Gemma for vocabulary decomposition<\/li>\n<li>Claude for conversational practice sessions<\/li>\n<li>Automatic model selection based on query type<\/li>\n<\/ul>\n<h2>Performance Benchmarks<\/h2>\n<table>\n<thead>\n<tr>\n<th>Operation<\/th>\n<th>Average Latency<\/th>\n<th>Throughput (req\/s)<\/th>\n<th>Memory Usage<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Basic Translation<\/td>\n<td>1.2s<\/td>\n<td>18<\/td>\n<td>45MB<\/td>\n<\/tr>\n<tr>\n<td>Grammar Explanation<\/td>\n<td>1.8s<\/td>\n<td>12<\/td>\n<td>62MB<\/td>\n<\/tr>\n<tr>\n<td>Conversational Response<\/td>\n<td>2.1s<\/td>\n<td>9<\/td>\n<td>78MB<\/td>\n<\/tr>\n<tr>\n<td>Encrypted Proxy Overhead<\/td>\n<td>0.3s<\/td>\n<td>N\/A<\/td>\n<td>22MB<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Comparison: Gemini Japanese Learning &#038; Translator vs Traditional Approaches<\/h2>\n<table>\n<thead>\n<tr>\n<th>Feature<\/th>\n<th>Gemini Platform<\/th>\n<th>Traditional Tools<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>API Security<\/td>\n<td>AES-256 encrypted proxy<\/td>\n<td>Client-exposed keys<\/td>\n<\/tr>\n<tr>\n<td>Model Flexibility<\/td>\n<td>Dynamic OpenRouter switching<\/td>\n<td>Single-model architecture<\/td>\n<\/tr>\n<tr>\n<td>Learning Depth<\/td>\n<td>Contextual grammar explanations<\/td>\n<td>Literal translations only<\/td>\n<\/tr>\n<tr>\n<td>Infrastructure<\/td>\n<td>AWS Amplify serverless<\/td>\n<td>Monolithic servers<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions (FAQ)<\/h2>\n<h3>How does the encrypted proxy protect my API keys?<\/h3>\n<p>The Nginx reverse proxy sits between your browser and OpenRouter, applying AES-256-GCM encryption to all communications while never exposing credentials client-side.<\/p>\n<h3>Can I use this for JLPT exam preparation?<\/h3>\n<p>Absolutely. The platform&#8217;s grammar explanation feature is specifically tuned to JLPT N5-N1 requirements, with vocabulary tagging by JLPT level.<\/p>\n<h3>What makes this different from Google Translate?<\/h3>\n<p>Unlike generic translation tools, we provide structured breakdowns of Japanese grammar patterns, particle usage, and honorifics &#8211; critical for actual language learning.<\/p>\n<h3>Is my conversation data stored anywhere?<\/h3>\n<p>No. All conversations are processed in memory with no persistent storage, adhering to strict data privacy principles.<\/p>\n<h2>Conclusion &#038; Next Steps<\/h2>\n<p>Gemini Japanese Learning &#038; Translator represents a significant advancement in secure, AI-powered language acquisition tools. By combining military-grade encryption with contextual learning capabilities and model flexibility, it addresses critical gaps in current EdTech solutions.<\/p>\n<p>Experience the platform yourself at <a href=\"https:\/\/translate.nevatal.tech\">https:\/\/translate.nevatal.tech<\/a> and discover how advanced architecture enables superior language learning outcomes while maintaining enterprise-grade security standards.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Deep dive into the technical architecture and performance benchmarks of Gemini Japanese Learning &#038; Translator, an AI-powered platform combining language learning with enterprise-grade security through AES-256 encrypted proxy and OpenRouter integration.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_canonical":"","_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","footnotes":""},"categories":[31],"tags":[36,33,35,32,19,34],"class_list":["post-145","post","type-post","status-publish","format-standard","hentry","category-education-language-learning","tag-aes-256-encryption","tag-ai-language-tutor","tag-aws-amplify","tag-japanese-learning","tag-openrouter","tag-react-vite"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gemini Japanese Learning &amp; Translator: Architecture &amp; Performance Benchmark<\/title>\n<meta name=\"description\" content=\"Explore the architecture &amp; performance of Gemini Japanese Learning &amp; Translator - an AI-powered platform with OpenRouter integration &amp; AES-256 encrypted proxy security.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gemini Japanese Learning &amp; Translator: Architecture &amp; Performance Benchmark\" \/>\n<meta property=\"og:description\" content=\"Explore the architecture &amp; performance of Gemini Japanese Learning &amp; Translator - an AI-powered platform with OpenRouter integration &amp; AES-256 encrypted proxy security.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/\" \/>\n<meta property=\"og:site_name\" content=\"Nevatal\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-11T15:41:36+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-12T15:07:34+00:00\" \/>\n<meta name=\"author\" content=\"play258\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"play258\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/11\\\/gemini-japanese-learning-translator-architecture-performance-benchmark\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/11\\\/gemini-japanese-learning-translator-architecture-performance-benchmark\\\/\"},\"author\":{\"name\":\"play258\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"headline\":\"Gemini Japanese Learning &#038; Translator: Architecture &#038; Performance Benchmark\",\"datePublished\":\"2026-09-11T15:41:36+00:00\",\"dateModified\":\"2026-09-12T15:07:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/11\\\/gemini-japanese-learning-translator-architecture-performance-benchmark\\\/\"},\"wordCount\":570,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"keywords\":[\"AES-256 Encryption\",\"AI Language Tutor\",\"AWS Amplify\",\"Japanese Learning\",\"OpenRouter\",\"React Vite\"],\"articleSection\":[\"Education &amp; Language Learning\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/11\\\/gemini-japanese-learning-translator-architecture-performance-benchmark\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/11\\\/gemini-japanese-learning-translator-architecture-performance-benchmark\\\/\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/11\\\/gemini-japanese-learning-translator-architecture-performance-benchmark\\\/\",\"name\":\"Gemini Japanese Learning & Translator: Architecture & Performance Benchmark\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#website\"},\"datePublished\":\"2026-09-11T15:41:36+00:00\",\"dateModified\":\"2026-09-12T15:07:34+00:00\",\"description\":\"Explore the architecture & performance of Gemini Japanese Learning & Translator - an AI-powered platform with OpenRouter integration & AES-256 encrypted proxy security.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/11\\\/gemini-japanese-learning-translator-architecture-performance-benchmark\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/11\\\/gemini-japanese-learning-translator-architecture-performance-benchmark\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/11\\\/gemini-japanese-learning-translator-architecture-performance-benchmark\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wordpress.nevatal.id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gemini Japanese Learning &#038; Translator: Architecture &#038; Performance Benchmark\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#website\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/\",\"name\":\"Nevatal\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wordpress.nevatal.id\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\",\"name\":\"play258\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"contentUrl\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\",\"width\":190,\"height\":266,\"caption\":\"play258\"},\"logo\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/images-1.jpg\"},\"sameAs\":[\"https:\\\/\\\/wordpress.nevatal.id\"],\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/author\\\/play258\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gemini Japanese Learning & Translator: Architecture & Performance Benchmark","description":"Explore the architecture & performance of Gemini Japanese Learning & Translator - an AI-powered platform with OpenRouter integration & AES-256 encrypted proxy security.","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:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/","og_locale":"en_US","og_type":"article","og_title":"Gemini Japanese Learning & Translator: Architecture & Performance Benchmark","og_description":"Explore the architecture & performance of Gemini Japanese Learning & Translator - an AI-powered platform with OpenRouter integration & AES-256 encrypted proxy security.","og_url":"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/","og_site_name":"Nevatal","article_published_time":"2026-09-11T15:41:36+00:00","article_modified_time":"2026-09-12T15:07:34+00:00","author":"play258","twitter_card":"summary_large_image","twitter_misc":{"Written by":"play258","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/#article","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/"},"author":{"name":"play258","@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"headline":"Gemini Japanese Learning &#038; Translator: Architecture &#038; Performance Benchmark","datePublished":"2026-09-11T15:41:36+00:00","dateModified":"2026-09-12T15:07:34+00:00","mainEntityOfPage":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/"},"wordCount":570,"commentCount":0,"publisher":{"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"keywords":["AES-256 Encryption","AI Language Tutor","AWS Amplify","Japanese Learning","OpenRouter","React Vite"],"articleSection":["Education &amp; Language Learning"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/","url":"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/","name":"Gemini Japanese Learning & Translator: Architecture & Performance Benchmark","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/#website"},"datePublished":"2026-09-11T15:41:36+00:00","dateModified":"2026-09-12T15:07:34+00:00","description":"Explore the architecture & performance of Gemini Japanese Learning & Translator - an AI-powered platform with OpenRouter integration & AES-256 encrypted proxy security.","breadcrumb":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/11\/gemini-japanese-learning-translator-architecture-performance-benchmark\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordpress.nevatal.id\/"},{"@type":"ListItem","position":2,"name":"Gemini Japanese Learning &#038; Translator: Architecture &#038; Performance Benchmark"}]},{"@type":"WebSite","@id":"https:\/\/wordpress.nevatal.id\/#website","url":"https:\/\/wordpress.nevatal.id\/","name":"Nevatal","description":"","publisher":{"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordpress.nevatal.id\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73","name":"play258","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","url":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","contentUrl":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg","width":190,"height":266,"caption":"play258"},"logo":{"@id":"https:\/\/wordpress.nevatal.id\/wp-content\/uploads\/2026\/08\/images-1.jpg"},"sameAs":["https:\/\/wordpress.nevatal.id"],"url":"https:\/\/wordpress.nevatal.id\/author\/play258\/"}]}},"_links":{"self":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/comments?post=145"}],"version-history":[{"count":1,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/145\/revisions"}],"predecessor-version":[{"id":190,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/145\/revisions\/190"}],"wp:attachment":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/media?parent=145"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/categories?post=145"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/tags?post=145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}