{"id":1431,"date":"2026-03-23T03:45:30","date_gmt":"2026-03-23T03:45:30","guid":{"rendered":"https:\/\/aps.genztech.cloud\/?page_id=1431"},"modified":"2026-08-18T14:33:14","modified_gmt":"2026-08-18T02:33:14","slug":"schools-universities","status":"publish","type":"page","link":"https:\/\/aryasamajfiji.org\/home\/schools-universities\/","title":{"rendered":"Schools &#038; Universities"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-1ecd7bfd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-info-box uagb-block-5900233c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top wp-block-uagb-info-box--has-margin\"><div class=\"uagb-infobox-margin-wrapper\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Arya Samaj Institutes <\/h1><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<!-- ================================================================\n     Arya Samaj Institutions Directory\n     Paste into a WordPress \"Custom HTML\" block.\n\n     Theme-neutral: no font-family or brand color is set anywhere.\n     Every tint\/border runs on currentColor via color-mix(), so it\n     inherits your theme's palette automatically. Corner radii were\n     scaled back from the original (was up to 100px pills) to a\n     calmer 12-16px. Tabs use data-attributes (not hand-matched\n     ids) plus proper ARIA roles, so there's no risk of a tab\n     silently failing to highlight.\n     ================================================================ -->\n<style>\n  .aid { max-width: 1200px; margin: 0 auto; padding: 2rem 1rem; }\n  .aid, .aid * { box-sizing: border-box; }\n\n  \/* ---- tabs (underline style, theme-agnostic) ---- *\/\n  .aid-tabs {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    margin-bottom: 2rem;\n    border-bottom: 1px solid color-mix(in srgb, currentColor 12%, transparent);\n  }\n  .aid-tab {\n    all: unset;\n    cursor: pointer;\n    padding: 0.6rem 0.1rem 0.9rem;\n    font: inherit;\n    font-weight: 600;\n    font-size: 0.95rem;\n    color: inherit;\n    opacity: 0.55;\n    border-bottom: 2px solid transparent;\n    margin-bottom: -1px;\n    transition: opacity .15s ease, border-color .15s ease;\n  }\n  .aid-tab:hover { opacity: 0.85; }\n  .aid-tab:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }\n  .aid-tab[aria-selected=\"true\"] { opacity: 1; border-color: currentColor; }\n\n  \/* ---- panel heading row ---- *\/\n  .aid-panel-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 1.5rem; }\n  .aid-panel-heading__bar { width: 5px; height: 26px; border-radius: 3px; background: currentColor; opacity: 0.8; }\n  .aid-panel-heading h2 { font-size: 1.4rem; font-weight: 700; margin: 0; }\n  .aid-count-pill {\n    font-size: 0.8rem;\n    padding: 0.25rem 0.9rem;\n    border-radius: 999px;\n    background: color-mix(in srgb, currentColor 8%, transparent);\n    opacity: 0.85;\n  }\n\n  \/* ---- university feature card ---- *\/\n  .aid-feature {\n    border-radius: 16px;\n    padding: 1.75rem 2rem;\n    margin-bottom: 1.5rem;\n    background: color-mix(in srgb, currentColor 3.5%, transparent);\n    border: 1px solid color-mix(in srgb, currentColor 10%, transparent);\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n    align-items: center;\n  }\n  .aid-feature__main { flex: 2; min-width: 260px; }\n  .aid-feature__head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.9rem; flex-wrap: wrap; }\n  .aid-feature__accent { width: 6px; height: 30px; border-radius: 4px; background: currentColor; opacity: 0.85; }\n  .aid-feature__head h3 { font-size: 1.55rem; font-weight: 700; margin: 0; }\n  .aid-feature__est {\n    font-size: 0.78rem;\n    padding: 0.2rem 0.85rem;\n    border-radius: 999px;\n    background: color-mix(in srgb, currentColor 8%, transparent);\n    opacity: 0.85;\n  }\n  .aid-feature__main p { line-height: 1.6; margin: 0 0 1rem; opacity: 0.92; }\n  .aid-feature__tags { font-size: 0.88rem; opacity: 0.72; }\n  .aid-feature__quote {\n    flex: 1; min-width: 200px;\n    text-align: center;\n    padding: 1.25rem;\n    border-radius: 14px;\n    background: color-mix(in srgb, currentColor 5%, transparent);\n  }\n  .aid-feature__quote-text { font-weight: 600; margin-bottom: 0.3rem; }\n  .aid-feature__quote-by { font-size: 0.82rem; opacity: 0.7; }\n\n  \/* ---- generic card grid ---- *\/\n  .aid-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1rem; margin-bottom: 1.5rem; }\n  .aid-grid--tight { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 0.85rem; }\n  .aid-card {\n    padding: 1.4rem 1.5rem;\n    border-radius: 14px;\n    border: 1px solid color-mix(in srgb, currentColor 9%, transparent);\n    background: color-mix(in srgb, currentColor 2.5%, transparent);\n    transition: transform .15s ease, box-shadow .15s ease;\n  }\n  .aid-card:hover { transform: translateY(-2px); box-shadow: 0 10px 22px -14px rgba(0,0,0,0.25); }\n  .aid-card__head { display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.7rem; }\n  .aid-card__icon {\n    flex: none;\n    width: 34px; height: 34px;\n    border-radius: 10px;\n    display: flex; align-items: center; justify-content: center;\n    background: color-mix(in srgb, currentColor 10%, transparent);\n    font-size: 0.95rem;\n  }\n  .aid-card__title { font-size: 1.1rem; font-weight: 700; margin: 0; }\n  .aid-card p { margin: 0; opacity: 0.85; line-height: 1.5; }\n\n  .aid-row { padding: 0.85rem 1.1rem; border-radius: 12px; background: color-mix(in srgb, currentColor 2.5%, transparent); border: 1px solid color-mix(in srgb, currentColor 8%, transparent); font-size: 0.95rem; }\n  .aid-row__year { font-weight: 700; margin-right: 0.4rem; }\n\n  \/* ---- closing attribution line (plain, not boxed) ---- *\/\n  .aid-quote { margin-top: 1.25rem; text-align: center; }\n  .aid-quote p { font-style: italic; margin: 0 0 0.5rem; line-height: 1.6; opacity: 0.85; max-width: 68ch; margin-left: auto; margin-right: auto; }\n  .aid-quote cite { font-weight: 600; font-style: normal; opacity: 0.7; font-size: 0.9rem; }\n\n  \/* ---- summary stats ---- *\/\n  .aid-stats {\n    text-align: center;\n    padding: 1.5rem;\n    border-radius: 16px;\n    background: color-mix(in srgb, currentColor 3.5%, transparent);\n    border: 1px solid color-mix(in srgb, currentColor 10%, transparent);\n  }\n  .aid-stats__row { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-bottom: 0.75rem; }\n  .aid-stats__num { font-size: 2rem; font-weight: 800; display: block; }\n  .aid-stats__label { font-size: 0.85rem; opacity: 0.75; }\n  .aid-stats p { margin: 0; font-size: 0.9rem; opacity: 0.8; }\n\n  @media (max-width: 640px) {\n    .aid { padding: 1.25rem 0.75rem; }\n    .aid-feature { padding: 1.4rem 1.5rem; }\n  }\n<\/style>\n\n<div class=\"aid\">\n\n  <!-- Tabs -->\n  <div class=\"aid-tabs\" role=\"tablist\" aria-label=\"Arya Samaj institutions\">\n    <button class=\"aid-tab\" role=\"tab\" data-tab=\"overview\" aria-selected=\"true\">\ud83c\udfdb\ufe0f Overview &amp; University<\/button>\n    <button class=\"aid-tab\" role=\"tab\" data-tab=\"secondary\" aria-selected=\"false\">\ud83d\udcda Secondary Schools<\/button>\n    <button class=\"aid-tab\" role=\"tab\" data-tab=\"primary\" aria-selected=\"false\">\ud83d\udcd6 Primary Schools<\/button>\n    <button class=\"aid-tab\" role=\"tab\" data-tab=\"preschool\" aria-selected=\"false\">\ud83c\udf4e Preschools &amp; Centres<\/button>\n  <\/div>\n\n  <!-- ===== PANEL: OVERVIEW ===== -->\n  <div class=\"aid-panel\" role=\"tabpanel\" data-panel=\"overview\">\n    <div class=\"aid-feature\">\n      <div class=\"aid-feature__main\">\n        <div class=\"aid-feature__head\">\n          <div class=\"aid-feature__accent\"><\/div>\n          <h3>The University of Fiji<\/h3>\n          <span class=\"aid-feature__est\">Est. 2005<\/span>\n        <\/div>\n        <p>In 1956 the Fiji Arya Samaj at its Golden Jubilee Celebrations took a historic decision to establish a University College. After 44 years of vision, the dream became reality in 2004. The University opened on 14th March 2005 with 180 students and was officially dedicated to the people of Fiji on 5th March 2006 by the Prime Minister.<\/p>\n        <div class=\"aid-feature__tags\">\ud83d\udccd Saweni Campus, Lautoka \u00b7 \ud83c\udfdb\ufe0f Samabula, Suva Campus \u00b7 \ud83c\udf93 $10M+ investment first 5 years<\/div>\n      <\/div>\n      <div class=\"aid-feature__quote\">\n        <div class=\"aid-feature__quote-text\">&#8220;Education for every child&#8221;<\/div>\n        <div class=\"aid-feature__quote-by\">\u2014 Swami Dayanand Saraswati<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"aid-grid\">\n      <div class=\"aid-card\">\n        <div class=\"aid-card__head\"><div class=\"aid-card__icon\">\ud83c\udfe2<\/div><h3 class=\"aid-card__title\">Head Office<\/h3><\/div>\n        <p>Arya Pratinidhi Sabha of Fiji<br>1 Ono Street, Samabula<\/p>\n      <\/div>\n      <div class=\"aid-card\">\n        <div class=\"aid-card__head\"><div class=\"aid-card__icon\">\ud83d\udcff<\/div><h3 class=\"aid-card__title\">Religious Training<\/h3><\/div>\n        <p>Vedic Training Centre (2003)<br>Samabula, Navua<\/p>\n      <\/div>\n      <div class=\"aid-card\">\n        <div class=\"aid-card__head\"><div class=\"aid-card__icon\">\ud83e\udd1d<\/div><h3 class=\"aid-card__title\">Social Service<\/h3><\/div>\n        <p>Arya Baal Ashram (Boys Centre) \u2013 2006<br>Samabula, Suva<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"aid-quote\">\n      <p>&#8220;The Sabha now provides education to the nation from preschool to university level. This achievement of the Sabha is assigned to the Founder of Arya Samaj, Swami Dayanand Saraswati for his profound words of wisdom when he proclaimed that the responsibility to educate every child through broad based proper education in humanities and the sciences was that of the nation as a whole.&#8221;<\/p>\n      <cite>\u2014 Arya Pratinidhi Sabha of Fiji<\/cite>\n    <\/div>\n  <\/div>\n\n  <!-- ===== PANEL: SECONDARY ===== -->\n  <div class=\"aid-panel\" role=\"tabpanel\" data-panel=\"secondary\" hidden>\n    <div class=\"aid-panel-heading\">\n      <div class=\"aid-panel-heading__bar\"><\/div>\n      <h2>Secondary Schools<\/h2>\n      <span class=\"aid-count-pill\">6 colleges \u00b7 legacy since 1952<\/span>\n    <\/div>\n    <div class=\"aid-grid\">\n      <div class=\"aid-card\"><div class=\"aid-card__title\">DAV Girls College<\/div><p>Est. 1952 \u00b7 Samabula, Suva<\/p><\/div>\n      <div class=\"aid-card\"><div class=\"aid-card__title\">DAV College<\/div><p>Est. 1952 \u00b7 Nabua, Suva<\/p><\/div>\n      <div class=\"aid-card\"><div class=\"aid-card__title\">DAV College<\/div><p>Est. 1953 \u00b7 Varadoli, Ba<\/p><\/div>\n      <div class=\"aid-card\"><div class=\"aid-card__title\">Pt. Vishnu Deo Memorial College<\/div><p>Est. 1972 \u00b7 Saweni, Lautoka<\/p><\/div>\n      <div class=\"aid-card\"><div class=\"aid-card__title\">Bhawani Dayal Arya College<\/div><p>Est. 1972 \u00b7 Wainibuku, Nasinu<\/p><\/div>\n      <div class=\"aid-card\"><div class=\"aid-card__title\">Nadroga Arya College<\/div><p>Est. 1998 \u00b7 Maro, Sigatoka<\/p><\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ===== PANEL: PRIMARY ===== -->\n  <div class=\"aid-panel\" role=\"tabpanel\" data-panel=\"primary\" hidden>\n    <div class=\"aid-panel-heading\">\n      <div class=\"aid-panel-heading__bar\"><\/div>\n      <h2>Primary Schools<\/h2>\n      <span class=\"aid-count-pill\">14 schools \u00b7 oldest 1918<\/span>\n    <\/div>\n    <div class=\"aid-grid aid-grid--tight\">\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1918<\/span>Gurukul Primary School \u2013 Saweni, Lautoka<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1929<\/span>Vunimono Arya School \u2013 Nausori<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1930<\/span>Arya Samaj Primary School \u2013 Samabula, Suva<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1936<\/span>Vunikavikaloa Arya School \u2013 Dobuilevu, Ra<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1938<\/span>Arya Kanya Pathshala \u2013 Yalalevu, Ba<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1942<\/span>Bhawani Dayal Memorial Primary \u2013 Nakasi, Nasinu<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1952<\/span>Swami Shraddhanand Memorial \u2013 Nabua, Suva<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1956<\/span>DAV Primary School \u2013 Varadoli, Ba<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1970<\/span>Pt. Vishnu Deo Memorial Primary \u2013 Raiwaqa, Suva<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1975<\/span>Dr. Ram Lakhan Memorial Primary \u2013 Nadera, Nasinu<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1980<\/span>Lautoka Arya Samaj Primary \u2013 Drasa-Vitogo, Lautoka<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1982<\/span>Vatukoula Arya Samaj Primary \u2013 Matanagata, Tavua<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">1992<\/span>Nadi Arya Samaj Primary \u2013 Waqadra, Nadi<\/div>\n      <div class=\"aid-row\"><span class=\"aid-row__year\">2003<\/span>J. N. Jokhan Memorial Primary \u2013 Calia, Navua<\/div>\n    <\/div>\n  <\/div>\n\n  <!-- ===== PANEL: PRESCHOOL ===== -->\n  <div class=\"aid-panel\" role=\"tabpanel\" data-panel=\"preschool\" hidden>\n    <div class=\"aid-panel-heading\">\n      <div class=\"aid-panel-heading__bar\"><\/div>\n      <h2>Preschools &amp; Kindergartens<\/h2>\n      <span class=\"aid-count-pill\">13 kindergartens<\/span>\n    <\/div>\n    <div class=\"aid-grid aid-grid--tight\">\n      <div class=\"aid-row\">Gurukul Kindergarten (1968) \u2013 Saweni, Lautoka<\/div>\n      <div class=\"aid-row\">Arya Kanya Pathshala Kindergarten (1968) \u2013 Yalalevu, Ba<\/div>\n      <div class=\"aid-row\">Prakash Kindergarten (1976) \u2013 Nabua, Suva<\/div>\n      <div class=\"aid-row\">Pt. Vishnu Deo Primary Kindergarten (1976) \u2013 Raiwaqa, Suva<\/div>\n      <div class=\"aid-row\">Arya Samaj Primary Kindergarten (1976) \u2013 Samabula, Suva<\/div>\n      <div class=\"aid-row\">Natabua Arya Kindergarten (1989) \u2013 Natabua, Lautoka<\/div>\n      <div class=\"aid-row\">Sushila Lakhan Kindergarten (1995) \u2013 Nadera, Nasinu<\/div>\n      <div class=\"aid-row\">Vunimono Arya Kindergarten (1996) \u2013 Nausori<\/div>\n      <div class=\"aid-row\">Lautoka Arya Samaj Kindergarten (1997) \u2013 Drasa-Vitogo, Lautoka<\/div>\n      <div class=\"aid-row\">DAV Primary Kindergarten (1999) \u2013 Varadoli, Ba<\/div>\n      <div class=\"aid-row\">Bhawani Dayal Arya Kindergarten (2003) \u2013 Wainibuku, Nasinu<\/div>\n      <div class=\"aid-row\">Nadi Arya Kindergarten (2015) \u2013 Waqadra, Nadi<\/div>\n      <div class=\"aid-row\">Vunikavikaloa Arya Kindergarten (2018) \u2013 Bulileka, Labasa<\/div>\n    <\/div>\n\n    <div class=\"aid-stats\">\n      <div class=\"aid-stats__row\">\n        <div><span class=\"aid-stats__num\">1<\/span><span class=\"aid-stats__label\">University<\/span><\/div>\n        <div><span class=\"aid-stats__num\">6<\/span><span class=\"aid-stats__label\">Secondary<\/span><\/div>\n        <div><span class=\"aid-stats__num\">14<\/span><span class=\"aid-stats__label\">Primary<\/span><\/div>\n        <div><span class=\"aid-stats__num\">13<\/span><span class=\"aid-stats__label\">Preschools<\/span><\/div>\n        <div><span class=\"aid-stats__num\">3<\/span><span class=\"aid-stats__label\">Centres \/ Ashram<\/span><\/div>\n      <\/div>\n      <p>Arya Pratinidhi Sabha of Fiji \u2014 educating generations from 1918 to today.<\/p>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script>\n(function () {\n  var root = document.currentScript.previousElementSibling;\n  if (!root || !root.classList.contains('aid')) root = document.querySelector('.aid');\n  var tabs = root.querySelectorAll('.aid-tab');\n  var panels = root.querySelectorAll('.aid-panel');\n\n  function activate(tabName) {\n    tabs.forEach(function (tab) { tab.setAttribute('aria-selected', tab.getAttribute('data-tab') === tabName ? 'true' : 'false'); });\n    panels.forEach(function (panel) { panel.hidden = panel.getAttribute('data-panel') !== tabName; });\n  }\n\n  tabs.forEach(function (tab, i) {\n    tab.addEventListener('click', function () { activate(tab.getAttribute('data-tab')); });\n    tab.addEventListener('keydown', function (e) {\n      if (e.key === 'ArrowRight' || e.key === 'ArrowLeft') {\n        e.preventDefault();\n        var next = e.key === 'ArrowRight' ? (i + 1) % tabs.length : (i - 1 + tabs.length) % tabs.length;\n        tabs[next].focus();\n        activate(tabs[next].getAttribute('data-tab'));\n      }\n    });\n  });\n})();\n<\/script>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfdb\ufe0f Overview &amp; University \ud83d\udcda Secondary Schools \ud83d\udcd6 Primary Schools \ud83c\udf4e Preschools &amp; Centres The University of Fiji Est. 2005 In 1956 the Fiji Arya Samaj at its Golden Jubilee [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"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":"plain-container","ast-site-content-layout":"normal-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","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":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"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":""},"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-1431","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"webworksfj@gmail.com","author_link":"https:\/\/aryasamajfiji.org\/home\/author\/webworksfjgmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"\ud83c\udfdb\ufe0f Overview &amp; University \ud83d\udcda Secondary Schools \ud83d\udcd6 Primary Schools \ud83c\udf4e Preschools &amp; Centres The University of Fiji Est. 2005 In 1956 the Fiji Arya Samaj at its Golden Jubilee [&hellip;]","_links":{"self":[{"href":"https:\/\/aryasamajfiji.org\/home\/wp-json\/wp\/v2\/pages\/1431","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aryasamajfiji.org\/home\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aryasamajfiji.org\/home\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aryasamajfiji.org\/home\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aryasamajfiji.org\/home\/wp-json\/wp\/v2\/comments?post=1431"}],"version-history":[{"count":8,"href":"https:\/\/aryasamajfiji.org\/home\/wp-json\/wp\/v2\/pages\/1431\/revisions"}],"predecessor-version":[{"id":1633,"href":"https:\/\/aryasamajfiji.org\/home\/wp-json\/wp\/v2\/pages\/1431\/revisions\/1633"}],"wp:attachment":[{"href":"https:\/\/aryasamajfiji.org\/home\/wp-json\/wp\/v2\/media?parent=1431"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}