{"id":30158,"date":"2026-02-06T19:02:32","date_gmt":"2026-02-06T18:02:32","guid":{"rendered":""},"modified":"2026-02-06T19:02:32","modified_gmt":"2026-02-06T18:02:32","slug":"whois-lookup","status":"publish","type":"page","link":"https:\/\/www.firestorm.ch\/en\/tools\/whois-lookup\/","title":{"rendered":"WHOIS Lookup"},"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=\"fs-tools-nav-active\">WHOIS<\/a><a href=\"\/en\/tools\/dns-check\/\" class=\"\">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-whois-section { max-width: 900px; margin: 40px auto; padding: 0 20px; }\n\n    \/* Search box *\/\n    .fs-whois-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-whois-search h2 {\n        font-size: 2em; margin-bottom: 8px; color: #1e293b; font-weight: 800;\n    }\n    .fs-whois-search p { color: #64748b; margin-bottom: 28px; font-size: 1.1em; }\n    .fs-whois-form { display: flex; gap: 10px; max-width: 560px; margin: 0 auto; }\n    .fs-whois-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-whois-form input[type=\"text\"]:focus { border-color: #197dc8; box-shadow: 0 0 0 3px rgba(25,125,200,0.12); }\n    .fs-whois-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-whois-form button:hover { background: #1565a0; box-shadow: 0 4px 12px rgba(25,125,200,0.35); transform: translateY(-1px); }\n\n    \/* Error *\/\n    .fs-whois-error {\n        background: #fef2f2; border: 1px solid #fecaca;\n        border-radius: 12px; padding: 16px 20px; color: #dc2626; margin-bottom: 24px;\n        display: flex; align-items: center; gap: 10px;\n    }\n    .fs-whois-error svg { flex-shrink: 0; width: 20px; height: 20px; }\n\n    \/* Results summary card *\/\n    .fs-whois-results {\n        background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;\n        overflow: hidden; margin-bottom: 24px;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-whois-results-header {\n        padding: 20px 24px; border-bottom: 1px solid #e2e8f0;\n        display: flex; justify-content: space-between; align-items: center;\n        background: #f8fafc;\n    }\n    .fs-whois-results-header h3 { font-size: 1.2em; color: #1e293b; margin: 0; font-weight: 700; }\n    .fs-whois-type-badge {\n        display: inline-flex; align-items: center; gap: 6px; padding: 5px 14px; border-radius: 20px;\n        font-size: 0.85em; font-weight: 600; background: rgba(25,125,200,0.1); color: #197dc8;\n    }\n    .fs-whois-type-badge svg { width: 14px; height: 14px; }\n\n    \/* Summary table *\/\n    .fs-whois-table { width: 100%; border-collapse: collapse; }\n    .fs-whois-table tr { transition: background 0.15s; }\n    .fs-whois-table tr:hover { background: #f8fafc; }\n    .fs-whois-table td {\n        padding: 14px 24px; border-bottom: 1px solid #f1f5f9; vertical-align: top;\n    }\n    .fs-whois-table tr:last-child td { border-bottom: none; }\n    .fs-whois-table td:first-child {\n        font-weight: 700; color: #1e293b; width: 180px;\n    }\n    .fs-whois-table td:last-child { color: #475569; }\n    .fs-whois-field-hint {\n        display: block; font-weight: 400; font-size: 0.82em; color: #94a3b8; margin-top: 3px;\n    }\n    .fs-whois-ns-list { list-style: none; margin: 0; padding: 0; }\n    .fs-whois-ns-list li { padding: 2px 0; font-family: 'Courier New', monospace; font-size: 0.95em; }\n    .fs-whois-status-list { list-style: none; margin: 0; padding: 0; }\n    .fs-whois-status-list li {\n        display: inline-block; padding: 3px 10px; margin: 2px 4px 2px 0; border-radius: 6px;\n        font-size: 0.85em; font-weight: 500; background: #f1f5f9; color: #475569;\n    }\n    \/* Raw data section *\/\n    .fs-whois-raw-inline { border-top: 1px solid #e2e8f0; }\n    .fs-whois-raw-inline summary {\n        padding: 14px 24px; background: #f8fafc;\n        display: flex; align-items: center; gap: 10px;\n        cursor: pointer; list-style: none; user-select: none; transition: background 0.15s;\n        font-size: 0.92em; font-weight: 600; color: #64748b;\n    }\n    .fs-whois-raw-inline summary::-webkit-details-marker { display: none; }\n    .fs-whois-raw-inline summary:hover { background: #eef2ff; }\n    .fs-whois-raw-inline[open] summary { border-bottom: 1px solid #e2e8f0; }\n    .fs-whois-raw-inline summary span { flex: 1; }\n    .fs-whois-raw-inline summary svg { width: 16px; height: 16px; color: #94a3b8; flex-shrink: 0; }\n    .fs-whois-raw-inline summary .fs-whois-chevron {\n        width: 14px; height: 14px; color: #94a3b8; transition: transform 0.2s; flex-shrink: 0;\n    }\n    .fs-whois-raw-inline[open] summary .fs-whois-chevron { transform: rotate(180deg); }\n    .fs-whois-raw {\n        background: #0f172a; color: #e2e8f0; padding: 24px;\n        font-family: 'Courier New', Consolas, monospace; font-size: 0.83em;\n        line-height: 1.65; overflow-x: auto; white-space: pre-wrap; word-break: break-all;\n        border-radius: 0 0 16px 16px;\n    }\n\n    \/* DNSSEC badge (inline next to type badge) *\/\n    .fs-whois-dnssec-badge {\n        display: inline-flex; align-items: center; gap: 6px;\n        padding: 5px 14px; border-radius: 20px; font-size: 0.85em; font-weight: 600;\n    }\n    .fs-whois-dnssec-badge svg { width: 14px; height: 14px; }\n    .fs-whois-dnssec-badge-ok { background: #f0fdf4; color: #16a34a; border: 1px solid #bbf7d0; }\n    .fs-whois-dnssec-badge-warn { background: #fef2f2; color: #dc2626; border: 1px solid #fecaca; }\n\n\n    \/* Info box (no query) *\/\n    .fs-whois-info {\n        margin-top: 8px; padding: 32px; background: #fff; border: 1px solid #e2e8f0;\n        border-radius: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-whois-info h3 { color: #1e293b; margin-bottom: 12px; font-weight: 700; }\n    .fs-whois-info p { color: #475569; line-height: 1.7; }\n\n    \/* SEO content section *\/\n    .fs-whois-seo {\n        margin-top: 48px; padding: 40px; background: #f8fafc; border: 1px solid #e2e8f0;\n        border-radius: 16px;\n    }\n    .fs-whois-seo h3 {\n        color: #1e293b; font-size: 1.4em; font-weight: 800; margin-bottom: 16px;\n    }\n    .fs-whois-seo h4 {\n        color: #334155; font-size: 1.1em; font-weight: 700; margin: 28px 0 10px;\n    }\n    .fs-whois-seo p { color: #475569; line-height: 1.8; margin-bottom: 12px; font-size: 0.98em; }\n\n    \/* Mobile *\/\n    @media (max-width: 600px) {\n        .fs-whois-form { flex-direction: column; }\n        .fs-whois-form button { width: 100%; }\n        .fs-whois-search { padding: 28px 16px; }\n        .fs-whois-search h2 { font-size: 1.5em; }\n        .fs-whois-table td { padding: 10px 16px; display: block; width: 100%; }\n        .fs-whois-table td:first-child { border-bottom: none; padding-bottom: 2px; }\n        .fs-whois-results-header { padding: 16px; flex-direction: column; gap: 8px; align-items: flex-start; }\n        .fs-whois-raw { padding: 16px; font-size: 0.78em; }\n        .fs-whois-seo { padding: 24px 16px; }\n        .fs-whois-seo h3 { font-size: 1.2em; }\n    }\n    <\/style>\n\n    <div class=\"fs-whois-section\">\n        <div class=\"fs-whois-search\">\n            <h2>WHOIS Lookup<\/h2>\n            <p>Query domain and IP ownership information<\/p>\n            <form class=\"fs-whois-form\" method=\"get\">\n                <input type=\"text\" name=\"domain\" placeholder=\"Enter domain or IP address (e.g. firestorm.ch)\" value=\"\" autofocus>\n                <button type=\"submit\">\n                    <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"width:18px;height:18px;vertical-align:middle;margin-right:6px;display:inline-block;\"><circle cx=\"11\" cy=\"11\" r=\"8\"\/><path d=\"M21 21l-4.35-4.35\"\/><\/svg>Lookup                <\/button>\n            <\/form>\n        <\/div>\n\n    \n    \n            <div class=\"fs-whois-info\">\n            <h3>What is a WHOIS Lookup?<\/h3>\n            <p>WHOIS is a query protocol that provides information about the registration of domains and IP addresses. Every domain on the internet must be registered with a registrar, and the associated data is stored in the WHOIS database.<\/p>\n            <p>With our free WHOIS tool, you can find out who owns a domain, when it was registered, when it expires, and which nameservers are being used. For IP addresses, you get information about the associated network, the managing organization, and the responsible abuse contact.<\/p>\n        <\/div>\n    \n        <!-- SEO Content -->\n        <div class=\"fs-whois-seo\">\n            <h3>What is a WHOIS Lookup?<\/h3>\n            <p>WHOIS is a query protocol that provides information about the registration of domains and IP addresses. Every domain on the internet must be registered with a registrar, and the associated data is stored in the WHOIS database.<\/p>\n            <p>With our free WHOIS tool, you can find out who owns a domain, when it was registered, when it expires, and which nameservers are being used. For IP addresses, you get information about the associated network, the managing organization, and the responsible abuse contact.<\/p>\n\n            <h4>What information does WHOIS provide?<\/h4>\n            <p>A WHOIS query can provide the following information: <strong>Registrar<\/strong> \u2013 the company where the domain is registered. <strong>Registrant<\/strong> \u2013 the person or organization that owns the domain (if not hidden by privacy services). <strong>Registration date<\/strong> \u2013 when the domain was first registered. <strong>Expiry date<\/strong> \u2013 when the domain needs to be renewed. <strong>Nameservers<\/strong> \u2013 the DNS servers responsible for the domain. <strong>Status<\/strong> \u2013 whether the domain is active, locked, or otherwise restricted.<\/p>\n\n            <h4>Privacy and WHOIS<\/h4>\n            <p>Since the introduction of GDPR, personal data in WHOIS records is often hidden by privacy services (WHOIS Privacy \/ Proxy). Many registrars offer this service for free to protect the personal data of the domain owner.<\/p>\n\n            <h4>WHOIS for IP addresses<\/h4>\n            <p>In addition to domains, you can also query IP addresses with our tool. You get information about the associated network, the Internet Service Provider (ISP), and the location. This is particularly useful for verifying the origin of network traffic or emails.<\/p>\n        <\/div>\n    <\/div>\n    \n","protected":false},"excerpt":{"rendered":"All ToolsWHOISDomain CheckMail CheckHosting CheckSSL ConverterDNS Catcher WHOIS Lookup Query domain and IP ownership information Lookup What is a WHOIS Lookup? WHOIS is a query protocol that provides information about the registration of domains and IP addresses. Every domain on the internet must be registered with a registrar, and the associated data is stored in [...]","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-30158","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>WHOIS Lookup - FireStorm ISP<\/title>\n<meta name=\"description\" content=\"WHOIS Lookup: Query domain owner and registration data. 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\/en\/tools\/whois-lookup\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WHOIS Lookup\" \/>\n<meta property=\"og:description\" content=\"WHOIS Lookup: Query domain owner and registration data. Free online tool by FireStorm.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.firestorm.ch\/en\/tools\/whois-lookup\/\" \/>\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\\\/en\\\/tools\\\/whois-lookup\\\/\",\"url\":\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/tools\\\/whois-lookup\\\/\",\"name\":\"WHOIS Lookup - FireStorm ISP\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#website\"},\"datePublished\":\"2026-02-06T18:02:32+00:00\",\"description\":\"WHOIS Lookup: Query domain owner and registration data. Free online tool by FireStorm.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/tools\\\/whois-lookup\\\/#breadcrumb\"},\"inLanguage\":\"en-CH\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/tools\\\/whois-lookup\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/tools\\\/whois-lookup\\\/#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\\\/en\\\/tools\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"WHOIS Lookup\"}]},{\"@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":"WHOIS Lookup - FireStorm ISP","description":"WHOIS Lookup: Query domain owner and registration data. 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\/en\/tools\/whois-lookup\/","og_locale":"en_US","og_type":"article","og_title":"WHOIS Lookup","og_description":"WHOIS Lookup: Query domain owner and registration data. Free online tool by FireStorm.","og_url":"https:\/\/www.firestorm.ch\/en\/tools\/whois-lookup\/","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\/en\/tools\/whois-lookup\/","url":"https:\/\/www.firestorm.ch\/en\/tools\/whois-lookup\/","name":"WHOIS Lookup - FireStorm ISP","isPartOf":{"@id":"https:\/\/www.firestorm.ch\/#website"},"datePublished":"2026-02-06T18:02:32+00:00","description":"WHOIS Lookup: Query domain owner and registration data. Free online tool by FireStorm.","breadcrumb":{"@id":"https:\/\/www.firestorm.ch\/en\/tools\/whois-lookup\/#breadcrumb"},"inLanguage":"en-CH","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.firestorm.ch\/en\/tools\/whois-lookup\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.firestorm.ch\/en\/tools\/whois-lookup\/#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\/en\/tools\/"},{"@type":"ListItem","position":3,"name":"WHOIS Lookup"}]},{"@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\/30158","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=30158"}],"version-history":[{"count":0,"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/pages\/30158\/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=30158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}