{"id":20926,"date":"2026-05-11T17:04:19","date_gmt":"2026-05-11T16:04:19","guid":{"rendered":"https:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926"},"modified":"2026-05-11T17:04:20","modified_gmt":"2026-05-11T16:04:20","slug":"kollegiumsgespraeche-mit-sl","status":"publish","type":"page","link":"https:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926","title":{"rendered":"Kollegiumsgespr\u00e4che mit SL"},"content":{"rendered":"    <style>\n        .kz-container { max-width: 800px; margin: 0 auto; font-family: sans-serif; }\n        .kz-card { background: #fff; border: 1px solid #ddd; border-radius: 8px; padding: 20px; margin-bottom: 20px; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }\n        .kz-form-group { margin-bottom: 15px; }\n        .kz-form-group label { display: block; margin-bottom: 5px; font-weight: bold; }\n        .kz-form-group input, .kz-form-group select { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }\n        .kz-btn { background: #0073aa; color: #fff; border: none; padding: 10px 20px; border-radius: 4px; cursor: pointer; font-size: 16px; width: 100%; }\n        .kz-btn:hover { background: #005177; }\n        .kz-btn:disabled { background: #ccc; cursor: not-allowed; }\n        .kz-btn-danger { background: #dc3232; }\n        .kz-btn-danger:hover { background: #a42828; }\n        .kz-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; margin-top: 20px; }\n        .kz-stat-card { background: #f9f9f9; border: 1px solid #eee; padding: 15px; border-radius: 6px; text-align: center; }\n        .kz-stat-card h3 { margin: 0 0 10px 0; font-size: 1.2em; }\n        .kz-progress-bar { background: #e0e0e0; border-radius: 10px; height: 10px; width: 100%; overflow: hidden; margin-top: 10px; }\n        .kz-progress { background: #4caf50; height: 100%; transition: width 0.3s; }\n        .kz-progress.full { background: #dc3232; }\n        .kz-msg { padding: 10px; border-radius: 4px; margin-bottom: 15px; display: none; }\n        .kz-success { background: #d4edda; color: #155724; border: 1px solid #c3e6cb; }\n        .kz-error { background: #f8d7da; color: #721c24; border: 1px solid #f5c6cb; }\n        .kz-admin-section { display: none; margin-top: 40px; padding-top: 20px; border-top: 2px dashed #ccc; }\n        .kz-admin-list { width: 100%; border-collapse: collapse; margin-top: 15px; }\n        .kz-admin-list th, .kz-admin-list td { border: 1px solid #ddd; padding: 8px; text-align: left; }\n        .kz-admin-list th { background: #f1f1f1; }\n        .kz-flex-between { display: flex; justify-content: space-between; align-items: center; gap: 10px; flex-wrap: wrap; }\n    <\/style>\n\n    <div class=\"kz-container\">\n        <!-- User Form -->\n        <div class=\"kz-card\">\n            <h2>Zur Eintragung<\/h2>\n            <div id=\"kz-msg-box\" class=\"kz-msg\"><\/div>\n            <form id=\"kz-form\">\n                <div class=\"kz-form-group\">\n                    <label for=\"kz_name\">Vor- und Nachname<\/label>\n                    <input type=\"text\" id=\"kz_name\" name=\"kz_name\" required placeholder=\"Max Mustermann\">\n                <\/div>\n                <div class=\"kz-form-group\">\n                    <label for=\"kz_leader\">Schulleitung<\/label>\n                    <select id=\"kz_leader\" name=\"kz_leader\" required>\n                        <option value=\"\">-- Bitte w\u00e4hlen --<\/option>\n                                                    <option value=\"TELL\">TELL<\/option>\n                                                    <option value=\"GUNT\">GUNT<\/option>\n                                                    <option value=\"WAGN\">WAGN<\/option>\n                                                    <option value=\"EGGE\">EGGE<\/option>\n                                                    <option value=\"HIRT\">HIRT<\/option>\n                                                    <option value=\"DORW\">DORW<\/option>\n                                            <\/select>\n                <\/div>\n                <input type=\"hidden\" id=\"kz_nonce\" value=\"4863724f21\">\n                <button type=\"submit\" id=\"kz_submit_btn\" class=\"kz-btn\">Eintragen<\/button>\n            <\/form>\n        <\/div>\n\n        <!-- Stats Grid -->\n        <div class=\"kz-card\">\n            <div class=\"kz-flex-between\">\n                <h2>Aktuelle Belegung<\/h2>\n                <button type=\"button\" id=\"kz_refresh_btn\" class=\"kz-btn\" style=\"width: auto;\">Aktualisieren<\/button>\n            <\/div>\n            <div id=\"kz-stats-grid\" class=\"kz-grid\">\n                <!-- Wird per JS geladen -->\n            <\/div>\n        <\/div>\n\n        <!-- Admin Toggle -->\n        <button type=\"button\" id=\"kz_admin_toggle\" class=\"kz-btn\" style=\"background:#555;\">Adminbereich \u00f6ffnen<\/button>\n\n        <!-- Admin Section -->\n        <div id=\"kz_admin_section\" class=\"kz-admin-section\">\n            <div class=\"kz-card\" id=\"kz_admin_login_card\">\n                <h3>Admin Login<\/h3>\n                <div class=\"kz-form-group\">\n                    <input type=\"password\" id=\"kz_admin_pw\" placeholder=\"Passwort eingeben\">\n                <\/div>\n                <button type=\"button\" id=\"kz_admin_login_btn\" class=\"kz-btn\">Einloggen<\/button>\n            <\/div>\n            <div id=\"kz_admin_dashboard\" style=\"display:none;\">\n                <div class=\"kz-flex-between\">\n                    <h3>Admin Auswertung<\/h3>\n                    <div>\n                        <button type=\"button\" id=\"kz_export_btn\" class=\"kz-btn\" style=\"width:auto;\">CSV Export<\/button>\n                        <button type=\"button\" id=\"kz_reset_btn\" class=\"kz-btn kz-btn-danger\" style=\"width:auto;\">Alles zur\u00fccksetzen<\/button>\n                    <\/div>\n                <\/div>\n                <div id=\"kz_admin_content\"><\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const ajaxurl = 'https:\/\/www.gesamtschule-eiserfeld.de\/wp-admin\/admin-ajax.php';\n            const nonce = document.getElementById('kz_nonce').value;\n            const msgBox = document.getElementById('kz-msg-box');\n            \n            function showMsg(msg, isError = false) {\n                msgBox.textContent = msg;\n                msgBox.className = 'kz-msg ' + (isError ? 'kz-error' : 'kz-success');\n                msgBox.style.display = 'block';\n                setTimeout(() => msgBox.style.display = 'none', 5000);\n            }\n\n            function fetchStats() {\n                const formData = new FormData();\n                formData.append('action', 'kz_get_stats');\n                formData.append('nonce', nonce);\n\n                fetch(ajaxurl, { method: 'POST', body: formData })\n                    .then(res => res.json())\n                    .then(res => {\n                        if(res.success) {\n                            const grid = document.getElementById('kz-stats-grid');\n                            const select = document.getElementById('kz_leader');\n                            grid.innerHTML = '';\n                            \n                            res.data.leaders.forEach(leader => {\n                                const count = res.data.counts[leader] || 0;\n                                const max = res.data.max;\n                                const percent = (count \/ max) * 100;\n                                const isFull = count >= max;\n                                \n                                grid.innerHTML += `\n                                    <div class=\"kz-stat-card\">\n                                        <h3>${leader}<\/h3>\n                                        <div>${count} \/ ${max} Belegt<\/div>\n                                        <div class=\"kz-progress-bar\">\n                                            <div class=\"kz-progress ${isFull ? 'full' : ''}\" style=\"width: ${percent}%\"><\/div>\n                                        <\/div>\n                                    <\/div>\n                                `;\n\n                                \/\/ Select-Optionen updaten\n                                Array.from(select.options).forEach(opt => {\n                                    if(opt.value === leader) {\n                                        opt.text = isFull ? `${leader} (Voll)` : leader;\n                                        opt.disabled = isFull;\n                                    }\n                                });\n                            });\n                        }\n                    });\n            }\n\n            \/\/ Init load\n            fetchStats();\n            document.getElementById('kz_refresh_btn').addEventListener('click', fetchStats);\n\n            \/\/ Form Submit\n            document.getElementById('kz-form').addEventListener('submit', function(e) {\n                e.preventDefault();\n                const btn = document.getElementById('kz_submit_btn');\n                btn.disabled = true;\n\n                const formData = new FormData(this);\n                formData.append('action', 'kz_add_entry');\n                formData.append('nonce', nonce);\n\n                fetch(ajaxurl, { method: 'POST', body: formData })\n                    .then(res => res.json())\n                    .then(res => {\n                        if(res.success) {\n                            showMsg('Erfolgreich eingetragen!');\n                            document.getElementById('kz-form').reset();\n                            fetchStats();\n                            if(document.getElementById('kz_admin_dashboard').style.display !== 'none') loadAdminData();\n                        } else {\n                            showMsg(res.data, true);\n                        }\n                    })\n                    .finally(() => btn.disabled = false);\n            });\n\n            \/\/ Admin Logic\n            let adminPw = '';\n            document.getElementById('kz_admin_toggle').addEventListener('click', function() {\n                const sec = document.getElementById('kz_admin_section');\n                sec.style.display = sec.style.display === 'none' || sec.style.display === '' ? 'block' : 'none';\n            });\n\n            document.getElementById('kz_admin_login_btn').addEventListener('click', function() {\n                adminPw = document.getElementById('kz_admin_pw').value;\n                loadAdminData();\n            });\n\n            function loadAdminData() {\n                const formData = new FormData();\n                formData.append('action', 'kz_admin_data');\n                formData.append('nonce', nonce);\n                formData.append('pw', adminPw);\n\n                fetch(ajaxurl, { method: 'POST', body: formData })\n                    .then(res => res.json())\n                    .then(res => {\n                        if(res.success) {\n                            document.getElementById('kz_admin_login_card').style.display = 'none';\n                            document.getElementById('kz_admin_dashboard').style.display = 'block';\n                            \n                            let html = '';\n                            res.data.leaders.forEach(leader => {\n                                html += `<h4>${leader} (${res.data.counts[leader] || 0}\/${res.data.max})<\/h4>`;\n                                html += `<table class=\"kz-admin-list\"><tr><th>Name<\/th><th>Zeit<\/th><th>Aktion<\/th><\/tr>`;\n                                const entries = res.data.entries.filter(e => e.leader === leader);\n                                entries.forEach(e => {\n                                    html += `<tr>\n                                        <td>${e.name}<\/td>\n                                        <td>${e.created_at}<\/td>\n                                        <td><button class=\"kz-btn kz-btn-danger kz-del-btn\" data-id=\"${e.id}\" style=\"padding:4px 8px; font-size:12px; width:auto;\">L\u00f6schen<\/button><\/td>\n                                    <\/tr>`;\n                                });\n                                html += `<\/table>`;\n                            });\n                            document.getElementById('kz_admin_content').innerHTML = html;\n\n                            \/\/ Delete Event Listener anh\u00e4ngen\n                            document.querySelectorAll('.kz-del-btn').forEach(b => {\n                                b.addEventListener('click', function() {\n                                    if(confirm('Eintrag wirklich l\u00f6schen?')) adminAction('kz_admin_delete', {id: this.dataset.id});\n                                });\n                            });\n                        } else {\n                            alert(res.data);\n                        }\n                    });\n            }\n\n            document.getElementById('kz_reset_btn').addEventListener('click', function() {\n                if(confirm('ACHTUNG: Wirklich ALLE Eintr\u00e4ge unwiderruflich l\u00f6schen?')) adminAction('kz_admin_reset');\n            });\n\n            document.getElementById('kz_export_btn').addEventListener('click', function() {\n                const formData = new FormData();\n                formData.append('action', 'kz_admin_export');\n                formData.append('nonce', nonce);\n                formData.append('pw', adminPw);\n\n                fetch(ajaxurl, { method: 'POST', body: formData })\n                    .then(res => res.json())\n                    .then(res => {\n                        if(res.success) {\n                            const blob = new Blob([\"\\uFEFF\"+res.data.csv], { type: 'text\/csv;charset=utf-8;' }); \/\/ BOM for Excel\n                            const link = document.createElement(\"a\");\n                            link.href = URL.createObjectURL(blob);\n                            link.download = \"kollegiumsgespraeche_auswertung.csv\";\n                            link.style.display = 'none';\n                            document.body.appendChild(link);\n                            link.click();\n                            document.body.removeChild(link);\n                        } else {\n                            alert(res.data);\n                        }\n                    });\n            });\n\n            function adminAction(actionName, extraData = {}) {\n                const formData = new FormData();\n                formData.append('action', actionName);\n                formData.append('nonce', nonce);\n                formData.append('pw', adminPw);\n                for (let key in extraData) formData.append(key, extraData[key]);\n\n                fetch(ajaxurl, { method: 'POST', body: formData })\n                    .then(res => res.json())\n                    .then(res => {\n                        if(res.success) {\n                            loadAdminData();\n                            fetchStats();\n                        } else {\n                            alert(res.data);\n                        }\n                    });\n            }\n        });\n    <\/script>\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":12,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-20926","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Kollegiumsgespr\u00e4che mit SL - Gesamtschule Eiserfeld<\/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:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Kollegiumsgespr\u00e4che mit SL - Gesamtschule Eiserfeld\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926\" \/>\n<meta property=\"og:site_name\" content=\"Gesamtschule Eiserfeld\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GEEiserfeld\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-11T16:04:20+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"1\u00a0Minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/?page_id=20926\",\"url\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/?page_id=20926\",\"name\":\"Kollegiumsgespr\u00e4che mit SL - Gesamtschule Eiserfeld\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/#website\"},\"datePublished\":\"2026-05-11T16:04:19+00:00\",\"dateModified\":\"2026-05-11T16:04:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/?page_id=20926#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/?page_id=20926\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/?page_id=20926#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Kollegiumsgespr\u00e4che mit SL\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/#website\",\"url\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/\",\"name\":\"Gesamtschule Eiserfeld\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/#organization\",\"name\":\"Gesamtschule Eiserfeld\",\"url\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i1.wp.com\\\/www.gesamtschule-eiserfeld.de\\\/wp-content\\\/uploads\\\/2019\\\/01\\\/GEE-Logo-neu.jpg?fit=436%2C126&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i1.wp.com\\\/www.gesamtschule-eiserfeld.de\\\/wp-content\\\/uploads\\\/2019\\\/01\\\/GEE-Logo-neu.jpg?fit=436%2C126&ssl=1\",\"width\":436,\"height\":126,\"caption\":\"Gesamtschule Eiserfeld\"},\"image\":{\"@id\":\"https:\\\/\\\/www.gesamtschule-eiserfeld.de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GEEiserfeld\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Kollegiumsgespr\u00e4che mit SL - Gesamtschule Eiserfeld","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:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926","og_locale":"de_DE","og_type":"article","og_title":"Kollegiumsgespr\u00e4che mit SL - Gesamtschule Eiserfeld","og_url":"https:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926","og_site_name":"Gesamtschule Eiserfeld","article_publisher":"https:\/\/www.facebook.com\/GEEiserfeld","article_modified_time":"2026-05-11T16:04:20+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"1\u00a0Minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926","url":"https:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926","name":"Kollegiumsgespr\u00e4che mit SL - Gesamtschule Eiserfeld","isPartOf":{"@id":"https:\/\/www.gesamtschule-eiserfeld.de\/#website"},"datePublished":"2026-05-11T16:04:19+00:00","dateModified":"2026-05-11T16:04:20+00:00","breadcrumb":{"@id":"https:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.gesamtschule-eiserfeld.de\/?page_id=20926#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.gesamtschule-eiserfeld.de\/"},{"@type":"ListItem","position":2,"name":"Kollegiumsgespr\u00e4che mit SL"}]},{"@type":"WebSite","@id":"https:\/\/www.gesamtschule-eiserfeld.de\/#website","url":"https:\/\/www.gesamtschule-eiserfeld.de\/","name":"Gesamtschule Eiserfeld","description":"","publisher":{"@id":"https:\/\/www.gesamtschule-eiserfeld.de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gesamtschule-eiserfeld.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/www.gesamtschule-eiserfeld.de\/#organization","name":"Gesamtschule Eiserfeld","url":"https:\/\/www.gesamtschule-eiserfeld.de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/www.gesamtschule-eiserfeld.de\/#\/schema\/logo\/image\/","url":"https:\/\/i1.wp.com\/www.gesamtschule-eiserfeld.de\/wp-content\/uploads\/2019\/01\/GEE-Logo-neu.jpg?fit=436%2C126&ssl=1","contentUrl":"https:\/\/i1.wp.com\/www.gesamtschule-eiserfeld.de\/wp-content\/uploads\/2019\/01\/GEE-Logo-neu.jpg?fit=436%2C126&ssl=1","width":436,"height":126,"caption":"Gesamtschule Eiserfeld"},"image":{"@id":"https:\/\/www.gesamtschule-eiserfeld.de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GEEiserfeld"]}]}},"jetpack_shortlink":"https:\/\/wp.me\/P2weeL-5rw","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.gesamtschule-eiserfeld.de\/index.php?rest_route=\/wp\/v2\/pages\/20926","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gesamtschule-eiserfeld.de\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gesamtschule-eiserfeld.de\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gesamtschule-eiserfeld.de\/index.php?rest_route=\/wp\/v2\/users\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gesamtschule-eiserfeld.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=20926"}],"version-history":[{"count":2,"href":"https:\/\/www.gesamtschule-eiserfeld.de\/index.php?rest_route=\/wp\/v2\/pages\/20926\/revisions"}],"predecessor-version":[{"id":20929,"href":"https:\/\/www.gesamtschule-eiserfeld.de\/index.php?rest_route=\/wp\/v2\/pages\/20926\/revisions\/20929"}],"wp:attachment":[{"href":"https:\/\/www.gesamtschule-eiserfeld.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=20926"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}