{"id":920001,"date":"2026-06-22T03:00:00","date_gmt":"2026-06-21T18:00:00","guid":{"rendered":"https:\/\/yuaworks.com\/?page_id=920001"},"modified":"2026-06-23T18:11:08","modified_gmt":"2026-06-23T09:11:08","slug":"yualivelog","status":"publish","type":"page","link":"https:\/\/yuaworks.com\/en\/yualivelog\/","title":{"rendered":"YuaLiveLog"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* =========================================================\n   YuaWorks YuaLiveLog Page\n   Fixed Page Scoped CSS\n   Scope: .ywtool-page-yualivelog\n========================================================= *\/\n\n.ywtool-page-yualivelog {\n  --yll-line: rgba(180,200,230,.18);\n  --yll-line-strong: rgba(79,195,255,.34);\n  --yll-text: #e8edf5;\n  --yll-muted: #a9b4c3;\n  --yll-dim: #7f8b9a;\n  --yll-accent: #4fc3ff;\n  --yll-accent-2: #7a6cff;\n  --yll-warm: #dfcfaa;\n  --yll-radius: 14px;\n\n  width: min(980px, calc(100% - 32px));\n  margin: 0 auto;\n  padding: 120px 0 90px;\n  color: var(--yll-text);\n  font-family: \"Noto Sans JP\", \"Hiragino Sans\", \"Yu Gothic\", \"Meiryo\", sans-serif;\n  line-height: 1.9;\n}\n\n.ywtool-page-yualivelog * {\n  box-sizing: border-box;\n}\n\n.ywtool-page-yualivelog a {\n  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, opacity .2s ease;\n}\n\n.ywtool-page-yualivelog .ywtool-doc-head {\n  margin-bottom: 54px;\n  padding-bottom: 30px;\n  border-bottom: 1px solid var(--yll-line);\n}\n\n.ywtool-page-yualivelog .ywtool-kicker {\n  margin: 0 0 12px;\n  color: var(--yll-accent);\n  font-family: \"SFMono-Regular\", \"Consolas\", \"Menlo\", monospace;\n  font-size: 11px;\n  letter-spacing: .16em;\n  line-height: 1.6;\n}\n\n.ywtool-page-yualivelog h1,\n.ywtool-page-yualivelog h2,\n.ywtool-page-yualivelog h3 {\n  color: #fff;\n  letter-spacing: .04em;\n}\n\n.ywtool-page-yualivelog h1 {\n  margin: 0 0 20px;\n  font-size: clamp(38px, 5vw, 58px);\n  line-height: 1.28;\n  font-weight: 700;\n}\n\n.ywtool-page-yualivelog h2 {\n  margin: 0 0 14px;\n  font-size: clamp(22px, 3.2vw, 30px);\n  line-height: 1.45;\n  font-weight: 700;\n}\n\n.ywtool-page-yualivelog h3 {\n  margin: 0 0 8px;\n  font-size: 17px;\n  line-height: 1.6;\n  font-weight: 700;\n}\n\n.ywtool-page-yualivelog p {\n  margin: 0 0 18px;\n  color: var(--yll-muted);\n  font-size: 15px;\n  line-height: 2;\n}\n\n.ywtool-page-yualivelog p:last-child {\n  margin-bottom: 0;\n}\n\n.ywtool-page-yualivelog .ywtool-head-actions {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 14px;\n  margin-top: 28px;\n}\n\n.ywtool-page-yualivelog .ywtool-section {\n  margin-top: 58px;\n}\n\n.ywtool-page-yualivelog .ywtool-section-head {\n  margin-bottom: 24px;\n}\n\n.ywtool-page-yualivelog .ywtool-note-section {\n  padding: 28px;\n  border: 1px solid var(--yll-line-strong);\n  border-radius: var(--yll-radius);\n  background:\n    linear-gradient(180deg, rgba(79,195,255,.07), rgba(255,255,255,.018)),\n    rgba(8,10,15,.48);\n}\n\n.ywtool-page-yualivelog .ywtool-compare-table {\n  border: 1px solid var(--yll-line);\n  border-radius: var(--yll-radius);\n  overflow: hidden;\n  background: rgba(255,255,255,.025);\n}\n\n.ywtool-page-yualivelog .ywtool-compare-table > div {\n  display: grid;\n  grid-template-columns: .78fr 1.22fr;\n  gap: 18px;\n  padding: 18px 22px;\n  border-bottom: 1px solid var(--yll-line);\n}\n\n.ywtool-page-yualivelog .ywtool-compare-table > div:last-child {\n  border-bottom: none;\n}\n\n.ywtool-page-yualivelog .ywtool-compare-table strong {\n  color: var(--yll-text);\n  font-size: 14px;\n  line-height: 1.8;\n}\n\n.ywtool-page-yualivelog .ywtool-compare-table span {\n  color: var(--yll-muted);\n  font-size: 14px;\n  line-height: 1.8;\n}\n\n.ywtool-page-yualivelog .ywtool-simple-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n\n.ywtool-page-yualivelog .ywtool-simple-grid article,\n.ywtool-page-yualivelog .ywtool-plan-list article {\n  padding: 24px 22px;\n  border: 1px solid var(--yll-line);\n  border-radius: var(--yll-radius);\n  background:\n    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.018)),\n    rgba(8,10,15,.42);\n}\n\n.ywtool-page-yualivelog .ywtool-simple-grid article:hover,\n.ywtool-page-yualivelog .ywtool-plan-list article:hover {\n  border-color: var(--yll-line-strong);\n}\n\n.ywtool-page-yualivelog .ywtool-simple-grid p {\n  font-size: 14px;\n  line-height: 1.95;\n}\n\n.ywtool-page-yualivelog .ywtool-check-list,\n.ywtool-page-yualivelog .ywtool-note-list {\n  display: grid;\n  gap: 12px;\n  margin: 0;\n  padding: 0;\n  list-style: none;\n}\n\n.ywtool-page-yualivelog .ywtool-check-list li,\n.ywtool-page-yualivelog .ywtool-note-list li {\n  position: relative;\n  padding: 16px 18px 16px 42px;\n  border: 1px solid var(--yll-line);\n  border-radius: 12px;\n  background: rgba(255,255,255,.025);\n  color: var(--yll-muted);\n  font-size: 14px;\n  line-height: 1.9;\n}\n\n.ywtool-page-yualivelog .ywtool-check-list li::before {\n  content: \"\u2713\";\n  position: absolute;\n  left: 18px;\n  top: 16px;\n  color: var(--yll-accent);\n  font-weight: 700;\n}\n\n.ywtool-page-yualivelog .ywtool-note-list li::before {\n  content: \"!\";\n  position: absolute;\n  left: 20px;\n  top: 16px;\n  color: var(--yll-warm);\n  font-weight: 700;\n}\n\n.ywtool-page-yualivelog .ywtool-download-line {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 24px;\n  padding: 26px;\n  border: 1px solid var(--yll-line-strong);\n  border-radius: var(--yll-radius);\n  background:\n    linear-gradient(180deg, rgba(79,195,255,.07), rgba(255,255,255,.018)),\n    rgba(8,10,15,.48);\n}\n\n.ywtool-page-yualivelog .ywtool-muted {\n  color: var(--yll-dim);\n  font-size: 13px;\n}\n\n.ywtool-page-yualivelog .ywtool-btn,\n.ywtool-page-yualivelog a.ywtool-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 42px;\n  padding: 9px 18px;\n  border-radius: 6px;\n  border: 1px solid rgba(79,195,255,.42);\n  background: rgba(79,195,255,.08);\n  color: #eaf7ff !important;\n  text-decoration: none;\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: .06em;\n}\n\n.ywtool-page-yualivelog .ywtool-btn:hover,\n.ywtool-page-yualivelog a.ywtool-btn:hover {\n  transform: translateY(-1px);\n  background: rgba(79,195,255,.13);\n  border-color: rgba(79,195,255,.62);\n}\n\n.ywtool-page-yualivelog .ywtool-btn-disabled {\n  opacity: .55;\n  pointer-events: none;\n  border-color: rgba(180,200,230,.24);\n  background: rgba(255,255,255,.035);\n  color: var(--yll-muted) !important;\n}\n\n.ywtool-page-yualivelog .ywtool-link,\n.ywtool-page-yualivelog a.ywtool-link {\n  color: var(--yll-accent) !important;\n  text-decoration: none;\n  border-bottom: 1px solid rgba(79,195,255,.34);\n  font-size: 13px;\n  line-height: 1.8;\n}\n\n.ywtool-page-yualivelog .ywtool-link:hover,\n.ywtool-page-yualivelog a.ywtool-link:hover {\n  color: #fff !important;\n  border-color: rgba(255,255,255,.55);\n}\n\n.ywtool-page-yualivelog .ywtool-free-note {\n  margin-bottom: 22px;\n  padding: 20px 22px;\n  border: 1px solid rgba(183,160,106,.28);\n  border-radius: var(--yll-radius);\n  background: rgba(183,160,106,.055);\n}\n\n.ywtool-page-yualivelog .ywtool-free-note strong {\n  color: #fff;\n}\n\n.ywtool-page-yualivelog .ywtool-plan-list {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n}\n\n.ywtool-page-yualivelog .ywtool-plan-label {\n  margin-bottom: 8px;\n  color: var(--yll-accent);\n  font-family: \"SFMono-Regular\", \"Consolas\", \"Menlo\", monospace;\n  font-size: 11px;\n  letter-spacing: .14em;\n}\n\n.ywtool-page-yualivelog .ywtool-price {\n  color: #fff;\n  font-size: 20px;\n  font-weight: 700;\n}\n\n.ywtool-page-yualivelog .ywtool-plan-list .ywtool-btn {\n  width: 100%;\n  margin-top: 18px;\n}\n\n.ywtool-page-yualivelog .ywtool-billing {\n  margin-top: 20px;\n  padding: 18px 20px;\n  border: 1px solid var(--yll-line);\n  border-radius: 12px;\n  background: rgba(255,255,255,.025);\n  font-size: 14px;\n}\n\n.ywtool-page-yualivelog .ywtool-billing a {\n  color: var(--yll-accent) !important;\n  text-decoration: none;\n  border-bottom: 1px solid rgba(79,195,255,.34);\n}\n\n@media (max-width: 900px) {\n  .ywtool-page-yualivelog .ywtool-simple-grid,\n  .ywtool-page-yualivelog .ywtool-plan-list {\n    grid-template-columns: repeat(2, 1fr);\n  }\n}\n\n@media (max-width: 768px) {\n  .ywtool-page-yualivelog {\n    width: min(100% - 26px, 560px);\n    padding: 90px 0 70px;\n  }\n\n  .ywtool-page-yualivelog .ywtool-doc-head {\n    margin-bottom: 40px;\n  }\n\n  .ywtool-page-yualivelog .ywtool-section {\n    margin-top: 46px;\n  }\n\n  .ywtool-page-yualivelog .ywtool-head-actions {\n    align-items: stretch;\n    flex-direction: column;\n  }\n\n  .ywtool-page-yualivelog .ywtool-btn,\n  .ywtool-page-yualivelog a.ywtool-btn {\n    width: 100%;\n  }\n\n  .ywtool-page-yualivelog .ywtool-link,\n  .ywtool-page-yualivelog a.ywtool-link {\n    width: fit-content;\n  }\n\n  .ywtool-page-yualivelog .ywtool-note-section {\n    padding: 24px 20px;\n  }\n\n  .ywtool-page-yualivelog .ywtool-compare-table > div {\n    grid-template-columns: 1fr;\n    gap: 4px;\n    padding: 17px 18px;\n  }\n\n  .ywtool-page-yualivelog .ywtool-simple-grid,\n  .ywtool-page-yualivelog .ywtool-plan-list {\n    grid-template-columns: 1fr;\n  }\n\n  .ywtool-page-yualivelog .ywtool-download-line {\n    align-items: stretch;\n    flex-direction: column;\n    padding: 24px 20px;\n  }\n}\n<\/style>\n\n<div class=\"ywtool-page-yualivelog\">\n  <section class=\"ywtool-doc-head\">\n    <p class=\"ywtool-kicker\">YUAWORKS STREAM DESK<\/p>\n    <h1>YuaLiveLog<\/h1>\n    <p>YuaLiveLog is a streaming support tool by YuaWorks that brings together comments, singing streams, viewer participation streams, OBS display, stream notes, and post-stream records.<\/p>\n    <p>It is designed for users who want more than YuaTool, including stream logs, listener history, OBS snapshots, and post-stream organization.<\/p>\n\n    <div class=\"ywtool-head-actions\">\n      <a class=\"ywtool-btn\" href=\"#download\">Go to Download<\/a>\n      <a class=\"ywtool-link\" href=\"\/stream-tools\/\">Back to Stream Tools<\/a>\n    <\/div>\n  <\/section>\n\n  <section class=\"ywtool-section ywtool-note-section\">\n    <p class=\"ywtool-kicker\">POSITION<\/p>\n    <h2>Not only for live streams, but also for post-stream organization<\/h2>\n    <p>YuaLiveLog is an advanced version that builds on the workflow of YuaTool, including singing streams, song requests, viewer participation, comment display, and OBS display, while placing more emphasis on stream sessions, comment history, listener history, OBS snapshots, and post-stream review.<\/p>\n    <p>Its purpose is not only to collect useful controls for live streaming, but also to record what happened during each stream and make that information useful for future streams.<\/p>\n  <\/section>\n\n  <section class=\"ywtool-section\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">UPGRADE POINTS<\/p>\n      <h2>Main improvements from YuaTool<\/h2>\n      <p>YuaTool is a lightweight tool for users who want to handle live-streaming features easily. YuaLiveLog expands on that by adding stream-based records, history management, OBS snapshots, diagnostics, and external integrations.<\/p>\n    <\/div>\n\n    <div class=\"ywtool-compare-table\">\n      <div>\n        <strong>Stream session management<\/strong>\n        <span>Organize comments, singing history, participation records, and clip notes by stream session<\/span>\n      <\/div>\n      <div>\n        <strong>Listener history<\/strong>\n        <span>Supports visit history, name history, notes, tags, merging, and anonymization<\/span>\n      <\/div>\n      <div>\n        <strong>Unified comments<\/strong>\n        <span>View YouTube \/ Niconico \/ TwitCasting \/ Twitch comments together<\/span>\n      <\/div>\n      <div>\n        <strong>OBS snapshots<\/strong>\n        <span>Save the current OBS setup, check differences, and use it as a path for restoration when needed<\/span>\n      <\/div>\n      <div>\n        <strong>Overlay protection<\/strong>\n        <span>Supports pausing comment overlays, hiding individual comments, and hiding users<\/span>\n      <\/div>\n      <div>\n        <strong>YuaPlay integration<\/strong>\n        <span>Link room URLs for bingo, quizzes, and participation lobbies to stream sessions<\/span>\n      <\/div>\n      <div>\n        <strong>Data migration<\/strong>\n        <span>Provides a migration path for YuaTool settings, singing stream data, song requests, and participation data<\/span>\n      <\/div>\n      <div>\n        <strong>Diagnostics and maintenance<\/strong>\n        <span>Enhanced status diagnostics, backups, Support Bundle creation, and CSV export<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ywtool-section\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">FEATURES<\/p>\n      <h2>Main features<\/h2>\n    <\/div>\n\n    <div class=\"ywtool-simple-grid\">\n      <article>\n        <h3>Live dashboard<\/h3>\n        <p>Collects the controls you need during a live stream and makes it easy to move between song requests, viewer participation, timers, clip notes, and overlay protection.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Comment center<\/h3>\n        <p>Handles comment retrieval, unified display, filtering, and pop-out display for YouTube, Niconico, TwitCasting, and Twitch.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Listener history<\/h3>\n        <p>Keep management information that remains useful after the stream, including visit history, name history, notes, tags, listener merging, and anonymization.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Singing streams and song requests<\/h3>\n        <p>Manage Now Singing, setlists, singing history, song request reception, the next song, and undoing the previous action in one place.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Viewer participation management<\/h3>\n        <p>Handle participation reception, waiting queues, active participants, completion processing, sending users to the next slot, and undoing the previous action according to the stream flow.<\/p>\n      <\/article>\n\n      <article>\n        <h3>OBS integration<\/h3>\n        <p>Handles OBS WebSocket connection, Browser Source addition, audio modes, audio diagnostics, and saving, comparing, and restoring OBS configurations when needed.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Overlay integration<\/h3>\n        <p>Display comments, visit stamps, singing stream information, viewer participation, timers, away status, and more as URLs for OBS Browser Sources.<\/p>\n      <\/article>\n\n      <article>\n        <h3>YuaPlay integration<\/h3>\n        <p>Save external web rooms such as bingo, quizzes, and participation lobbies, check API status, and link them to stream sessions.<\/p>\n      <\/article>\n\n      <article>\n        <h3>Post-stream reports<\/h3>\n        <p>Organize information for review, including stream history, comment CSV, visit CSV, clip notes, and stream description templates.<\/p>\n      <\/article>\n    <\/div>\n  <\/section>\n\n  <section class=\"ywtool-section\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">FOR<\/p>\n      <h2>Recommended use cases<\/h2>\n    <\/div>\n\n    <ul class=\"ywtool-check-list\">\n      <li>You want to keep comments, visits, singing history, and participation history for each stream<\/li>\n      <li>You want to handle singing streams, viewer participation, game events, and stream notes in one tool<\/li>\n      <li>You want to manage OBS Overlay URLs, audio modes, and OBS snapshots together<\/li>\n      <li>You want to use it not only during live streams, but also for post-stream records, organization, and diagnostics<\/li>\n      <li>You want to use it together with other YuaWorks tools such as YuaPlay and Overlay Gallery<\/li>\n    <\/ul>\n  <\/section>\n\n  <section class=\"ywtool-section\" id=\"download\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">DOWNLOAD<\/p>\n      <h2>Download<\/h2>\n      <p>YuaLiveLog is currently available as a beta version for Windows. Before using it for an actual stream, please be sure to test comment retrieval, OBS display, audio modes, and related features.<\/p>\n    <\/div>\n\n    <div class=\"ywtool-download-line\">\n      <div>\n        <h3>YuaLiveLog latest<\/h3>\n        <p>Streaming log and OBS integration tool for Windows<\/p>\n        <p class=\"ywtool-muted\">Format: setup.exe \/ Supported OS: Windows 10 and 11<\/p>\n        <p class=\"ywtool-muted\">Signature: This app is currently unsigned. Windows SmartScreen or your browser may show a warning.<\/p>\n      <\/div>\n      <a class=\"ywtool-btn\" href=\"https:\/\/yuaworks.com\/yll-updates\/win\/YuaLiveLog-Setup-latest.exe\" download=\"\">Download<\/a>\n    <\/div>\n\n    <div class=\"ywtool-free-note ywtool-download-note\">\n      <p><strong>About the unsigned beta version<\/strong><\/p>\n      <p>This app is currently an unsigned beta version. Windows SmartScreen or your browser may show a warning. This page is the only official distribution source.<\/p>\n      <p>OBS integration, YLL audio filters, and OBS snapshot features may behave differently depending on your environment. When performing the initial setup or installing YLL audio filters, we recommend doing so while OBS is closed.<\/p>\n    <\/div>\n  <\/section>\n\n  <section class=\"ywtool-section ywtool-support\" id=\"support-plan\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">SUPPORT PLAN<\/p>\n      <h2>Support Plans<\/h2>\n      <p>YuaWorks streaming tools can be used for free. Support Plans are optional plans for users who would like to support continued development.<\/p>\n    <\/div>\n\n    <div class=\"ywtool-free-note\">\n      <p><strong>Free use<\/strong><\/p>\n      <p>If you use the tools for free, please include credit in places such as your stream description. While subscribed to a Support Plan, credit is optional.<\/p>\n    <\/div>\n\n    <div class=\"ywtool-plan-list\">\n      <article>\n        <p class=\"ywtool-plan-label\">SUPPORT<\/p>\n        <h3>Supporter<\/h3>\n        <p class=\"ywtool-price\">\u00a5300 \/ month<\/p>\n        <p>Your in-tool badge will become Supporter.<\/p>\n        <a class=\"ywtool-btn\" href=\"https:\/\/buy.stripe.com\/7sYfZh3Dw6YR4N12Nj0kE04\" target=\"_blank\" rel=\"noopener\">Become a Supporter<\/a>\n      <\/article>\n\n      <article>\n        <p class=\"ywtool-plan-label\">SUPPORT+<\/p>\n        <h3>Supporter Plus<\/h3>\n        <p class=\"ywtool-price\">\u00a5500 \/ month<\/p>\n        <p>Your in-tool badge will become Supporter Plus.<\/p>\n        <a class=\"ywtool-btn\" href=\"https:\/\/buy.stripe.com\/6oUdR90rkerjfrF73z0kE05\" target=\"_blank\" rel=\"noopener\">Become a Supporter Plus<\/a>\n      <\/article>\n\n      <article>\n        <p class=\"ywtool-plan-label\">SUPPORT PRO<\/p>\n        <h3>Supporter Pro<\/h3>\n        <p class=\"ywtool-price\">\u00a51,000 \/ month<\/p>\n        <p>Your in-tool badge will become Supporter Pro.<\/p>\n        <a class=\"ywtool-btn\" href=\"https:\/\/buy.stripe.com\/28EbJ15LE2IB1APfA50kE06\" target=\"_blank\" rel=\"noopener\">Become a Supporter Pro<\/a>\n      <\/article>\n    <\/div>\n\n    <p class=\"ywtool-billing\">\n      You can cancel your Support Plan or manage your payments from the\n      <a href=\"https:\/\/billing.stripe.com\/p\/login\/6oU6oH5LE2IBenBew10kE00\" target=\"_blank\" rel=\"noopener\">billing management page<\/a>.\n    <\/p>\n  <\/section>\n\n  <section class=\"ywtool-section\">\n    <div class=\"ywtool-section-head\">\n      <p class=\"ywtool-kicker\">NOTICE<\/p>\n      <h2>Before using<\/h2>\n    <\/div>\n\n    <ul class=\"ywtool-note-list\">\n      <li>This app is currently in beta. Before using it for an actual stream, please be sure to test comment retrieval, OBS display, audio modes, and related features.<\/li>\n      <li>The current distribution file is unsigned. Windows SmartScreen or your browser may show a warning.<\/li>\n      <li>Some features may not be available depending on the status of OBS WebSocket or external services.<\/li>\n      <li>When installing YLL audio filters, administrator privileges may be required if OBS is installed under Program Files.<\/li>\n      <li>Before using OBS snapshot or restoration-related features, please check your current OBS configuration.<\/li>\n      <li>Because this is a beta version, specifications may change without notice.<\/li>\n    <\/ul>\n  <\/section>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>YUAWORKS STREAM DESK YuaLiveLog YuaLiveLog is a streaming support tool by YuaWorks that brings together comments, singing streams, viewer participation streams, OBS display, stream notes, and post-stream records. It is designed for users who want more than YuaTool, including stream logs, listener history, OBS snapshots, and post-stream organization. Go to Download Back to Stream Tools POSITION Not only for live streams, but also for post-stream organization YuaLiveLog is an advanced version that builds on the workflow of YuaTool, including singing&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_locale":"en_US","_original_post":"https:\/\/yuaworks.com\/?page_id=910001","footnotes":""},"class_list":["post-920001","page","type-page","status-publish","hentry","en-US"],"_links":{"self":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages\/920001","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/comments?post=920001"}],"version-history":[{"count":3,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages\/920001\/revisions"}],"predecessor-version":[{"id":920021,"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/pages\/920001\/revisions\/920021"}],"wp:attachment":[{"href":"https:\/\/yuaworks.com\/wp-json\/wp\/v2\/media?parent=920001"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}