{"id":207,"date":"2021-01-05T14:13:55","date_gmt":"2021-01-05T13:13:55","guid":{"rendered":"https:\/\/www.industriekultur-krefeld.org\/?page_id=207"},"modified":"2025-03-16T14:04:59","modified_gmt":"2025-03-16T13:04:59","slug":"routen","status":"publish","type":"page","link":"https:\/\/www.industriekultur-krefeld.org\/index.php\/routen\/","title":{"rendered":"Routen in Krefeld"},"content":{"rendered":"\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\"><p><div class=\"leaflet-map WPLeafletMap\" style=\"height:500px; width:100%;\"><\/div><script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMapShortcode() {\/*<script>*\/\nvar baseUrl = atob('aHR0cHM6Ly97c30udGlsZS5vcGVuc3RyZWV0bWFwLm9yZy97en0ve3h9L3t5fS5wbmc=');\nvar base = (!baseUrl && window.MQ) ?\n    window.MQ.mapLayer() : L.tileLayer(baseUrl,\n        L.Util.extend({}, {\n            detectRetina: 1,\n        },\n        {\"subdomains\":\"abc\",\"noWrap\":false,\"maxZoom\":20}        )\n    );\n    var options = L.Util.extend({}, {\n        layers: [base],\n        attributionControl: false\n    },\n    {\"tap\":false,\"zoomControl\":true,\"scrollWheelZoom\":false,\"doubleClickZoom\":true,\"fitBounds\":true,\"minZoom\":1,\"maxZoom\":20,\"maxBounds\":null,\"attribution\":\"<a href=\\\"http:\\\/\\\/leafletjs.com\\\" title=\\\"Eine Javascript-Bibliothek f\\u00fcr interaktive Karten\\\">Leaflet<\\\/a>; \\u00a9 <a href=\\\"http:\\\/\\\/www.openstreetmap.org\\\/copyright\\\">OpenStreetMap<\\\/a> Mitwirkende\"},\n    {});\nwindow.WPLeafletMapPlugin.createMap(options).setView([51.3331205,6.5623343],15);window.WPLeafletMapPlugin.createScale({});});<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletMarkerShortcode() {\/*<script>*\/\nvar map = window.WPLeafletMapPlugin.getCurrentMap();\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar marker_options = window.WPLeafletMapPlugin.getIconOptions({\"svg\":true,\"background\":\"red\",\"iconClass\":\"i material-icons\",\"color\":\"white\"});\nvar marker = new L.SVGMarker(\n    [0,0],\n    marker_options\n);\nvar is_image = map.is_image_map;\n    marker.setLatLng( map.getCenter() );\nif (marker_options.draggable) {\n    marker.on('dragend', function () {\n        var latlng = this.getLatLng();\n        var lat = latlng.lat;\n        var lng = latlng.lng;\n        if (is_image) {\n            console.log('leaflet-marker y=' + lat + ' x=' + lng);\n        } else {\n            console.log('leaflet-marker lat=' + lat + ' lng=' + lng);\n        }\n    });\n}\nmarker.addTo( group );\nwindow.WPLeafletMapPlugin.markers.push( marker );\n        });<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletjsonShortcode() {\/*<script>*\/\nvar src = 'https:\/\/www.industriekultur-krefeld.org\/geojson.php';\nvar default_style = {};\nvar rewrite_keys = {\n    stroke : 'color',\n    'stroke-width' : 'weight',\n    'stroke-opacity' : 'opacity',\n    fill : 'fillColor',\n    'fill-opacity' : 'fillOpacity',\n};\n\/\/ htmlspecialchars converts & to \"&amp;\"; maybe unnecessarily, and maybe 3x\nvar ampersandRegex = \/&(?:amp;){1,3}\/g\nvar layer = L.ajaxGeoJson(src.replace(ampersandRegex, '&'), {\n    type: 'json',\n    style : layerStyle,\n    onEachFeature : onEachFeature,\n    pointToLayer: pointToLayer\n});\nvar fitbounds = 0;\nvar circleMarker = 0;\nvar popup_text = window.WPLeafletMapPlugin.unescape(\"&lt;\/p&gt;&lt;br&gt;&lt;p&gt;&lt;a href=&quot;https:\/\/www.industriekultur-krefeld.org\/index.php\/{name}&quot;&gt;{title}&lt;br \/&gt;&lt;button&gt;&lt;i class=&quot;material-icons&quot;&gt;account_balance&lt;\/i&gt;Ansehen&lt;\/button&gt;&lt;\/a&gt;&lt;a href=&quot;http:\/\/maps.google.com\/maps?q={lat},{lng}&amp;amp;navigate=yes&quot;&gt;&lt;button&gt;&lt;i class=&quot;material-icons&quot;&gt;explore&lt;\/i&gt;Navigation starten&lt;\/button&gt;&lt;\/a&gt;&lt;\/p&gt;&lt;br&gt;&lt;p&gt;\");\nvar popup_property = \"\";\nvar table_view = 0;\nvar group = window.WPLeafletMapPlugin.getCurrentGroup();\nvar markerOptions = window.WPLeafletMapPlugin.getIconOptions({});\nlayer.addTo( group );\nwindow.WPLeafletMapPlugin.geojsons.push( layer );\nif (fitbounds) {\n    layer.on('ready', function () {\n        this.map.fitBounds( this.getBounds() );\n    });\n}\nfunction layerStyle (feature) {\n    var props = feature.properties || {};\n    var style = {};\n    function camelFun (_, first_letter) {\n        return first_letter.toUpperCase();\n    };\n    for (var key in props) {\n        if (key.match('-')) {\n            var camelcase = key.replace(\/-(\\w)\/, camelFun);\n            style[ camelcase ] = props[ key ];\n        }\n        \/\/ rewrite style keys from geojson.io\n        if (rewrite_keys[ key ]) {\n            style[ rewrite_keys[ key ] ] = props[ key ];\n        }\n    }\n    return L.Util.extend(style, default_style);\n}\nfunction onEachFeature (feature, layer) {\n    var props = feature.properties || {};\n    var text;\n    if (table_view) {\n        text = window.WPLeafletMapPlugin.propsToTable(props);\n    } else {\n        text = popup_property\n            ? props[ popup_property ]\n            : window.WPLeafletMapPlugin.template(\n                popup_text, \n                feature.properties\n            );\n    }\n    if (text) {\n        layer.bindPopup( text );\n    }\n}\n    function pointToLayer (feature, latlng) {\n    if (circleMarker) {\n        return L.circleMarker(latlng);\n    }\n    return L.marker(latlng, markerOptions);\n}});<\/script>\n<script>\nwindow.WPLeafletMapPlugin = window.WPLeafletMapPlugin || [];\nwindow.WPLeafletMapPlugin.push(function WPLeafletScaleShortcode() {window.WPLeafletMapPlugin.createScale({\"imperial\":false,\"position\":\"topright\"});});<\/script><\/p>\n<\/div><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column has-pale-cyan-blue-background-color has-background is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><ul class=\"wp-block-categories-list wp-block-categories\">\t<li class=\"cat-item cat-item-6\"><a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/route\/krefeld-innenstadt\/\">Krefeld-Innenstadt<\/a>\n<\/li>\n\t<li class=\"cat-item cat-item-5\"><a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/route\/krefeld-nord\/\">Krefeld-Nord<\/a>\n<\/li>\n\t<li class=\"cat-item cat-item-7\"><a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/route\/krefeld-suedlich-der-bahnlinien\/\">Krefeld-s\u00fcdlich der Bahnlinien<\/a>\n<\/li>\n\t<li class=\"cat-item cat-item-8\"><a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/route\/uerdingen\/\">Uerdingen<\/a>\n<\/li>\n\t<li class=\"cat-item cat-item-22\"><a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/route\/rheinhafen-krefeld\/\">Rheinhafen Krefeld<\/a>\n<\/li>\n\t<li class=\"cat-item cat-item-54\"><a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/route\/zwischen-ost-und-west\/\">zwischen Ost und West<\/a>\n<\/li>\n\t<li class=\"cat-item cat-item-23\"><a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/route\/top-10\/\">Top 10<\/a>\n<\/li>\n\t<li class=\"cat-item cat-item-1\"><a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/route\/allgemein\/\">Allgemein<\/a>\n<\/li>\n\t<li class=\"cat-item cat-item-55\"><a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/route\/ausserhalb-krefelds\/\">ausserhalb Krefelds<\/a>\n<\/li>\n<\/ul><\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-right\">Routen im Rheinland<\/p>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-right\"><a href=\"https:\/\/bonn.rheinische-industriekultur.com\/\">Bonn<\/a><\/h4>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-right\"><a href=\"http:\/\/www.via-industrialis.de\/\">K\u00f6ln<\/a><\/h4>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-right\"><a href=\"https:\/\/leverkusen.rheinische-industriekultur.com\" title=\"\">Leverkusen<\/a><\/h4>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-right\"><a href=\"https:\/\/neuss.rheinische-industriekultur.com\/\">Neuss<\/a><\/h4>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-red-color has-text-color\">Schlagw\u00f6rter:<\/h2>\n\n\n<p class=\"tagcloud wp-block-tag-cloud\"><a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/bauhaus\/\" class=\"tag-cloud-link tag-link-39 tag-link-position-1\" style=\"font-size: 8pt;\" aria-label=\"Bauhaus (1\u00a0Eintrag)\">Bauhaus<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/beton\/\" class=\"tag-cloud-link tag-link-25 tag-link-position-2\" style=\"font-size: 12.5161290323pt;\" aria-label=\"Beton (3\u00a0Eintr\u00e4ge)\">Beton<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/bismarckviertel\/\" class=\"tag-cloud-link tag-link-58 tag-link-position-3\" style=\"font-size: 8pt;\" aria-label=\"Bismarckviertel (1\u00a0Eintrag)\">Bismarckviertel<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/bruecken\/\" class=\"tag-cloud-link tag-link-32 tag-link-position-4\" style=\"font-size: 10.7096774194pt;\" aria-label=\"Br\u00fccken (2\u00a0Eintr\u00e4ge)\">Br\u00fccken<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/chemie\/\" class=\"tag-cloud-link tag-link-38 tag-link-position-5\" style=\"font-size: 16.2795698925pt;\" aria-label=\"Chemiebranche (6\u00a0Eintr\u00e4ge)\">Chemiebranche<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/eigenheim\/\" class=\"tag-cloud-link tag-link-57 tag-link-position-6\" style=\"font-size: 8pt;\" aria-label=\"Eigenheim (1\u00a0Eintrag)\">Eigenheim<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/eisenbahn\/\" class=\"tag-cloud-link tag-link-30 tag-link-position-7\" style=\"font-size: 19.1397849462pt;\" aria-label=\"Eisenbahn (10\u00a0Eintr\u00e4ge)\">Eisenbahn<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/eisen\/\" class=\"tag-cloud-link tag-link-34 tag-link-position-8\" style=\"font-size: 10.7096774194pt;\" aria-label=\"Eisenkonstruktion (2\u00a0Eintr\u00e4ge)\">Eisenkonstruktion<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/fischeln\/\" class=\"tag-cloud-link tag-link-48 tag-link-position-9\" style=\"font-size: 14.0215053763pt;\" aria-label=\"Fischeln (4\u00a0Eintr\u00e4ge)\">Fischeln<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/gartenstadt\/\" class=\"tag-cloud-link tag-link-56 tag-link-position-10\" style=\"font-size: 8pt;\" aria-label=\"Gartenstadt (1\u00a0Eintrag)\">Gartenstadt<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/gefaehrdet\/\" class=\"tag-cloud-link tag-link-37 tag-link-position-11\" style=\"font-size: 21.247311828pt;\" aria-label=\"gef\u00e4hrdet (14\u00a0Eintr\u00e4ge)\">gef\u00e4hrdet<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/gelungene-umnutzung\/\" class=\"tag-cloud-link tag-link-40 tag-link-position-12\" style=\"font-size: 21.247311828pt;\" aria-label=\"gelungene Umnutzung (14\u00a0Eintr\u00e4ge)\">gelungene Umnutzung<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/grosssiedlung\/\" class=\"tag-cloud-link tag-link-60 tag-link-position-13\" style=\"font-size: 8pt;\" aria-label=\"Gro\u00dfsiedlung (1\u00a0Eintrag)\">Gro\u00dfsiedlung<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/hafen\/\" class=\"tag-cloud-link tag-link-31 tag-link-position-14\" style=\"font-size: 18.5376344086pt;\" aria-label=\"Hafen (9\u00a0Eintr\u00e4ge)\">Hafen<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/huels\/\" class=\"tag-cloud-link tag-link-51 tag-link-position-15\" style=\"font-size: 8pt;\" aria-label=\"H\u00fcls (1\u00a0Eintrag)\">H\u00fcls<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/infrastruktur\/\" class=\"tag-cloud-link tag-link-26 tag-link-position-16\" style=\"font-size: 22pt;\" aria-label=\"Infrastruktur (16\u00a0Eintr\u00e4ge)\">Infrastruktur<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/jugendstil\/\" class=\"tag-cloud-link tag-link-27 tag-link-position-17\" style=\"font-size: 12.5161290323pt;\" aria-label=\"Jugendstil (3\u00a0Eintr\u00e4ge)\">Jugendstil<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/keine-nutzung\/\" class=\"tag-cloud-link tag-link-41 tag-link-position-18\" style=\"font-size: 15.2258064516pt;\" aria-label=\"keine Nutzung (5\u00a0Eintr\u00e4ge)\">keine Nutzung<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/klaerwerk\/\" class=\"tag-cloud-link tag-link-50 tag-link-position-19\" style=\"font-size: 8pt;\" aria-label=\"Kl\u00e4rwerk (1\u00a0Eintrag)\">Kl\u00e4rwerk<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/lebens-und-genussmittel\/\" class=\"tag-cloud-link tag-link-33 tag-link-position-20\" style=\"font-size: 18.5376344086pt;\" aria-label=\"Lebens-und Genussmittel (9\u00a0Eintr\u00e4ge)\">Lebens-und Genussmittel<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/linn\/\" class=\"tag-cloud-link tag-link-35 tag-link-position-21\" style=\"font-size: 17.7849462366pt;\" aria-label=\"Linn (8\u00a0Eintr\u00e4ge)\">Linn<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/metall\/\" class=\"tag-cloud-link tag-link-43 tag-link-position-22\" style=\"font-size: 12.5161290323pt;\" aria-label=\"Metallbranche (3\u00a0Eintr\u00e4ge)\">Metallbranche<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/moderne\/\" class=\"tag-cloud-link tag-link-46 tag-link-position-23\" style=\"font-size: 15.2258064516pt;\" aria-label=\"Moderne (5\u00a0Eintr\u00e4ge)\">Moderne<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/museum\/\" class=\"tag-cloud-link tag-link-36 tag-link-position-24\" style=\"font-size: 12.5161290323pt;\" aria-label=\"Museum (3\u00a0Eintr\u00e4ge)\">Museum<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/rhein-maas-schelde-kanal\/\" class=\"tag-cloud-link tag-link-29 tag-link-position-25\" style=\"font-size: 10.7096774194pt;\" aria-label=\"Rhein Maas Schelde Kanal (2\u00a0Eintr\u00e4ge)\">Rhein Maas Schelde Kanal<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/sankt-florian-prinzip\/\" class=\"tag-cloud-link tag-link-67 tag-link-position-26\" style=\"font-size: 12.5161290323pt;\" aria-label=\"Sankt-Florian-Prinzip (3\u00a0Eintr\u00e4ge)\">Sankt-Florian-Prinzip<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/siedlungen\/\" class=\"tag-cloud-link tag-link-45 tag-link-position-27\" style=\"font-size: 18.5376344086pt;\" aria-label=\"Siedlungen (9\u00a0Eintr\u00e4ge)\">Siedlungen<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/technisches-denkmal\/\" class=\"tag-cloud-link tag-link-28 tag-link-position-28\" style=\"font-size: 15.2258064516pt;\" aria-label=\"technisches Denkmal (5\u00a0Eintr\u00e4ge)\">technisches Denkmal<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/textil\/\" class=\"tag-cloud-link tag-link-44 tag-link-position-29\" style=\"font-size: 19.1397849462pt;\" aria-label=\"Textilbranche (10\u00a0Eintr\u00e4ge)\">Textilbranche<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/uerdingen\/\" class=\"tag-cloud-link tag-link-47 tag-link-position-30\" style=\"font-size: 19.7419354839pt;\" aria-label=\"Uerdingen (11\u00a0Eintr\u00e4ge)\">Uerdingen<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/villen-der-unternehmer\/\" class=\"tag-cloud-link tag-link-53 tag-link-position-31\" style=\"font-size: 10.7096774194pt;\" aria-label=\"Villen der Unternehmer (2\u00a0Eintr\u00e4ge)\">Villen der Unternehmer<\/a>\n<a href=\"https:\/\/www.industriekultur-krefeld.org\/index.php\/schlagwort\/villenkolonie\/\" class=\"tag-cloud-link tag-link-59 tag-link-position-32\" style=\"font-size: 8pt;\" aria-label=\"Villenkolonie (1\u00a0Eintrag)\">Villenkolonie<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>Routen im Rheinland Bonn K\u00f6ln Leverkusen Neuss Schlagw\u00f6rter:<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":55,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-207","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.industriekultur-krefeld.org\/index.php\/wp-json\/wp\/v2\/pages\/207","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.industriekultur-krefeld.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.industriekultur-krefeld.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.industriekultur-krefeld.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.industriekultur-krefeld.org\/index.php\/wp-json\/wp\/v2\/comments?post=207"}],"version-history":[{"count":28,"href":"https:\/\/www.industriekultur-krefeld.org\/index.php\/wp-json\/wp\/v2\/pages\/207\/revisions"}],"predecessor-version":[{"id":6862,"href":"https:\/\/www.industriekultur-krefeld.org\/index.php\/wp-json\/wp\/v2\/pages\/207\/revisions\/6862"}],"wp:attachment":[{"href":"https:\/\/www.industriekultur-krefeld.org\/index.php\/wp-json\/wp\/v2\/media?parent=207"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.industriekultur-krefeld.org\/index.php\/wp-json\/wp\/v2\/categories?post=207"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.industriekultur-krefeld.org\/index.php\/wp-json\/wp\/v2\/tags?post=207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}