{"id":30165,"date":"2026-02-06T20:08:17","date_gmt":"2026-02-06T19:08:17","guid":{"rendered":""},"modified":"2026-02-06T20:08:17","modified_gmt":"2026-02-06T19:08:17","slug":"dns-check","status":"publish","type":"page","link":"https:\/\/www.firestorm.ch\/en\/tools\/dns-check\/","title":{"rendered":"DNS Check"},"content":{"rendered":"<style>\n    .fs-tools-nav { max-width: 900px; margin: 30px auto 0; padding: 0 20px; }\n    .fs-tools-nav-inner {\n        display: flex; flex-wrap: wrap; gap: 6px;\n        background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 6px;\n    }\n    .fs-tools-nav a {\n        display: inline-flex; align-items: center; gap: 6px;\n        padding: 8px 16px; border-radius: 6px; font-size: 0.9em; font-weight: 500;\n        color: #555 !important; text-decoration: none !important; transition: all 0.2s;\n        white-space: nowrap;\n    }\n    .fs-tools-nav a:hover { background: #e2e8f0; color: #333 !important; }\n    .fs-tools-nav a.fs-tools-nav-active {\n        background: #197dc8; color: #fff !important; font-weight: 600;\n    }\n    .fs-tools-nav a.fs-tools-nav-active:hover { background: #1565a0; }\n    .fs-tools-nav a.fs-tools-nav-overview svg { width: 14px; height: 14px; flex-shrink: 0; }\n    @media (max-width: 600px) {\n        .fs-tools-nav-inner { gap: 4px; padding: 4px; }\n        .fs-tools-nav a { padding: 7px 10px; font-size: 0.82em; }\n    }\n    <\/style><nav class=\"fs-tools-nav\"><div class=\"fs-tools-nav-inner\"><a href=\"\/en\/tools\/\" class=\"fs-tools-nav-overview\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15 18l-6-6 6-6\"\/><\/svg>All Tools<\/a><a href=\"\/en\/tools\/whois-lookup\/\" class=\"\">WHOIS<\/a><a href=\"\/en\/tools\/dns-check\/\" class=\"fs-tools-nav-active\">Domain Check<\/a><a href=\"\/en\/tools\/dane-checker\/\" class=\"\">Mail Check<\/a><a href=\"\/en\/tools\/hosting-check\/\" class=\"\">Hosting Check<\/a><a href=\"\/en\/tools\/ssl-converter\/\" class=\"\">SSL Converter<\/a><a href=\"\/en\/tools\/dns-catcher\/\" class=\"\">DNS Catcher<\/a><\/div><\/nav>    <style>\n    .fs-dns-section { max-width: 900px; margin: 40px auto; padding: 0 20px; }\n    .fs-dns-search {\n        background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);\n        border: 1px solid #e2e8f0; border-radius: 16px;\n        padding: 48px 40px; margin-bottom: 32px; text-align: center;\n    }\n    .fs-dns-search h2 { font-size: 2em; margin-bottom: 8px; color: #1e293b; font-weight: 800; }\n    .fs-dns-search p { color: #64748b; margin-bottom: 28px; font-size: 1.1em; }\n    .fs-dns-form { display: flex; gap: 10px; max-width: 560px; margin: 0 auto; }\n    .fs-dns-form input[type=\"text\"] {\n        flex: 1; padding: 16px 20px; border: 2px solid #e2e8f0; border-radius: 10px;\n        background: #fff; color: #333; font-size: 1.05em; outline: none; transition: all 0.2s;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-dns-form input[type=\"text\"]:focus { border-color: #197dc8; box-shadow: 0 0 0 3px rgba(25,125,200,0.12); }\n    .fs-dns-form button {\n        padding: 16px 32px; background: #197dc8; color: #fff; border: none; border-radius: 10px;\n        font-size: 1.05em; font-weight: 700; cursor: pointer; transition: all 0.2s; white-space: nowrap;\n        box-shadow: 0 2px 8px rgba(25,125,200,0.25);\n    }\n    .fs-dns-form button:hover { background: #1565a0; transform: translateY(-1px); }\n    .fs-dns-error { background: #fef2f2; border: 1px solid #fecaca; border-radius: 12px; padding: 16px 20px; color: #dc2626; margin-bottom: 24px; }\n\n    \/* Header *\/\n    .fs-dns-header {\n        background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;\n        padding: 20px 24px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-dns-header h3 { font-size: 1.3em; color: #1e293b; margin: 0; font-weight: 700; }\n    .fs-dns-score { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 20px; font-weight: 700; font-size: 1.1em; }\n    .fs-dns-score-low { background: rgba(239,68,68,0.1); color: #dc2626; }\n    .fs-dns-score-mid { background: rgba(234,179,8,0.1); color: #b45309; }\n    .fs-dns-score-high { background: rgba(34,197,94,0.1); color: #16a34a; }\n\n    \/* Validation block *\/\n    .fs-dns-val {\n        background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;\n        overflow: hidden; margin-bottom: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-dns-val-header {\n        padding: 14px 24px; background: #f8fafc; border-bottom: 1px solid #e2e8f0;\n        display: flex; align-items: center; gap: 10px;\n    }\n    .fs-dns-val-header h4 { margin: 0; font-size: 1.05em; color: #1e293b; font-weight: 700; }\n    .fs-dns-val-header small { color: #94a3b8; font-size: 0.82em; margin-left: auto; }\n    .fs-dns-val-sec {\n        padding: 8px 24px; background: #f1f5f9; border-bottom: 1px solid #e2e8f0;\n        font-size: 0.78em; font-weight: 700; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em;\n    }\n    .fs-dns-val-row {\n        padding: 8px 24px; border-bottom: 1px solid #f1f5f9;\n        display: flex; align-items: center; gap: 10px;\n    }\n    .fs-dns-val-row:last-child { border-bottom: none; }\n    .fs-dns-val-icon { font-size: 1.1em; font-weight: 700; flex-shrink: 0; width: 20px; text-align: center; }\n    .fs-dns-val-ok { color: #16a34a; }\n    .fs-dns-val-fail { color: #dc2626; }\n    .fs-dns-val-label { color: #1e293b; font-weight: 600; font-size: 0.88em; min-width: 160px; }\n    .fs-dns-val-status { font-size: 0.84em; }\n    .fs-dns-val-detail { color: #94a3b8; font-size: 0.78em; font-family: 'Courier New', monospace; margin-left: auto; max-width: 45%; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }\n    .fs-dns-val-summary {\n        padding: 14px 24px; background: #f8fafc; border-top: 1px solid #e2e8f0;\n        font-size: 0.9em; text-align: center;\n    }\n    .fs-dns-val-summary a { color: #197dc8; font-weight: 600; text-decoration: none; }\n\n    \/* Subdomain table *\/\n    .fs-dns-subtbl { width: 100%; border-collapse: collapse; }\n    .fs-dns-subtbl th {\n        padding: 8px 24px; text-align: left; font-size: 0.78em; font-weight: 700;\n        color: #64748b; text-transform: uppercase; letter-spacing: 0.05em;\n        background: #f1f5f9; border-bottom: 1px solid #e2e8f0;\n    }\n    .fs-dns-subtbl td {\n        padding: 7px 24px; border-bottom: 1px solid #f1f5f9;\n        font-size: 0.88em; color: #334155;\n    }\n    .fs-dns-subtbl tr:last-child td { border-bottom: none; }\n    .fs-dns-subtbl td:first-child { font-weight: 600; font-family: 'Courier New', monospace; font-size: 0.84em; }\n    .fs-dns-subtbl .fs-dns-sub-ok { color: #16a34a; font-weight: 700; }\n    .fs-dns-subtbl .fs-dns-sub-fail { color: #dc2626; font-weight: 700; }\n\n    \/* Record blocks *\/\n    .fs-dns-block {\n        background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;\n        overflow: hidden; margin-bottom: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-dns-block-header {\n        padding: 14px 24px; background: #f8fafc; border-bottom: 1px solid #e2e8f0;\n        display: flex; align-items: center; gap: 10px;\n    }\n    .fs-dns-block-header h4 { margin: 0; font-size: 1em; color: #1e293b; font-weight: 700; }\n    .fs-dns-badge { padding: 2px 10px; border-radius: 10px; font-size: 0.78em; font-weight: 700; background: #197dc8; color: #fff; }\n    .fs-dns-block-hint { font-size: 0.82em; color: #94a3b8; font-weight: 400; margin-left: auto; }\n    .fs-dns-record {\n        padding: 12px 24px; border-bottom: 1px solid #f1f5f9;\n        font-family: 'Courier New', Consolas, monospace; font-size: 0.88em;\n        color: #334155; line-height: 1.5; word-break: break-all; display: flex; gap: 16px; align-items: baseline;\n    }\n    .fs-dns-record:last-child { border-bottom: none; }\n    .fs-dns-record:hover { background: #f8fafc; }\n    .fs-dns-rec-ttl { flex-shrink: 0; min-width: 60px; text-align: right; color: #94a3b8; font-size: 0.85em; }\n    .fs-dns-rec-value { flex: 1; min-width: 0; }\n    .fs-dns-rec-prio { color: #197dc8; font-weight: 700; margin-right: 8px; }\n\n    .fs-dns-info { margin-top: 8px; padding: 32px; background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }\n    .fs-dns-info h3 { color: #1e293b; margin-bottom: 12px; font-weight: 700; }\n    .fs-dns-info p { color: #475569; line-height: 1.7; }\n    .fs-dns-seo { margin-top: 48px; padding: 40px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 16px; }\n    .fs-dns-seo h3 { color: #1e293b; font-size: 1.4em; font-weight: 800; margin-bottom: 16px; }\n    .fs-dns-seo h4 { color: #334155; font-size: 1.1em; font-weight: 700; margin: 28px 0 10px; }\n    .fs-dns-seo p { color: #475569; line-height: 1.8; margin-bottom: 12px; font-size: 0.98em; }\n\n    @media (max-width: 600px) {\n        .fs-dns-form { flex-direction: column; }\n        .fs-dns-form button { width: 100%; }\n        .fs-dns-search { padding: 28px 16px; }\n        .fs-dns-search h2 { font-size: 1.5em; }\n        .fs-dns-header { flex-direction: column; gap: 8px; padding: 16px; align-items: flex-start; }\n        .fs-dns-val-row { flex-wrap: wrap; padding: 8px 16px; }\n        .fs-dns-val-label { min-width: 120px; font-size: 0.82em; }\n        .fs-dns-val-detail { display: none; }\n        .fs-dns-val-sec { padding: 8px 16px; }\n        .fs-dns-subtbl th, .fs-dns-subtbl td { padding: 6px 16px; font-size: 0.82em; }\n        .fs-dns-record { padding: 10px 16px; flex-direction: column; gap: 4px; }\n        .fs-dns-rec-ttl { text-align: left; }\n        .fs-dns-block-hint { display: none; }\n        .fs-dns-seo { padding: 24px 16px; }\n    }\n    <\/style>\n\n    <div class=\"fs-dns-section\">\n        <div class=\"fs-dns-search\">\n            <h2>DNS Check<\/h2>\n            <p>Using external name servers? Check if your DNS records point correctly to FireStorm.<\/p>\n            <form class=\"fs-dns-form\" method=\"get\">\n                <input type=\"text\" name=\"domain\" placeholder=\"Enter domain, e.g. firestorm.ch\" value=\"\" autofocus>\n                <button type=\"submit\">Check<\/button>\n            <\/form>\n            <p style=\"margin-top: 16px; margin-bottom: 0;\"><a href=\"https:\/\/www.firestorm.ch\/en\/kb\/external-name-servers\/\" target=\"_blank\" style=\"display: inline-block; padding: 10px 24px; background: #f1f5f9; color: #197dc8; border: 1px solid #e2e8f0; border-radius: 8px; font-weight: 600; font-size: 0.95em; text-decoration: none; transition: all 0.2s;\">DNS Guide &rarr;<\/a><\/p>\n        <\/div>\n\n    \n            <div class=\"fs-dns-info\">\n            <h3>What is the DNS Check for?<\/h3>\n            <p>If your name servers are not hosted at FireStorm but with an external provider (e.g. your domain registrar), you need to configure the DNS records yourself. Our DNS Check verifies whether your records point correctly to FireStorm \u2014 so that your website, email and SSL certificates work properly.<\/p>\n        <\/div>\n    \n        <div class=\"fs-dns-seo\">\n            <h3>What is the DNS Check for?<\/h3>\n            <p>If your name servers are not hosted at FireStorm but with an external provider (e.g. your domain registrar), you need to configure the DNS records yourself. Our DNS Check verifies whether your records point correctly to FireStorm \u2014 so that your website, email and SSL certificates work properly.<\/p>\n            <h4>What does it check?<\/h4>\n            <p><strong>Website<\/strong> \u2014 Does your domain point to the correct FireStorm server? <strong>Email<\/strong> \u2014 Are your MX records set to our mail servers? <strong>Spam protection<\/strong> \u2014 Are SPF and DMARC configured so your emails don't end up in spam? <strong>Security<\/strong> \u2014 Are CAA records set so SSL certificates can be issued?<\/p>\n            <h4>What do the colours mean?<\/h4>\n            <p><strong style=\"color:#16a34a;\">Green<\/strong> \u2014 All good, the record points correctly to FireStorm. <strong style=\"color:#f59e0b;\">Orange<\/strong> \u2014 Works, but could be improved. <strong style=\"color:#dc2626;\">Red<\/strong> \u2014 Something is wrong \u2014 your website or email may not work because of this. The DNS guide above shows you which records to set.<\/p>\n        <\/div>\n    <\/div>\n    \n","protected":false},"excerpt":{"rendered":"All ToolsWHOISDomain CheckMail CheckHosting CheckSSL ConverterDNS Catcher DNS Check Using external name servers? Check if your DNS records point correctly to FireStorm. Check DNS Guide &rarr; What is the DNS Check for? If your name servers are not hosted at FireStorm but with an external provider (e.g. your domain registrar), you need to configure the [...]","protected":false},"author":1,"featured_media":0,"parent":30146,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_relevanssi_hide_post":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","footnotes":""},"class_list":["post-30165","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>DNS Check - FireStorm ISP<\/title>\n<meta name=\"description\" content=\"DNS Check: Query DNS records for any domain (A, MX, CNAME, TXT, NS). Free online tool by FireStorm.\" \/>\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.firestorm.ch\/tools\/dns-check\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DNS Check\" \/>\n<meta property=\"og:description\" content=\"DNS Check: Query DNS records for any domain (A, MX, CNAME, TXT, NS). Free online tool by FireStorm.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.firestorm.ch\/tools\/dns-check\/\" \/>\n<meta property=\"og:site_name\" content=\"FireStorm ISP\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/firestorm.ch\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/tools\\\/dns-check\\\/\",\"url\":\"https:\\\/\\\/www.firestorm.ch\\\/tools\\\/dns-check\\\/\",\"name\":\"DNS Check - FireStorm ISP\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#website\"},\"datePublished\":\"2026-02-06T19:08:17+00:00\",\"description\":\"DNS Check: Query DNS records for any domain (A, MX, CNAME, TXT, NS). Free online tool by FireStorm.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/tools\\\/dns-check\\\/#breadcrumb\"},\"inLanguage\":\"en-CH\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.firestorm.ch\\\/tools\\\/dns-check\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/tools\\\/dns-check\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tools\",\"item\":\"https:\\\/\\\/www.firestorm.ch\\\/tools\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"DNS Check\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#website\",\"url\":\"https:\\\/\\\/www.firestorm.ch\\\/\",\"name\":\"FireStorm\",\"description\":\"Webhosting, Domainnamen, Server, Mailserver und Hosting mit Homepagebaukasten und Free SSL Zertifikat\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.firestorm.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CH\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#organization\",\"name\":\"FireStorm\",\"url\":\"https:\\\/\\\/www.firestorm.ch\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CH\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.firestorm.ch\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/FireStormLogo.png\",\"contentUrl\":\"https:\\\/\\\/www.firestorm.ch\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/FireStormLogo.png\",\"width\":589,\"height\":60,\"caption\":\"FireStorm\"},\"image\":{\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/firestorm.ch\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"DNS Check - FireStorm ISP","description":"DNS Check: Query DNS records for any domain (A, MX, CNAME, TXT, NS). Free online tool by FireStorm.","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.firestorm.ch\/tools\/dns-check\/","og_locale":"en_US","og_type":"article","og_title":"DNS Check","og_description":"DNS Check: Query DNS records for any domain (A, MX, CNAME, TXT, NS). Free online tool by FireStorm.","og_url":"https:\/\/www.firestorm.ch\/tools\/dns-check\/","og_site_name":"FireStorm ISP","article_publisher":"https:\/\/www.facebook.com\/firestorm.ch\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.firestorm.ch\/tools\/dns-check\/","url":"https:\/\/www.firestorm.ch\/tools\/dns-check\/","name":"DNS Check - FireStorm ISP","isPartOf":{"@id":"https:\/\/www.firestorm.ch\/#website"},"datePublished":"2026-02-06T19:08:17+00:00","description":"DNS Check: Query DNS records for any domain (A, MX, CNAME, TXT, NS). Free online tool by FireStorm.","breadcrumb":{"@id":"https:\/\/www.firestorm.ch\/tools\/dns-check\/#breadcrumb"},"inLanguage":"en-CH","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.firestorm.ch\/tools\/dns-check\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.firestorm.ch\/tools\/dns-check\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.firestorm.ch\/en\/"},{"@type":"ListItem","position":2,"name":"Tools","item":"https:\/\/www.firestorm.ch\/tools\/"},{"@type":"ListItem","position":3,"name":"DNS Check"}]},{"@type":"WebSite","@id":"https:\/\/www.firestorm.ch\/#website","url":"https:\/\/www.firestorm.ch\/","name":"FireStorm","description":"Webhosting, Domainnamen, Server, Mailserver und Hosting mit Homepagebaukasten und Free SSL Zertifikat","publisher":{"@id":"https:\/\/www.firestorm.ch\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.firestorm.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CH"},{"@type":"Organization","@id":"https:\/\/www.firestorm.ch\/#organization","name":"FireStorm","url":"https:\/\/www.firestorm.ch\/","logo":{"@type":"ImageObject","inLanguage":"en-CH","@id":"https:\/\/www.firestorm.ch\/#\/schema\/logo\/image\/","url":"https:\/\/www.firestorm.ch\/wp-content\/uploads\/2026\/03\/FireStormLogo.png","contentUrl":"https:\/\/www.firestorm.ch\/wp-content\/uploads\/2026\/03\/FireStormLogo.png","width":589,"height":60,"caption":"FireStorm"},"image":{"@id":"https:\/\/www.firestorm.ch\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/firestorm.ch\/"]}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"FireStorm","author_link":"https:\/\/www.firestorm.ch\/en\/news\/author\/webkoenig\/"},"rttpg_comment":0,"rttpg_category":false,"rttpg_excerpt":null,"_links":{"self":[{"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/pages\/30165","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/comments?post=30165"}],"version-history":[{"count":0,"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/pages\/30165\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/pages\/30146"}],"wp:attachment":[{"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/media?parent=30165"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}