{"id":266,"date":"2026-09-13T09:27:56","date_gmt":"2026-09-13T09:27:56","guid":{"rendered":"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/"},"modified":"2026-09-13T09:27:56","modified_gmt":"2026-09-13T09:27:56","slug":"real-world-deployment-case-study-furina-ml","status":"publish","type":"post","link":"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/","title":{"rendered":"Real-World Deployment &#038; Case Study: Furina ML &#8211; No-Code Machine Learning Workbench"},"content":{"rendered":"<h2>Introduction<\/h2>\n<p>In the rapidly evolving field of machine learning, the ability to quickly prototype and deploy models without extensive coding is becoming increasingly crucial. Furina ML, a no-code machine learning workbench, addresses this need by offering a web-based platform for training real Scikit-Learn, XGBoost, and LightGBM models on tabular data. This article delves into the real-world deployment and case study of Furina ML, highlighting its unique features and practical benefits.<\/p>\n<div class=\"callout\" style=\"background:#f0f9ff; border-left:4px solid #0284c7; padding:15px; margin:20px 0; border-radius:4px;\"><strong>Key Takeaways:<\/strong><\/p>\n<ul>\n<li>Furina ML provides a no-code environment for training machine learning models on tabular data.<\/li>\n<li>It ensures leak-free pipelines by strictly fitting preprocessing steps on training splits.<\/li>\n<li>The platform supports Scikit-Learn, XGBoost, and LightGBM models with full .joblib artifact export.<\/li>\n<li>Real-world use cases include quick prototyping, empirical data evaluation, and production-grade model deployment.<\/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:\/\/furina.nevatal.id\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/furina.nevatal.id<\/a><\/div>\n<\/div>\n<h2>The Challenge: Why Furina ML &#8211; No-Code Machine Learning Workbench Was Built<\/h2>\n<p>Training and evaluating tabular machine learning models traditionally require writing repetitive Python boilerplate. This process can be time-consuming and error-prone, especially for beginners and domain specialists. Existing no-code platforms often introduce subtle data leakage or hide model artifacts behind proprietary vendor walls. Furina ML was built to address these challenges by providing a seamless, code-free environment for machine learning model development and deployment.<\/p>\n<h2>Core Architecture &#038; Technical Stack Deep-Dive<\/h2>\n<p>Furina ML is built on a robust technical stack that includes FastAPI (Python 3.12), Scikit-Learn, XGBoost, LightGBM, Pandas\/NumPy, React\/Vite, and Docker Compose. The platform is deployed as a unified multi-container stack orchestrated via Docker Compose, ensuring scalability and ease of deployment.<\/p>\n<h3>Anti-Leakage Pipeline Architecture<\/h3>\n<p>To prevent data leakage between evaluation sets, data transformations are strictly encapsulated within an integrated scikit-learn Pipeline. This ensures that preprocessing steps such as imputation, scaling, and one-hot encoding are fitted exclusively on training splits.<\/p>\n<h2>Key Features Breakdown &#038; Practical Benefits<\/h2>\n<p>Furina ML offers a range of features designed to simplify the machine learning workflow:<\/p>\n<ul>\n<li><strong>Zero Simulation:<\/strong> Trains real Scikit-Learn, XGBoost, and LightGBM models on uploaded CSVs.<\/li>\n<li><strong>Leak-Free Pipelines:<\/strong> Ensures preprocessing steps are fitted strictly on training splits.<\/li>\n<li><strong>Visual Data Cleaning:<\/strong> Provides non-destructive data cleaning recipes with instant dry-run previews.<\/li>\n<li><strong>Exhaustive Evaluation:<\/strong> Includes train vs. test overfitting audits, multi-class confusion matrices, ROC-AUC, and regression error curves.<\/li>\n<li><strong>One-Click Export:<\/strong> Exports standalone .joblib model binaries ready for external production deployment.<\/li>\n<li><strong>Interactive Prediction:<\/strong> Enables live inference testing on newly trained models.<\/li>\n<li><strong>Privacy-First AI Assistant:<\/strong> Provides tuning and cleaning advice based on column metadata and summary statistics.<\/li>\n<\/ul>\n<h2>Real-World Use Cases &#038; Applications<\/h2>\n<p>Furina ML is designed for a variety of real-world applications, including:<\/p>\n<ul>\n<li>Data scientists and analysts quickly prototyping baseline models on tabular datasets without writing boilerplate Python.<\/li>\n<li>Clinicians, researchers, and domain experts evaluating predictive algorithms on empirical data without coding.<\/li>\n<li>Developers needing exportable production-grade .joblib pipelines trained without subtle data leakage.<\/li>\n<\/ul>\n<h2>How It Works: Step-by-Step Workflow<\/h2>\n<p>The workflow of Furina ML involves several key steps:<\/p>\n<ol>\n<li>Data Ingestion &#038; Profiling: Upload CSV files and inspect column distributions.<\/li>\n<li>Data Preprocessing &#038; Cleaning Recipes: Compose data-cleaning recipes with interactive dry-run previews.<\/li>\n<li>Model Training &#038; Pipeline Composition: Select from 19 machine learning algorithms and tune hyperparameters.<\/li>\n<li>Evaluation, Explainability &#038; Deployment: Inspect rigorous evaluations and export standalone .joblib model binaries.<\/li>\n<li>Comparative Dashboard &#038; Runs Leaderboard: Track multiple runs with metric-direction-aware sorting.<\/li>\n<\/ol>\n<h2>Comparison: Furina ML &#8211; No-Code Machine Learning Workbench vs Traditional Approaches<\/h2>\n<table>\n<thead>\n<tr>\n<th>Aspect<\/th>\n<th>Furina ML<\/th>\n<th>Traditional Approaches<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Coding Requirement<\/td>\n<td>No-code<\/td>\n<td>Requires Python coding<\/td>\n<\/tr>\n<tr>\n<td>Data Leakage Prevention<\/td>\n<td>Leak-free pipelines<\/td>\n<td>Potential for subtle data leakage<\/td>\n<\/tr>\n<tr>\n<td>Model Export<\/td>\n<td>Standalone .joblib binaries<\/td>\n<td>Proprietary formats or vendor-locked<\/td>\n<\/tr>\n<tr>\n<td>Workflow Efficiency<\/td>\n<td>Seamless and interactive<\/td>\n<td>Time-consuming and error-prone<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Frequently Asked Questions (FAQ)<\/h2>\n<h3>What is Furina ML?<\/h3>\n<p>Furina ML is a web-based no-code machine learning workbench for training real Scikit-Learn, XGBoost, and LightGBM models on tabular data.<\/p>\n<h3>How does Furina ML prevent data leakage?<\/p>\n<p>Furina ML ensures leak-free pipelines by strictly fitting preprocessing steps on training splits and encapsulating transformations within scikit-learn Pipelines.<\/p>\n<h3>Can I export models trained on Furina ML?<\/p>\n<p>Yes, Furina ML allows one-click export of standalone .joblib model binaries ready for external production deployment.<\/p>\n<h3>Who can benefit from using Furina ML?<\/p>\n<p>Furina ML is designed for data scientists, analysts, clinicians, researchers, and developers who need quick and reliable machine learning model prototyping and deployment.<\/p>\n<h2>Conclusion &#038; Next Steps<\/h2>\n<p>Furina ML represents a significant advancement in the field of no-code machine learning, offering a seamless, efficient, and reliable platform for training and deploying machine learning models. Whether you&#8217;re a seasoned data scientist or a domain specialist, Furina ML provides the tools you need to bring your machine learning projects to life. Visit <a href=\"https:\/\/furina.nevatal.id\">https:\/\/furina.nevatal.id<\/a> to explore the platform and start your machine learning journey today.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover how Furina ML, a no-code machine learning workbench, revolutionizes real-world deployment with leak-free pipelines and seamless integration of Scikit-Learn, XGBoost, and LightGBM models.<\/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":[133],"tags":[138,26,141,137,139,134,27,135,140,136],"class_list":["post-266","post","type-post","status-publish","format-standard","hentry","category-machine-learning-data-science","tag-data-leakage-prevention","tag-fastapi","tag-joblib-export","tag-lightgbm","tag-model-evaluation","tag-no-code-machine-learning","tag-react","tag-scikit-learn","tag-tabular-data","tag-xgboost"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Real-World Deployment &amp; Case Study: Furina ML - No-Code Machine Learning Workbench<\/title>\n<meta name=\"description\" content=\"Explore Furina ML, a no-code machine learning workbench for tabular data. Learn how it simplifies real-world deployment with leak-free pipelines and Scikit-Learn, XGBoost, and LightGBM integration.\" \/>\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\/13\/real-world-deployment-case-study-furina-ml\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Real-World Deployment &amp; Case Study: Furina ML - No-Code Machine Learning Workbench\" \/>\n<meta property=\"og:description\" content=\"Explore Furina ML, a no-code machine learning workbench for tabular data. Learn how it simplifies real-world deployment with leak-free pipelines and Scikit-Learn, XGBoost, and LightGBM integration.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/\" \/>\n<meta property=\"og:site_name\" content=\"Nevatal\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-13T09:27:56+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=\"4 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\\\/13\\\/real-world-deployment-case-study-furina-ml\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/13\\\/real-world-deployment-case-study-furina-ml\\\/\"},\"author\":{\"name\":\"play258\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"headline\":\"Real-World Deployment &#038; Case Study: Furina ML &#8211; No-Code Machine Learning Workbench\",\"datePublished\":\"2026-09-13T09:27:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/13\\\/real-world-deployment-case-study-furina-ml\\\/\"},\"wordCount\":761,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#\\\/schema\\\/person\\\/d2821efbaf1c66c1392f012a520ebd73\"},\"keywords\":[\"Data Leakage Prevention\",\"FastAPI\",\"Joblib Export\",\"LightGBM\",\"Model Evaluation\",\"No-Code Machine Learning\",\"React\",\"Scikit-Learn\",\"Tabular Data\",\"XGBoost\"],\"articleSection\":[\"Machine Learning &amp; Data Science\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/13\\\/real-world-deployment-case-study-furina-ml\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/13\\\/real-world-deployment-case-study-furina-ml\\\/\",\"url\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/13\\\/real-world-deployment-case-study-furina-ml\\\/\",\"name\":\"Real-World Deployment & Case Study: Furina ML - No-Code Machine Learning Workbench\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/#website\"},\"datePublished\":\"2026-09-13T09:27:56+00:00\",\"description\":\"Explore Furina ML, a no-code machine learning workbench for tabular data. Learn how it simplifies real-world deployment with leak-free pipelines and Scikit-Learn, XGBoost, and LightGBM integration.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/13\\\/real-world-deployment-case-study-furina-ml\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/13\\\/real-world-deployment-case-study-furina-ml\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wordpress.nevatal.id\\\/2026\\\/09\\\/13\\\/real-world-deployment-case-study-furina-ml\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wordpress.nevatal.id\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Real-World Deployment &#038; Case Study: Furina ML &#8211; No-Code Machine Learning Workbench\"}]},{\"@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":"Real-World Deployment & Case Study: Furina ML - No-Code Machine Learning Workbench","description":"Explore Furina ML, a no-code machine learning workbench for tabular data. Learn how it simplifies real-world deployment with leak-free pipelines and Scikit-Learn, XGBoost, and LightGBM integration.","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\/13\/real-world-deployment-case-study-furina-ml\/","og_locale":"en_US","og_type":"article","og_title":"Real-World Deployment & Case Study: Furina ML - No-Code Machine Learning Workbench","og_description":"Explore Furina ML, a no-code machine learning workbench for tabular data. Learn how it simplifies real-world deployment with leak-free pipelines and Scikit-Learn, XGBoost, and LightGBM integration.","og_url":"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/","og_site_name":"Nevatal","article_published_time":"2026-09-13T09:27:56+00:00","author":"play258","twitter_card":"summary_large_image","twitter_misc":{"Written by":"play258","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/#article","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/"},"author":{"name":"play258","@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"headline":"Real-World Deployment &#038; Case Study: Furina ML &#8211; No-Code Machine Learning Workbench","datePublished":"2026-09-13T09:27:56+00:00","mainEntityOfPage":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/"},"wordCount":761,"commentCount":0,"publisher":{"@id":"https:\/\/wordpress.nevatal.id\/#\/schema\/person\/d2821efbaf1c66c1392f012a520ebd73"},"keywords":["Data Leakage Prevention","FastAPI","Joblib Export","LightGBM","Model Evaluation","No-Code Machine Learning","React","Scikit-Learn","Tabular Data","XGBoost"],"articleSection":["Machine Learning &amp; Data Science"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/","url":"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/","name":"Real-World Deployment & Case Study: Furina ML - No-Code Machine Learning Workbench","isPartOf":{"@id":"https:\/\/wordpress.nevatal.id\/#website"},"datePublished":"2026-09-13T09:27:56+00:00","description":"Explore Furina ML, a no-code machine learning workbench for tabular data. Learn how it simplifies real-world deployment with leak-free pipelines and Scikit-Learn, XGBoost, and LightGBM integration.","breadcrumb":{"@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wordpress.nevatal.id\/2026\/09\/13\/real-world-deployment-case-study-furina-ml\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wordpress.nevatal.id\/"},{"@type":"ListItem","position":2,"name":"Real-World Deployment &#038; Case Study: Furina ML &#8211; No-Code Machine Learning Workbench"}]},{"@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\/266","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=266"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/posts\/266\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/media?parent=266"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/categories?post=266"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordpress.nevatal.id\/wp-json\/wp\/v2\/tags?post=266"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}