{"id":13683,"date":"2026-04-11T04:30:27","date_gmt":"2026-04-11T02:30:27","guid":{"rendered":"https:\/\/www.sanacos.ch\/?page_id=13683"},"modified":"2026-04-11T04:48:33","modified_gmt":"2026-04-11T02:48:33","slug":"sanza","status":"publish","type":"page","link":"https:\/\/www.sanacos.ch\/en\/sanza\/","title":{"rendered":"Sanza PRO"},"content":{"rendered":"<div class=\"wp-block-uagb-container uagb-block-3ee15f81 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Work+Sans:wght@400;500;600;700&display=swap');\n\n.sanza-page {\n  font-family: 'Work Sans', sans-serif;\n  color: #111;\n  max-width: 1200px;\n  margin: 0 auto;\n  padding: 20px;\n  box-sizing: border-box;\n}\n\n.sanza-page * {\n  box-sizing: border-box;\n}\n\n\/* Base Typography *\/\n.sanza-page h1, .sanza-page h2, .sanza-page h3, .sanza-page h4 {\n  font-weight: 700;\n  margin-top: 0;\n}\n\n.sanza-page p {\n  line-height: 1.6;\n  color: #444;\n}\n\n\/* Buttons *\/\n.sanza-btn {\n  background: #000;\n  color: #fff;\n  padding: 14px 28px;\n  border-radius: 30px;\n  text-decoration: none;\n  font-weight: 600;\n  display: inline-block;\n  transition: transform 0.3s ease, background 0.3s ease;\n  text-align: center;\n}\n\n.sanza-btn:hover {\n  transform: scale(1.03);\n  background: #333;\n}\n\n.sanza-btn-outline {\n  background: transparent;\n  color: #000;\n  border: 2px solid #000;\n  padding: 12px 28px;\n  border-radius: 30px;\n  text-decoration: none;\n  font-weight: 600;\n  display: inline-block;\n  transition: all 0.3s ease;\n  text-align: center;\n}\n\n.sanza-btn-outline:hover {\n  background: #000;\n  color: #fff;\n}\n\n\/* 3.1 Hero Section *\/\n.sanza-hero {\n  background: #f4f7f9;\n  border-radius: 24px;\n  padding: 60px 40px;\n  display: flex;\n  align-items: center;\n  gap: 40px;\n  margin-bottom: 60px;\n  text-align: left;\n}\n\n.sanza-hero-content {\n  flex: 1.2;\n}\n\n.sanza-hero-image {\n  flex: 0.8;\n  text-align: center;\n}\n\n.sanza-hero-image img {\n  max-width: 100%;\n  height: auto;\n  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.1));\n}\n\n.sanza-hero .sp-subtitle {\n  display: block;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: #2e7d32;\n  margin-bottom: 15px;\n  font-size: 0.85rem;\n}\n\n.sanza-hero h1 {\n  font-size: 2.5rem;\n  line-height: 1.2;\n  margin-bottom: 25px;\n}\n\n.sanza-hero p {\n  font-size: 1.1rem;\n  margin-bottom: 30px;\n}\n\n\/* Generic Section Styles *\/\n.sanza-section {\n  margin-bottom: 80px;\n}\n\n.sanza-section-title {\n  text-align: center;\n  font-size: 2.2rem;\n  margin-bottom: 40px;\n}\n\n\/* Grids *\/\n.sp-grid-3 {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 25px;\n}\n\n.sp-card {\n  background: #fdfdfd;\n  padding: 30px;\n  border-radius: 16px;\n  border: 1px solid #eee;\n  text-align: left; \/* Modificato a sinistra per adattarsi al testo pi\u00f9 lungo *\/\n}\n\n.sp-card img {\n  width: 100%;\n  height: 200px;\n  object-fit: cover;\n  border-radius: 12px;\n  margin-bottom: 20px;\n}\n\n.sp-card h3 {\n  font-size: 1.3rem;\n  margin-bottom: 15px;\n  color: #111;\n}\n\n\/* 3.3 Highlight Section (Estetica) *\/\n.sanza-highlight {\n  background: #E1EFE4;\n  border-radius: 24px;\n  display: flex;\n  flex-wrap: wrap;\n  align-items: stretch;\n  overflow: hidden;\n  margin-bottom: 80px;\n}\n\n.sanza-highlight-text {\n  flex: 1;\n  min-width: 300px;\n  padding: 50px;\n}\n\n.sanza-highlight-image {\n  flex: 1;\n  min-width: 300px;\n  background-image: url('https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/beautiful-young-female-doctor-looking-camera-office_1301-7807.jpg');\n  background-size: cover;\n  background-position: center;\n  min-height: 400px;\n}\n\n\/* 3.5 Components List *\/\n.sp-components-list {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 20px;\n}\n\n.sp-comp-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 15px;\n  padding: 20px;\n  background: #fff;\n  border-radius: 12px;\n  border: 1px solid #f0f0f0;\n}\n\n.sp-comp-item .icon {\n  background: #000;\n  color: #fff;\n  width: 32px;\n  height: 32px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  font-weight: bold;\n}\n\n\/* 3.6 Benefits Grid *\/\n.sp-grid-benefits {\n  display: grid;\n  grid-template-columns: repeat(2, 1fr);\n  gap: 30px;\n}\n\n.sp-benefit-item {\n  display: flex;\n  gap: 15px;\n}\n\n.sp-benefit-icon {\n  font-size: 1.5rem;\n  background: #E8ECEF;\n  width: 45px;\n  height: 45px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 50%;\n  flex-shrink: 0;\n}\n\n\/* CTA Footer *\/\n.sanza-cta-footer {\n  background: #FFF0DD;\n  text-align: center;\n  padding: 60px 40px;\n  border-radius: 24px;\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .sanza-hero {\n    flex-direction: column;\n    text-align: center;\n  }\n  .sp-grid-3, .sp-grid-benefits { \n    grid-template-columns: 1fr; \n  }\n}\n@media (max-width: 768px) {\n  .sanza-highlight-text {\n    padding: 30px 20px;\n  }\n}\n<\/style>\n\n<div class=\"sanza-page\">\n\n  <header class=\"sanza-hero\">\n    <div class=\"sanza-hero-content\">\n      <span class=\"sp-subtitle\">For beauty and health professionals<\/span>\n      <h1>SANZA PRO: MULTITHERAPY TECHNOLOGY FOR YOUR CENTER<\/h1>\n      <p>The Sanza PRO multitherapy system combines pulsed electromagnetic fields (PEMF), biofrequencies, and laser technology in a single high-tech device. Three patented technologies work synergistically to offer your clients cutting-edge treatments\u2014from tissue regeneration to skin rejuvenation, from pain management to improved physical and cognitive performance.<\/p>\n      <a href=\"https:\/\/sanacos.sanzanet.com\" target=\"_blank\" class=\"sanza-btn\" rel=\"noopener\">GO TO THE SANZA SHOP<\/a>\n    <\/div>\n    <div class=\"sanza-hero-image\">\n      <img decoding=\"async\" src=\"https:\/\/sanacos.sanzanet.com\/cms_media\/my_media\/0\/22\/lp\/sanza_generator_611_shadow.png\" alt=\"Sanza Generator Pro\">\n    <\/div>\n  <\/header>\n\n  <section class=\"sanza-section\">\n    <h2 class=\"sanza-section-title\">The ideal solution for your center<\/h2>\n    <div class=\"sp-grid-3\">\n      <div class=\"sp-card\">\n        <img decoding=\"async\" src=\"https:\/\/sanacos.sanzanet.com\/cms_media\/my_media\/0\/22\/lp\/s3\/s3_woman_wellness_310_q.png\" alt=\"Beauty centers\">\n        <h3>Beauty centers<\/h3>\n        <p>Expand your treatment offerings with cutting-edge technology. Use Sanza PRO in combination with professional cosmetic vials for anti-aging, firming, and texture-enhancing treatments, as well as deep-dive delivery of active ingredients. Professional-use vials specifically designed for use with the device are available.<\/p>\n      <\/div>\n      <div class=\"sp-card\">\n        <img decoding=\"async\" src=\"https:\/\/sanacos.sanzanet.com\/cms_media\/my_media\/0\/22\/lp\/lifestyle_400.png\" alt=\"Medical and physiotherapy centers\">\n        <h3>Medical and physiotherapy centers<\/h3>\n        <p>Integrate a validated device into your practice for tissue regeneration, joint and muscle pain management, post-traumatic recovery, and cognitive stimulation. Electromagnetic fields up to 10,000 \u00b5T for tangible results.<\/p>\n      <\/div>\n      <div class=\"sp-card\">\n        <img decoding=\"async\" src=\"https:\/\/sanacos.sanzanet.com\/cms_media\/my_media\/0\/22\/lp\/s3\/s3_woman_fitness_310_q.png\" alt=\"Wellness operators and personal trainers\">\n        <h3>Wellness operators and personal trainers<\/h3>\n        <p>Offer your clients recovery, deep relaxation, and sports performance optimization programs with patented protocols.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"sanza-highlight\">\n    <div class=\"sanza-highlight-text\">\n      <h2>Advanced aesthetics: Sanza PRO + professional cosmetic vials<\/h2>\n      <p>Sanza PRO isn&#039;t just a device: it&#039;s a complete system for professional aesthetic treatments. Thanks to BF Plates (disc electrodes) and pore-forming technology, the device delivers the active ingredients from the cosmetic vials directly deep into the tissues, ensuring greater efficacy than topical application alone.<\/p>\n      <p><strong>How it works:<\/strong> BF Plates use specific biofrequencies (Poration package) to temporarily open cellular channels, allowing the active ingredients contained in the vials to penetrate into the deep layers of the skin.<\/p>\n      <h4 style=\"margin-top:20px; font-size: 1.1rem;\">Possible treatments in the cabin:<\/h4>\n      <ul style=\"padding-left: 20px; color: #444;\">\n        <li><strong>Anti-aging and rejuvenation:<\/strong> Wrinkle reduction, collagen stimulation, improved skin elasticity.<\/li>\n        <li><strong>Firming and toning:<\/strong> Body treatments to combat skin laxity.<\/li>\n        <li><strong>Lighting and textures:<\/strong> Improved brightness and evenness of skin tone.<\/li>\n        <li><strong>Localized treatments:<\/strong> Use of the Sanza Pen with 650 nm laser for targeted treatments on specific areas of the face and body.<\/li>\n      <\/ul>\n      <p style=\"margin-top:20px; font-weight: 600; color: #111;\">Professional cosmetic vials are available for purchase in combination with the Sanza PRO device. Contact us for more information on the catalog and treatment protocols.<\/p>\n    <\/div>\n    <div class=\"sanza-highlight-image\"><\/div>\n  <\/section>\n\n  <section class=\"sanza-section\">\n    <h2 class=\"sanza-section-title\">Three patented technologies, one system<\/h2>\n    <div class=\"sp-grid-3\">\n      <div class=\"sp-card\" style=\"padding: 40px 30px;\">\n        <h3>Pulsed Electromagnetic Fields (PEMF)<\/h3>\n        <p>They stimulate cellular energy, improve oxygen transport, and optimize circulation. Use with the Mat for full-body treatments or with the Twinc for localized, high-intensity applications (up to 10,000 \u00b5T).<\/p>\n      <\/div>\n      <div class=\"sp-card\" style=\"padding: 40px 30px;\">\n        <h3>Biofrequencies<\/h3>\n        <p>Delivered via surgical steel electrodes (BF Handles), they work with microcurrents to support the immune system, promote detoxification, and rebalance the body. Based on over 200,000 measurements on human subjects.<\/p>\n      <\/div>\n      <div class=\"sp-card\" style=\"padding: 40px 30px;\">\n        <h3>Laser Technology (Softlaser)<\/h3>\n        <p>The Sanza Pen combines electromagnetic fields with 650nm laser light to stimulate energy production in cells. Ideal for targeted treatments and improving the appearance of the skin.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"sanza-section\">\n    <h2 class=\"sanza-section-title\">The Sanza PRO System<\/h2>\n    <div class=\"sp-components-list\">\n      <div class=\"sp-comp-item\">\n        <div class=\"icon\">1<\/div>\n        <div><strong>Generator:<\/strong> The heart of the system. Elegant and compact design, it simultaneously manages two electromagnetic field applicators and a biofrequency application. Controlled via an Android app on a tablet.<\/div>\n      <\/div>\n      <div class=\"sp-comp-item\">\n        <div class=\"icon\">2<\/div>\n        <div><strong>Mat (mat):<\/strong> For full-body treatments. 10 patented programs: SPORT, RELAX, VITAL, SCHLAF, and others. 170 x 60 cm, max. 100 \u00b5T.<\/div>\n      <\/div>\n      <div class=\"sp-comp-item\">\n        <div class=\"icon\">3<\/div>\n        <div><strong>Pad (cushion):<\/strong> For localized treatments or mobile use. Ideal for the back, neck, and abdomen. 55 x 30 cm, max. 300 \u00b5T.<\/div>\n      <\/div>\n      <div class=\"sp-comp-item\">\n        <div class=\"icon\">4<\/div>\n        <div><strong>Pen:<\/strong> Combines electromagnetic fields with a 650 nm laser. For targeted treatments and small areas. Max 1,250 \u00b5T.<\/div>\n      <\/div>\n      <div class=\"sp-comp-item\">\n        <div class=\"icon\">5<\/div>\n        <div><strong>Twinc:<\/strong> High intensity up to 10,000 \u00b5T. Ideal for joints, bones, cartilage, and cognitive stimulation. With an adjustable strap.<\/div>\n      <\/div>\n      <div class=\"sp-comp-item\">\n        <div class=\"icon\">6<\/div>\n        <div><strong>BF Handles:<\/strong> Manual electrodes in surgical steel for the transmission of biofrequency packets via microcurrent.<\/div>\n      <\/div>\n      <div class=\"sp-comp-item\">\n        <div class=\"icon\">7<\/div>\n        <div><strong>BF Plates + Cosmetic Vials:<\/strong> Disc electrodes for delivering professional cosmetic active ingredients deep into the skin via pores. The vials are available for purchase in combination with the device.<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"sanza-section\">\n    <h2 class=\"sanza-section-title\">The advantages for your center<\/h2>\n    <div class=\"sp-grid-benefits\">\n      <div class=\"sp-benefit-item\">\n        <div class=\"sp-benefit-icon\">\u2b50<\/div>\n        <div>\n          <h4 style=\"margin-bottom: 5px; color: #111;\">Differentiation<\/h4>\n          <p>Offer innovative treatments that set you apart from the competition with unique technology on the market.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"sp-benefit-item\">\n        <div class=\"sp-benefit-icon\">\ud83e\udd1d<\/div>\n        <div>\n          <h4 style=\"margin-bottom: 5px; color: #111;\">Combined treatments<\/h4>\n          <p>Combine the machine with professional cosmetic vials to create exclusive beauty treatment protocols.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"sp-benefit-item\">\n        <div class=\"sp-benefit-icon\">\ud83d\udd04<\/div>\n        <div>\n          <h4 style=\"margin-bottom: 5px; color: #111;\">Versatility<\/h4>\n          <p>A single system for facial and body treatments, sports recovery, pain management, and cognitive well-being.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"sp-benefit-item\">\n        <div class=\"sp-benefit-icon\">\ud83d\udcc8<\/div>\n        <div>\n          <h4 style=\"margin-bottom: 5px; color: #111;\">Measurable results<\/h4>\n          <p>Technologies based on over 200,000 measurements and scientific research for concrete results and customer loyalty.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"sp-benefit-item\">\n        <div class=\"sp-benefit-icon\">\ud83d\udcf1<\/div>\n        <div>\n          <h4 style=\"margin-bottom: 5px; color: #111;\">Ease of use<\/h4>\n          <p>Intuitive interface via Android app with preset programs. Quick staff training.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <footer class=\"sanza-cta-footer\">\n    <h2 style=\"font-size: 2.2rem; margin-bottom: 15px;\">Bring Sanza PRO to your center<\/h2>\n    <p style=\"font-size: 1.1rem; max-width: 600px; margin: 0 auto 30px auto;\">Discover the complete system, professional cosmetic vials, and available configurations. Contact us for a personalized consultation or visit the Sanza shop directly.<\/p>\n    <div style=\"display: flex; gap: 15px; justify-content: center; flex-wrap: wrap;\">\n      <a href=\"https:\/\/sanacos.sanzanet.com\" target=\"_blank\" class=\"sanza-btn\" rel=\"noopener\">GO TO THE SANZA SHOP<\/a>\n      <a href=\"\/en\/contatti\/\" class=\"sanza-btn-outline\">REQUEST A CONSULTATION<\/a>\n    <\/div>\n  <\/footer>\n\n<\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Per professionisti dell\u2019estetica e della salute SANZA PRO: TECNOLOGIA MULTITERAPIA PER IL TUO CENTRO Il sistema multiterapia Sanza PRO combina campi elettromagnetici pulsati (PEMF), biofrequenze e tecnologia laser in un unico dispositivo high-tech. Tre tecnologie brevettate che lavorano in sinergia per offrire ai tuoi clienti trattamenti all\u2019avanguardia \u2014 dalla rigenerazione tissutale al ringiovanimento cutaneo, dalla [&hellip;]<\/p>\n","protected":false},"author":20,"featured_media":13685,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-13683","page","type-page","status-publish","has-post-thumbnail","hentry"],"uagb_featured_image_src":{"full":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow.png",611,457,false],"thumbnail":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow-500x457.png",500,457,true],"medium":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow.png",611,457,false],"medium_large":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow.png",611,457,false],"large":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow.png",611,457,false],"1536x1536":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow.png",611,457,false],"2048x2048":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow.png",611,457,false],"trp-custom-language-flag":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow-16x12.png",16,12,true],"woocommerce_thumbnail":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow-300x300.png",300,300,true],"woocommerce_single":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow-600x449.png",600,449,true],"woocommerce_gallery_thumbnail":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow-100x100.png",100,100,true],"dgwt-wcas-product-suggestion":["https:\/\/www.sanacos.ch\/wp-content\/uploads\/2026\/04\/sanza_generator_611_shadow-64x48.png",64,48,true]},"uagb_author_info":{"display_name":"Stetefeldt","author_link":"https:\/\/www.sanacos.ch\/en\/author\/stetefeldt\/"},"uagb_comment_info":0,"uagb_excerpt":"Per professionisti dell\u2019estetica e della salute SANZA PRO: TECNOLOGIA MULTITERAPIA PER IL TUO CENTRO Il sistema multiterapia Sanza PRO combina campi elettromagnetici pulsati (PEMF), biofrequenze e tecnologia laser in un unico dispositivo high-tech. Tre tecnologie brevettate che lavorano in sinergia per offrire ai tuoi clienti trattamenti all\u2019avanguardia \u2014 dalla rigenerazione tissutale al ringiovanimento cutaneo, dalla&hellip;","_links":{"self":[{"href":"https:\/\/www.sanacos.ch\/en\/wp-json\/wp\/v2\/pages\/13683","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sanacos.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.sanacos.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.sanacos.ch\/en\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sanacos.ch\/en\/wp-json\/wp\/v2\/comments?post=13683"}],"version-history":[{"count":5,"href":"https:\/\/www.sanacos.ch\/en\/wp-json\/wp\/v2\/pages\/13683\/revisions"}],"predecessor-version":[{"id":13693,"href":"https:\/\/www.sanacos.ch\/en\/wp-json\/wp\/v2\/pages\/13683\/revisions\/13693"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sanacos.ch\/en\/wp-json\/wp\/v2\/media\/13685"}],"wp:attachment":[{"href":"https:\/\/www.sanacos.ch\/en\/wp-json\/wp\/v2\/media?parent=13683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}