{"id":1224,"date":"2026-06-17T04:24:21","date_gmt":"2026-06-17T04:24:21","guid":{"rendered":"https:\/\/schoenstattnewyork.org\/?page_id=1224"},"modified":"2026-06-18T18:39:13","modified_gmt":"2026-06-18T18:39:13","slug":"about-us","status":"publish","type":"page","link":"https:\/\/schoenstattnewyork.org\/en\/about-us\/","title":{"rendered":"About us"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>Who We Are \u2013 Schoenstatt New York<\/title>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\" \/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --navy:       #1c19a3;\n      --navy-light: #2520b8;\n      --gold:       #C9A84C;\n      --gold-light: #E2C47A;\n      --cream:      #F8F5EF;\n      --white:      #FFFFFF;\n      --text:       #2B2B2B;\n      --muted:      #6B6B6B;\n      --rule:       #E8E3DA;\n      --max-w:      1140px;\n    }\n\n    body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }\n\n    .container {\n      max-width: var(--max-w);\n      margin-left: auto;\n      margin-right: auto;\n      padding-left: 32px;\n      padding-right: 32px;\n    }\n\n    .gold-rule { width: 40px; height: 2px; background: var(--gold); margin-bottom: 24px; }\n\n    \/* \u2500\u2500 AMBIENT ORBS \u2500\u2500 *\/\n    .orbs { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }\n    .orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0; animation: orbFloat linear infinite; }\n    .orb-1 { width: 380px; height: 380px; background: radial-gradient(circle, rgba(28,25,163,0.15), transparent 70%); top: -8%; left: -6%; animation-duration: 28s; }\n    .orb-2 { width: 280px; height: 280px; background: radial-gradient(circle, rgba(201,168,76,0.10), transparent 70%); top: 40%; right: -5%; animation-duration: 22s; animation-delay: -8s; }\n    .orb-3 { width: 450px; height: 450px; background: radial-gradient(circle, rgba(28,25,163,0.08), transparent 70%); bottom: -12%; left: 25%; animation-duration: 35s; animation-delay: -14s; }\n    @keyframes orbFloat {\n      0%   { opacity: 0; transform: translate(0,0) scale(1); }\n      15%  { opacity: 1; }\n      50%  { transform: translate(25px,-35px) scale(1.06); }\n      85%  { opacity: 1; }\n      100% { opacity: 0; transform: translate(-8px,18px) scale(0.96); }\n    }\n\n    \/* \u2500\u2500 PAGE HERO \u2500\u2500 *\/\n    .page-hero {\n      background: var(--navy);\n      padding: 88px 0 72px;\n      position: relative;\n      overflow: hidden;\n    }\n    .page-hero::after {\n      content: '';\n      position: absolute; inset: 0;\n      background: radial-gradient(ellipse at 80% 50%, rgba(201,168,76,0.10) 0%, transparent 65%);\n      pointer-events: none;\n      animation: heroGlow 10s ease-in-out infinite alternate;\n    }\n    @keyframes heroGlow {\n      0%   { opacity: 0.6; transform: scale(1); }\n      100% { opacity: 1;   transform: scale(1.1); }\n    }\n    \/* sweeping gold line *\/\n    .page-hero::before {\n      content: '';\n      position: absolute; top: 0; left: -100%; bottom: 0; width: 1px;\n      background: linear-gradient(180deg, transparent, rgba(201,168,76,0.5), transparent);\n      animation: heroLineSweep 10s ease-in-out infinite;\n      z-index: 1;\n    }\n    @keyframes heroLineSweep {\n      0%   { left: -5%; opacity: 0; }\n      10%  { opacity: 1; }\n      90%  { opacity: 1; }\n      100% { left: 105%; opacity: 0; }\n    }\n    .page-hero .container { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; }\n    .page-hero-desc { text-align: center; }\n    .page-hero-eyebrow {\n      font-size: 10px; font-weight: 700; letter-spacing: 0.22em;\n      text-transform: uppercase; color: var(--gold); margin-bottom: 20px;\n      animation: fadeUp 0.9s 0.1s both;\n    }\n    .page-hero h1 {\n      font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 800;\n      color: var(--white); line-height: 1.0; margin-bottom: 20px;\n      letter-spacing: -0.02em; max-width: 100%;\n      animation: fadeUp 0.9s 0.22s both;\nmargin: 0 !important;\n    }\n    .page-hero h1 span {\n      font-weight: 300; color: var(--gold-light);\n      background: linear-gradient(100deg, var(--gold-light) 0%, #fff5c0 40%, var(--gold-light) 80%);\n      background-size: 220% 100%;\n      -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;\n      animation: goldShimmer 5s ease-in-out infinite 1s;\n    }\n    @keyframes goldShimmer { 0%,100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }\n    .page-hero-desc {\n      font-size: 0.95rem; line-height: 1.8; color: rgba(255,255,255,0.62);\n      max-width: 520px; animation: fadeUp 0.9s 0.34s both;\n    }\n    @keyframes fadeUp { 0% { opacity:0; transform:translateY(18px); } 100% { opacity:1; transform:translateY(0); } }\n\n    \/* \u2500\u2500 TWO-COL SECTION BASE \u2500\u2500 *\/\n    .two-col {\n      padding: 80px 0;\n      position: relative;\n    }\n    .two-col .container {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 72px;\n      align-items: center;\n    }\n    .two-col.cream { background: var(--cream); }\n    .two-col.white { background: var(--white); }\n\n    \/* text side *\/\n    .col-text h2 {\n      font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 800;\n      color: var(--navy); line-height: 1.1; margin-bottom: 16px; letter-spacing: -0.02em;\n    }\n    .col-text .subtitle {\n      font-size: 0.85rem; font-weight: 600; letter-spacing: 0.08em;\n      text-transform: uppercase; color: var(--gold); margin-bottom: 20px;\n    }\n    .col-text p { font-size: 0.92rem; line-height: 1.85; color: var(--muted); margin-bottom: 14px; }\n    .col-text blockquote {\n      border-left: 2px solid var(--gold); padding: 10px 0 10px 20px; margin: 20px 0;\n    }\n    .col-text blockquote p {\n      font-size: 1rem; font-weight: 600; font-style: normal;\n      color: var(--navy); margin-bottom: 0;\n    }\n    .col-text a {\n      display: inline-block; margin-top: 8px; font-size: 0.78rem; font-weight: 700;\n      letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold);\n      text-decoration: none; border-bottom: 1px solid var(--gold); padding-bottom: 2px;\n      transition: color 0.2s, border-color 0.2s;\n    }\n    .col-text a:hover { color: var(--navy); border-color: var(--navy); }\n\n    \/* image side \u2014 controlled size *\/\n    .col-img {\n      position: relative;\n    }\n    .col-img img {\n      width: 100%;\n      display: block;\n      object-fit: cover;\n      border-radius: 0;\n      transition: transform 0.4s ease;\n      animation: imgDrift 18s ease-in-out infinite alternate;\n    }\n    @keyframes imgDrift {\n      0%   { transform: scale(1.02) translate(0,0); }\n      100% { transform: scale(1.0)  translate(-0.8%, 0.8%); }\n    }\n    .col-img img.portrait  { aspect-ratio: 2\/3; max-height: 520px; object-position: top center; }\n    .col-img img.landscape { aspect-ratio: 4\/3; max-height: 340px; }\n    .col-img-caption {\n      position: absolute; bottom: -18px; left: 0;\n      background: var(--gold); color: var(--navy);\n      font-size: 9px; font-weight: 700; letter-spacing: 0.14em;\n      text-transform: uppercase; padding: 7px 14px;\n    }\n\n    \/* \u2500\u2500 SHRINE PHOTOS GALLERY \u2500\u2500 *\/\n    .shrine-ny { padding: 80px 0; background: var(--white); }\n    .shrine-ny-header { margin-bottom: 48px; }\n    .shrine-ny-header h2 {\n      font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 800;\n      color: var(--navy); letter-spacing: -0.02em; margin-bottom: 12px;\n    }\n    .shrine-ny-header p { font-size: 0.92rem; line-height: 1.8; color: var(--muted); max-width: 600px; }\n\n    .photo-grid-top {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 8px;\n      margin-bottom: 8px;\n    }\n    .photo-grid-bottom {\n      display: grid;\n      grid-template-columns: 2fr 1fr;\n      gap: 8px;\n    }\n    .shrine-photo {\n      overflow: hidden;\n      background: var(--cream);\n    }\n    .shrine-photo.sq  { aspect-ratio: 1\/1; }\n    .shrine-photo.ld  { aspect-ratio: 16\/9; }\n    .shrine-photo img {\n      width: 100%; height: 100%;\n      object-fit: cover; display: block;\n      transition: transform 0.5s ease;\n    }\n    .shrine-photo img:hover { transform: scale(1.04); }\n\n    \/* \u2500\u2500 SISTERS \u2500\u2500 *\/\n    .sisters { background: var(--navy); padding: 80px 0; position: relative; overflow: hidden; }\n    .sisters::before {\n      content: '';\n      position: absolute; top: 0; left: -100%; bottom: 0; width: 1px;\n      background: linear-gradient(180deg, transparent, rgba(201,168,76,0.4), transparent);\n      animation: heroLineSweep 12s ease-in-out infinite 3s;\n    }\n    .sisters-header { margin-bottom: 48px; }\n    .sisters-header h2 {\n      font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 800;\n      color: var(--white); letter-spacing: -0.02em; margin-bottom: 12px;\n    }\n    .sisters-header p { font-size: 0.92rem; line-height: 1.8; color: rgba(255,255,255,0.58); max-width: 560px; }\n\n    .sisters-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 8px;\n    }\n    .sister-card { position: relative; overflow: hidden; background: var(--navy-light); }\n    .sister-card img {\n      width: 100%; aspect-ratio: 4\/3;\n      object-fit: cover;\n      object-position: center 15%;\n      display: block;\n      transition: transform 0.4s ease;\n      animation: imgDrift 20s ease-in-out infinite alternate;\n    }\n    .sister-card:first-child img { object-position: center 25%; }\n    .sister-card:nth-child(2) img { object-position: center 10%; }\n    .sister-card:nth-child(3) img { object-position: center 20%; }\n    .sister-card:hover img { transform: scale(1.05); }\n    .sister-card-label {\n      position: absolute; bottom: 0; left: 0; right: 0;\n      background: linear-gradient(to top, rgba(28,25,163,0.88), transparent);\n      padding: 36px 16px 14px;\n    }\n    .sister-card-label h3 { font-size: 0.95rem; font-weight: 700; color: var(--white); line-height: 1.3; }\n    .sister-card-label span { font-size: 0.72rem; color: var(--gold-light); letter-spacing: 0.05em; }\n\n    \/* \u2500\u2500 CAPITAL OF GRACE \u2500\u2500 *\/\n    .capital { padding: 80px 0; background: var(--cream); }\n    .capital .container { display: grid; grid-template-columns: 2fr 1fr; gap: 64px; align-items: start; }\n    .capital-aside { align-self: start; margin-top: 0; }\n    .capital-text h2 {\n      font-size: clamp(1.5rem, 2.5vw, 2.1rem); font-weight: 800;\n      color: var(--navy); letter-spacing: -0.02em; margin-bottom: 16px;\n    }\n    .capital-text p { font-size: 0.92rem; line-height: 1.85; color: var(--muted); margin-bottom: 14px; }\n    .capital-aside {\n      background: var(--navy); padding: 36px 32px; color: var(--white);\n      position: relative; overflow: hidden;\n      margin-top: 64px;\n    }\n    .capital-aside::after {\n      content: '';\n      position: absolute; bottom: 0; left: 0; right: 0; height: 2px;\n      background: linear-gradient(90deg, var(--gold), transparent);\n      animation: borderGlow 4s ease-in-out infinite;\n    }\n    @keyframes borderGlow { 0%,100% { opacity:0.3; } 50% { opacity:1; } }\n    .capital-aside-label {\n      font-size: 9px; font-weight: 700; letter-spacing: 0.2em;\n      text-transform: uppercase; color: var(--gold); margin-bottom: 14px;\n    }\n    .capital-aside p {\n      font-size: 1rem; font-weight: 400; font-style: normal;\n      color: rgba(255,255,255,0.82); line-height: 1.65;\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      *, *::before, *::after { animation: none !important; transition-duration: 0.01ms !important; }\n    }\n\n    @media (max-width: 900px) {\n      .two-col .container { grid-template-columns: 1fr; gap: 40px; }\n      .capital .container { grid-template-columns: 1fr; }\n      .sisters-grid { grid-template-columns: 1fr; }\n      .photo-grid-top { grid-template-columns: 1fr 1fr; }\n      .photo-grid-bottom { grid-template-columns: 1fr; }\n      .orbs { display: none; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <div class=\"orbs\" aria-hidden=\"true\">\n    <div class=\"orb orb-1\"><\/div>\n    <div class=\"orb orb-2\"><\/div>\n    <div class=\"orb orb-3\"><\/div>\n  <\/div>\n\n  <!-- PAGE HERO -->\n  <section class=\"page-hero\">\n    <div class=\"container\">\n      <p class=\"page-hero-eyebrow\">Who We Are<\/p>\n      <h1>Rooted in a<br><span>Covenant of Love<\/span><\/h1>\n      <p class=\"page-hero-desc\">Schoenstatt New York is a Marian shrine and spiritual community nestled in Staten Island \u2014 part of a global Catholic Apostolic Movement present in over 49 countries, united by a shared covenant with Our Blessed Mother.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- THE MOVEMENT -->\n  <section class=\"two-col white\">\n    <div class=\"container\">\n      <div class=\"col-text\">\n        <div class=\"gold-rule\"><\/div>\n        <h2>The Schoenstatt Movement<\/h2>\n        <p>Schoenstatt is a Catholic Apostolic Movement founded in 1914 by Father Joseph Kentenich in Schoenstatt, Germany. Its name comes from a small chapel near Vallendar, Rhineland-Palatinate, where a Covenant of Love with Mary was first made \u2014 and where a worldwide spiritual family was born.<\/p>\n        <p>Today the movement is present in more than 49 countries across all continents, with over 180 daughter shrines around the world \u2014 united by a shared Marian spirituality and a mission of renewal in Christ.<\/p>\n        <p>The Shrine is dedicated to Mary as the Mother Thrice Admirable, Queen, and Victress of Schoenstatt \u2014 the spiritual center of the movement&#8217;s life and the source of its graces.<\/p>\n      <\/div>\n      <div class=\"col-img\">\n        <img decoding=\"async\" class=\"landscape\" src=\"http:\/\/schoenstattnewyork.org\/wp-content\/uploads\/2026\/06\/original-shrine.webp\" alt=\"Original Shrine in Vallendar, Germany\" onerror=\"this.style.background='#2520b8'\" \/>\n        <span class=\"col-img-caption\">Original Shrine \u00b7 Vallendar, Germany<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FATHER KENTENICH -->\n  <section class=\"two-col cream\">\n    <div class=\"container\">\n      <div class=\"col-img\">\n        <img decoding=\"async\" class=\"portrait\" src=\"http:\/\/schoenstattnewyork.org\/wp-content\/uploads\/2026\/06\/Father_exile-picture-01.webp\" alt=\"Father Joseph Kentenich\" onerror=\"this.style.background='#1c19a3'\" \/>\n      <\/div>\n      <div class=\"col-text\">\n        <div class=\"gold-rule\"><\/div>\n        <h2>Father Joseph Kentenich<\/h2>\n        <p class=\"subtitle\">Servant of God \u00b7 1885 \u2013 1968<\/p>\n        <p>Father Joseph Kentenich was born on November 18, 1885, in Gymnich near Cologne, Germany. He began his priestly life as a gifted teacher and educator in the Pallotine House of Studies in Schoenstatt, Vallendar, where an extraordinary bond of trust grew between him and his students.<\/p>\n        <p>Alert to the signs of the times and listening attentively to perceive God&#8217;s will, Father Kentenich \u2014 together with a small group of students \u2014 entered into a Covenant of Love with Mary in the chapel now known as the Original Shrine.<\/p>\n        <blockquote>\n          <p>&#8220;With the hand on the pulse of time and his ear on the heart of God.&#8221;<\/p>\n        <\/blockquote>\n        <p>He dedicated his life to helping men and women of every age become free, filial, and fully human personalities.<\/p>\n        <a href=\"https:\/\/www.pater-kentenich.org\/en\/biographical-sketch\/\" target=\"_blank\" rel=\"noopener\">Read his biographical sketch \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- THE SHRINE IN NEW YORK -->\n  <section class=\"shrine-ny\">\n    <div class=\"container\">\n      <div class=\"shrine-ny-header\">\n        <div class=\"gold-rule\"><\/div>\n        <h2>The Shrine in New York<\/h2>\n        <p>The Schoenstatt Shrine of Light is nestled in a peaceful Staten Island neighborhood, just a short distance from the iconic Statue of Liberty \u2014 a spiritual beacon and place of grace for all who seek prayer and renewal.<\/p>\n      <\/div>\n      <div class=\"photo-grid-top\">\n        <div class=\"shrine-photo sq\">\n          <img decoding=\"async\" src=\"http:\/\/schoenstattnewyork.org\/wp-content\/uploads\/2026\/06\/IMG-20210517-WA0003.webp\" alt=\"Shrine interior\" \/>\n        <\/div>\n        <div class=\"shrine-photo sq\">\n          <img decoding=\"async\" src=\"http:\/\/schoenstattnewyork.org\/wp-content\/uploads\/2026\/06\/IMG-20210517-WA0000.webp\" alt=\"Shrine exterior\" \/>\n        <\/div>\n        <div class=\"shrine-photo sq\">\n          <img decoding=\"async\" src=\"http:\/\/schoenstattnewyork.org\/wp-content\/uploads\/2026\/06\/sisters.webp\" alt=\"Sisters at the Shrine\" \/>\n        <\/div>\n      <\/div>\n      <div class=\"photo-grid-bottom\">\n        <div class=\"shrine-photo ld\">\n          <img decoding=\"async\" src=\"http:\/\/schoenstattnewyork.org\/wp-content\/uploads\/2026\/06\/IMG-20190825-WA01260011.webp\" alt=\"Schoenstatt New York community\" \/>\n        <\/div>\n        <div class=\"shrine-photo ld\">\n          <img decoding=\"async\" src=\"http:\/\/schoenstattnewyork.org\/wp-content\/uploads\/2026\/06\/IMG-20210517-WA0006.webp\" alt=\"Community gathering\" \/>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- THE SISTERS -->\n  <section class=\"sisters\">\n    <div class=\"container\">\n      <div class=\"sisters-header\">\n        <div class=\"gold-rule\"><\/div>\n        <h2>The Schoenstatt Sisters of Mary<\/h2>\n        <p>The Shrine in New York is served by the Schoenstatt Sisters of Mary, who dedicate their lives to welcoming all who come, accompanying families and individuals on their spiritual journey, and fostering the Covenant of Love with Our Blessed Mother.<\/p>\n      <\/div>\n      <div class=\"sisters-grid\">\n        <div class=\"sister-card\">\n          <img decoding=\"async\" src=\"http:\/\/schoenstattnewyork.org\/wp-content\/uploads\/2026\/06\/1626472356421.jpg\" alt=\"Sister Veronica and Sister Jessica\" \/>\n          <div class=\"sister-card-label\">\n            <h3>Sister Veronica &amp; Sister Jessica<\/h3>\n            <span>Schoenstatt Sisters of Mary<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"sister-card\">\n          <img decoding=\"async\" src=\"http:\/\/schoenstattnewyork.org\/wp-content\/uploads\/2026\/06\/1626472359742.webp\" alt=\"Sister Vanessa\" \/>\n          <div class=\"sister-card-label\">\n            <h3>Sister Vanessa<\/h3>\n            <span>Schoenstatt Sisters of Mary<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"sister-card\">\n          <img decoding=\"async\" src=\"http:\/\/schoenstattnewyork.org\/wp-content\/uploads\/2026\/06\/1626472372395.webp\" alt=\"Sister Mary Martha\" \/>\n          <div class=\"sister-card-label\">\n            <h3>Sister Mary Martha<\/h3>\n            <span>Schoenstatt Sisters of Mary<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CAPITAL OF GRACE -->\n  <section class=\"capital\">\n    <div class=\"container\">\n      <div class=\"capital-text\">\n        <div class=\"gold-rule\"><\/div>\n        <h2>The Capital of Grace<\/h2>\n        <p>From 1915 onward, Schoenstatt began speaking of a spiritual concept unique to the movement: the Capital of Grace. The image draws from the world of finance \u2014 just as large sums are gathered for major undertakings, what we bring to Mary in the Shrine comes together to assist her in the moral and religious renewal of the world in Christ.<\/p>\n        <p>This capital is not financial but spiritual \u2014 it is built through prayer, sacrifice, works of love, and the faithful living of the Covenant. All who enter the Shrine with open hearts contribute to it and draw from its abundance.<\/p>\n      <\/div>\n      <div class=\"capital-aside\">\n        <p class=\"capital-aside-label\">A place of grace<\/p>\n        <p>&#8220;What we bring to Mary in the Shrine comes together to assist her in the moral and religious renewal of the world in Christ.&#8221;<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Who We Are \u2013 Schoenstatt New York Who We Are Rooted in aCovenant of Love Schoenstatt New York is a Marian shrine and spiritual community nestled in Staten Island \u2014&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1224","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/schoenstattnewyork.org\/en\/wp-json\/wp\/v2\/pages\/1224","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/schoenstattnewyork.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/schoenstattnewyork.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/schoenstattnewyork.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/schoenstattnewyork.org\/en\/wp-json\/wp\/v2\/comments?post=1224"}],"version-history":[{"count":16,"href":"https:\/\/schoenstattnewyork.org\/en\/wp-json\/wp\/v2\/pages\/1224\/revisions"}],"predecessor-version":[{"id":1342,"href":"https:\/\/schoenstattnewyork.org\/en\/wp-json\/wp\/v2\/pages\/1224\/revisions\/1342"}],"wp:attachment":[{"href":"https:\/\/schoenstattnewyork.org\/en\/wp-json\/wp\/v2\/media?parent=1224"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}