{"id":87239,"date":"2025-10-26T02:03:00","date_gmt":"2025-10-26T01:03:00","guid":{"rendered":"https:\/\/playdeck.tv\/?p=87239"},"modified":"2026-06-14T05:19:28","modified_gmt":"2026-06-14T03:19:28","slug":"playdeck-api","status":"publish","type":"post","link":"https:\/\/playdeck.tv\/de\/playdeck-api\/","title":{"rendered":"PLAYDECK-API"},"content":{"rendered":"<p>Die PLAYDECK-API ist eine Schnittstelle, die es jedem erm\u00f6glicht, mit PLAYDECK zu kommunizieren. In diesem Artikel erfahren Sie, wie Sie mit der Entwicklung mit der API beginnen k\u00f6nnen:<\/p>\n\n\n\n<p>In diesem Artikel:<br>\u2192 <a href=\"#introduction\" data-type=\"internal\" data-id=\"#install\">Einleitung<\/a><br>\u2192 <a href=\"#examples\">Beispiele<\/a><br>\u2192 <a href=\"#implement\">Die API implementieren<\/a><br><\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-87239_47e442-b1 .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-87239_47e442-b1 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-87239_47e442-b1\" id=\"introduction\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Einleitung<\/strong><\/p>\n\n\n\n<p>Die PLAYDECK-API ist bidirektional: Sie erhalten den Playout-Status, k\u00f6nnen aber auch Befehle an PLAYDECK senden.<\/p>\n\n\n\n<p>Die API basiert auf WebSockets: Da diese Teil von JavaScript sind, kannst du in JavaScript, Node.js oder TypeScript programmieren. Der WebSocket-Port ist fest auf 11411 eingestellt und in PLAYDECK immer aktiviert.<\/p>\n\n\n\n<p><strong>Wir haben uns f\u00fcr WebSockets entschieden, weil:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Es unterst\u00fctzt beide Richtungen: Von und zu PLAYDECK<\/li>\n\n\n\n<li>Keine Installation erforderlich: Verwenden Sie einen beliebigen Texteditor<\/li>\n\n\n\n<li>Es sind keine besonderen Netzwerksicherheitsma\u00dfnahmen erforderlich<\/li>\n\n\n\n<li>Einfaches Erstellen eigener Benutzeroberfl\u00e4chen oder Animationen mit HTML<\/li>\n<\/ul>\n\n\n\n<p><br><strong>Was kann an PLAYDECK gesendet werden?<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Bl\u00f6cke, Clips, Overlays oder Aktionen abspielen<\/li>\n\n\n\n<li>Video-Assets wie Streams starten\/stoppen<\/li>\n<\/ul>\n\n\n\n<p><br><strong>Was kann man bei PLAYDECK erhalten?<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ereignisse (z. B. ein Block oder Clip hat begonnen)<\/li>\n\n\n\n<li>Playout-Status (z. B. Was gerade l\u00e4uft und die verbleibende Blockzeit)<\/li>\n\n\n\n<li>Inhalt (z. B. vollst\u00e4ndige Wiedergabeliste mit Bl\u00f6cken und Clips)<\/li>\n<\/ul>\n\n\n\n<p class=\"has-medium-font-size\"><\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-87239_a53f8c-61 .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-87239_a53f8c-61 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-87239_a53f8c-61\" id=\"examples\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Beispiele<\/strong><\/p>\n\n\n\n<p><strong>1) Begleiter <\/strong><\/p>\n\n\n\n<p>Die PLAYDECK-API wird von bitfocus Companion im PLAYDECK-Modul verwendet. So erhalten Sie einen schnellen Eindruck davon, was die API alles kann:<br><a href=\"https:\/\/playdeck.tv\/de\/howto\/companion\/\">https:\/\/playdeck.tv\/howto\/companion\/<\/a><\/p>\n\n\n\n<p><br><strong>2) Ansicht \u201eDirektor\u201c<\/strong><\/p>\n\n\n\n<p>Die API wird auch von der Director-Ansicht genutzt, die Teil von PLAYDECK ist. Die HTML-Vorlagen finden Sie hier:<br>c:\\Benutzer\\\u00d6ffentlich\\Dokumente\\JoyEventMedia\\Playdeck\\HTML-Vorlagen\\Director-View<\/p>\n\n\n\n<p><br><strong>3) HTML-Overlays<\/strong><\/p>\n\n\n\n<p>Die API wird auch in einigen HTML-Beispielen verwendet, die Sie hier finden:<br>c:\\Benutzer\\\u00d6ffentlich\\Dokumente\\JoyEventMedia\\Playdeck\\HTML-Vorlagen\\Overlay-Vorlagen<\/p>\n\n\n\n<p class=\"has-medium-font-size\"><\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-87239_8bdea8-c0 .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-87239_8bdea8-c0 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-87239_8bdea8-c0\" id=\"implement\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Die API implementieren<\/strong><\/p>\n\n\n\n<p>Wir haben einige Beispiele f\u00fcr Sie vorbereitet, damit Sie sich schnell einen \u00dcberblick \u00fcber ein funktionierendes Skript verschaffen k\u00f6nnen. Bitte sehen Sie sich diese der Reihe nach an, da sie aufeinander aufbauen. <\/p>\n\n\n\n<p><strong><em>Tipp 1: <\/em><\/strong>Sie k\u00f6nnen auf eine beliebige HTML-Datei doppelklicken, um sie im Browser zu \u00f6ffnen und das Skript\/die API zu starten<\/p>\n\n\n\n<p><strong><em>Tipp 2:<\/em><\/strong> Sie k\u00f6nnen die Datei \u201cWebSocketSDK\\Version.js\u201d bearbeiten, um die IP-Adresse zu \u00e4ndern<\/p>\n\n\n\n<p><br><strong>1) Native Verbindung (ohne API)<\/strong><\/p>\n\n\n\n<p>Fangen wir mit etwas ganz Minimalistischem an:<br>c:\\Benutzer\\\u00d6ffentlich\\Dokumente\\JoyEventMedia\\Playdeck\\HTML-Vorlagen\\Automation-und-Benutzeroberfl\u00e4che\\SampleMinimalistic.html<\/p>\n\n\n\n<p>Dadurch wird die WebSocket-Verbindung zu PLAYDECK mit nativem JavaScript-Code hergestellt und ein Befehl gesendet, den ersten Clip im ersten Block abzuspielen.<\/p>\n\n\n\n<p>Ein weiteres Beispiel ist dieses hier, bei dem Sie auf HTML-Schaltfl\u00e4chen klicken k\u00f6nnen, um Playout in PLAYDECK zu starten:<br>c:\\Benutzer\\\u00d6ffentlich\\Dokumente\\JoyEventMedia\\Playdeck\\HTML-Vorlagen\\Automation-und-Benutzeroberfl\u00e4che\\Beispiel-Benutzeroberfl\u00e4che.html<\/p>\n\n\n\n<p><br><strong>2) Minimalistische Verbindung (MIT API)<\/strong><\/p>\n\n\n\n<p>In diesem Beispiel wird die API vorgestellt:<br>c:\\Benutzer\\\u00d6ffentlich\\Dokumente\\JoyEventMedia\\Playdeck\\HTML-Vorlagen\\Automation-und-UI\\SampleMinimalisticSDK.html<\/p>\n\n\n\n<p>Es nutzt den Unterordner \u201cWebSocketAPI\u201d und enth\u00e4lt dessen Hauptskript \u201cAppInterface.js\u201d, das gewisserma\u00dfen als \u201cLoader\u201d f\u00fcr die gesamte API fungiert.<\/p>\n\n\n\n<p>Die API \u00fcbernimmt nun die WebSocket-Verbindung zu PLAYDECK, sodass Sie dies nicht manuell programmieren m\u00fcssen. Die API stellt au\u00dferdem ein Vorlagen-Framework f\u00fcr JavaScript bereit. Der Name der Vorlage leitet sich vom Dateinamen ab und muss daher mit diesem \u00fcbereinstimmen. Es stehen mehrere vordefinierte Funktionen zur Verf\u00fcgung. In diesem Beispiel verwenden wir nur \u201cStart\u201d: Diese Funktion wird von der API aufgerufen, sobald die WebSocket-Verbindung zu PLAYDECK erfolgreich hergestellt wurde. In diesem Beispiel wird der erste Clip von Kanal 1 abgespielt.<\/p>\n\n\n\n<p><br><strong>3) Weitere Framework-Funktionen<\/strong><\/p>\n\n\n\n<p>Neben \u201cStart\u201d stehen noch viele weitere Framework-Funktionen zur Verf\u00fcgung:<br>c:\\Benutzer\\\u00d6ffentlich\\Dokumente\\JoyEventMedia\\Playdeck\\HTML-Vorlagen\\Automation-und-Benutzeroberfl\u00e4che\\Beispiel:Zuf\u00e4lligen-Clip-abspielen.html<\/p>\n\n\n\n<p>Alle verf\u00fcgbaren Funktionen finden Sie in den Kommentaren der JS-Datei.<\/p>\n\n\n\n<p>Wenn Sie die Browser-Konsole \u00f6ffnen (in der Regel mit F12), sehen Sie die Ausgabe der \u201cconsole.log\u201d-Anweisungen.<\/p>\n\n\n\n<p><br><strong>4) Projektdaten auswerten<\/strong><\/p>\n\n\n\n<p>Um auf alle Clips zuzugreifen, steht die Funktion \u201cDataProject\u201d zur Verf\u00fcgung. Dieses Beispiel zeigt, wie man die Projektdaten auflistet:<br>c:\\Benutzer\\\u00d6ffentlich\\Dokumente\\JoyEventMedia\\Playdeck\\HTML-Vorlagen\\Automation-und-Benutzeroberfl\u00e4che\\Beispiel-Show-Playlist.html<\/p>\n\n\n\n<p><br><strong>5) Beispiel f\u00fcr einen individuellen Zeitplan<\/strong><\/p>\n\n\n\n<p>Das letzte Beispiel zeigt ein voll funktionsf\u00e4higes und vollst\u00e4ndiges Skript f\u00fcr eine benutzerdefinierte Zeitplanung au\u00dferhalb von PLAYDECK:<br>c:\\Benutzer\\\u00d6ffentlich\\Dokumente\\JoyEventMedia\\Playdeck\\HTML-Vorlagen\\Automation-und-Benutzeroberfl\u00e4che\\Beispiel-Wochenplan.html<\/p>\n\n\n\n<p><br><\/p>","protected":false},"excerpt":{"rendered":"<p>Die PLAYDECK-API ist ein Rahmenwerk, das es jedem erm\u00f6glicht, eine Schnittstelle zu PLAYDECK herzustellen. In diesem Artikel erfahren Sie, wie Sie mit der Entwicklung mit der API beginnen k\u00f6nnen: In diesem Artikel:\u2192 Einf\u00fchrung\u2192 Beispiele\u2192 Implementierung der API Einf\u00fchrung Die PLAYDECK-API ist bidirektional: Sie \u2026 <a class=\"kt-excerpt-readmore more-link\" href=\"https:\/\/playdeck.tv\/de\/playdeck-api\/\" aria-label=\"PLAYDECK-API\">Weiterlesen<\/a><\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"kt_blocks_editor_width":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-87239","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PLAYDECK API - PLAYDECK<\/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:\/\/playdeck.tv\/de\/playdeck-api\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PLAYDECK API - PLAYDECK\" \/>\n<meta property=\"og:description\" content=\"The PLAYDECK API is a construct to allow anyone to interface with PLAYDECK. This article will show how to get started developing with the API: In this article:\u2192 Introduction\u2192 Examples\u2192 Implement the API Introduction The PLAYDECK API is bi-directional: You &hellip; Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/playdeck.tv\/de\/playdeck-api\/\" \/>\n<meta property=\"og:site_name\" content=\"PLAYDECK\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/playdecktv\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-26T01:03:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-14T03:19:28+00:00\" \/>\n<meta name=\"author\" content=\"WebAdmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"WebAdmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/\"},\"author\":{\"name\":\"WebAdmin\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/person\\\/63a673a3fa358907dfc2bc57cc23f5b8\"},\"headline\":\"PLAYDECK API\",\"datePublished\":\"2025-10-26T01:03:00+00:00\",\"dateModified\":\"2026-06-14T03:19:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/\"},\"wordCount\":643,\"publisher\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#organization\"},\"articleSection\":[\"Uncategorized\"],\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/\",\"name\":\"PLAYDECK API - PLAYDECK\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#website\"},\"datePublished\":\"2025-10-26T01:03:00+00:00\",\"dateModified\":\"2026-06-14T03:19:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/playdeck-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/playdeck.tv\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PLAYDECK API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#website\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/\",\"name\":\"PLAYDECK\",\"description\":\"Professional Video Playout Software for Windows\",\"publisher\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/playdeck.tv\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#organization\",\"name\":\"PLAYDECK\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/Logo_PlayDeck-04-edited-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/Logo_PlayDeck-04-edited-scaled.jpg\",\"width\":2560,\"height\":1087,\"caption\":\"PLAYDECK\"},\"image\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/playdecktv\",\"https:\\\/\\\/www.instagram.com\\\/playdeck.tv\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/70437766\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/person\\\/63a673a3fa358907dfc2bc57cc23f5b8\",\"name\":\"WebAdmin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PLAYDECK-API \u2013 PLAYDECK","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:\/\/playdeck.tv\/de\/playdeck-api\/","og_locale":"de_DE","og_type":"article","og_title":"PLAYDECK API - PLAYDECK","og_description":"The PLAYDECK API is a construct to allow anyone to interface with PLAYDECK. This article will show how to get started developing with the API: In this article:\u2192 Introduction\u2192 Examples\u2192 Implement the API Introduction The PLAYDECK API is bi-directional: You &hellip; Read More","og_url":"https:\/\/playdeck.tv\/de\/playdeck-api\/","og_site_name":"PLAYDECK","article_publisher":"https:\/\/www.facebook.com\/playdecktv","article_published_time":"2025-10-26T01:03:00+00:00","article_modified_time":"2026-06-14T03:19:28+00:00","author":"WebAdmin","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"WebAdmin","Gesch\u00e4tzte Lesezeit":"3\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/playdeck.tv\/playdeck-api\/#article","isPartOf":{"@id":"https:\/\/playdeck.tv\/playdeck-api\/"},"author":{"name":"WebAdmin","@id":"https:\/\/playdeck.tv\/#\/schema\/person\/63a673a3fa358907dfc2bc57cc23f5b8"},"headline":"PLAYDECK API","datePublished":"2025-10-26T01:03:00+00:00","dateModified":"2026-06-14T03:19:28+00:00","mainEntityOfPage":{"@id":"https:\/\/playdeck.tv\/playdeck-api\/"},"wordCount":643,"publisher":{"@id":"https:\/\/playdeck.tv\/#organization"},"articleSection":["Uncategorized"],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/playdeck.tv\/playdeck-api\/","url":"https:\/\/playdeck.tv\/playdeck-api\/","name":"PLAYDECK-API \u2013 PLAYDECK","isPartOf":{"@id":"https:\/\/playdeck.tv\/#website"},"datePublished":"2025-10-26T01:03:00+00:00","dateModified":"2026-06-14T03:19:28+00:00","breadcrumb":{"@id":"https:\/\/playdeck.tv\/playdeck-api\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/playdeck.tv\/playdeck-api\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/playdeck.tv\/playdeck-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/playdeck.tv\/"},{"@type":"ListItem","position":2,"name":"PLAYDECK API"}]},{"@type":"WebSite","@id":"https:\/\/playdeck.tv\/#website","url":"https:\/\/playdeck.tv\/","name":"PLAYDECK","description":"Professionelle Video-Software Playout f\u00fcr Windows","publisher":{"@id":"https:\/\/playdeck.tv\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/playdeck.tv\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/playdeck.tv\/#organization","name":"PLAYDECK","url":"https:\/\/playdeck.tv\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/playdeck.tv\/#\/schema\/logo\/image\/","url":"https:\/\/playdeck.tv\/wp-content\/uploads\/Logo_PlayDeck-04-edited-scaled.jpg","contentUrl":"https:\/\/playdeck.tv\/wp-content\/uploads\/Logo_PlayDeck-04-edited-scaled.jpg","width":2560,"height":1087,"caption":"PLAYDECK"},"image":{"@id":"https:\/\/playdeck.tv\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/playdecktv","https:\/\/www.instagram.com\/playdeck.tv\/","https:\/\/www.linkedin.com\/company\/70437766\/"]},{"@type":"Person","@id":"https:\/\/playdeck.tv\/#\/schema\/person\/63a673a3fa358907dfc2bc57cc23f5b8","name":"WebAdmin"}]}},"taxonomy_info":{"category":[{"value":1,"label":"Uncategorized"}]},"featured_image_src_large":false,"author_info":{"display_name":"WebAdmin","author_link":"https:\/\/playdeck.tv\/de\/author\/joy\/"},"comment_info":0,"category_info":[{"term_id":1,"name":"Uncategorized","slug":"uncategorized","term_group":0,"term_taxonomy_id":1,"taxonomy":"category","description":"","parent":0,"count":44,"filter":"raw","cat_ID":1,"category_count":44,"category_description":"","cat_name":"Uncategorized","category_nicename":"uncategorized","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts\/87239","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/comments?post=87239"}],"version-history":[{"count":23,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts\/87239\/revisions"}],"predecessor-version":[{"id":87275,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts\/87239\/revisions\/87275"}],"wp:attachment":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/media?parent=87239"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/categories?post=87239"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/tags?post=87239"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}