diff --git a/.gitignore b/.gitignore index 0adbdb6a..24f16e13 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,7 @@ ve .firebase static default-cache + +# Raw HTML cache for the oca.org harvests; the parsed JSON beside it is +# what matters, and this is re-fetchable (slowly -- see tools/oca/README.md). +data/oca_raw/_cache/ diff --git a/calendarium/liturgics/day.py b/calendarium/liturgics/day.py index fe54917c..dff15468 100644 --- a/calendarium/liturgics/day.py +++ b/calendarium/liturgics/day.py @@ -10,6 +10,10 @@ from .. import datetools, models from ..datetools import Calendar, Tradition, Weekday, FastLevels, FastLevelDesc, FastExceptions, FeastLevels, FloatIndex + +# FloatIndex values start at 1001, well above any Pascha-distance, so a reading +# carrying one is a floating commemoration rather than part of the daily cycle. +FLOAT_PDIST = 1000 from commemorations.models import DayCommemoration from .year import SlavicYear, GreekYear @@ -673,6 +677,21 @@ async def _add_ordo_alternatives(self, fetch_content=False): get_readings = async_to_sync(aget_readings) + @staticmethod + def _first_epistle_and_gospel(readings): + """The first Epistle and the first Gospel at or after it, or None.""" + sources = [r.source for r in readings] + if 'Epistle' not in sources or 'Gospel' not in sources: + return None + epistle = readings[start := sources.index('Epistle')] + try: + gospel = readings[sources.index('Gospel', start)] + except ValueError: + # Some epistles are out of order in the data; be forgiving rather + # than drop the gospel entirely. + gospel = readings[sources.index('Gospel')] + return [epistle, gospel] + async def aget_abbreviated_readings(self, fetch_content=False): """Return an abbreviated list of lectionary readings.""" @@ -724,21 +743,45 @@ async def aget_abbreviated_readings(self, fetch_content=False): readings = [reading async for reading in queryset.order_by('ordering')] readings = _prefer_tradition(readings, self.tradition) - # Include only the first Epistle and Gospel if we have them. - sources = [r.source for r in readings] - if 'Epistle' in sources and 'Gospel' in sources: - epistle = readings[start := sources.index('Epistle')] - try: - # Attempt to fetch the gospel that comes after the selected epistle - gospel = readings[sources.index('Gospel', start)] - except ValueError: - # If this goes wrong, we'll take any epistle. This shouldn't - # happen, but there are some epistles out of order in the - # database. This should be fixed in the data, but for now we'll - # be forgiving. - gospel = readings[sources.index('Gospel')] - - readings = [epistle, gospel] + # Reduce to a single Epistle and Gospel -- this is what the Alexa skill + # speaks, so it has to be the pair that characterises the day. + # + # Which pair that is depends on rank, and the thresholds below are + # measured rather than assumed. Against antiochian.org and goarch.org, + # which each publish exactly one pair a day, on days that have a + # proper: at feast level 6 and above the proper always wins, at level 3 + # to 5 it wins on 88% of weekdays, and at levels 0-2 the ordinary daily + # reading wins more often than not. + # + # Sunday is the exception that decides where this logic lives. On a + # Sunday the resurrectional reading takes precedence over almost any + # saint -- 7 of 8 observed -- and that cannot be expressed in the + # static `ordering` column, because whether a fixed date falls on a + # Sunday changes from year to year. See docs/oca-audit.md. + # Floating commemorations rank first, ahead of even the Sunday rule. + # They are not a saint landing on a day, they *are* the day: the + # memorial Saturdays, the Sundays of the Forefathers and of the + # Fathers, the Saturdays and Sundays before and after a great feast. + # oca.org prints their readings ahead of the ordinary ones -- Demetrius + # Saturday leads with the Departed pair, the Saturday before Nativity + # with its own -- and the Sunday statistic that governs fixed-date + # propers below was measured on saints displacing a Sunday, which is a + # different question. + floats = [r for r in readings if r.pdist and r.pdist >= FLOAT_PDIST] + propers = [r for r in readings if r.month and r not in floats] + ordinary = [r for r in readings if r not in floats and not r.month] + + prefer_propers = self.feast_level >= 3 and self.weekday != Weekday.Sunday + groups = [floats] + ([propers, ordinary] if prefer_propers else [ordinary, propers]) + for group in groups: + pair = self._first_epistle_and_gospel(group) + if pair: + readings = pair + break + else: + pair = self._first_epistle_and_gospel(readings) + if pair: + readings = pair if fetch_content: for reading in readings: diff --git a/calendarium/models.py b/calendarium/models.py index 544a00f2..5471c1d0 100644 --- a/calendarium/models.py +++ b/calendarium/models.py @@ -106,14 +106,57 @@ async def aget_passage(self, language='en', translation=None): return self.passage def get_passage(self, language='en', translation=None): + # Two pericopes -- Composite 17 and 18, the Entrance of the Theotokos + # Vespers lessons -- carry a deliberate zero-width space (U+200B) in + # front of "Composite" so this match FAILS and they fall through to the + # scripture lookup below. It is invisible on the page and it is load + # bearing; do not "clean" it out of the fixture. + # + # It is a stopgap, not a design. The Composite table has no rows 17 or + # 18, and d4d5d54 (Nov 2023) moved a hardcoded `not in ('17', '18')` + # out of this function and into the data. A real composite is the + # better representation and should replace this if the text is ever + # obtained. + # + # Not for want of a parser. bible.models.lookup_reference handles + # out-of-order segments: it renders "Lev 26:3-12, 14-17, 19-20, 22, 33, + # 23-25" with verse 33 ahead of 23-25 as written, and Composite 20's + # "Isaiah 55:1; 12:3-4; 55:2-13" jumping chapters backwards and + # forwards. Order follows the OR terms in the generated query rather + # than an explicit order_by (there is no Meta.ordering on Verse), and + # production already depends on it for the Holy Thursday composite + # gospel, a five-segment cross-book reference. + # + # The obstacle is that for most composites NO verse list exists to + # write down. Archimandrite Ephrem's Prophetologion, which is where + # this text comes from, gives specifications like "Proverbs 10:31-32 & + # Selection", "40:1 and selection", "3 & 4 and selection" -- he did not + # enumerate them, so the stored text IS the specification. Only + # Composite 24 is fully spelled out there, and its sdisplay carries + # that spec. + # + # Consequently EIGHT sdisplay values here are chapter-only and wrong if + # they are ever resolved: "Isa 40, 41, 45, 48, 54" fetches 123 verses + # where the reading is a short selection, and "3 Kgs 18, 19" fetches + # 67. They are inert today because those pericopes route through the + # Composite table. Do not put a zero-width space on one of them. + # + # Why 17 and 18 are missing: they are the Slavic propers for that feast + # (Exodus 40; 3 Kingdoms 7-8). The composites we do have come from + # Archimandrite Ephrem Lash's Prophetologion, and his book assigns the + # Greek Marian set to the Entrance instead -- Genesis 28, Ezekiel 43, + # Proverbs 9 -- so these two readings simply are not in it. Only the + # Ezekiel overlaps, which is why it alone is a plain reference here. match = re.match(r'Composite (\d+)', self.display) if match: return Composite.objects.filter( composite_num=match.group(1) ).annotate( # Make the composite look like a Verse instance. Composite - # readings only have one hardcoded (KJV-sourced) content - # column, regardless of the requested translation. + # readings only have one hardcoded content column, + # regardless of the requested translation. That text is + # Archimandrite Ephrem Lash's, not KJV as this comment + # previously said -- see ~/src/anastasis. book=models.Value(''), chapter=models.Value(1), verse=models.Value(1), diff --git a/calendarium/tests/data/january.json b/calendarium/tests/data/january.json index 6295bc88..117b9615 100644 --- a/calendarium/tests/data/january.json +++ b/calendarium/tests/data/january.json @@ -28,8 +28,8 @@ ], "service_notes": null, "abbreviated_reading_indices": [ - 5, - 8 + 6, + 9 ], "readings": [ { @@ -64,14 +64,6 @@ "short_display": "John 10.9-16", "passage": null }, - { - "source": "Epistle", - "book": "Apostol", - "description": "Saturday before Theophany", - "display": "1 Timothy 3.14-4.5", - "short_display": "1 Tim 3.14-4.5", - "passage": null - }, { "source": "Epistle", "book": "Apostol", @@ -89,11 +81,11 @@ "passage": null }, { - "source": "Gospel", - "book": "Matthew", + "source": "Epistle", + "book": "Apostol", "description": "Saturday before Theophany", - "display": "Matthew 3.1-11", - "short_display": "Matt 3.1-11", + "display": "1 Timothy 3.14-4.5", + "short_display": "1 Tim 3.14-4.5", "passage": null }, { @@ -111,6 +103,14 @@ "display": "Luke 6.17-23", "short_display": "Luke 6.17-23", "passage": null + }, + { + "source": "Gospel", + "book": "Matthew", + "description": "Saturday before Theophany", + "display": "Matthew 3.1-11", + "short_display": "Matt 3.1-11", + "passage": null } ] }, @@ -139,6 +139,7 @@ "fast_abstentions": [], "saints": [ "Repose of St Seraphim of Sarov", + "Sylvester of the Kiev Caves", "St Sylvester, Pope of Rome (335)", "Venerable Juliana of Lazarevskoye (1604)", "Holy New Martyr George the Georgian (1770)" @@ -290,6 +291,9 @@ "fast_abstentions": [], "saints": [ "Synaxis of Seventy Apostles", + "Our Righteous Father Theoctistus, Abbot of Cucomo in Sicily", + "Nikephoros the Leper", + "Eustathios Archbishop of Serbia", "The Ethiopian Eunuch of Queen Candace", "Venerable Apollinaria (5th c.)" ], @@ -347,6 +351,7 @@ "oil" ], "saints": [ + "Apollinaria of Egypt", "Holy Martyrs Theopemptus and Theonas (ca. 290)", "Our Venerable Mother Syncletike (4th c.)" ], @@ -803,6 +808,7 @@ "fast_abstentions": [], "saints": [ "Ven. George the Chozebite", + "Gregory of the Kiev Caves", "Our Venerable Mother Domnica (Domnina) (ca. 474)", "Saint Atticus, Patriarch of Constantinople (425)", "Saint Severinus (482)" @@ -918,7 +924,7 @@ "titles": [ "Monday of the 30th week after Pentecost" ], - "summary_title": "St Gregory of Nyssa; St Theophan the Recluse", + "summary_title": "St Gregory of Nyssa; Dometian, Bishop of Melitene; St Theophan the Recluse", "feast_level": 4, "feast_level_description": "Red cross (polyeleos typikon symbol)", "feasts": null, @@ -929,6 +935,7 @@ "fast_abstentions": [], "saints": [ "St Gregory of Nyssa", + "Dometian, Bishop of Melitene", "St Theophan the Recluse" ], "service_notes": null, @@ -982,8 +989,8 @@ ], "service_notes": null, "abbreviated_reading_indices": [ - 4, - 6 + 5, + 7 ], "readings": [ { @@ -1348,8 +1355,8 @@ ], "service_notes": null, "abbreviated_reading_indices": [ - 4, - 6 + 5, + 7 ], "readings": [ { @@ -1549,8 +1556,8 @@ ], "service_notes": null, "abbreviated_reading_indices": [ - 4, - 6 + 5, + 7 ], "readings": [ { @@ -1854,8 +1861,8 @@ "saints": null, "service_notes": null, "abbreviated_reading_indices": [ - 4, - 6 + 5, + 7 ], "readings": [ { @@ -2006,8 +2013,8 @@ "saints": null, "service_notes": null, "abbreviated_reading_indices": [ - 4, - 6 + 5, + 7 ], "readings": [ { @@ -2087,7 +2094,7 @@ "titles": [ "Friday of the 32nd week after Pentecost" ], - "summary_title": "Ven. Ephrem the Syrian; Our Holy Father Isaac the Syrian, bishop of Nineveh (7th c.)", + "summary_title": "Ven. Ephrem the Syrian; Theodosius of Totma; Our Holy Father Isaac the Syrian, bishop of Nineveh (7th c.)", "feast_level": 2, "feast_level_description": "Black squigg (6-stich typikon symbol)", "feasts": null, @@ -2105,6 +2112,7 @@ ], "saints": [ "Ven. Ephrem the Syrian", + "Theodosius of Totma", "Our Holy Father Isaac the Syrian, bishop of Nineveh (7th c.)" ], "service_notes": null, diff --git a/data/oca_abbrev_diff-2026.json b/data/oca_abbrev_diff-2026.json new file mode 100644 index 00000000..4faf97d3 --- /dev/null +++ b/data/oca_abbrev_diff-2026.json @@ -0,0 +1,1285 @@ +[ + { + "date": "2026-01-05", + "kind": "ordered", + "feast_level": 0, + "feasts": [ + "Eve of Theophany" + ], + "ours": [ + "1COR9:19", + "LUKE3:1" + ], + "oca_first": [ + "HEB11:17", + "MARK8:11", + "" + ], + "oca_all": [ + [ + "HEB11:17", + "MARK8:11", + "" + ], + [ + "1COR9:19", + "LUKE3:1", + "" + ] + ] + }, + { + "date": "2026-01-07", + "kind": "ordered", + "feast_level": 3, + "feasts": [ + "Synaxis of St John the Baptist" + ], + "ours": [ + "ACTS19:1", + "JOHN1:29" + ], + "oca_first": [ + "JAS1:1", + "MARK8:30", + "" + ], + "oca_all": [ + [ + "JAS1:1", + "MARK8:30", + "" + ], + [ + "ACTS19:1", + "JOHN1:29", + "Forerunner" + ] + ] + }, + { + "date": "2026-01-11", + "kind": "ordered", + "feast_level": 4, + "feasts": [ + "Sunday after Theophany" + ], + "ours": [ + "EPH4:7", + "MATT4:12" + ], + "oca_first": [ + "2COR4:6", + "MATT11:27", + "Saint" + ], + "oca_all": [ + [ + "2COR4:6", + "MATT11:27", + "Saint" + ], + [ + "EPH4:7", + "MATT4:12", + "Sunday After" + ] + ] + }, + { + "date": "2026-01-25", + "kind": "ordered", + "feast_level": 4, + "feasts": [ + "St Gregory the Theologian" + ], + "ours": [ + "1TIM4:9", + "LUKE19:1" + ], + "oca_first": [ + "1COR12:7", + "JOHN10:9", + "Saint" + ], + "oca_all": [ + [ + "1COR12:7", + "JOHN10:9", + "Saint" + ], + [ + "1TIM4:9", + "LUKE19:1", + "" + ] + ] + }, + { + "date": "2026-02-02", + "kind": "ordered", + "feast_level": 8, + "feasts": [ + "Meeting of Christ in the Temple" + ], + "ours": [ + "HEB7:7", + "LUKE2:22" + ], + "oca_first": [ + "2PET1:20", + "MARK13:9", + "" + ], + "oca_all": [ + [ + "2PET1:20", + "MARK13:9", + "" + ], + [ + "HEB7:7", + "LUKE2:22", + "Meeting" + ] + ] + }, + { + "date": "2026-02-24", + "kind": "differ", + "feast_level": 4, + "feasts": [ + "1st and 2nd Finding Honorable Head of St John the Baptist" + ], + "ours": [ + null, + null + ], + "oca_first": [ + "2COR4:6", + "MATT11:2", + "Forerunner" + ], + "oca_all": [ + [ + "2COR4:6", + "MATT11:2", + "Forerunner" + ] + ] + }, + { + "date": "2026-02-27", + "kind": "differ", + "feast_level": 5, + "feasts": [ + "St Raphael Bishop of Brooklyn" + ], + "ours": [ + null, + null + ], + "oca_first": [ + "HEB13:17", + "JOHN10:9", + "St. Raphael" + ], + "oca_all": [ + [ + "HEB13:17", + "JOHN10:9", + "St. Raphael" + ] + ] + }, + { + "date": "2026-02-28", + "kind": "ordered", + "feast_level": 0, + "feasts": [], + "ours": [ + "HEB1:1", + "MARK2:23" + ], + "oca_first": [ + "2TIM2:1", + "JOHN15:17", + "Saint" + ], + "oca_all": [ + [ + "2TIM2:1", + "JOHN15:17", + "Saint" + ], + [ + "HEB1:1", + "MARK2:23", + "" + ] + ] + }, + { + "date": "2026-03-08", + "kind": "ordered", + "feast_level": 0, + "feasts": [], + "ours": [ + "HEB1:10", + "MARK2:1" + ], + "oca_first": [ + "HEB7:26", + "JOHN10:9", + "Saint" + ], + "oca_all": [ + [ + "HEB7:26", + "JOHN10:9", + "Saint" + ], + [ + "HEB1:10", + "MARK2:1", + "" + ] + ] + }, + { + "date": "2026-03-22", + "kind": "ordered", + "feast_level": 0, + "feasts": [], + "ours": [ + "HEB6:13", + "MARK9:17" + ], + "oca_first": [ + "EPH5:9", + "MATT4:25", + "Saint" + ], + "oca_all": [ + [ + "EPH5:9", + "MATT4:25", + "Saint" + ], + [ + "HEB6:13", + "MARK9:17", + "" + ] + ] + }, + { + "date": "2026-03-26", + "kind": "differ", + "feast_level": 3, + "feasts": [ + "Great Canon of St Andrew of Crete" + ], + "ours": [ + null, + null + ], + "oca_first": [ + "HEB2:11", + "LUKE1:24", + "Theotokos" + ], + "oca_all": [ + [ + "HEB2:11", + "LUKE1:24", + "Theotokos" + ] + ] + }, + { + "date": "2026-03-28", + "kind": "ordered", + "feast_level": 0, + "feasts": [ + "Saturday of the Akathist to the Most-Holy Theotokos" + ], + "ours": [ + "HEB9:24", + "MARK8:27" + ], + "oca_first": [ + "HEB9:1", + "LUKE10:38", + "Theotokos" + ], + "oca_all": [ + [ + "HEB9:1", + "LUKE10:38", + "Theotokos" + ], + [ + "HEB9:24", + "MARK8:27", + "" + ] + ] + }, + { + "date": "2026-03-29", + "kind": "ordered", + "feast_level": 0, + "feasts": [], + "ours": [ + "HEB9:11", + "MARK10:32" + ], + "oca_first": [ + "GAL3:23", + "LUKE7:36", + "Saint" + ], + "oca_all": [ + [ + "GAL3:23", + "LUKE7:36", + "Saint" + ], + [ + "HEB9:11", + "MARK10:32", + "" + ] + ] + }, + { + "date": "2026-04-07", + "kind": "differ", + "feast_level": 4, + "feasts": [ + "Repose St. Tikhon, Patriarch of Moscow, Enlightener N. America" + ], + "ours": [ + null, + "MATT22:15" + ], + "oca_first": [ + "HEB7:26", + null, + "Matins" + ], + "oca_all": [ + [ + "HEB7:26", + null, + "Matins" + ], + [ + null, + "MATT24:36", + "Presanctified" + ] + ] + }, + { + "date": "2026-04-09", + "kind": "ordered", + "feast_level": 3, + "feasts": [], + "ours": [ + "1COR11:23", + "MATT26:2" + ], + "oca_first": [ + null, + "LUKE22:1", + "Matins" + ], + "oca_all": [ + [ + null, + "LUKE22:1", + "Matins" + ], + [ + "1COR11:23", + "MATT26:2", + "Composite" + ] + ] + }, + { + "date": "2026-04-11", + "kind": "ordered", + "feast_level": 3, + "feasts": [], + "ours": [ + "ROM6:3", + "MATT28:1" + ], + "oca_first": [ + "1COR5:6", + "MATT27:62", + "Matins" + ], + "oca_all": [ + [ + "1COR5:6", + "MATT27:62", + "Matins" + ], + [ + "ROM6:3", + "MATT28:1", + "" + ] + ] + }, + { + "date": "2026-04-13", + "kind": "ordered", + "feast_level": 0, + "feasts": [], + "ours": [ + "ACTS1:12", + "JOHN1:18" + ], + "oca_first": [ + null, + "JOHN20:19", + "Vespers" + ], + "oca_all": [ + [ + null, + "JOHN20:19", + "Vespers" + ], + [ + "ACTS1:12", + "JOHN1:18", + "" + ] + ] + }, + { + "date": "2026-04-17", + "kind": "ordered", + "feast_level": 3, + "feasts": [ + "The Life-Giving Spring of the Most-holy Theotokos" + ], + "ours": [ + "ACTS3:1", + "JOHN2:12" + ], + "oca_first": [ + "PHIL2:5", + "LUKE10:38", + "Theotokos" + ], + "oca_all": [ + [ + "PHIL2:5", + "LUKE10:38", + "Theotokos" + ], + [ + "ACTS3:1", + "JOHN2:12", + "" + ] + ] + }, + { + "date": "2026-05-03", + "kind": "ordered", + "feast_level": 4, + "feasts": [ + "Paralytic", + "Ven. Theodosius, Abbot of the Kiev Caves" + ], + "ours": [ + "ACTS9:32", + "JOHN5:1" + ], + "oca_first": [ + "HEB13:7", + "MATT11:27", + "Saint" + ], + "oca_all": [ + [ + "HEB13:7", + "MATT11:27", + "Saint" + ], + [ + "ACTS9:32", + "JOHN5:1", + "" + ] + ] + }, + { + "date": "2026-05-10", + "kind": "ordered", + "feast_level": 4, + "feasts": [ + "Samaritan Woman", + "Apostle Simon the Zealot" + ], + "ours": [ + "ACTS11:19", + "JOHN4:5" + ], + "oca_first": [ + "1COR4:9", + "MATT13:54", + "Saint" + ], + "oca_all": [ + [ + "1COR4:9", + "MATT13:54", + "Saint" + ], + [ + "ACTS11:19", + "JOHN4:5", + "" + ] + ] + }, + { + "date": "2026-05-21", + "kind": "differ", + "feast_level": 8, + "feasts": [ + "Ascension of the Lord", + "SS Constantine and Helen, Equals-to-the-Apostles" + ], + "ours": [ + "ACTS26:1", + "JOHN10:1" + ], + "oca_first": [ + "ACTS1:1", + "LUKE24:36", + "" + ], + "oca_all": [ + [ + "ACTS1:1", + "LUKE24:36", + "" + ] + ] + }, + { + "date": "2026-06-14", + "kind": "ordered", + "feast_level": 0, + "feasts": [ + "All Saints of America, All Saints of Russia" + ], + "ours": [ + "ROM2:10", + "MATT4:18" + ], + "oca_first": [ + "HEB11:33", + "MATT4:25", + "Saints" + ], + "oca_all": [ + [ + "HEB11:33", + "MATT4:25", + "Saints" + ], + [ + "ROM2:10", + "MATT4:18", + "" + ] + ] + }, + { + "date": "2026-07-05", + "kind": "ordered", + "feast_level": 4, + "feasts": [], + "ours": [ + "ROM10:1", + "MATT8:28" + ], + "oca_first": [ + "GAL5:22", + "LUKE6:17", + "either Saint" + ], + "oca_all": [ + [ + "GAL5:22", + "LUKE6:17", + "either Saint" + ], + [ + "ROM10:1", + "MATT8:28", + "" + ] + ] + }, + { + "date": "2026-07-19", + "kind": "ordered", + "feast_level": 4, + "feasts": [ + "Fathers of the 1st Six Ecumenical Councils", + "Unc. Rel. Ven. Seraphim of Sarov" + ], + "ours": [ + "HEB13:7", + "JOHN17:1" + ], + "oca_first": [ + "GAL5:22", + "LUKE6:17", + "Saint" + ], + "oca_all": [ + [ + "GAL5:22", + "LUKE6:17", + "Saint" + ], + [ + "HEB13:7", + "JOHN17:1", + "Fathers" + ], + [ + "ROM15:1", + "MATT9:27", + "" + ] + ] + }, + { + "date": "2026-07-26", + "kind": "ordered", + "feast_level": 4, + "feasts": [ + "Repose of St Jacob Netsvetov, Enlightener of the Peoples of Alaska" + ], + "ours": [ + "1COR1:10", + "MATT14:14" + ], + "oca_first": [ + "PHIL3:7", + "MARK10:29", + "Saint" + ], + "oca_all": [ + [ + "PHIL3:7", + "MARK10:29", + "Saint" + ], + [ + "1COR1:10", + "MATT14:14", + "" + ] + ] + }, + { + "date": "2026-07-27", + "kind": "ordered", + "feast_level": 2, + "feasts": [ + "Greatmartyr and Healer Panteleimon" + ], + "ours": [ + "1COR11:31", + "MATT18:1" + ], + "oca_first": [ + "2TIM2:1", + "JOHN15:17", + "St. Panteleimon" + ], + "oca_all": [ + [ + "2TIM2:1", + "JOHN15:17", + "St. Panteleimon" + ], + [ + "1COR11:31", + "MATT18:1", + "" + ] + ] + }, + { + "date": "2026-08-06", + "kind": "ordered", + "feast_level": 8, + "feasts": [ + "Transfiguration of Our Lord" + ], + "ours": [ + "2PET1:10", + "MATT17:1" + ], + "oca_first": [ + "2COR1:1", + "MATT21:43", + "" + ], + "oca_all": [ + [ + "2COR1:1", + "MATT21:43", + "" + ], + [ + "2PET1:10", + "MATT17:1", + "Transfiguration" + ] + ] + }, + { + "date": "2026-08-09", + "kind": "ordered", + "feast_level": 5, + "feasts": [ + "Afterfeast of the Transfiguration" + ], + "ours": [ + "1COR4:9", + "MATT17:14" + ], + "oca_first": [ + "GAL5:22", + "LUKE6:17", + "Saint" + ], + "oca_all": [ + [ + "GAL5:22", + "LUKE6:17", + "Saint" + ], + [ + "1COR4:9", + "MATT17:14", + "" + ] + ] + }, + { + "date": "2026-08-15", + "kind": "ordered", + "feast_level": 7, + "feasts": [ + "Dormition of the Most-Holy Theotokos" + ], + "ours": [ + "PHIL2:5", + "LUKE10:38" + ], + "oca_first": [ + "1COR1:3", + "MATT19:3", + "" + ], + "oca_all": [ + [ + "1COR1:3", + "MATT19:3", + "" + ], + [ + "PHIL2:5", + "LUKE10:38", + "Theotokos" + ] + ] + }, + { + "date": "2026-08-16", + "kind": "ordered", + "feast_level": 5, + "feasts": [ + "Image of Christ Not Made by Hands" + ], + "ours": [ + "1COR9:2", + "MATT18:23" + ], + "oca_first": [ + "COL1:12", + "LUKE9:51", + "Image" + ], + "oca_all": [ + [ + "COL1:12", + "LUKE9:51", + "Image" + ], + [ + "1COR9:2", + "MATT18:23", + "" + ] + ] + }, + { + "date": "2026-08-23", + "kind": "ordered", + "feast_level": 0, + "feasts": [ + "Leavetaking of Dormition" + ], + "ours": [ + "1COR15:1", + "MATT19:16" + ], + "oca_first": [ + "PHIL2:5", + "LUKE10:38", + "Theotokos" + ], + "oca_all": [ + [ + "PHIL2:5", + "LUKE10:38", + "Theotokos" + ], + [ + "1COR15:1", + "MATT19:16", + "" + ] + ] + }, + { + "date": "2026-09-08", + "kind": "ordered", + "feast_level": 7, + "feasts": [ + "Nativity of the Most-Holy Theotokos" + ], + "ours": [ + "PHIL2:5", + "LUKE10:38" + ], + "oca_first": [ + "GAL2:21", + "MARK6:1", + "" + ], + "oca_all": [ + [ + "GAL2:21", + "MARK6:1", + "" + ], + [ + "PHIL2:5", + "LUKE10:38", + "Theotokos" + ] + ] + }, + { + "date": "2026-09-12", + "kind": "ordered", + "feast_level": 0, + "feasts": [ + "Saturday before Elevation" + ], + "ours": [ + "1COR2:6", + "MATT10:37" + ], + "oca_first": [ + "PHIL2:5", + "LUKE10:38", + "Theotokos" + ], + "oca_all": [ + [ + "PHIL2:5", + "LUKE10:38", + "Theotokos" + ], + [ + "1COR2:6", + "MATT10:37", + "Saturday Before" + ], + [ + "1COR4:17", + "MATT24:1", + "" + ] + ] + }, + { + "date": "2026-09-13", + "kind": "ordered", + "feast_level": 3, + "feasts": [ + "Sunday before Elevation", + "Founding of Church of the Holy Sepulchre" + ], + "ours": [ + "GAL6:11", + "JOHN3:13" + ], + "oca_first": [ + "HEB3:1", + "MATT16:13", + "Church" + ], + "oca_all": [ + [ + "HEB3:1", + "MATT16:13", + "Church" + ], + [ + "GAL6:11", + "JOHN3:13", + "Sunday Before" + ], + [ + "2COR4:6", + "MATT22:35", + "" + ] + ] + }, + { + "date": "2026-09-14", + "kind": "ordered", + "feast_level": 8, + "feasts": [ + "Exaltation (Elevation) of the Precious Cross" + ], + "ours": [ + "1COR1:18", + "JOHN19:6" + ], + "oca_first": [ + "GAL4:28", + "MARK6:54", + "" + ], + "oca_all": [ + [ + "GAL4:28", + "MARK6:54", + "" + ], + [ + "1COR1:18", + "JOHN19:6", + "" + ] + ] + }, + { + "date": "2026-10-18", + "kind": "ordered", + "feast_level": 4, + "feasts": [ + "Holy Apostle and Evangelist Luke" + ], + "ours": [ + "GAL1:11", + "LUKE8:5" + ], + "oca_first": [ + "COL4:5", + "LUKE10:16", + "St. Luke" + ], + "oca_all": [ + [ + "COL4:5", + "LUKE10:16", + "St. Luke" + ], + [ + "GAL1:11", + "LUKE8:5", + "" + ] + ] + }, + { + "date": "2026-10-31", + "kind": "differ", + "feast_level": 0, + "feasts": [], + "ours": [ + "2COR5:1", + "LUKE8:16" + ], + "oca_first": [ + "2COR5:1", + "JOHN10:9", + "St. John Kochurov" + ], + "oca_all": [ + [ + "2COR5:1", + "JOHN10:9", + "St. John Kochurov" + ] + ] + }, + { + "date": "2026-11-08", + "kind": "differ", + "feast_level": 5, + "feasts": [ + "Synaxis of the Holy Unmercenaries", + "Synaxis of Archangel Michael and the Bodiless Powers" + ], + "ours": [ + "1COR12:27", + "MATT10:1" + ], + "oca_first": [ + "HEB2:2", + "LUKE10:16", + "Angels" + ], + "oca_all": [ + [ + "HEB2:2", + "LUKE10:16", + "Angels" + ], + [ + "EPH2:4", + "LUKE8:41", + "" + ] + ] + }, + { + "date": "2026-11-21", + "kind": "ordered", + "feast_level": 7, + "feasts": [ + "Entry of the Most-Holy Theotokos into the Temple" + ], + "ours": [ + "HEB9:1", + "LUKE10:38" + ], + "oca_first": [ + "GAL1:3", + "LUKE9:57", + "" + ], + "oca_all": [ + [ + "GAL1:3", + "LUKE9:57", + "" + ], + [ + "HEB9:1", + "LUKE10:38", + "Theotokos" + ] + ] + }, + { + "date": "2026-11-25", + "kind": "ordered", + "feast_level": 0, + "feasts": [ + "Leavetaking of the Entry" + ], + "ours": [ + "1TIM1:18", + "LUKE18:15" + ], + "oca_first": [ + "HEB9:1", + "LUKE10:38", + "Theotokos" + ], + "oca_all": [ + [ + "HEB9:1", + "LUKE10:38", + "Theotokos" + ], + [ + "1TIM1:18", + "LUKE18:15", + "" + ] + ] + }, + { + "date": "2026-12-04", + "kind": "ordered", + "feast_level": 0, + "feasts": [], + "ours": [ + "2TIM1:1", + "LUKE20:19" + ], + "oca_first": [ + "HEB13:7", + "LUKE12:32", + "St. Alexander" + ], + "oca_all": [ + [ + "HEB13:7", + "LUKE12:32", + "St. Alexander" + ], + [ + "2TIM1:1", + "LUKE20:19", + "" + ] + ] + }, + { + "date": "2026-12-06", + "kind": "ordered", + "feast_level": 5, + "feasts": [ + "St Nicholas the Wonderworker, Abp. of Myra in Lycia" + ], + "ours": [ + "EPH6:10", + "LUKE17:12" + ], + "oca_first": [ + "HEB13:17", + "LUKE6:17", + "Saint" + ], + "oca_all": [ + [ + "HEB13:17", + "LUKE6:17", + "Saint" + ], + [ + "EPH6:10", + "LUKE17:12", + "" + ] + ] + }, + { + "date": "2026-12-13", + "kind": "ordered", + "feast_level": 5, + "feasts": [ + "Sunday of the Forefathers", + "Repose Ven. Herman of Alaska, Wonderworker of All America" + ], + "ours": [ + "COL3:4", + "LUKE14:16" + ], + "oca_first": [ + "GAL5:22", + "LUKE6:17", + "Saint" + ], + "oca_all": [ + [ + "GAL5:22", + "LUKE6:17", + "Saint" + ], + [ + "COL3:4", + "LUKE14:16", + "" + ] + ] + }, + { + "date": "2026-12-24", + "kind": "ordered", + "feast_level": 0, + "feasts": [ + "Eve of Nativity" + ], + "ours": [ + "HEB1:1", + "LUKE2:1" + ], + "oca_first": [ + "HEB10:35", + "MARK10:17", + "" + ], + "oca_all": [ + [ + "HEB10:35", + "MARK10:17", + "" + ], + [ + "HEB1:1", + "LUKE2:1", + "" + ] + ] + }, + { + "date": "2026-12-27", + "kind": "ordered", + "feast_level": 2, + "feasts": [ + "Sunday after Nativity", + "Protomartyr Stephen" + ], + "ours": [ + "GAL1:11", + "MATT2:13" + ], + "oca_first": [ + "ACTS6:8", + "MATT21:33", + "Saint" + ], + "oca_all": [ + [ + "ACTS6:8", + "MATT21:33", + "Saint" + ], + [ + "GAL1:11", + "MATT2:13", + "Sunday After" + ] + ] + } +] \ No newline at end of file diff --git a/data/oca_daily_diff-2026.json b/data/oca_daily_diff-2026.json new file mode 100644 index 00000000..1b36a568 --- /dev/null +++ b/data/oca_daily_diff-2026.json @@ -0,0 +1,118 @@ +[ + { + "date": "2026-01-01", + "missing": [ + "HEB10:35", + "MARK11:27" + ], + "extra": [] + }, + { + "date": "2026-01-03", + "missing": [], + "extra": [ + "EPH5:1", + "LUKE17:3" + ] + }, + { + "date": "2026-01-05", + "missing": [ + "HEB11:17", + "MARK8:11" + ], + "extra": [] + }, + { + "date": "2026-03-26", + "missing": [ + "HEB2:11", + "LUKE1:24" + ], + "extra": [] + }, + { + "date": "2026-03-30", + "missing": [], + "extra": [ + "COMP2", + "COMP3", + "COMP4" + ] + }, + { + "date": "2026-03-31", + "missing": [ + "COMP2", + "COMP3", + "COMP4" + ], + "extra": [] + }, + { + "date": "2026-04-07", + "missing": [], + "extra": [ + "MATT22:15" + ] + }, + { + "date": "2026-05-21", + "missing": [], + "extra": [ + "1KGS8:22", + "ISA61:10", + "ISA60:1", + "JOHN10:9", + "ACTS26:1", + "JOHN10:1" + ] + }, + { + "date": "2026-06-30", + "missing": [ + "ISA43:9", + "WIS3:1", + "WIS5:15" + ], + "extra": [] + }, + { + "date": "2026-07-05", + "missing": [], + "extra": [ + "COMP2", + "PROV10:31", + "WIS3:1" + ] + }, + { + "date": "2026-11-08", + "missing": [], + "extra": [ + "ISA43:9", + "WIS3:1", + "WIS5:15", + "1COR12:27", + "MATT10:1" + ] + }, + { + "date": "2026-11-14", + "missing": [], + "extra": [ + "1PET1:1", + "1PET2:21", + "1PET4:1", + "JOHN21:15" + ] + }, + { + "date": "2026-12-24", + "missing": [ + "HEB10:35", + "MARK10:17" + ], + "extra": [] + } +] \ No newline at end of file diff --git a/data/oca_raw/composites.json b/data/oca_raw/composites.json new file mode 100644 index 00000000..e36b1a84 --- /dev/null +++ b/data/oca_raw/composites.json @@ -0,0 +1,246 @@ +{ + "1": { + "date": "2026-01-01", + "parts": [ + "The Lord appeared to Abram and said to him: \u201cI am thy God. Be well pleasing before Me, and be blameless. And I will establish My covenant between Me and thee, and I will multiply thee exceedingly. And thou shalt be a father of many nations. And thy name shall no more be called Abram, but thy name shall be Abraham, for I have made thee a father of many nations. And I will increase thee very exceedingly; and I will make nations of thee, and kings shall come out of thee. And I will establish My covenant between Me and thee and thy seed after thee, in their generations, for an everlasting covenant; and I will be a God to them.\u201d And Abraham fell down on his face, and worshiped the Lord.", + "And God said to Abraham: \u201cAs for thee, thou shalt keep My covenant, thou and thy seed after thee in their generations. And this is the covenant which thou shalt keep, between Me and thee and thy seed after thee, in their generations: Thou shalt circumcise the flesh of thy foreskin, and it shall be a sign of the covenant between Me and thee and thy seed after thee, in their generations. And the child of eight days shall be circumcised by thee, every male throughout thy generations. And the male child, who shall not be circumcised in the flesh of his foreskin on the eighth day, that soul shall be cut off from his family, for he hath broken My covenant.\u201d" + ], + "title": "Composite 1 - Genesis 17:1-2, 4, 5-7, 8, 9-10, 11-12, 14" + }, + "10": { + "date": "2026-06-24", + "parts": [ + "God said to Abraham, \u201cAs for Sarai thy wife, her name shall not be called Sarai, but Sarah shall be her name. And I will bless her, and give thee a child by her; and I will bless him, and he shall become nations, and kings of nations shall come from him.\u201d", + "And Abraham fell on his face and said to himself, \u201cShall there be born a son to one who is a hundred years old? And shall Sarah, who is ninety years old, give birth?\u201d And God said to Abraham, \u201cYes. Behold, Sarah thy wife shall bear you a son, and thou shalt call his name Isaac. I will establish My covenant with him, for an everlasting covenant.\u201d", + "Now Abraham and Sarah were old, advanced in days. Sarah laughed to herself saying, \u201cThis has not as yet happened to me, even until now, and my lord is old.\u201d And the Lord God said to Abraham, \u201cWhy did Sarah laugh to herself, saying, \u2018Shall I then indeed bear? but I am old\u2019? Shall anything be impossible that is spoken by God?\u201d", + "And the Lord visited Sarah as He had said. And she conceived, and bore Abraham a son in old age as the Lord God had spoken to him. And Abraham circumcised him on the eighth day, as the Lord God had commanded him.", + "And Abraham was a hundred years old when his son Isaac was born to him. And Sarah said, \u201cThe Lord God has made laughter for me; for every one who hears shall rejoice with me.\u201d And she said, \u201cWho shall say to Abraham that Sarah suckles a child? Yet I have borne him a child in my old age.\u201d And the child grew, and was weaned; and Abraham made a feast on the day that Isaac was weaned." + ], + "title": "Composite 10 - Genesis 17:15-17, 19; 18:11-14; 21:1-8" + }, + "11": { + "date": "2026-06-24", + "parts": [ + "In those days, there was a certain man of the tribe of Dan, whose name was Manoah; and his wife was barren and bore not. And the angel of the Lord appeared to the woman and said to her, \u201cBehold, you are barren. But you shall conceive and bear a son. And now beware and drink no wine or strong drink, and eat nothing unclean, for lo, you shall conceive and bear a son. And no razor shall come upon his head, for the child shall be consecrated to God from the womb.\u201d", + "And the woman went and spoke to her husband, saying, \u201cA man of God came to me, and his countenance was like the countenance of an angel of God, very bright. And he said to me, \u2018Behold, you shall conceive and bear a son; and now, drink no wine or strong drink, and eat nothing unclean, for the boy shall be consecrated to God from the womb, even until the day of his death.\u201d", + "Then Manoah prayed to God and said, \u201cO Lord, let the man of God whom Thou didst send come again to us, and teach us what we are to do with the child that will be born.\u201d And the angel of the Lord came to Manoah, and said, \u201cOf all things that I said to your wife, let her keep. Let her eat nothing that comes from the vine, neither let her drink wine or strong drink.\u201d", + "And Manoah said to the angel of the Lord, \u201cWhat is your name, that, when your words come to pass, we may glorify you?\u201d And the angel of the Lord said to him, \u201cWhy do you ask concerning my name, whereas it is wonderful?\u201d And the angel of the Lord appeared no more to Manoah and his wife." + ], + "title": "Composite 11 - Judges 13:2-8, 13-14, 17-18, 21" + }, + "12": { + "date": "2026-07-20", + "parts": [ + "The Word of the Lord came to Elijah, and He said to Ahab, \u201cAs the Lord God of Hosts, the God of Israel lives, before Whom I stand this day, there will be neither dew nor rain these years, except by the words of my mouth.\u201d", + "And the Word of the Lord came to Elijah, saying, \u201cDepart hence eastward, and hide yourself by the brook Cherith, which is before the River Jordan. And there shall be water from the brook, and you shall drink it, and I will command the ravens to feed you there.\u201d And Elijah went and did according to the word of the Lord; and he sat besides the brook Cherith, which is before the Jordan. And the ravens brought him bread in the morning, and meat in the evening, and he drank water from the brook. And it came to pass after some days, that the brook dried up, for there was no rain in the land.", + "And the Word of the Lord came to Elijah, saying, \u201cArise, and go to Sarepta of the Sidonians, and dwell there. For behold, I have commanded there a widow-woman to feed you.\u201d And he arose and went to Sarepta of the Sidonians, and came to the gate of the city; and behold, a widow-woman there was gathering sticks. And Elijah called her and said to her, \u201cBring to me, now, a little water in a vessel, that I may drink.\u201d And she went to fetch it. And Elijah called her and said to her, \u201cBring me also a morsel of bread in your hand, that I may eat.\u201d And the woman said, \u201cAs the Lord your God lives, I have not a cake, but only a handful of meal in the pitcher, and a little oil in a cruse; and behold, I am gathering two sticks that I may go in and prepare it for myself and my children, and we shall eat it and die.\u201d", + "And Elijah said to her, \u201cTake courage, go in and do according to your word; but make of it a little cake first and bring it to me; and afterward you shall make some for yourself and your children. For thus says the Lord God of Israel, the pitcher of meal shall not fail and the cruse of oil shall not be diminished, until the day that the Lord gives rain on the earth.\u201d And the woman went and did according to the words of Elijah; and he ate, and she, and her children. And from that day the pitcher of meal did not fail, and the cruse of oil was not diminished, according to the word of the Lord which He spoke by the hand of Elijah. And it came to pass after this that the son of the woman, the mistress of the house, fell sick and his illness was very grievous, until there was no breath left in him. And she said to Elijah, \u201cWhat have I do with you, O man of God? Have you come in to me to call to remembrance my unrighteousness, and to slay my son?\u201d And Elijah said to the woman, \u201cGive me your son.\u201d And he took him from her bosom and carried him to the upper chamber where he was lodged, and laid him upon his own bed. And Elijah cried aloud to the Lord and said, \u201cWoe is me, O Lord, the witness of the widow with whom I now abide; Thou hast wrought harm in slaying her son!\u201d", + "And he blew on the child three times, and called on the Lord and said, \u201cO Lord my God, let the soul of this child return to him.\u201d And it was so. And the child cried out; and he brought him down from the upper chamber into the house, and gave him to his mother. And Elijah said, \u201cSee, your son lives.\u201d And the woman said to Elijah, \u201cBehold, I know that you are a man of God, and the word of the Lord in your mouth is true.\u201d" + ], + "title": "Composite 12 - 3 [1] Kings 17:1-23" + }, + "13": { + "date": "2026-07-20", + "parts": [ + "The Word of God came to Elijah the Tishbite in the third year of the reign of Ahab, saying, \u201cGo, and show yourself to Ahab; and I will bring rain upon the face of the earth.\u201d And it came to pass when Ahab saw Elijah, that he said to him, \u201cAre you he that troubles Israel?\u201d And Elijah said \u201cI do not trouble Israel, but it is you and your father\u2019s house, in that you forsook the Lord God, and you followed after Baal. Now therefore send and gather all Israel to me at Mount Carmel, and the four hundred and fifty prophets of shame of Baal, and the four hundred prophets of the groves who eat at Jezebel\u2019s table.\u201d", + "And according to the word of Elijah, Ahab sent to all Israel, and gathered all the prophets on Mount Carmel, and brought Elijah before all of them. And Elijah said to them, \u201cHow long will you go limping on both feet? If the Lord is God, follow Him; but if Baal, then follow him.\u201d And the people answered him not a word.", + "And Elijah said to the people, \u201cI, even I only, am left a prophet of the Lord; and the prophets of Baal are four hundred and fifty men, and the prophets of the groves four hundred.\u201d And Elijah said, \u201cGive me two oxen, and let you choose one for yourselves, and cut it in pieces and lay it on the wood, but put no fire to it; and I will prepare the other bullock and lay it on the wood, and put no fire to it. And you call on the name of your gods, and I will call on the Name of the Lord, my God; and the God Who answers by fire, He is God.\u201d And all the people answered and said, \u201cThe word that Elijah has spoken is good; let it be so.\u201d", + "And Elijah said to the prophets of shame, \u201cChoose for yourselves one bullock and prepare it first, for you are many; and call on the name of your gods, but put no fire to it.\u201d And they took the bullock and prepared it; and they called on the name of Baal from morning until noon, and said, \u201cHear us, O Baal, hear us!\u201d But there was no voice, nor an answer. And they ran about the altar which they had made.", + "And it was noon, and Elijah the Tishbite mocked them and said, \u201cCall with a loud voice, for your god is (musing), or he has gone to another place, or perhaps is sleeping and you must awake him.\u201d And they cried with a loud voice, and cut themselves with knives and flogged themselves many times with whips, even to the shedding of their own blood. And they prophesied until the evening; and it came to pass that it was the time of the offering of the scarifice, but there was no voice.", + "And Elijah spoke to the prophets of shame, saying, \u201cStand by for the present, and I will offer my sacrifice.\u201d And they stood aside and were silent. And Elijah said to the people, \u201cCome near to me\u201d; and all the people came near to him. And Elijah took twelve stones, according to the number of the tribes of the sons of Israel, as the Lord had said to him, \u201cIsrael shall be your name.\u201d", + "And he built up the stones in the name of the Lord, and repaired the altar that had been broken down; and he made a trench for water that would hold two measures of seed round about the altar. And he piled the cleft wood on the altar which he had made, and divided the whole burnt-offering, and laid on the wood and around the altar. And Elijah said, \u201cFetch me four jars of water and pour it on the whole-burnt-offering, and on the wood.\u201d And they did so. And he said, \u201cDo it a second time\u201d; and they did it a second time. And he said, \u201cDo it a third time\u201d; and they did it a third time. And the water ran round about the altar, and the trench was filled with water.", + "And Elijah cried aloud to heaven and said, \u201cO Lord, God of Abraham, and Isaac, and Jacob, hearken unto me, hearken unto me this day by fire, and let all this people know that Thou alone art the Lord God of Israel and that I am Thy servant and that I have done all these things for Thy sake; for Thou hast turned back the hearts of this people to follow Thee.\u201d", + "Then fire fell from the Lord out of heaven and devoured the whole-burnt-offering, and the wood, and the stones, and the dust, and the water that was in the trench; the fire licked up everything. And all the people fell upon their faces, and said, \u201cTruly the Lord God, he is God!\u201d And Elijah said to the people, \u201cSeize the prophets of Baal; let not one of them escape.\u201d And they seized them; and Elijah brought them down to the brook Kishon, and slew them there.", + "And Elijah said to Ahab, \u201cBehold, there is the sound of the coming of rain; prepare your chariot and go down, lest the rain overtake you.\u201d And Elijah went up on Mount Carmel, and bowed himself down to the ground; and he put his face between his knees and prayed to the Lord. And the heavens grew black with clouds and wind, and there was a great rain. And Ahab wept and went to Jezreel. And the hand of the Lord was upon Elijah; and he girded up his loins and ran before Ahab to Jezreel.", + "And Ahab told Jezebel all that Elijah had done, and how he had slain the prophets with the sword. And Jezebel sent to Elijah, saying \u201cBy this time tomorrow I will make your life as the life of one of them.\u201d And Elijah heard and was afraid; and he rose and departed for his life. And he came to Beersheba, in the land of Judah.", + "And he left his servant there and went a days journey into the wilderness, and came and sat down under a juniper tree; and he asked, concerning his life, that he might die, and said, \u201c Let it be enough, O Lord; now take away my life from me; for I am no better than my fathers.\u201d And he lay down and slept under the tree. And behold, an angel of the Lord touched him and said to him, \u201cArise, eat and drink.\u201d And Elijah looked, and behold, at his head there was a cake of barley and cruse of water. And he arose, and ate and drank, and lay down again and slept.", + "And the angel of the Lord returned a second time, and touched him, and said to him, \u201cArise, eat and drink, for the journey will be too much for you.\u201d And he arose, and ate and drank. And he went in the strength of that food forty days and forty nights to Mount Horeb.", + "And he entered there into a cave, and lodged there. And behold, the word of the Lord came to him, and the Lord said to him, \u201cWhat are you doing here, Elijah?\u201d And Elijah said, \u201cI have been very jealous for the Lord God Almighty, for the sons of Israel have forsaken Thee; they have thrown down Thine altars, and slain Thy prophets with the sword; and I alone am left; and they seek my life to take it.\u201d And the angel said, \u201cGo forth tomorrow, and stand on the mountain before the Lord.\u201d", + "And behold, the Lord passed by, and a great and strong wind rent the mountain, and broke in pieces the rock before the Lord, but the Lord was not in the wind; and after the wind an earthquake; but the Lord was not in the earthquake; and after the earthquake a fire, but the Lord was not in the fire; and after the fire the voice of a gentle breeze, and the Lord was there. And it came to pass when Elijah heard it, he covered his face with his mantle and went out and stood before the cave.", + "And behold, a voice came to him, and said, \u201cWhat are you doing here, Elijah?\u201d And Elijah said, \u201cI have been very jealous for the Lord God Almighty, for the sons of Israel have forsaken Thy covenant, thrown down Thine altars, and slain Thy prophets with the sword; and I alone am left; and they seek my life to take it.\u201d", + "And the Lord said to him, \u201cGo, return on your way, and you shall come on the way of the wilderness of Damascus; and you shall anoint Hazael to be king over Syria; and you shall anoint Jehu the son of Nimshi to be king over Israel; and Elisha the son of Shaphat you shall anoint to be prophet in your place.\u201d" + ], + "title": "Composite 13 - 3 [1] Kings 18, 19" + }, + "14": { + "date": "2026-07-20", + "parts": [ + "In those days, Elijah found Elisha the son of Shaphat, and he was plowing with oxen. And Elijah went to him and cast his mantle upon him. And Elisha left the oxen, and ran after Elijah and ministered to him.", + "And it came to pass, when the Lord was about to take Elijah up in a whirlwind, as it were, into heaven, Elijah and Elisha went out from Gilgal. And Elijah said to Elisha, \u201cTarry here, then, for the Lord has sent me as far as the Jordan.\u201d And Elisha said, \u201cAs the Lord lives, and your soul lives, I will not leave you.\u201d And they both went on. And fifty men of the sons of the prophets went also, and they stood opposite afar off; but Elijah and Elisha stood by the Jordan. And Elijah took his mantle, and rolled it up, and smote the water; and the water was parted to the one side and to the other, and they both went over on dry ground.", + "And it came to pass when they had gone over, that Elijah said to Elisha, \u201cAsk what I shall do for you before I am taken up from you.\u201d And Elisha said, \u201cLet there be, then, a double portion of your spirit upon me.\u201d And Elijah said, \u2018You have asked a hard thing. If you shall see me when I am taken up from you, then shall it be so for you; and if you do not see me, it shall not be so.\u201d", + "And it came to pass as they went on and talked. And, behold, a chariot of fire, and horses of fire! And they separated the two of them. And Elijah was taken up in a whirlwind, as it were, into heaven. And Elisha saw it, and he cried, \u201cFather! Father! The chariot of Israel and its horsemen!\u201d And he saw him no more. And he took hold of his garments and rent them into two pieces.", + "And Elisha took up the mantle of Elijah that had fallen upon his head. And Elisha went back and stood upon the bank of the Jordan. And Elisha took up the mantle of Elijah that had fallen upon his head, and smote the waters, but they were not parted. And Elisha said, \u201cWhere now, is the God of Elijah, He also?\u201d And Elisha smote the waters a second time, and the waters parted; and he went over on dry land." + ], + "title": "Composite 14 - 3 [1] Kings 19:19, 20, 21; 4 [2] Kings 2:1,6-14" + }, + "15": { + "date": "2026-08-06", + "parts": [ + "The Lord spoke to Moses, as if one should speak to his friend; and he returned to the camp, but his servant Joshua the son of Nun, a young man, departed not from the Tabernacle. And Moses said to the Lord, \u201cBehold, Thou didst command me to lead forth this people, but Thou hast not showed me whom Thou wilt send with me; but Thou hast said to me, \u2018I know you above all, and you have found favor with me.\u2019 If, then, I have found grace in Thy sight, reveal Thyself to me, that I may see Thee clearly, that I may find grace in Thy sight, and that I may know that this great nation is Thy people.\u201d And the Lord said unto him, \u201cI Myself will go before you, and I will give you rest.\u201d And Moses said to Him, \u201cIf Thou Thyself dost not go with us, bring me not up from here.", + "\u201cAnd how shall it be surely known that both I and Thy people have found grace with Thee, except Thou go with us? So both I and Thy people shall be glorified beyond all the nations, as many as are upon the earth.\u201d And the Lord said to Moses, \u201cThis word also, which you have spoken, I will do; for you have found grace before Me, and I know you above all.\u201d And Moses said, \u201cShow me Thy glory.\u201d", + "And the Lord said to Moses, I will go before you with My glory, and I will call out My name, \u2018the Lord\u2019 before you; and I will have mercy on whom I will have mercy, and will have compassion on whom I will have compassion.\u201d And again He said, \u201cYou shall not be able to see My face, for man shall not see My face and live.\u201d And again the Lord said, \u201cBehold there is a place by Me; you shall stand upon the rock. And when My glory shall pass by, then I will put you in a cleft on the rock; and I will cover you with My hand, until I pass by. And I will take away My hand, and then you shall see My backside; but My face shall not appear to you.\u201d", + "And having risen early in the morning, Moses went up Mount Sinai, as the Lord had told him. And the Lord descended in a cloud, and Moses stood there before Him and called out in the name of the Lord. And the Lord passed by before his face, and called out, \u201cThe Lord God, compassionate and merciful, longsuffering, greatly-merciful, and true.\u201d And Moses, making haste, stooped down to the earth and worshipped the Lord." + ], + "title": "Composite 15 - Exodus 33:11-23; 34:4-6, 8" + }, + "16": { + "date": "2026-10-26", + "parts": [ + "Turn, O Lord, from heaven, and look from Thy holy habitation and Thy glory. Where are Thy zeal and Thy strength? Where is the multitude of Thy mercies and Thy compassions that Thou hast endured for us? For Thou art our Father, because Abraham has not known us, nor has Israel known us. But do Thou, O Lord, our Father, deliver us; from the beginning Thy name has been on us. Why hast Thou turned us aside, O Lord, from Thy ways, and made hard our hearts that we should not fear Thee? Return for the sake of Thy servants, for the sake of the tribes of Thine inheritance, that, at least, we may inherit a small part of Thy holy mountain. Our adversaries have trodden down Thy sanctuary. We have become as at the beginning when Thou didst not rule over us, and Thy name was not called upon us.", + "If Thou wouldst open the heavens, trembling would take hold of the mountains from Thee, and they would melt; like wax melts before the fire. And fire shall burn up the enemies, and Thy name shall be made manifest to Thine adversaries; the nations shall be troubled at Thy presence. When Thou shalt do glorious things, trembling shall take hold of the mountains from Thee. From the ages we have not heard, nor have our eyes seen a God beside Thee, or Thy works which Thou shalt perform for them that wait for mercy. For mercy joins them that work righteousness, and they shall remember Thy ways.", + "And now, O Lord, Thou art our Father, and we are clay; Thou art our Fashioner and all of us are the work of Thy hands. Be not very angry with us, O Lord, and remember not our sins for ever; but now look on us, for we are all Thy people." + ], + "title": "Composite 16 - Isaiah 63:15-64:5, 8-9" + }, + "17": { + "date": "2026-11-21", + "parts": [ + "The Lord spoke to Moses, saying: \u201cOn the first day of the first month you shall set up the Tabernacle of the Testimony, and you shall put in it the Ark and cover it with the veil. You shall bring in the table and the lampstand; and you shall set there a golden altar to burn incense before the Ark of the Testimony. And you shall put a covering on the door of the tabernacle of the Testimony.", + "\u201cThen you shall take the oil of anointing and anoint the Tabernacle and all that is in it, and consecrate it and all its vessels; and it shall be holy. And you shall consecrate the Altar of Burnt Offerings; it shall be most holy.\u201d", + "And Moses did all that the Lord God, the Holy One of Israel had commanded him. And a cloud covered the Tabernacle of the Testimony and the glory of the Lord filled the Tabernacle. Moses was not able to enter the Tabernacle of the Testimony, because the cloud overshadowed it, and the glory of the Lord filled the Tabernacle." + ], + "title": "Composite 17 - Exodus 40" + }, + "18": { + "date": "2026-11-21", + "parts": [ + "And it came to pass when Solomon had finished building the House of the Lord, he assembled all the elders of Israel in Zion, to bring the Ark of the Covenant of the Lord out of the City of David, which is Zion. And the priests took up the Ark of the Covenant of the Lord, the Tabernacle of the Testimony, and all the holy vessels that were in the Tabernacle of the Testimony.", + "And the King and all Israel went before the Ark. And the priests brought the Ark of the Covenant of the Lord to its place, into the Oracle of the Temple, into the Holy of Holies, under the wings of the cherubim. For the cherubim spread out their wings over the place of the Ark so that the cherubim made a covering above the Ark and its holy things above. There was nothing in the Ark except the two tablets of the Covenant which Moses put there at Horeb, when the Lord had made a Covenant.", + "And when the priests came out from the holy place, a cloud filled the house. And the priests were unable to stand to minister because of the cloud, for the glory of the Lord God Almighty filled the house." + ], + "title": "Composite 18 - 3 [1] Kings 7, 8" + }, + "19": { + "date": "2026-05-06", + "parts": [ + "Thus saith the Lord: \u201cOut of Zion shall go forth a law, and the word of the Lord from Jerusalem. And he shall judge between many peoples, and shall rebuke strong nations afar off. For all people will walk every one in his own way, but we will walk in the Name of the Lord our God for ever.\u201d", + "Thus saith the Lord Almighty: \u201cHear, O mountains, the complaint of the Lord, and you valleys, even the foundations of the earth; for the Lord will enter into judgment with His people, and will contend with Israel. O My people, what have I done to you? Or in what have I grieved you? Answer me! For I brought you up out of the land of Egypt, and out of the house of bondage, I delivered you; and I sent before you Moses, Aaron, and Mariam. O My people, remember now, what the adversaries counseled against you, and who declared against you.\u201d", + "I have declared to you, O man, what is good; or what does the Lord require of you, except to do justice, and love mercy, and be ready to walk humbly with the Lord your God? For the Lord shall be exalted in strength, and shall tend His flock in peace, even to the ends of the earth." + ], + "title": "Composite 19 - Micah 4:2-3, 5; 6:2-5, 8; 5:4, 5" + }, + "2": { + "date": "2026-01-25", + "parts": [ + "The memory of the righteous is with praise and the blessing of the Lord is upon his head. Blessed is the man who has found wisdom and the mortal who has understanding. For it is better to purchase her than treasuries of gold and silver. She is more precious than precious stones and all that is precious is unworthy of her. For length of days and years of life are in her right hand; and in her left hand are riches and glory. Out of her mouth proceeds righteousness and she bears law and mercy upon her tongue.", + "Hear me, O child, for I will speak noble things. Blessed is the man who keeps my ways, for my ways are the ways of life, and in them is prepared favor from the Lord. Therefore, I pray thee, and utter my voice to the sons of men: For I, wisdom, have dwelt with counsel and knowledge and I have called upon understanding. Counsel and safety are mine, understanding and strength are mine. I love those who love me and those seeking me shall find grace.", + "Understand craftiness, O you who are simple, and imbibe knowledge, you who are untaught. Hear me again, for I will speak noble things: I will open my mouth and from my lips shall come what is right. For my throat shall meditate truth; false lips are an abomination before me. All the words of my mouth are righteous; there is nothing in them that is twisted or perverse. They are all straight to him who understands and right to those who find knowledge.", + "I shall instruct you in truth, so that your hope will be in the Lord and you shall be filled with the Spirit." + ], + "title": "Composite 2 - Proverbs 10, 3, 8" + }, + "20": { + "date": "2026-05-06", + "parts": [ + "Thus saith the Lord: \u201cYou that thirst, go to the water, and as many as have no money, go and buy; and eat and drink, without money or price, wine and fat.\u201d For thus saith the Lord Almighty to you: \u201cMy people, draw water with gladness out of the fountain of salvation.\u201d And you shall say in that day, \u201cSing to the Lord, call aloud upon His name, proclaim His glorious deeds among the nations; make known that His name is exalted.\u201d", + "\u201cMy people, hearken to Me and you shall eat that which is good, and your soul shall delight in good things. Give heed with your ears, and follow My ways. Hearken to me, and your soul shall live in good things; and I will make with you an everlasting covenant. And you shall call upon Me. And when you shall draw near to Me, let the impious depart from his ways, and the transgressor his counsels; and you shall return to Me, and I will forgive you and will forgive your sins.", + "\u201cFor My counsels are not as your counsels, neither are your ways My ways,\u201d says the Lord. \u201cBut as the heaven is distant from the earth, so are My ways distant from your ways, and your thoughts from My thoughts. For as rain shall come down, or snow, from heaven, and shall not return thither until it waters the earth, bring forth and sprout, and give seed to the sower, and bread for food, so shall My word be. Whatever shall proceed out of My mouth, shall not return to me empty until it has accomplished all that I have purposed; and I will set aright your ways, and effect My commandments.", + "\u201cFor you shall go forth with gladness and shall be taught with joy; for the mountains and the hills shall skip, awaiting you with joy; and all the trees of the field shall clap with their branches. And instead of the bramble shall come up the cypress; and instead of the nettle shall come up the myrtle. And the Lord shall be for a name, and for an eternal sign, and shall not fail,\u201d saith the Lord God, the Holy One of Israel." + ], + "title": "Composite 20 - Isaiah 55:1; 12:3-4; 55:2-13" + }, + "21": { + "date": "2026-05-21", + "parts": [ + "Thus saith the Lord: \u201cGo through and enter my gates; prepare My way and make it a way for my people. Cast the stones out of the way; lift up an ensign for the nations. For behold, the Lord has made it to be heard even to the ends of the earth. Say to the daughter of Zion, \u2018Behold, your Savior comes, having His reward with Him, and His work before Him.\u2019 And they shall call them, The Holy People, The Redeemed of the Lord.\u201d And you shall be called, A City Sought Out, and Not Forsaken.", + "Who is that comes from Edom, his garment red, from Bosrah? Beautiful in his apparel, he cried out with great strength, \u201cI speak of righteousness and a judgment of salvation!\u201d Why are your garments red, and your apparel like his that treads in the winepress? \u201cI have trodden the winepress alone, and from the nations no one was with Me.\u201d", + "I remember the mercy of the Lord, the virtues of the Lord according to all that He has granted us. The Lord is a good judge to the House of Israel; He deals with us according to His mercies, and according to the abundance of His righteousness.", + "And He said, \u201cIs it not My people? Children that will not be rejected? And He became to them salvation out of all their afflications. Not a mediator, nor an angel, but the Lord Himself saved them, because He loved them and spared them; He Himself redeemed them and accepted them, and lifted them up all the days of the age." + ], + "title": "Composite 21 - Isaiah 62:10-63:3, 7-9" + }, + "22": { + "date": "2026-05-21", + "parts": [ + "Thus saith the Lord: \u201cBehold, the days of the Lord shall come, and His feet shall stand in those days on the Mount of Olives, which is before Jerusalem toward the east. And in those days living water shall come forth out of Jerusalem, half of them toward the eastern sea and half of them toward the western sea; and so shall it be in the harvest time and in the spring. And the Lord shall be king over all the earth; in those days there shall be one Lord. His name shall be one, encompassing all the earth, and the wilderness, from Geba to Rimmon, opposite the crest of Jerusalem. And she shall be lifted up, and abide in her place; from the gates of Benjamin to the place of the former gates, and to the gate of the corners, and from the Tower of Hananeel to the king\u2019s winepresses, they shall dwell in her. And no longer shall there be a curse; but Jerusalem shall dwell securely.\u201d" + ], + "title": "Composite 22 - Zechariah 14:1, 4, 8-11" + }, + "23": { + "date": "2026-08-06", + "parts": [ + "In those days, Elijah went to Beersheba, in the land of Judah. And he left his servant there and went a days journey into the wilderness, and came and sat down under a juniper tree. And he lay down and slept under the tree. And behold, someone touched him and said to him, \u201cArise, eat and drink.\u201d And Elijah looked, and behold, at his head there was a cake of barley and a cruse of water. And he arose, and ate and drank, and lay down again and slept.", + "And the angel of the Lord returned a second time, and touched him, and said to him, \u201cArise, eat and drink, for the journey will be too much for you.\u201d And he arose, and ate and drank. And he went in the strength of that food forty days and forty nights to Mount Horeb.", + "And he entered there into a cave, and lodged there. And behold, the word of the Lord came to him, and the Lord said to him, \u201cYou shall go forth and stand on the mountain before the Lord.\u201d And behold, the Lord passed by, and a great and strong wind rent the mountain, and broke in pieces the rock before the Lord, but the Lord was not in the wind; and after the wind an earthquake; but the Lord was not in the earthquake; and after the earthquake a fire, but the Lord was not in the fire; and after the fire a voice of a gentle breeze, and the Lord was there. And it came to pass when Elijah heard it, he covered his face with his mantle and went out and stood before the cave.", + "And the Lord said to him, \u201cGo, return on your way, and you shall come on the way of the wilderness of Damascus; and you shall anoint Elisha the son of Shaphat to be prophet in your place.\u201d" + ], + "title": "Composite 23 - 3 [1] Kings 19:3-9, 11-13, 15, 16" + }, + "24": { + "date": "2026-09-01", + "parts": [ + "The Lord spoke to the sons of Israel, saying: \u201cIf you will walk in My statutes, and keep My commandments, and do them, then will I give you the rain in its season, and the land shall yield its produce, and the trees of the field shall yield their fruit. And the time of your threshing shall reach unto the gathering of the vine, and the gathering of the vine shall reach unto the sowing; you shall eat your bread to the full, and you shall dwell securely in your land. And I will give peace in your land, and you shall sleep, and none shall make you afraid; and I will destroy the cruel beasts out of your land, and war shall not go through your land. And you shall pursue your enemies, and they shall fall before you with slaughter. And five of you shall pursue a hundred, and a hundred of you shall pursue ten thousand; and your enemies shall fall before you by the sword. And I will look upon you and bless you; I will increase you and multiply you, and establish My covenant with you. You shall eat the old stores, and the oldest of the old; and you shall carry off the old to make way for the new. And I will establish My covenant with you, and My soul shall not be disturbed with you. And I will walk among you and be your God, and you shall be My people.", + "\u201cBut if you will not hearken unto Me, nor do these My commandments, nor submit yourselves to them, and your soul should abhor My judgments, so that you should not keep all My commandments, so as to break My covenant, then will I do thus to you: I will bring want upon you; you shall sow your seed vainly, and your enemies shall eat up the fruit of your labors. And I will set My face against you, and you shall fall before your enemies and be made subject to them that hate you; you shall flee when no one pursues you. And I will break down the haughtiness of your pride; I will make your heaven like iron and your earth like brass. And your strength shall be in vain, for your land shall not yield its seed, nor shall the tree of your field yield its fruit. And I will send upon you the wild beasts of the land, and they shall devour you and lay waste to your cattle; and I will make you few in number, and the sword falling upon you shall destroy you. And your land shall be desolate and your gates deserted, for you walked perversely before Me; and I will walk contrary to you in fury,\u201c saith the Lord God, the Holy One of Israel." + ], + "title": "Composite 24 - Leviticus 26" + }, + "3": { + "date": "2026-02-24", + "parts": [ + "The righteous man, though he die early, will be at rest. The righteous man who has died will judge the ungodly who are living. For they will see the end of the righteous, and will not understand what was said about him; for the Lord will cast down the ungodly speechless to the ground and shake them from the foundations; they shall become desolate to the end; they will be in sorrows, and their memory will perish. For they will come with fear at the thought of their sins, and their iniquities shall stand against them to convict them.", + "Then the righteous man will stand with great boldness before those who have afflicted him, and those who have made of no account his labors. Having seen it, they shall be troubled with much fear and they will be amazed at his most-glorious salvation. They will say within themselves in repentance, in anguish of spirit they will groan and say: \u201cThis was he whom we had sometimes in derision and a proverb of reproach \u2013 we fools! We accounted his life as madness, and his end to be without honor. How is he numbered among the sons of God? And why is his lot among the Saints?", + "\u201cTherefore, we have erred from the way of truth, and the light of righteousness did not illumine us, nor did the sun shine on us. We took our fill of the paths of lawlessness and destruction, and we walked impassable pathways, but the way of the Lord we have not known.\u201d" + ], + "title": "Composite 3 - Wisdom of Solomon 4, 5" + }, + "4": { + "date": "2026-01-25", + "parts": [ + "The mouth of the righteous bringeth forth wisdom; the lips of the wise man know grace. The mouth of the wise speaketh wisdom, and the truth delivereth them from death. If a righteous man dies, hope doth not, for the son of the righteous is born to life, and in his own good things he acquireth the fruit of righteousness. There is always light for the righteous and they obtain grace and glory from the Lord. The tongue of the wise is a good sister-in-law, and in their hearts resteth wisdom. The Lord loveth the hearts of the holy, and acceptable to Him are all the undefiled in the way.", + "The wisdom of the Lord illumineth the faces of the wise. For she takes hold of those desiring her by making herself first known to them. She is easily seen by those who love her. He who rises early to seek her shall have no difficulty, and those keeping vigil for the sake of her shall quickly be without sorrows. For she goeth about seeking those worthy of her, and graciously revealeth herself in the pathways. Against wisdom evil doth not prevail.", + "Therefore I was a lover of her beauty; I loved her and sought her out from my youth. I desired to make her my bride, and even the Master of All loved her. For she is an initiate in the knowledge of God, and a discoverer of His works. Her labors are virtues, for she teaches temperance and prudence, justice and courage; nothing in life is more necessary for men than these. And if anyone desireth much knowledge, she knoweth the things of old, and beholdeth things to come; she understandeth turns of speech and the solution of riddles; she has foreknowledge of signs and wonders and the outcome of times and seasons. She is a mediator of good things for all, for immortality is in her, and glory in the company of her words.", + "Therefore I appealed to the Lord and prayed to Him, and said to Him with all my heart: \u201cO God of my fathers and Lord of mercy, Who hast made all things by Thy word, and by Thy wisdom hast fashioned man that he should have dominion over the creatures made by Thee, that he should rule the world in holiness and righteousness: Give me wisdom that sits by Thy throne, and cast me not away from among Thy children, for I am Thy servant and the son of Thy handmaid. Send her forth from the heavens, from Thy holy abode, and from the throne of Thy glory, that she may be with me, and instruct me in what is pleasing to Thee. And she shall guide me in understanding, and preserve me in her glory. For the thoughts of mortals are miserable, and their intentions likely to fail.\u201d" + ], + "title": "Composite 4 - Proverbs 10; Wisdom of Solomon 6, 7, 8, 9" + }, + "5": { + "date": "2026-01-27", + "parts": [ + "When the righteous is praised, the people rejoice: For his memory is immortality, since it is known both by the Lord and by men, for his soul was pleasing to the Lord. Therefore love wisdom, O men, and live. Desire her and be instructed: For her beginning is love and the keeping of her laws. Honor wisdom that you may reign forever.", + "I will tell you and not hide the mysteries of God from you. For He is the Guide of wisdom, the Corrector of the wise and the Artisan of all thoughts and deeds. Wisdom will teach with all understanding: For in her is a Spirit, intelligent and holy, the Radiance of the Everlasting Light and the Image of the Grace of God.", + "She fashions friends of God and prophets. For she is more beautiful than the sun and above all the order of the stars. Compared with the light she is found to be first. She delivered from infirmities those pleasing her and guided them on the paths of righteousness. She gave to them understanding to be holy and to preserve them from those who would ensnare them, and she granted them strength in struggles, so that all might understand that the most powerful of all is piety, and that evil might not prevail against wisdom, nor judgment pass away without convicting the wicked.", + "Having reasoned unrighteously, they said to themselves, \u201cLet us oppress the righteous man and not spare his venerableness, nor let us be ashamed of the gray hairs of the old man of many years. But let our might be our law and let us seize the righteous, because he is inconvenient to us and is opposed to our deeds; he reproaches us for apostasy against the law and divulges the sins of our training.", + "\u201cHe declares to us to have knowledge of God and calls himself a child of the Lord. He became to us a reproof of our thoughts; the very sight of him is a burden to us, because his life is unlike that of others, and his ways are very different. We are considered by him to be an insult, and he avoids our ways as unclean; he calls the end of the righteous blessed.", + "\u201cLet us see if his words are true; let us test him to see what will happen to him. Let us torment him with revilement and tortures, that we may understand his meekness and test his guilelessness. Let us condemn him to a shameful death, for, according to his own words, he shall be respected.\u201d", + "Thus they reasoned, but were deceived, for their wickedness blinded them. They did not know the mysteries of God, nor did they discern that Thou alone art God, having the power of life and death: Who savest in times of affliction and deliverest from every evil; Who art compassionate and merciful, granting Grace to His venerable ones, and opposing the proud with His arm." + ], + "title": "Composite 5 - Wisdom of Solomon 4, 6, 7, 2" + }, + "6": { + "date": "2026-02-02", + "parts": [ + "The Lord spoke to Moses in that very day on which He led the children of Israel out from the land of Egypt saying: \u201cSanctify to Me all the first-born, the first-produced opening the womb among the children of Israel.\u201d And Moses went and gathered all the people and said: \u201cRemember this day, in which you came out from the land of Egypt, out of the house of bondage, for with a strong hand the Lord led you out from thence; and you shall keep His law. And it shall come to pass when the Lord your God shall bring you into the land of the Canaanites, as He swore to your fathers: you shall set apart all the first-born, whatever opens the womb, the males for the Lord.", + "And it shall come to pass that if you son asks you, saying, \u201cWhat is this?\u201d you shall say to him: \u201cBy the strength of hand the Lord led you out of the land of Egypt, out of the house of bondage. For when Pharoah hardened his heart, so as not to let us go, the Lord slew all the first-born in the land of Egypt, both the first-born of man and the first-born of cattle. Therefore, I bring a sacrifice to the Lord: every male that opens the womb; but all the first-born of my sons I will redeem.\u201d", + "And it shall be a sign, set firmly before your eyes. For thus says the Lord God Almighty: \u201cThe first-born of your sons you shall give to Me. And it shall be that a woman who bears a male child, on the eighth day shall circumcise the flesh of his foreskin. Then for thirty-three days she shall not enter the sanctuary of God until the days of purification are fulfilled.", + "\u201cAnd after this she shall bring to the Lord an unblemished lamb one year old, as a whole-burnt offering, and a young pigeon or a turtledove, to the doors of the tent of witness, to the priest. Or, instead of these she shall bring before the Lord two turtledoves or two young pigeons, and the priest shall pray for her.", + "\u201cFor these are given to Me as a recompense from all the sons of Israel, and I have taken them and consecrated them for Myself, instead of the first-born of the Egyptians, in the day in which I slew all the first-born in the land of Egypt, of both man and cattle.\u201d Thus saith God Most High, the Holy One of Israel." + ], + "title": "Composite 6 - Exodus 12, 13; Numbers 8; Leviticus 12" + }, + "7": { + "date": "2026-02-02", + "parts": [ + "Behold, the Lord sits on a light cloud, and shall come to Egypt; and the idols of Egypt will tremble at His presence, and their hearts shall faint within them. And their spirit shall be troubled within them, and He will frustrate their counsel. He will deliver Egypt into the hands of cruel lords \u2013 Thus saith the Lord, the holy Lord of Hosts! And the Egyptians shall drink the water that is by the sea, but will fail and be dried up.", + "Thus saith the Lord: Where now are your wise men? Let them tell you and make known what the Lord of Hosts has purposed against Egypt. In that day the Egyptians will be in fear and trembling because of the hand of the Lord of Hosts which He shall lay upon them. And there shall be an altar to the Lord in the land of the Egyptians, and a pillar to the Lord at its border. And it shall be a sign to the Lord of Hosts forever in the land of the Egyptians; for they shall cry to the Lord and the Lord shall send to them a man who shall save them. And the Lord will make Himself known to the Egyptians, and the Egyptians shall know the Lord in that day, and they shall offer sacrifices and gifts, and shall pray, and they make their vows to the Lord." + ], + "title": "Composite 7 - Isaiah 19:1, 3, 4-5, 12, 16, 19-21" + }, + "8": { + "date": "2026-02-24", + "parts": [ + "Thus saith the Lord: \u201cComfort, comfort My people,\u201d says God. \u201cSpeak to the heart of Jerusalem, you Priests, comfort her, for her humiliation is increased, her iniquity is pardoned; for she has received from the Lord\u2019s hand double for her sins. The voice of one crying in the wilderness: \u2018Prepare the way of the Lord; make straight the paths of our God.\u2019", + "\u201cGo up to a high mountain, you who are proclaiming glad tidings to Zion, lift up your voice with strength, O herald of good tidings to Jerusalem. Lift it up, fear not! I the Lord God, I have heard the poor of Israel and will not forsake them. I will open rivers on the mountains, and fountains in the midst of the valleys; I will make the deserts pools of water, and the thirsty land springs of water. Let the heavens rejoice from above, and let the clouds rain down righteousness; let the earth bring forth, and let it sprout forth mercy and cause righteousness to shine forth also.", + "\u201cDeclare this with a shout of joy, and let this be known, proclaim it to the end of the earth. Say, \u2018The Lord hath redeemed His servant Jacob!\u2019 And if they thirst, he shall lead them through the desert, He shall bring forth water for them out of the rock. Rejoice, O barren one who did not bear; break forth into singing and cry loud, you who have not been in travail! For more are the children of the desolate one than of her who has a husband.\u201d" + ], + "title": "Composite 8 - Isaiah 40, 41, 45, 48, 54" + }, + "9": { + "date": "2026-02-24", + "parts": [ + "Thus saith the Lord Almighty: \u201cBehold, I send My messenger before Thy face, who shall prepare Thy way before Thee, and the Lord whom ye seek, shall come into His temple. But who can endure the day of His coming? For He is coming like the fire of a furnace and like the fuller\u2019s herb; and He shall cleanse, refining and purifying, as it were, silver and gold. And He comes to you with judgment, and will be a swift witness against the evil ones and against adulterers, and against those who swear falsely by My name, against those who withhold the hireling\u2019s wages, against those who oppress widows and beat orphans, against those who avoid judgment in favor of strangers, and against those who do not fear him,\u201d saith the Lord Almighty.", + "\u201cFor I am the Lord your God, and I change not; and you, the sons of Jacob, have turned aside from the law and have not kept it. Return to Me, therefore, and I will return to you,\u201d saith the Lord Almighty. \u201cAnd all nations shall call you blessed, and they shall understand that I am the Lord, who distinguishes between the righteous and between the transgressors on that day, in which I shall act to spare those who love Me.", + "\u201cKnow, therefore, and remember the Law of Moses, My servant, as I commanded you at Horeb, the statutes and ordinances for all Israel. And behold, I will send to you Elijah the Tishbite before the great and glorious day of the Lord comes, who shall turn the heart of a father to his son, and the heart of a man to his neighbor, lest I come quickly and smite the earth,\u201d saith the Lord Almighty, God, the Holy One of Israel." + ], + "title": "Composite 9 - Malachi 3, 4" + } +} \ No newline at end of file diff --git a/data/oca_raw/daily-2026.json b/data/oca_raw/daily-2026.json new file mode 100644 index 00000000..d70f55f9 --- /dev/null +++ b/data/oca_raw/daily-2026.json @@ -0,0 +1,2170 @@ +{ + "2026-01-01": [ + "Composite 1 - Genesis 17:1-2, 4, 5-7, 8, 9-10, 11-12, 14", + "Proverbs 8:22-30", + "Proverbs 10:31-11:12", + "John 10:9-16", + "Colossians 2:8-12", + "Luke 2:20-21,40-52", + "Hebrews 7:26-8:2", + "Luke 6:17-23", + "Hebrews 10:35-11:7", + "Mark 11:27-33" + ], + "2026-01-02": [ + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "Matthew 11:27-30", + "Galatians 5:22-6:2", + "Luke 6:17-23", + "Hebrews 11:8, 11-16", + "Mark 12:1-12" + ], + "2026-01-03": [ + "1 Timothy 3:14-4:5", + "Matthew 3:1-11" + ], + "2026-01-04": [ + "John 20:11-18", + "2 Timothy 4:5-8", + "Mark 1:1-8" + ], + "2026-01-05": [ + "Isaiah 35:1-10", + "Acts 13:25-33", + "Matthew 3:1-11", + "Isaiah 1:16-20", + "Acts 19:1-8", + "Mark 1:1-8", + "Isaiah 12:3-6", + "Romans 6:3-11", + "Mark 1:9-15", + "Isaiah 49:8-15", + "Titus 2:11-14; 3:4-7", + "Matthew 3:13-17", + "Genesis 1:1-13", + "Exodus 14:15-18, 21-23, 27-29", + "Exodus 15:22-16:1", + "Joshua 3:7-8, 15-17", + "4[2] Kings 2:6-14", + "4[2] Kings 5:9-14", + "Isaiah 1:16-20", + "Genesis 32:1-10", + "Exodus 2:5-10", + "Judges 6:36-40", + "3[1] Kings 18:30-39", + "4[2] Kings 2:19-22", + "Isaiah 49:8-15", + "Hebrews 11:17-23, 27-31", + "Mark 8:11-21", + "1 Corinthians 9:19-27", + "Luke 3:1-18", + "Isaiah 35:1-10", + "Isaiah 55:1-13", + "Isaiah 12:3-6", + "1 Corinthians 10:1-4", + "Mark 1:9-11" + ], + "2026-01-06": [ + "Mark 1:9-11", + "Titus 2:11-14; 3:4-7", + "Matthew 3:13-17", + "Isaiah 35:1-10", + "Isaiah 55:1-13", + "Isaiah 12:3-6", + "1 Corinthians 10:1-4", + "Mark 1:9-11" + ], + "2026-01-07": [ + "James 1:1-18", + "Mark 8:30-34", + "Acts 19:1-8", + "John 1:29-34" + ], + "2026-01-08": [ + "James 1:19-27", + "Mark 9:10-16" + ], + "2026-01-09": [ + "James 2:1-13", + "Mark 9:33-41" + ], + "2026-01-10": [ + "Ephesians 6:10-17", + "Matthew 4:1-11", + "Colossians 1:3-6", + "Luke 14:1-11" + ], + "2026-01-11": [ + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "John 20:19-31", + "2 Corinthians 4:6-15", + "Matthew 11:27-30", + "Ephesians 4:7-13", + "Matthew 4:12-17" + ], + "2026-01-12": [ + "James 2:14-26", + "Mark 9:42-10:1" + ], + "2026-01-13": [ + "James 3:1-10", + "Mark 10:2-12" + ], + "2026-01-14": [ + "James 3:11-4:6", + "Mark 10:11-16" + ], + "2026-01-15": [ + "James 4:7-5:9", + "Mark 10:17-27" + ], + "2026-01-16": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Mark 10:23-32" + ], + "2026-01-17": [ + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 4:7-15", + "Matthew 11:27-30", + "Hebrews 13:17-21", + "Luke 6:17-23", + "1 Thessalonians 5:14-23", + "Luke 16:10-15" + ], + "2026-01-18": [ + "John 21:1-14", + "1 Timothy 1:15-17", + "Luke 18:35-43" + ], + "2026-01-19": [ + "James 2:14-26", + "Mark 10:46-52" + ], + "2026-01-20": [ + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 4:7-15", + "Matthew 11:27-30", + "Hebrews 13:17-21", + "Luke 6:17-23", + "James 3:1-10", + "Mark 11:11-23" + ], + "2026-01-21": [ + "James 3:11-4:6", + "Mark 11:22-26" + ], + "2026-01-22": [ + "James 4:7-5:9", + "Mark 11:27-33" + ], + "2026-01-23": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Mark 12:1-12" + ], + "2026-01-24": [ + "1 Thessalonians 5:14-23", + "Luke 17:3-10" + ], + "2026-01-25": [ + "Composite 2 - Proverbs 10, 3, 8", + "Composite 4 - Proverbs 10; Wisdom of Solomon 6, 7, 8, 9", + "Wisdom of Solomon 4:7-15", + "John 21:15-25", + "1 Corinthians 12:7-11", + "John 10:9-16", + "1 Timothy 4:9-15", + "Luke 19:1-10" + ], + "2026-01-26": [ + "1 Peter 2:21-3:9", + "Mark 12:13-17" + ], + "2026-01-27": [ + "Composite 2 - Proverbs 10, 3, 8", + "Composite 4 - Proverbs 10; Wisdom of Solomon 6, 7, 8, 9", + "Composite 5 - Wisdom of Solomon 4, 6, 7, 2", + "John 10:1-9", + "Hebrews 7:26-8:2", + "John 10:9-16", + "1 Peter 3:10-22", + "Mark 12:18-27" + ], + "2026-01-28": [ + "1 Peter 4:1-11", + "Mark 12:28-37" + ], + "2026-01-29": [ + "1 Peter 4:12-5:5", + "Mark 12:38-44" + ], + "2026-01-30": [ + "Deuteronomy 1:8-11, 15-17", + "Deuteronomy 10:14-21", + "Wisdom of Solomon 3:1-9", + "John 10:9-16", + "Hebrews 13:7-16", + "Matthew 5:14-19", + "2 Peter 1:1-10", + "Mark 13:1-8" + ], + "2026-01-31": [ + "2 Timothy 2:11-19", + "Luke 18:2-8" + ], + "2026-02-01": [ + "Matthew 28:16-20", + "2 Timothy 3:10-15", + "Luke 18:10-14" + ], + "2026-02-02": [ + "Composite 6 - Exodus 12, 13; Numbers 8; Leviticus 12", + "Isaiah 6:1-12", + "Composite 7 - Isaiah 19:1, 3, 4-5, 12, 16, 19-21", + "Luke 2:25-32", + "2 Peter 1:20-2:9", + "Mark 13:9-13", + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "2026-02-03": [ + "2 Peter 2:9-22", + "Mark 13:14-23" + ], + "2026-02-04": [ + "2 Peter 3:1-18", + "Mark 13:24-31" + ], + "2026-02-05": [ + "Composite 2 - Proverbs 10, 3, 8", + "Composite 4 - Proverbs 10; Wisdom of Solomon 6, 7, 8, 9", + "Wisdom of Solomon 4:7-15", + "John 10:9-16", + "Hebrews 13:17-21", + "Luke 6:17-23", + "1 John 1:8-2:6", + "Mark 13:31-14:2" + ], + "2026-02-06": [ + "1 John 2:7-17", + "Mark 14:3-9" + ], + "2026-02-07": [ + "2 Timothy 3:1-9", + "Luke 20:46-21:4" + ], + "2026-02-08": [ + "Mark 16:1-8", + "1 Corinthians 6:12-20", + "Luke 15:11-32" + ], + "2026-02-09": [ + "Hebrews 7:7-17", + "Luke 2:22-40", + "1 John 2:18-3:10", + "Mark 11:1-11" + ], + "2026-02-10": [ + "1 John 3:11-20", + "Mark 14:10-42" + ], + "2026-02-11": [ + "1 John 3:21-4:6", + "Mark 14:43-15:1" + ], + "2026-02-12": [ + "1 John 4:20-5:21", + "Mark 15:1-15" + ], + "2026-02-13": [ + "2 John 1:1-13", + "Mark 15:22-25, 33-41" + ], + "2026-02-14": [ + "1 Thessalonians 4:13-17", + "John 5:24-30", + "1 Corinthians 10:23-28", + "Luke 21:8-9, 25-27, 33-36" + ], + "2026-02-15": [ + "Mark 16:9-20", + "1 Corinthians 8:8-9:2", + "Matthew 25:31-46" + ], + "2026-02-16": [ + "3 John 1:1-15", + "Luke 19:29-40, 22:7-39" + ], + "2026-02-17": [ + "Jude 1:1-10", + "Luke 22:39-42, 45-23:1" + ], + "2026-02-18": [ + "Joel 2:12-26", + "Joel 3:12-21" + ], + "2026-02-19": [ + "Jude 1:11-25", + "Luke 23:2-34, 44-56" + ], + "2026-02-20": [ + "Zechariah 8:7-17", + "Zechariah 8:19-23" + ], + "2026-02-21": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30", + "Romans 14:19-23, 16:25-27", + "Matthew 6:1-13" + ], + "2026-02-22": [ + "Luke 24:1-12", + "Romans 13:11-14:4", + "Matthew 6:14-21" + ], + "2026-02-23": [ + "Isaiah 1:1-20", + "Genesis 1:1-13", + "Proverbs 1:1-20" + ], + "2026-02-24": [ + "Isaiah 1:19-2:4", + "Genesis 1:14-23", + "Proverbs 1:20-33", + "Composite 8 - Isaiah 40, 41, 45, 48, 54", + "Composite 9 - Malachi 3, 4", + "Composite 3 - Wisdom of Solomon 4, 5", + "Luke 7:17-30", + "2 Corinthians 4:6-15", + "Matthew 11:2-15" + ], + "2026-02-25": [ + "Isaiah 2:3-11", + "Genesis 1:24-2:3", + "Proverbs 2:1-22" + ], + "2026-02-26": [ + "Isaiah 2:11-21", + "Genesis 2:4-19", + "Proverbs 3:1-18" + ], + "2026-02-27": [ + "Isaiah 3:1-15", + "Genesis 2:20-3:20", + "Proverbs 3:19-34", + "Composite 2 - Proverbs 10, 3, 8", + "Proverbs 10:31-11:12", + "Wisdom of Solomon 4:7-15", + "John 10:1-9", + "Hebrews 13:17-21", + "John 10:9-16" + ], + "2026-02-28": [ + "2 Timothy 2:1-10", + "John 15:17-16:2", + "Hebrews 1:1-12", + "Mark 2:23-3:5" + ], + "2026-03-01": [ + "Luke 24:12-35", + "Hebrews 11:24-26, 32-12:2", + "John 1:43-51" + ], + "2026-03-02": [ + "Isaiah 4:2-5:7", + "Genesis 3:21-4:7", + "Proverbs 3:34-4:22" + ], + "2026-03-03": [ + "Isaiah 5:7-16", + "Genesis 4:8-15", + "Proverbs 5:1-15" + ], + "2026-03-04": [ + "Isaiah 5:16-25", + "Genesis 4:16-26", + "Proverbs 5:15-6:3" + ], + "2026-03-05": [ + "Isaiah 6:1-12", + "Genesis 5:1-24", + "Proverbs 6:3-20" + ], + "2026-03-06": [ + "Isaiah 7:1-15", + "Genesis 5:32-6:8", + "Proverbs 6:20-7:1" + ], + "2026-03-07": [ + "1 Thessalonians 4:13-17", + "John 5:24-30", + "Hebrews 3:12-16", + "Mark 1:35-44" + ], + "2026-03-08": [ + "Luke 24:36-53", + "Hebrews 7:26-8:2", + "John 10:9-16", + "Hebrews 1:10-2:3", + "Mark 2:1-12" + ], + "2026-03-09": [ + "Isaiah 8:13-9:7", + "Genesis 6:9-22", + "Proverbs 8:1-21", + "Isaiah 43:9-14", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Luke 21:12-19", + "Hebrews 12:1-10", + "Matthew 20:1-16" + ], + "2026-03-10": [ + "Isaiah 9:9-10:4", + "Genesis 7:1-15", + "Proverbs 8:32-9:11" + ], + "2026-03-11": [ + "Isaiah 10:12-20", + "Genesis 7:6-9", + "Proverbs 9:12-18" + ], + "2026-03-12": [ + "Isaiah 11:10-12:2", + "Genesis 7:11-8:3", + "Proverbs 10:1-22" + ], + "2026-03-13": [ + "Isaiah 13:2-13", + "Genesis 8:4-21", + "Proverbs 10:31-11:12" + ], + "2026-03-14": [ + "1 Thessalonians 4:13-17", + "John 5:24-30", + "Hebrews 10:32-38", + "Mark 2:14-17" + ], + "2026-03-15": [ + "John 20:1-10", + "Hebrews 4:14-5:6", + "Mark 8:34-9:1" + ], + "2026-03-16": [ + "Isaiah 14:24-32", + "Genesis 8:21-9:7", + "Proverbs 11:19-12:6" + ], + "2026-03-17": [ + "Isaiah 25:1-9", + "Genesis 9:8-17", + "Proverbs 12:8-22" + ], + "2026-03-18": [ + "Isaiah 26:21-27:9", + "Genesis 9:18-10:1", + "Proverbs 12:23-13:9" + ], + "2026-03-19": [ + "Isaiah 28:14-22", + "Genesis 10:32-11:9", + "Proverbs 13:19-14:6" + ], + "2026-03-20": [ + "Isaiah 29:13-23", + "Genesis 12:1-7", + "Proverbs 14:15-26" + ], + "2026-03-21": [ + "1 Corinthians 15:47-57", + "John 5:24-30", + "Hebrews 6:9-12", + "Mark 7:31-37" + ], + "2026-03-22": [ + "John 20:11-18", + "Ephesians 5:9-19", + "Matthew 4:25-5:12", + "Hebrews 6:13-20", + "Mark 9:17-31" + ], + "2026-03-23": [ + "Isaiah 37:33-38:6", + "Genesis 13:12-18", + "Proverbs 14:27-15:4" + ], + "2026-03-24": [ + "Isaiah 40:18-31", + "Genesis 15:1-15", + "Proverbs 15:7-19", + "Genesis 28:10-17", + "Ezekiel 43:27-44:4", + "Proverbs 9:1-11" + ], + "2026-03-25": [ + "Isaiah 41:4-14", + "Genesis 17:1-9", + "Proverbs 15:20-16:9", + "Exodus 3:1-8", + "Proverbs 8:22-30", + "Luke 1:39-49, 56", + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "2026-03-26": [ + "Isaiah 42:5-16", + "Genesis 18:20-33", + "Proverbs 16:17-17:17", + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "2026-03-27": [ + "Isaiah 45:11-17", + "Genesis 22:1-18", + "Proverbs 17:17-18:5" + ], + "2026-03-28": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28", + "Hebrews 9:24-28", + "Mark 8:27-31" + ], + "2026-03-29": [ + "John 20:19-31", + "Galatians 3:23-29", + "Luke 7:36-50", + "Hebrews 9:11-14", + "Mark 10:32-45" + ], + "2026-03-30": [ + "Isaiah 48:17-49:4", + "Genesis 27:1-41", + "Proverbs 19:16-25" + ], + "2026-03-31": [ + "Isaiah 49:6-10", + "Genesis 31:3-16", + "Proverbs 21:3-21", + "Composite 2", + "Composite 3", + "Composite 4", + "John 10:1-9", + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "2026-04-01": [ + "Isaiah 58:1-11", + "Genesis 43:26-31, 45:1-16", + "Proverbs 21:23-22:4" + ], + "2026-04-02": [ + "Isaiah 65:8-16", + "Genesis 46:1-7", + "Proverbs 23:15-24:5" + ], + "2026-04-03": [ + "Isaiah 66:10-24", + "Genesis 49:33-50:26", + "Proverbs 31:8-31" + ], + "2026-04-04": [ + "Hebrews 12:28-13:8", + "John 11:1-45" + ], + "2026-04-05": [ + "Genesis 49:1-2,8-12", + "Zephaniah 3:14-19", + "Zechariah 9:9-15", + "Matthew 21:1-11, 15-17", + "Philippians 4:4-9", + "John 12:1-18" + ], + "2026-04-06": [ + "Ezekiel 1:1-20", + "Exodus 1:1-20", + "Job 1:1-12", + "Matthew 21:18-43", + "Matthew 24:3-35" + ], + "2026-04-07": [ + "Ezekiel 1:21-28 (1:1-28,2:1 LXX)", + "Exodus 2:5-10", + "Job 1:13-22", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "John 10:1-9", + "Hebrews 7:26-8:2", + "John 10:9-16", + "Matthew 24:36-26:2" + ], + "2026-04-08": [ + "Ezekiel 2:3-3:3", + "Exodus 2:11-22", + "Job 2:1-10", + "John 12:17-50", + "Matthew 26:6-16" + ], + "2026-04-09": [ + "Jeremiah 11:18-12:5, 9-11, 14-15", + "Exodus 19:10-19", + "Job 38:1-23; 42:1-5", + "Isaiah 50:4-11", + "Luke 22:1-39", + "1 Corinthians 11:23-32", + "Matt. 26:2-20; John 13:3-17; Matt. 26:21-39; Luke 22:43-45; Matt. 26:40-27:2", + "John 13:1-11", + "John 13:12-17" + ], + "2026-04-10": [ + "John 13:31-18:1", + "John 18:1-28", + "Matthew 26:57-75", + "John 18:28-19:16", + "Matthew 27:3-32", + "Mark 15:16-32", + "Matthew 27:33-54", + "Luke 23:32-49", + "John 19:25-37", + "Mark 15:43-47", + "John 19:38-42", + "Matthew 27:62-66", + "Zechariah 11:10-13", + "Galatians 6:14-18", + "Matthew 27:1-56", + "Isaiah 50:4-11", + "Romans 5:6-11", + "Mark 15:16-41", + "Isaiah 52:13-54:1", + "Amos 8:9-12", + "Hebrews 2:11-18", + "Luke 23:32-49", + "Jeremiah 11:18-12:5, 9:11, 14-15", + "Hebrews 10:19-31", + "John 18:28-19:37", + "Exodus 33:11-23", + "Job 42:12-17 LXX", + "Isaiah 52:13-54:1", + "1 Corinthians 1:18-2:2", + "Matt. 27:1-38; Luke 23:39-43; Matt. 27:39-54; John 19:31-37; Matt. 27:55-61" + ], + "2026-04-11": [ + "Ezekiel 37:1-14", + "1 Corinthians 5:6-8; Galatians 3:13-14", + "Matthew 27:62-66", + "Genesis 1:1-13", + "Isaiah 60:1-16", + "Exodus 12:1-11", + "Jonah 1:1-4:11", + "Joshua 5:10-15", + "Exodus 13:20-15:19", + "Zephaniah 3:8-15", + "3[1] Kings 17:8-24", + "Isaiah 61:10-62:5", + "Genesis 22:1-18", + "Isaiah 61:1-9", + "4[2] Kings 4:8-37", + "Isaiah 63:11-64:5", + "Jeremiah 31:31-34", + "Daniel 3:1-23; Song of the Three: 1-66 with verses", + "Romans 6:3-11", + "Matthew 28:1-20" + ], + "2026-04-12": [ + "Acts 1:1-8", + "John 1:1-17" + ], + "2026-04-13": [ + "John 20:19-25", + "Matthew 28:1-20", + "Mark 16:1-8", + "Luke 24:1-12", + "John 20:1-10", + "Luke 24:36-53", + "Acts 1:12-17, 21-26", + "John 1:18-28" + ], + "2026-04-14": [ + "Acts 2:14-21", + "Luke 24:12-35" + ], + "2026-04-15": [ + "Acts 2:22-36", + "John 1:35-51" + ], + "2026-04-16": [ + "Acts 2:38-43", + "John 3:1-15" + ], + "2026-04-17": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28", + "Acts 3:1-8", + "John 2:12-22" + ], + "2026-04-18": [ + "Acts 3:11-16", + "John 3:22-33" + ], + "2026-04-19": [ + "Matthew 28:16-20", + "Acts 5:12-20", + "John 20:19-31" + ], + "2026-04-20": [ + "Acts 3:19-26", + "John 2:1-11" + ], + "2026-04-21": [ + "Acts 4:1-10", + "John 3:16-21" + ], + "2026-04-22": [ + "Acts 4:13-22", + "John 5:17-24" + ], + "2026-04-23": [ + "Isaiah 43:9-14", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 4:7-15", + "Luke 12:2-12", + "Acts 12:1-11", + "John 15:17-16:2", + "Acts 4:23-31", + "John 5:24-30" + ], + "2026-04-24": [ + "Acts 5:1-11", + "John 5:30-6:2" + ], + "2026-04-25": [ + "James 1:1-12", + "James 1:13-27", + "James 2:1-13", + "Luke 10:1-15", + "1 Peter 5:6-14", + "Mark 6:7-13", + "Acts 5:21-33", + "John 6:14-27" + ], + "2026-04-26": [ + "Mark 16:9-20", + "Acts 6:1-7", + "Mark 15:43-16:8" + ], + "2026-04-27": [ + "Acts 6:8-7:5, 47-60", + "John 4:46-54" + ], + "2026-04-28": [ + "Acts 8:5-17", + "John 6:27-33" + ], + "2026-04-29": [ + "Acts 8:18-25", + "John 6:35-39" + ], + "2026-04-30": [ + "James 1:1-12", + "James 1:13-27", + "James 2:1-13", + "John 21:15-25", + "Acts 12:1-11", + "Luke 5:1-11", + "Acts 8:26-39", + "John 6:40-44" + ], + "2026-05-01": [ + "Acts 8:40-9:19", + "John 6:48-54" + ], + "2026-05-02": [ + "Acts 9:20-31", + "John 15:17-16:2" + ], + "2026-05-03": [ + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 4:7-15", + "Luke 24:1-12", + "Hebrews 13:7-16", + "Matthew 11:27-30", + "Acts 9:32-42", + "John 5:1-15" + ], + "2026-05-04": [ + "Acts 10:1-16", + "John 6:56-69" + ], + "2026-05-05": [ + "Acts 10:21-33", + "John 7:1-13" + ], + "2026-05-06": [ + "Composite 19 - Micah 4:2-3, 5; 6:2-5, 8; 5:4, 5", + "Composite 20 - Isaiah 55:1; 12:3-4; 55:2-13", + "Proverbs 9:1-11", + "Acts 14:6-18", + "John 7:14-30", + "Hebrews 2:11-18", + "John 5:1-4" + ], + "2026-05-07": [ + "Composite 2 - Proverbs 10, 3, 8", + "Composite 4 - Proverbs 10; Wisdom of Solomon 6, 7, 8, 9", + "Composite 5 - Wisdom of Solomon 4, 6, 7, 2", + "John 10:9-16", + "Galatians 1:11-19", + "John 10:1-9", + "Acts 10:34-43", + "John 8:12-20" + ], + "2026-05-08": [ + "1 John 3:21-4:6", + "1 John 4:11-16", + "1 John 4:20-5:5", + "John 21:15-25", + "1 John 1:1-7", + "John 19:25-27; 21:24-25", + "Acts 10:44-11:10", + "John 8:21-30" + ], + "2026-05-09": [ + "Acts 12:1-11", + "John 8:31-42" + ], + "2026-05-10": [ + "1 John 3:21-4:6", + "1 John 4:11-16", + "1 John 4:20-5:5", + "John 20:1-10", + "1 Corinthians 4:9-16", + "Matthew 13:54-58", + "Acts 11:19-26, 29-30", + "John 4:5-42" + ], + "2026-05-11": [ + "Composite 2 - Proverbs 10, 3, 8", + "Proverbs 10:31-11:12", + "Wisdom of Solomon 4:7-15", + "John 10:1-9", + "Hebrews 7:26-8:2", + "Matthew 5:14-19", + "Acts 12:12-17", + "John 8:42-51" + ], + "2026-05-12": [ + "Acts 12:25-13:12", + "John 8:51-59" + ], + "2026-05-13": [ + "Acts 13:13-24", + "John 6:5-14" + ], + "2026-05-14": [ + "Acts 14:20-27", + "John 9:39-10:9" + ], + "2026-05-15": [ + "Acts 15:5-34", + "John 10:17-28" + ], + "2026-05-16": [ + "Acts 15:35-41", + "John 10:27-38" + ], + "2026-05-17": [ + "John 20:11-18", + "Acts 16:16-34", + "John 9:1-38" + ], + "2026-05-18": [ + "Acts 17:1-15", + "John 11:47-57" + ], + "2026-05-19": [ + "Acts 17:19-28", + "John 12:19-36" + ], + "2026-05-20": [ + "Acts 18:22-28", + "John 12:36-47" + ], + "2026-05-21": [ + "Isaiah 2:2-3", + "Composite 21 - Isaiah 62:10-63:3, 7-9", + "Composite 22 - Zechariah 14:1, 4, 8-11", + "Mark 16:9-20", + "Acts 1:1-12", + "Luke 24:36-53" + ], + "2026-05-22": [ + "Acts 19:1-8", + "John 14:1-11" + ], + "2026-05-23": [ + "Acts 20:7-12", + "John 14:10-21" + ], + "2026-05-24": [ + "Genesis 14:14-20", + "Deuteronomy 1:8-11, 15-17", + "Deuteronomy 10:14-21", + "John 21:1-14", + "Acts 20:16-18, 28-36", + "John 17:1-13" + ], + "2026-05-25": [ + "Composite 8 - Isaiah 40, 41, 45, 48, 54", + "Composite 9 - Malachi 3, 4", + "Composite 3 - Wisdom 4, 5", + "Luke 7:17-30", + "2 Corinthians 4:6-15", + "Matthew 11:2-15", + "Acts 21:8-14", + "John 14:27-15:7" + ], + "2026-05-26": [ + "Acts 21:26-32", + "John 16:2-13" + ], + "2026-05-27": [ + "Acts 23:1-11", + "John 16:15-23" + ], + "2026-05-28": [ + "Acts 25:13-19", + "John 16:23-33" + ], + "2026-05-29": [ + "Acts 27:1-44", + "John 17:18-26" + ], + "2026-05-30": [ + "1 Thessalonians 4:13-17", + "1 Corinthians 15:47-57", + "John 5:24-30", + "John 6:35-39", + "Acts 28:1-31", + "John 21:15-25" + ], + "2026-05-31": [ + "Numbers 11:16-17, 24-29", + "Joel 2:23-32", + "Ezekiel 36:24-28", + "John 20:19-23", + "Acts 2:1-11", + "John 7:37-52, 8:12" + ], + "2026-06-01": [ + "Ephesians 5:9-19", + "Matthew 18:10-20" + ], + "2026-06-02": [ + "Romans 1:1-7, 13-17", + "Matthew 4:25-5:13" + ], + "2026-06-03": [ + "Romans 1:18-27", + "Matthew 5:20-26" + ], + "2026-06-04": [ + "Romans 1:28-2:9", + "Matthew 5:27-32" + ], + "2026-06-05": [ + "Romans 2:14-29", + "Matthew 5:33-41" + ], + "2026-06-06": [ + "Romans 1:7-12", + "Matthew 5:42-48" + ], + "2026-06-07": [ + "Isaiah 43:9-14", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Matthew 28:16-20", + "Hebrews 11:33-12:2", + "Matthew 10:32-33, 37-38, 19:27-30" + ], + "2026-06-08": [ + "Romans 2:28-3:18", + "Matthew 6:31-34, 7:9-11" + ], + "2026-06-09": [ + "Romans 4:4-12", + "Matthew 7:15-21" + ], + "2026-06-10": [ + "Romans 4:13-25", + "Matthew 7:21-23" + ], + "2026-06-11": [ + "1 Peter 1:3-9", + "1 Peter 1:13-19", + "1 Peter 2:11-24", + "John 21:15-25", + "Acts 11:19-26, 29-30", + "Luke 10:16-21", + "Romans 5:10-16", + "Matthew 8:23-27" + ], + "2026-06-12": [ + "Romans 5:17-6:2", + "Matthew 9:14-17" + ], + "2026-06-13": [ + "Romans 3:19-26", + "Matthew 7:1-8" + ], + "2026-06-14": [ + "Isaiah 43:9-14", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Mark 16:1-8", + "Hebrews 11:33-12:2", + "Matthew 4:25-5:12", + "Romans 2:10-16", + "Matthew 4:18-23" + ], + "2026-06-15": [ + "Romans 7:1-13", + "Matthew 9:36-10:8" + ], + "2026-06-16": [ + "Romans 7:14-8:2", + "Matthew 10:9-15" + ], + "2026-06-17": [ + "Romans 8:2-13", + "Matthew 10:16-22" + ], + "2026-06-18": [ + "Romans 8:22-27", + "Matthew 10:23-31" + ], + "2026-06-19": [ + "Jude 1-10", + "Jude 11-16", + "Jude 17-25", + "John 21:15-25", + "Jude 1-10", + "John 14:21-24", + "Romans 9:6-19", + "Matthew 10:32-36, 11:1" + ], + "2026-06-20": [ + "Romans 3:28-4:3", + "Matthew 7:24-8:4" + ], + "2026-06-21": [ + "Mark 16:9-20", + "Romans 5:1-10", + "Matthew 6:22-33" + ], + "2026-06-22": [ + "Romans 9:18-33", + "Matthew 11:2-15" + ], + "2026-06-23": [ + "Romans 10:11-11:2", + "Matthew 11:16-20" + ], + "2026-06-24": [ + "Composite 10 - Genesis 17:15-17, 19; 18:11-14; 21:1-8", + "Composite 11 - Judges 13:2-8, 13-14, 17-18, 21", + "Composite 8 - Isaiah 40, 41, 45, 48, 54", + "Luke 1:24-25, 57-68, 76, 80", + "Romans 13:11-14:4", + "Luke 1:1-25, 57-68, 76, 80", + "Romans 11:2-12", + "Matthew 11:20-26" + ], + "2026-06-25": [ + "Romans 11:13-24", + "Matthew 11:27-30" + ], + "2026-06-26": [ + "Romans 11:25-36", + "Matthew 12:1-8" + ], + "2026-06-27": [ + "Romans 6:11-17", + "Matthew 8:14-23" + ], + "2026-06-28": [ + "Luke 24:1-12", + "Romans 6:18-23", + "Matthew 8:5-13" + ], + "2026-06-29": [ + "1 Peter 1:3-9", + "1 Peter 1:13-19", + "1 Peter 2:11-24", + "John 21:15-25", + "2 Corinthians 11:21-12:9", + "Matthew 16:13-19", + "Romans 12:4-5, 15-21", + "Matthew 12:9-13" + ], + "2026-06-30": [ + "Isaiah 43:9-14", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "1 Corinthians 4:9-16", + "Mark 3:13-19", + "Romans 14:9-18", + "Matthew 12:14-16, 22-30" + ], + "2026-07-01": [ + "Romans 15:7-16", + "Matthew 12:38-45" + ], + "2026-07-02": [ + "Romans 15:17-29", + "Matthew 12:46-13:3" + ], + "2026-07-03": [ + "Romans 16:1-16", + "Matthew 13:4-9" + ], + "2026-07-04": [ + "Romans 8:14-21", + "Matthew 9:9-13" + ], + "2026-07-05": [ + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "Luke 24:12-35", + "Galatians 5:22-6:2", + "Luke 6:17-23", + "Romans 10:1-10", + "Matthew 8:28-9:1" + ], + "2026-07-06": [ + "Romans 16:17-24", + "Matthew 13:10-23" + ], + "2026-07-07": [ + "1 Corinthians 1:1-9", + "Matthew 13:24-30" + ], + "2026-07-08": [ + "1 Corinthians 2:9-3:8", + "Matthew 13:31-36" + ], + "2026-07-09": [ + "1 Corinthians 3:18-23", + "Matthew 13:36-43" + ], + "2026-07-10": [ + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "Matthew 11:27-30", + "Galatians 5:22-6:2", + "Matthew 4:25-5:12", + "1 Corinthians 4:5-8", + "Matthew 13:44-54" + ], + "2026-07-11": [ + "Romans 9:1-5", + "Matthew 9:18-26" + ], + "2026-07-12": [ + "Luke 24:36-53", + "Romans 12:6-14", + "Matthew 9:1-8" + ], + "2026-07-13": [ + "1 Corinthians 5:9-6:11", + "Matthew 13:54-58" + ], + "2026-07-14": [ + "1 Corinthians 6:20-7:12", + "Matthew 14:1-13" + ], + "2026-07-15": [ + "3[1] Kings 8:22-23, 27-30", + "Isaiah 61:10-62:5", + "Isaiah 60:1-16", + "John 10:9-16", + "Galatians 1:11-19", + "John 10:1-9", + "1 Corinthians 7:12-24", + "Matthew 14:35-15:11" + ], + "2026-07-16": [ + "1 Corinthians 7:24-35", + "Matthew 15:12-21" + ], + "2026-07-17": [ + "1 Corinthians 7:35-8:7", + "Matthew 15:29-31" + ], + "2026-07-18": [ + "Romans 12:1-3", + "Matthew 10:37-11:1" + ], + "2026-07-19": [ + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "Genesis 14:14-20", + "Deuteronomy 1:8-11, 15-17", + "Deuteronomy 10:14-21", + "John 20:1-10", + "Galatians 5:22-6:2", + "Luke 6:17-23", + "Hebrews 13:7-16", + "John 17:1-13", + "Romans 15:1-7", + "Matthew 9:27-35" + ], + "2026-07-20": [ + "Composite 12 - 3 [1] Kings 17:1-23", + "Composite 13 - 3 [1] Kings 18, 19", + "Composite 14 - 3 [1] Kings 19:19, 20, 21; 4 [2] Kings 2:1,6-14", + "Luke 4:22-30", + "James 5:10-20", + "Luke 4:22-30", + "1 Corinthians 9:13-18", + "Matthew 16:1-6" + ], + "2026-07-21": [ + "1 Corinthians 10:5-12", + "Matthew 16:6-12" + ], + "2026-07-22": [ + "1 Corinthians 10:12-22", + "Matthew 16:20-24" + ], + "2026-07-23": [ + "1 Corinthians 10:28-11:7", + "Matthew 16:24-28" + ], + "2026-07-24": [ + "Isaiah 43:9-14", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 4:7-15", + "Luke 21:12-19", + "Romans 8:28-39", + "John 15:17-16:2", + "1 Corinthians 11:8-22", + "Matthew 17:10-18" + ], + "2026-07-25": [ + "Galatians 4:22-31", + "Luke 8:16-21", + "Romans 13:1-10", + "Matthew 12:30-37" + ], + "2026-07-26": [ + "Wisdom of Solomon 5:15-6:3", + "1 John 4:1-6", + "1 John 4:20-5:5", + "John 20:11-18", + "Philippians 3:7-14", + "Mark 10:29-31, 42-45", + "1 Corinthians 1:10-18", + "Matthew 14:14-22" + ], + "2026-07-27": [ + "2 Timothy 2:1-10", + "John 15:17-16:2", + "1 Corinthians 11:31-12:6", + "Matthew 18:1-11" + ], + "2026-07-28": [ + "1 Corinthians 12:12-26", + "Matthew 18:18-22, 19:1-2, 13-15" + ], + "2026-07-29": [ + "1 Corinthians 13:4-14:5", + "Matthew 20:1-16" + ], + "2026-07-30": [ + "1 Corinthians 14:6-19", + "Matthew 20:17-28" + ], + "2026-07-31": [ + "1 Corinthians 14:26-40", + "Matthew 21:12-14, 17-20" + ], + "2026-08-01": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35", + "Hebrews 11:33-12:2", + "Matthew 10:32-36; 11:1", + "Hebrews 2:11-18", + "John 5:1-4", + "Romans 14:6-9", + "Matthew 15:32-39" + ], + "2026-08-02": [ + "John 20:19-31", + "1 Corinthians 3:9-17", + "Matthew 14:22-34" + ], + "2026-08-03": [ + "1 Corinthians 15:12-19", + "Matthew 21:18-22" + ], + "2026-08-04": [ + "1 Corinthians 15:29-38", + "Matthew 21:23-27" + ], + "2026-08-05": [ + "1 Corinthians 16:4-12", + "Matthew 21:28-32" + ], + "2026-08-06": [ + "Exodus 24:12-18", + "Composite 15 - Exodus 33:11-23; 34:4-6, 8", + "Composite 23 - 3 [1] Kings 19:3-9, 11-13, 15, 16", + "Luke 9:28-36", + "2 Corinthians 1:1-7", + "Matthew 21:43-46", + "2 Peter 1:10-19", + "Matthew 17:1-9" + ], + "2026-08-07": [ + "2 Corinthians 1:12-20", + "Matthew 22:23-33" + ], + "2026-08-08": [ + "Romans 15:30-33", + "Matthew 17:24-18:4" + ], + "2026-08-09": [ + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "John 21:1-14", + "Galatians 5:22-6:2", + "Luke 6:17-23", + "1 Corinthians 4:9-16", + "Matthew 17:14-23" + ], + "2026-08-10": [ + "2 Corinthians 2:4-15", + "Matthew 23:13-22" + ], + "2026-08-11": [ + "2 Corinthians 2:14-3:3", + "Matthew 23:23-28" + ], + "2026-08-12": [ + "2 Corinthians 3:4-11", + "Matthew 23:29-39" + ], + "2026-08-13": [ + "Composite 2 - Proverbs 10, 3, 8", + "Proverbs 10:31-11:12", + "Wisdom of Solomon 4:7-15", + "John 10:9-16", + "Hebrews 7:26-8:2", + "Matthew 5:14-19", + "2 Corinthians 4:1-6", + "Matthew 24:13-28" + ], + "2026-08-14": [ + "2 Corinthians 4:13-18", + "Matthew 24:27-33, 42-51" + ], + "2026-08-15": [ + "Genesis 28:10-17", + "Ezekiel 43:27-44:4", + "Proverbs 9:1-11", + "Luke 1:39-49, 56", + "1 Corinthians 1:3-9", + "Matthew 19:3-12", + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "2026-08-16": [ + "John 21:15-25", + "Colossians 1:12-18", + "Luke 9:51-56; 10:22-24", + "1 Corinthians 9:2-12", + "Matthew 18:23-35" + ], + "2026-08-17": [ + "2 Corinthians 5:10-15", + "Mark 1:9-15" + ], + "2026-08-18": [ + "2 Corinthians 5:15-21", + "Mark 1:16-22" + ], + "2026-08-19": [ + "2 Corinthians 6:11-16", + "Mark 1:23-28" + ], + "2026-08-20": [ + "2 Corinthians 7:1-10", + "Mark 1:29-35" + ], + "2026-08-21": [ + "2 Corinthians 7:10-16", + "Mark 2:18-22" + ], + "2026-08-22": [ + "1 Corinthians 1:26-29", + "Matthew 20:29-34" + ], + "2026-08-23": [ + "Matthew 28:16-20", + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28", + "1 Corinthians 15:1-11", + "Matthew 19:16-26" + ], + "2026-08-24": [ + "2 Corinthians 8:7-15", + "Mark 3:6-12" + ], + "2026-08-25": [ + "2 Corinthians 8:16-9:5", + "Mark 3:13-19" + ], + "2026-08-26": [ + "2 Corinthians 9:12-10:7", + "Mark 3:20-27" + ], + "2026-08-27": [ + "2 Corinthians 10:7-18", + "Mark 3:28-35" + ], + "2026-08-28": [ + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "Matthew 11:27-30", + "Galatians 5:22-6:2", + "Luke 6:17-23", + "2 Corinthians 11:5-21", + "Mark 4:1-9" + ], + "2026-08-29": [ + "Composite 8 - Isaiah 40, 41, 45, 48, 54", + "Composite 9 - Malachi 3, 4", + "Composite 3 - Wisdom of Solomon 4, 5", + "Matthew 14:1-13", + "Acts 13:25-33", + "Mark 6:14-30", + "1 Corinthians 2:6-9", + "Matthew 22:15-22" + ], + "2026-08-30": [ + "Mark 16:1-8", + "1 Corinthians 16:13-24", + "Matthew 21:33-42" + ], + "2026-08-31": [ + "2 Corinthians 12:10-19", + "Mark 4:10-23" + ], + "2026-09-01": [ + "Isaiah 61:1-9", + "Composite 24 - Leviticus 26", + "Wisdom of Solomon 4:7-15", + "1 Timothy 2:1-7", + "Luke 4:16-22", + "Colossians 3:12-16", + "Matthew 11:27-30", + "2 Corinthians 12:20-13:2", + "Mark 4:24-34" + ], + "2026-09-02": [ + "2 Corinthians 13:3-14", + "Mark 4:35-41" + ], + "2026-09-03": [ + "Galatians 1:1-10, 20-2:5", + "Mark 5:1-20" + ], + "2026-09-04": [ + "Galatians 2:6-10", + "Mark 5:22-24, 35-6:1" + ], + "2026-09-05": [ + "1 Corinthians 4:1-5", + "Matthew 23:1-12" + ], + "2026-09-06": [ + "Mark 16:9-20", + "2 Corinthians 1:21-2:4", + "Matthew 22:1-14" + ], + "2026-09-07": [ + "Galatians 2:11-16", + "Mark 5:24-34" + ], + "2026-09-08": [ + "Genesis 28:10-17", + "Ezekiel 43:27-44:4", + "Proverbs 9:1-11", + "Luke 1:39-49, 56", + "Galatians 2:21-3:7", + "Mark 6:1-7", + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "2026-09-09": [ + "Galatians 3:15-22", + "Mark 6:7-13" + ], + "2026-09-10": [ + "Galatians 3:23-4:5", + "Mark 6:30-45" + ], + "2026-09-11": [ + "Galatians 4:8-21", + "Mark 6:45-53" + ], + "2026-09-12": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28", + "1 Corinthians 2:6-9", + "Matthew 10:37-11:1", + "1 Corinthians 4:17-5:5", + "Matthew 24:1-13" + ], + "2026-09-13": [ + "3[1] Kings 8:22-23, 27-30", + "Proverbs 3:19-34", + "Proverbs 9:1-11", + "Luke 24:1-12", + "Hebrews 3:1-4", + "Matthew 16:13-18", + "Galatians 6:11-18", + "John 3:13-17", + "2 Corinthians 4:6-15", + "Matthew 22:35-46" + ], + "2026-09-14": [ + "Exodus 15:22-16:1", + "Proverbs 3:11-18", + "Isaiah 60:11-16", + "John 12:28-36", + "Galatians 4:28-5:10", + "Mark 6:54-7:8", + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "2026-09-15": [ + "Galatians 5:11-21", + "Mark 7:5-16" + ], + "2026-09-16": [ + "Galatians 6:2-10", + "Mark 7:14-24" + ], + "2026-09-17": [ + "Ephesians 1:1-9", + "Mark 7:24-30" + ], + "2026-09-18": [ + "Ephesians 1:7-17", + "Mark 8:1-10" + ], + "2026-09-19": [ + "1 Corinthians 1:26-29", + "John 8:21-30", + "1 Corinthians 10:23-28", + "Matthew 24:34-44" + ], + "2026-09-20": [ + "Luke 24:12-35", + "Galatians 2:16-20", + "Mark 8:34-9:1", + "2 Corinthians 6:1-10", + "Matthew 25:14-30" + ], + "2026-09-21": [ + "Ephesians 1:22-2:3", + "Luke 3:19-22" + ], + "2026-09-22": [ + "Ephesians 2:19-3:7", + "Luke 3:23-4:1" + ], + "2026-09-23": [ + "Galatians 4:22-31", + "Luke 1:5-25", + "Ephesians 3:8-21", + "Luke 4:1-15" + ], + "2026-09-24": [ + "Isaiah 43:9-14", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Luke 12:2-12", + "Romans 8:28-39", + "Luke 21:12-19", + "Ephesians 4:14-19", + "Luke 4:16-22" + ], + "2026-09-25": [ + "Composite 2 - Proverbs 10, 3, 8", + "Proverbs 10:31-11:12", + "Wisdom of Solomon 3:1-9", + "Matthew 11:27-30", + "Galatians 5:22-6:2", + "Luke 6:17-23", + "Ephesians 4:17-25", + "Luke 4:22-30" + ], + "2026-09-26": [ + "1 John 3:21-4:6", + "1 John 4:11-16", + "1 John 4:20-5:5", + "John 21:15-25", + "1 John 4:12-19", + "John 19:25-27; 21:24-25", + "1 Corinthians 14:20-25", + "Luke 4:31-36" + ], + "2026-09-27": [ + "Luke 24:36-53", + "2 Corinthians 6:16-7:1", + "Luke 5:1-11" + ], + "2026-09-28": [ + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 4:7-15", + "Matthew 4:25-5:12", + "2 Corinthians 4:6-15", + "Luke 6:17-23", + "Ephesians 4:25-32", + "Luke 4:37-44" + ], + "2026-09-29": [ + "Ephesians 5:20-26", + "Luke 5:12-16" + ], + "2026-09-30": [ + "Ephesians 5:25-33", + "Luke 5:33-39" + ], + "2026-10-01": [ + "Genesis 28:10-17", + "Ezekiel 43:27-44:4", + "Proverbs 9:1-11", + "Luke 1:39-49, 56", + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28", + "Ephesians 5:33-6:9", + "Luke 6:12-19" + ], + "2026-10-02": [ + "Ephesians 6:18-24", + "Luke 6:17-23" + ], + "2026-10-03": [ + "1 Corinthians 15:39-45", + "Luke 5:17-26" + ], + "2026-10-04": [ + "John 20:1-10", + "2 Corinthians 9:6-11", + "Luke 6:31-36" + ], + "2026-10-05": [ + "Philippians 1:1-7", + "Luke 6:24-30" + ], + "2026-10-06": [ + "Composite 2 - Proverbs 10, 3, 8", + "Composite 3 - Wisdom of Solomon 4, 5", + "Composite 4 - Proverbs 10; Wisdom of Solomon 6, 7, 8, 9", + "John 10:1-9", + "Hebrews 7:26-8:2", + "John 10:9-16", + "Philippians 1:8-14", + "Luke 6:37-45" + ], + "2026-10-07": [ + "Philippians 1:12-20", + "Luke 6:46-7:1" + ], + "2026-10-08": [ + "Philippians 1:20-27", + "Luke 7:17-30" + ], + "2026-10-09": [ + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "John 10:1-9", + "Hebrews 7:26-8:2", + "John 10:9-16", + "Philippians 1:27-2:4", + "Luke 7:31-35" + ], + "2026-10-10": [ + "1 Corinthians 15:58-16:3", + "Luke 5:27-32" + ], + "2026-10-11": [ + "Genesis 14:14-20", + "Deuteronomy 1:8-11, 15-17", + "Deuteronomy 10:14-21", + "John 20:11-18", + "Hebrews 13:7-16", + "John 17:1-13", + "2 Corinthians 11:31-12:9", + "Luke 7:11-16" + ], + "2026-10-12": [ + "Philippians 2:12-16", + "Luke 7:36-50" + ], + "2026-10-13": [ + "Philippians 2:17-23", + "Luke 8:1-3" + ], + "2026-10-14": [ + "Philippians 2:24-30", + "Luke 8:22-25" + ], + "2026-10-15": [ + "Philippians 3:1-8", + "Luke 9:7-11" + ], + "2026-10-16": [ + "Philippians 3:8-19", + "Luke 9:12-18" + ], + "2026-10-17": [ + "2 Corinthians 1:8-11", + "Luke 6:1-10" + ], + "2026-10-18": [ + "1 John 1:1-7", + "James 1:1-12", + "Jude 1:1-7, 17-25", + "John 20:19-31", + "Colossians 4:5-9, 14, 18", + "Luke 10:16-21", + "Galatians 1:11-19", + "Luke 8:5-15" + ], + "2026-10-19": [ + "Philippians 4:10-23", + "Luke 9:18-22" + ], + "2026-10-20": [ + "Colossians 1:1-2, 7-11", + "Luke 9:23-27" + ], + "2026-10-21": [ + "Colossians 1:18-23", + "Luke 9:44-50" + ], + "2026-10-22": [ + "Colossians 1:24-29", + "Luke 9:49-56" + ], + "2026-10-23": [ + "Gal 1:11-19", + "Matthew 13:54-58", + "Colossians 2:1-7", + "Luke 10:1-15" + ], + "2026-10-24": [ + "1 Thessalonians 4:13-17", + "John 5:24-30", + "2 Corinthians 3:12-18", + "Luke 7:1-10" + ], + "2026-10-25": [ + "John 21:1-14", + "Galatians 2:16-20", + "Luke 16:19-31" + ], + "2026-10-26": [ + "Composite 16 - Isaiah 63:15-64:5, 8-9", + "Jeremiah 2:2-12", + "Wisdom of Solomon 4:7-15", + "Matthew 10:16-22", + "Hebrews 12:6-13, 25-27", + "Matthew 8:23-27", + "2 Timothy 2:1-10", + "John 15:17-16:2", + "Colossians 2:13-20", + "Luke 10:22-24" + ], + "2026-10-27": [ + "Colossians 2:20-3:3", + "Luke 11:1-10" + ], + "2026-10-28": [ + "Colossians 3:17-4:1", + "Luke 11:9-13" + ], + "2026-10-29": [ + "Colossians 4:2-9", + "Luke 11:14-23" + ], + "2026-10-30": [ + "Colossians 4:10-18", + "Luke 11:23-26" + ], + "2026-10-31": [ + "Hebrews 13:7-16", + "Luke 12:32-40", + "John 10:9-16", + "2 Corinthians 5:1-10", + "Luke 8:16-21" + ], + "2026-11-01": [ + "John 21:15-25", + "Galatians 6:11-18", + "Luke 8:26-39" + ], + "2026-11-02": [ + "1 Thessalonians 1:1-5", + "Luke 11:29-33" + ], + "2026-11-03": [ + "1 Thessalonians 1:6-10", + "Luke 11:34-41" + ], + "2026-11-04": [ + "1 Thessalonians 2:1-8", + "Luke 11:42-46" + ], + "2026-11-05": [ + "1 Thessalonians 2:9-14", + "Luke 11:47-12:1" + ], + "2026-11-06": [ + "1 Thessalonians 2:14-19", + "Luke 12:2-12" + ], + "2026-11-07": [ + "2 Corinthians 8:1-5", + "Luke 9:1-6" + ], + "2026-11-08": [ + "Joshua 5:13-15", + "Judges 6:2, 7, 11-24", + "Isaiah 14:7-20", + "Matthew 28:16-20", + "Hebrews 2:2-10", + "Luke 10:16-21", + "Ephesians 2:4-10", + "Luke 8:41-56" + ], + "2026-11-09": [ + "1 Thessalonians 2:20-3:8", + "Luke 12:13-15, 22-31" + ], + "2026-11-10": [ + "1 Thessalonians 3:9-13", + "Luke 12:42-48" + ], + "2026-11-11": [ + "1 Thessalonians 4:1-12", + "Luke 12:48-59" + ], + "2026-11-12": [ + "1 Thessalonians 5:1-8", + "Luke 13:1-9" + ], + "2026-11-13": [ + "Composite 2 - Proverbs 10, 3, 8", + "Composite 4 - Proverbs 10; Wisdom of Solomon 6, 7, 8, 9", + "Composite 5 - Wisdom of Solomon 4, 6, 7, 2", + "John 10:1-9", + "Hebrews 7:26-8:2", + "John 10:9-16", + "1 Thessalonians 5:9-13, 24-28", + "Luke 13:31-35" + ], + "2026-11-14": [ + "1 Corinthians 4:9-16", + "John 1:43-51", + "2 Corinthians 11:1-6", + "Luke 9:37-43" + ], + "2026-11-15": [ + "Mark 16:1-8", + "Ephesians 2:14-22", + "Luke 10:25-37" + ], + "2026-11-16": [ + "1 Peter 1:1-2:6", + "1 Peter 2:21-3:9", + "1 Peter 4:1-11", + "John 21:15-25", + "1 Corinthians 4:9-16", + "Matthew 9:9-13", + "2 Thessalonians 1:1-10", + "Luke 14:12-15" + ], + "2026-11-17": [ + "2 Thessalonians 1:10-2:2", + "Luke 14:25-35" + ], + "2026-11-18": [ + "2 Thessalonians 2:1-12", + "Luke 15:1-10" + ], + "2026-11-19": [ + "2 Thessalonians 2:13-3:5", + "Luke 16:1-9" + ], + "2026-11-20": [ + "2 Thessalonians 3:6-18", + "Luke 16:15-18, 17:1-4" + ], + "2026-11-21": [ + "Composite 17 - Exodus 40", + "Composite 18 - 3 [1] Kings 7, 8", + "Ezekiel 43:27-44:4", + "Luke 1:39-49, 56", + "Galatians 1:3-10", + "Luke 9:57-62", + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "2026-11-22": [ + "Mark 16:9-20", + "Ephesians 4:1-6", + "Luke 12:16-21" + ], + "2026-11-23": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30", + "1 Timothy 1:1-7", + "Luke 17:20-25" + ], + "2026-11-24": [ + "1 Timothy 1:8-14", + "Luke 17:26-37" + ], + "2026-11-25": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28", + "1 Timothy 1:18-20, 2:8-15", + "Luke 18:15-17, 26-30" + ], + "2026-11-26": [ + "1 Timothy 3:1-13", + "Luke 18:31-34" + ], + "2026-11-27": [ + "1 Timothy 4:4-8, 16", + "Luke 19:12-28" + ], + "2026-11-28": [ + "Galatians 3:8-12", + "Luke 10:19-21" + ], + "2026-11-29": [ + "Luke 24:1-12", + "Ephesians 5:9-19", + "Luke 13:10-17" + ], + "2026-11-30": [ + "1 Peter 1:1-2:6", + "1 Peter 2:21-3:9", + "1 Peter 4:1-11", + "Matthew 4:18-23", + "1 Corinthians 4:9-16", + "John 1:35-51", + "1 Timothy 5:1-10", + "Luke 19:37-44" + ], + "2026-12-01": [ + "1 Timothy 5:11-21", + "Luke 19:45-48" + ], + "2026-12-02": [ + "1 Timothy 5:22-6:11", + "Luke 20:1-8" + ], + "2026-12-03": [ + "1 Timothy 6:17-21", + "Luke 20:9-18" + ], + "2026-12-04": [ + "Hebrews 13:7-16", + "Luke 12:32-40", + "2 Timothy 1:1-2, 8-18", + "Luke 20:19-26" + ], + "2026-12-05": [ + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "Luke 6:17-23", + "Galatians 5:22-6:2", + "Matthew 11:27-30", + "Galatians 5:22-6:2", + "Luke 12:32-40" + ], + "2026-12-06": [ + "Composite 2 - Proverbs 10, 3, 8", + "Proverbs 10:31-11:12", + "Wisdom of Solomon 4:7-15", + "Luke 24:12-35", + "Hebrews 13:17-21", + "Luke 6:17-23", + "Ephesians 6:10-17", + "Luke 17:12-19" + ], + "2026-12-07": [ + "2 Timothy 2:20-26", + "Luke 20:27-44" + ], + "2026-12-08": [ + "2 Timothy 3:16-4:4", + "Luke 21:12-19" + ], + "2026-12-09": [ + "Galatians 4:22-31", + "Luke 8:16-21", + "2 Timothy 4:9-22", + "Luke 21:5-7, 10-11, 20-24" + ], + "2026-12-10": [ + "Titus 1:5-2:1", + "Luke 21:28-33" + ], + "2026-12-11": [ + "Titus 1:15-2:10", + "Luke 21:37-22:8" + ], + "2026-12-12": [ + "Ephesians 1:16-23", + "Luke 13:18-29" + ], + "2026-12-13": [ + "Wisdom of Solomon 3:1-9", + "Wisdom of Solomon 5:15-6:3", + "Wisdom of Solomon 4:7-15", + "Luke 24:36-53", + "Galatians 5:22-6:2", + "Luke 6:17-23", + "Colossians 3:4-11", + "Luke 14:16-24" + ], + "2026-12-14": [ + "Hebrews 3:5-11, 17-19", + "Mark 8:11-21" + ], + "2026-12-15": [ + "Hebrews 4:1-13", + "Mark 8:22-26" + ], + "2026-12-16": [ + "Hebrews 5:11-6:8", + "Mark 8:30-34" + ], + "2026-12-17": [ + "Hebrews 7:1-6", + "Mark 9:10-16" + ], + "2026-12-18": [ + "Hebrews 7:18-25", + "Mark 9:33-41" + ], + "2026-12-19": [ + "Galatians 3:8-12", + "Luke 13:18-29", + "Ephesians 2:11-13", + "Luke 14:1-11" + ], + "2026-12-20": [ + "Genesis 14:14-20", + "Deuteronomy 1:8-11, 15-17", + "Deuteronomy 10:14-21", + "John 20:1-10", + "Hebrews 11:9-10, 17-23, 32-40", + "Matthew 1:1-25" + ], + "2026-12-21": [ + "Hebrews 8:7-13", + "Mark 9:42-10:1" + ], + "2026-12-22": [ + "Hebrews 9:8-10, 15-23", + "Mark 10:2-12" + ], + "2026-12-23": [ + "Hebrews 10:1-18", + "Mark 10:11-16" + ], + "2026-12-24": [ + "Micah 5:2-4", + "Hebrews 1:1-12", + "Matthew 1:18-25", + "Jeremiah (Baruch 3:35-4:4)", + "Galatians 3:23-29", + "Luke 2:1-20", + "Isaiah 7:10-16; 8:1-4, 9-10", + "Hebrews 1:10-2:3", + "Matthew 2:1-12", + "Isaiah 9:6-7", + "Hebrews 2:11-18", + "Matthew 2:13-23", + "Genesis 1:1-13", + "Numbers 24:2-3, 5-9, 17-18", + "Micah 4:6-7; 5:2-4", + "Isaiah 11:1-10", + "Jeremiah (Baruch 3:35-4:4)", + "Daniel 2:31-36, 44-45", + "Isaiah 9:6-7", + "Isaiah 7:10-16; 8:1-4, 9-10", + "Hebrews 10:35-11:7", + "Mark 10:17-27", + "Hebrews 1:1-12", + "Luke 2:1-20" + ], + "2026-12-25": [ + "Matthew 1:18-25", + "Galatians 4:4-7", + "Matthew 2:1-12" + ], + "2026-12-26": [ + "1 Timothy 6:11-16", + "Matthew 12:15-21", + "Hebrews 2:11-18", + "Matthew 2:13-23" + ], + "2026-12-27": [ + "John 20:11-18", + "Acts 6:8-15; 7:1-5, 47-60", + "Matthew 21:33-42", + "Galatians 1:11-19", + "Matthew 2:13-23" + ], + "2026-12-28": [ + "Hebrews 11:17-23, 27-31", + "Mark 10:46-52" + ], + "2026-12-29": [ + "Hebrews 12:25-26, 13:22-25", + "Mark 11:11-23" + ], + "2026-12-30": [ + "James 1:1-18", + "Mark 11:22-26" + ], + "2026-12-31": [ + "James 1:19-27", + "Mark 11:27-33" + ] +} \ No newline at end of file diff --git a/data/oca_raw/readings-2023.json b/data/oca_raw/readings-2023.json new file mode 100644 index 00000000..2dbda65d --- /dev/null +++ b/data/oca_raw/readings-2023.json @@ -0,0 +1,4176 @@ +{ + "2023-01-01": [ + { + "citations": [ + "Colossians 2:8-12", + "Luke 2:20-21,40-52" + ], + "label": "Circumcision" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Timothy 4:5-8", + "Mark 1:1-8" + ], + "label": "Sunday Before" + } + ], + "2023-01-02": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 8:7-13", + "Luke 20:27-44" + ], + "label": "" + } + ], + "2023-01-03": [ + { + "citations": [ + "Hebrews 9:8-10, 15-23", + "Luke 21:12-19" + ], + "label": "" + } + ], + "2023-01-04": [ + { + "citations": [ + "Hebrews 10:1-18", + "Luke 21:5-7, 10-11, 20-24" + ], + "label": "" + } + ], + "2023-01-05": [ + { + "citations": [ + "Hebrews 10:35-11:7", + "Luke 21:28-33" + ], + "label": "" + }, + { + "citations": [ + "1 Corinthians 9:19-27", + "Luke 3:1-18" + ], + "label": "" + } + ], + "2023-01-06": [ + { + "citations": [ + "Titus 2:11-14; 3:4-7", + "Matthew 3:13-17" + ], + "label": "" + } + ], + "2023-01-07": [ + { + "citations": [ + "Ephesians 6:10-17", + "Matthew 4:1-11" + ], + "label": "Saturday After" + }, + { + "citations": [ + "Ephesians 5:1-8", + "Luke 13:18-29" + ], + "label": "" + }, + { + "citations": [ + "Acts 19:1-8", + "John 1:29-34" + ], + "label": "Forerunner" + } + ], + "2023-01-08": [ + { + "citations": [ + "Ephesians 4:7-13", + "Matthew 4:12-17" + ], + "label": "Sunday After" + } + ], + "2023-01-09": [ + { + "citations": [ + "Hebrews 11:17-23, 27-31", + "Mark 8:11-21" + ], + "label": "" + } + ], + "2023-01-10": [ + { + "citations": [ + "Hebrews 12:25-26, 13:22-25", + "Mark 8:22-26" + ], + "label": "" + } + ], + "2023-01-11": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "James 1:1-18", + "Mark 8:30-34" + ], + "label": "" + } + ], + "2023-01-12": [ + { + "citations": [ + "James 1:19-27", + "Mark 9:10-16" + ], + "label": "" + } + ], + "2023-01-13": [ + { + "citations": [ + "James 2:1-13", + "Mark 9:33-41" + ], + "label": "" + } + ], + "2023-01-14": [ + { + "citations": [ + "Colossians 1:3-6", + "Luke 14:1-11" + ], + "label": "" + } + ], + "2023-01-15": [ + { + "citations": [ + "1 Timothy 1:15-17", + "Luke 18:18-27" + ], + "label": "" + } + ], + "2023-01-16": [ + { + "citations": [ + "James 2:14-26", + "Mark 9:42-10:1" + ], + "label": "" + } + ], + "2023-01-17": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "James 3:1-10", + "Mark 10:2-12" + ], + "label": "" + } + ], + "2023-01-18": [ + { + "citations": [ + "James 3:11-4:6", + "Mark 10:11-16" + ], + "label": "" + } + ], + "2023-01-19": [ + { + "citations": [ + "James 4:7-5:9", + "Mark 10:17-27" + ], + "label": "" + } + ], + "2023-01-20": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Mark 10:23-32" + ], + "label": "" + } + ], + "2023-01-21": [ + { + "citations": [ + "1 Thessalonians 5:14-23", + "Luke 16:10-15" + ], + "label": "" + } + ], + "2023-01-22": [ + { + "citations": [ + "1 Timothy 1:15-17", + "Luke 18:35-43" + ], + "label": "" + } + ], + "2023-01-23": [ + { + "citations": [ + "James 2:14-26", + "Mark 10:46-52" + ], + "label": "" + } + ], + "2023-01-24": [ + { + "citations": [ + "James 3:1-10", + "Mark 11:11-23" + ], + "label": "" + } + ], + "2023-01-25": [ + { + "citations": [ + "1 Corinthians 12:7-11", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "James 3:11-4:6", + "Mark 11:22-26" + ], + "label": "" + } + ], + "2023-01-26": [ + { + "citations": [ + "James 4:7-5:9", + "Mark 11:27-33" + ], + "label": "" + } + ], + "2023-01-27": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Mark 12:1-12" + ], + "label": "" + } + ], + "2023-01-28": [ + { + "citations": [ + "1 Thessalonians 5:14-23", + "Luke 17:3-10" + ], + "label": "" + } + ], + "2023-01-29": [ + { + "citations": [ + "1 Timothy 4:9-15", + "Luke 19:1-10" + ], + "label": "" + } + ], + "2023-01-30": [ + { + "citations": [ + "Hebrews 13:7-16", + "Matthew 5:14-19" + ], + "label": "Hierarchs" + }, + { + "citations": [ + "1 Peter 2:21-3:9", + "Mark 12:13-17" + ], + "label": "" + } + ], + "2023-01-31": [ + { + "citations": [ + "1 Peter 3:10-22", + "Mark 12:18-27" + ], + "label": "" + } + ], + "2023-02-01": [ + { + "citations": [ + "1 Peter 4:1-11", + "Mark 12:28-37" + ], + "label": "" + } + ], + "2023-02-02": [ + { + "citations": [ + "1 Peter 4:12-5:5", + "Mark 12:38-44" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "label": "Meeting" + } + ], + "2023-02-03": [ + { + "citations": [ + "2 Peter 1:1-10", + "Mark 13:1-8" + ], + "label": "" + } + ], + "2023-02-04": [ + { + "citations": [ + "2 Timothy 2:11-19", + "Luke 18:2-8" + ], + "label": "" + } + ], + "2023-02-05": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Timothy 3:10-15", + "Luke 18:10-14" + ], + "label": "" + } + ], + "2023-02-06": [ + { + "citations": [ + "2 Peter 1:20-2:9", + "Mark 13:9-13" + ], + "label": "" + } + ], + "2023-02-07": [ + { + "citations": [ + "2 Peter 2:9-22", + "Mark 13:14-23" + ], + "label": "" + } + ], + "2023-02-08": [ + { + "citations": [ + "2 Peter 3:1-18", + "Mark 13:24-31" + ], + "label": "" + } + ], + "2023-02-09": [ + { + "citations": [ + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "label": "Meeting" + }, + { + "citations": [ + "1 John 1:8-2:6", + "Mark 13:31-14:2" + ], + "label": "" + } + ], + "2023-02-10": [ + { + "citations": [ + "1 John 2:7-17", + "Mark 14:3-9" + ], + "label": "" + } + ], + "2023-02-11": [ + { + "citations": [ + "2 Timothy 3:1-9", + "Luke 20:46-21:4" + ], + "label": "" + } + ], + "2023-02-12": [ + { + "citations": [ + "1 Corinthians 6:12-20", + "Luke 15:11-32" + ], + "label": "" + } + ], + "2023-02-13": [ + { + "citations": [ + "1 John 2:18-3:10", + "Mark 11:1-11" + ], + "label": "" + } + ], + "2023-02-14": [ + { + "citations": [ + "1 John 3:11-20", + "Mark 14:10-42" + ], + "label": "" + } + ], + "2023-02-15": [ + { + "citations": [ + "1 John 3:21-4:6", + "Mark 14:43-15:1" + ], + "label": "" + } + ], + "2023-02-16": [ + { + "citations": [ + "1 John 4:20-5:21", + "Mark 15:1-15" + ], + "label": "" + } + ], + "2023-02-17": [ + { + "citations": [ + "2 John 1:1-13", + "Mark 15:22-25, 33-41" + ], + "label": "" + } + ], + "2023-02-18": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 10:23-28", + "Luke 21:8-9, 25-27, 33-36" + ], + "label": "" + } + ], + "2023-02-19": [ + { + "citations": [ + "1 Corinthians 8:8-9:2", + "Matthew 25:31-46" + ], + "label": "" + } + ], + "2023-02-20": [ + { + "citations": [ + "3 John 1:1-15", + "Luke 19:29-40, 22:7-39" + ], + "label": "" + } + ], + "2023-02-21": [ + { + "citations": [ + "Jude 1:1-10", + "Luke 22:39-42, 45-23:1" + ], + "label": "" + } + ], + "2023-02-22": [ + { + "citations": [ + "Joel 2:12-26", + "Joel 3:12-21" + ], + "label": "" + } + ], + "2023-02-23": [ + { + "citations": [ + "Jude 1:11-25", + "Luke 23:2-34, 44-56" + ], + "label": "" + } + ], + "2023-02-24": [ + { + "citations": [ + "Zechariah 8:7-17", + "Zechariah 8:19-23" + ], + "label": "" + }, + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:2-15" + ], + "label": "Forerunner" + } + ], + "2023-02-25": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Romans 14:19-23, 16:25-27", + "Matthew 6:1-13" + ], + "label": "" + } + ], + "2023-02-26": [ + { + "citations": [ + "Romans 13:11-14:4", + "Matthew 6:14-21" + ], + "label": "" + } + ], + "2023-02-27": [ + { + "citations": [ + "Isaiah 1:1-20", + "Genesis 1:1-13", + "Proverbs 1:1-20" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 13:17-21", + "John 10:9-16" + ], + "label": "St. Raphael" + } + ], + "2023-02-28": [ + { + "citations": [ + "Isaiah 1:19-2:4", + "Genesis 1:14-23", + "Proverbs 1:20-33" + ], + "label": "" + } + ], + "2023-03-01": [ + { + "citations": [ + "Isaiah 2:3-11", + "Genesis 1:24-2:3", + "Proverbs 2:1-22" + ], + "label": "" + } + ], + "2023-03-02": [ + { + "citations": [ + "Isaiah 2:11-21", + "Genesis 2:4-19", + "Proverbs 3:1-18" + ], + "label": "" + } + ], + "2023-03-03": [ + { + "citations": [ + "Isaiah 3:1-15", + "Genesis 2:20-3:20", + "Proverbs 3:19-34" + ], + "label": "" + } + ], + "2023-03-04": [ + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 1:1-12", + "Mark 2:23-3:5" + ], + "label": "" + } + ], + "2023-03-05": [ + { + "citations": [ + "Hebrews 11:24-26, 32-12:2", + "John 1:43-51" + ], + "label": "" + } + ], + "2023-03-06": [ + { + "citations": [ + "Isaiah 4:2-5:7", + "Genesis 3:21-4:7", + "Proverbs 3:34-4:22" + ], + "label": "" + } + ], + "2023-03-07": [ + { + "citations": [ + "Isaiah 5:7-16", + "Genesis 4:8-15", + "Proverbs 5:1-15" + ], + "label": "" + } + ], + "2023-03-08": [ + { + "citations": [ + "Isaiah 5:16-25", + "Genesis 4:16-26", + "Proverbs 5:15-6:3" + ], + "label": "" + } + ], + "2023-03-09": [ + { + "citations": [ + "Isaiah 6:1-12", + "Genesis 5:1-24", + "Proverbs 6:3-20" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 12:1-10", + "Matthew 20:1-16" + ], + "label": "Martyrs" + } + ], + "2023-03-10": [ + { + "citations": [ + "Isaiah 7:1-15", + "Genesis 5:32-6:8", + "Proverbs 6:20-7:1" + ], + "label": "" + } + ], + "2023-03-11": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 3:12-16", + "Mark 1:35-44" + ], + "label": "" + } + ], + "2023-03-12": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 1:10-2:3", + "Mark 2:1-12" + ], + "label": "" + } + ], + "2023-03-13": [ + { + "citations": [ + "Isaiah 8:13-9:7", + "Genesis 6:9-22", + "Proverbs 8:1-21" + ], + "label": "" + } + ], + "2023-03-14": [ + { + "citations": [ + "Isaiah 9:9-10:4", + "Genesis 7:1-15", + "Proverbs 8:32-9:11" + ], + "label": "" + } + ], + "2023-03-15": [ + { + "citations": [ + "Isaiah 10:12-20", + "Genesis 7:6-9", + "Proverbs 9:12-18" + ], + "label": "" + } + ], + "2023-03-16": [ + { + "citations": [ + "Isaiah 11:10-12:2", + "Genesis 7:11-8:3", + "Proverbs 10:1-22" + ], + "label": "" + } + ], + "2023-03-17": [ + { + "citations": [ + "Isaiah 13:2-13", + "Genesis 8:4-21", + "Proverbs 10:31-11:12" + ], + "label": "" + } + ], + "2023-03-18": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 10:32-38", + "Mark 2:14-17" + ], + "label": "" + } + ], + "2023-03-19": [ + { + "citations": [ + "Hebrews 4:14-5:6", + "Mark 8:34-9:1" + ], + "label": "" + } + ], + "2023-03-20": [ + { + "citations": [ + "Isaiah 14:24-32", + "Genesis 8:21-9:7", + "Proverbs 11:19-12:6" + ], + "label": "" + } + ], + "2023-03-21": [ + { + "citations": [ + "Isaiah 25:1-9", + "Genesis 9:8-17", + "Proverbs 12:8-22" + ], + "label": "" + } + ], + "2023-03-22": [ + { + "citations": [ + "Isaiah 26:21-27:9", + "Genesis 9:18-10:1", + "Proverbs 12:23-13:9" + ], + "label": "" + } + ], + "2023-03-23": [ + { + "citations": [ + "Isaiah 28:14-22", + "Genesis 10:32-11:9", + "Proverbs 13:19-14:6" + ], + "label": "" + } + ], + "2023-03-24": [ + { + "citations": [ + "Isaiah 29:13-23", + "Genesis 12:1-7", + "Proverbs 14:15-26" + ], + "label": "" + } + ], + "2023-03-25": [ + { + "citations": [ + "Hebrews 6:9-12", + "Mark 7:31-37" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "label": "Theotokos" + } + ], + "2023-03-26": [ + { + "citations": [ + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Ephesians 5:9-19", + "Matthew 4:25-5:12" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 6:13-20", + "Mark 9:17-31" + ], + "label": "" + } + ], + "2023-03-27": [ + { + "citations": [ + "Isaiah 37:33-38:6", + "Genesis 13:12-18", + "Proverbs 14:27-15:4" + ], + "label": "" + } + ], + "2023-03-28": [ + { + "citations": [ + "Isaiah 40:18-31", + "Genesis 15:1-15", + "Proverbs 15:7-19" + ], + "label": "" + } + ], + "2023-03-29": [ + { + "citations": [ + "Isaiah 41:4-14", + "Genesis 17:1-9", + "Proverbs 15:20-16:9" + ], + "label": "" + } + ], + "2023-03-30": [ + { + "citations": [ + "Isaiah 42:5-16", + "Genesis 18:20-33", + "Proverbs 16:17-17:17" + ], + "label": "" + } + ], + "2023-03-31": [ + { + "citations": [ + "Isaiah 45:11-17", + "Genesis 22:1-18", + "Proverbs 17:17-18:5" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Innocent" + } + ], + "2023-04-01": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Hebrews 9:24-28", + "Mark 8:27-31" + ], + "label": "" + } + ], + "2023-04-02": [ + { + "citations": [ + "Galatians 3:23-29", + "Luke 7:36-50" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 9:11-14", + "Mark 10:32-45" + ], + "label": "" + } + ], + "2023-04-03": [ + { + "citations": [ + "Isaiah 48:17-49:4", + "Genesis 27:1-41", + "Proverbs 19:16-25" + ], + "label": "" + } + ], + "2023-04-04": [ + { + "citations": [ + "Isaiah 49:6-10", + "Genesis 31:3-16", + "Proverbs 21:3-21" + ], + "label": "" + } + ], + "2023-04-05": [ + { + "citations": [ + "Isaiah 58:1-11", + "Genesis 43:26-31, 45:1-16", + "Proverbs 21:23-22:4" + ], + "label": "" + } + ], + "2023-04-06": [ + { + "citations": [ + "Isaiah 65:8-16", + "Genesis 46:1-7", + "Proverbs 23:15-24:5" + ], + "label": "" + } + ], + "2023-04-07": [ + { + "citations": [ + "Isaiah 66:10-24", + "Genesis 49:33-50:26", + "Proverbs 31:8-31" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Tikhon" + } + ], + "2023-04-08": [ + { + "citations": [ + "Hebrews 12:28-13:8", + "John 11:1-45" + ], + "label": "" + } + ], + "2023-04-09": [ + { + "citations": [ + "Philippians 4:4-9", + "John 12:1-18" + ], + "label": "" + } + ], + "2023-04-10": [ + { + "citations": [ + "Matthew 21:18-43" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 1:1-20", + "Exodus 1:1-20", + "Job 1:1-12" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 24:3-35" + ], + "label": "Presanctified" + } + ], + "2023-04-11": [ + { + "citations": [ + "Matthew 22:15-23:39" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 1:21-28 (1:1-28,2:1 LXX)", + "Exodus 2:5-10", + "Job 1:13-22" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 24:36-26:2" + ], + "label": "Presanctified" + } + ], + "2023-04-12": [ + { + "citations": [ + "John 12:17-50" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 2:3-3:3", + "Exodus 2:11-22", + "Job 2:1-10" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 26:6-16" + ], + "label": "Presanctified" + } + ], + "2023-04-13": [ + { + "citations": [ + "Luke 22:1-39" + ], + "label": "Matins" + }, + { + "citations": [ + "Exodus 19:10-19", + "Job 38:1-23; 42:1-5", + "Isaiah 50:4-11" + ], + "label": "Vespers" + }, + { + "citations": [ + "1 Corinthians 11:23-32", + "Matt. 26:2-20; John 13:3-17; Matt. 26:21-39; Luke 22:43-45; Matt. 26:40-27:2" + ], + "label": "Composite" + } + ], + "2023-04-14": [ + { + "citations": [ + "Exodus 33:11-23", + "Job 42:12-17 LXX", + "Isaiah 52:13-54:1" + ], + "label": "Vespers" + }, + { + "citations": [ + "1 Corinthians 1:18-2:2", + "Matt. 27:1-38; Luke 23:39-43; Matt. 27:39-54; John 19:31-37; Matt. 27:55-61" + ], + "label": "Vespers" + } + ], + "2023-04-15": [ + { + "citations": [ + "Ezekiel 37:1-14", + "1 Corinthians 5:6-8; Galatians 3:13-14", + "Matthew 27:62-66" + ], + "label": "Matins" + }, + { + "citations": [ + "Romans 6:3-11", + "Matthew 28:1-20" + ], + "label": "" + } + ], + "2023-04-16": [ + { + "citations": [ + "Acts 1:1-8", + "John 1:1-17" + ], + "label": "" + } + ], + "2023-04-17": [ + { + "citations": [ + "John 20:19-25" + ], + "label": "Vespers" + }, + { + "citations": [ + "Acts 1:12-17, 21-26", + "John 1:18-28" + ], + "label": "" + } + ], + "2023-04-18": [ + { + "citations": [ + "Acts 2:14-21", + "Luke 24:12-35" + ], + "label": "" + } + ], + "2023-04-19": [ + { + "citations": [ + "Acts 2:22-36", + "John 1:35-51" + ], + "label": "" + } + ], + "2023-04-20": [ + { + "citations": [ + "Acts 2:38-43", + "John 3:1-15" + ], + "label": "" + } + ], + "2023-04-21": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Acts 3:1-8", + "John 2:12-22" + ], + "label": "" + } + ], + "2023-04-22": [ + { + "citations": [ + "Acts 3:11-16", + "John 3:22-33" + ], + "label": "" + } + ], + "2023-04-23": [ + { + "citations": [ + "Acts 12:1-11", + "John 15:17-16:2" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 5:12-20", + "John 20:19-31" + ], + "label": "" + } + ], + "2023-04-24": [ + { + "citations": [ + "Acts 3:19-26", + "John 2:1-11" + ], + "label": "" + } + ], + "2023-04-25": [ + { + "citations": [ + "1 Peter 5:6-14", + "Mark 6:7-13" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 4:1-10", + "John 3:16-21" + ], + "label": "" + } + ], + "2023-04-26": [ + { + "citations": [ + "Acts 4:13-22", + "John 5:17-24" + ], + "label": "" + } + ], + "2023-04-27": [ + { + "citations": [ + "Acts 4:23-31", + "John 5:24-30" + ], + "label": "" + } + ], + "2023-04-28": [ + { + "citations": [ + "Acts 5:1-11", + "John 5:30-6:2" + ], + "label": "" + } + ], + "2023-04-29": [ + { + "citations": [ + "Acts 5:21-33", + "John 6:14-27" + ], + "label": "" + } + ], + "2023-04-30": [ + { + "citations": [ + "Acts 12:1-11", + "Luke 5:1-11" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 6:1-7", + "Mark 15:43-16:8" + ], + "label": "" + } + ], + "2023-05-01": [ + { + "citations": [ + "Acts 6:8-7:5, 47-60", + "John 4:46-54" + ], + "label": "" + } + ], + "2023-05-02": [ + { + "citations": [ + "Acts 8:5-17", + "John 6:27-33" + ], + "label": "" + } + ], + "2023-05-03": [ + { + "citations": [ + "Hebrews 13:7-16", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 8:18-25", + "John 6:35-39" + ], + "label": "" + } + ], + "2023-05-04": [ + { + "citations": [ + "Acts 8:26-39", + "John 6:40-44" + ], + "label": "" + } + ], + "2023-05-05": [ + { + "citations": [ + "Acts 8:40-9:19", + "John 6:48-54" + ], + "label": "" + } + ], + "2023-05-06": [ + { + "citations": [ + "Acts 9:20-31", + "John 15:17-16:2" + ], + "label": "" + } + ], + "2023-05-07": [ + { + "citations": [ + "Galatians 1:11-19", + "John 10:1-9" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 9:32-42", + "John 5:1-15" + ], + "label": "" + } + ], + "2023-05-08": [ + { + "citations": [ + "1 John 1:1-7", + "John 19:25-27; 21:24-25" + ], + "label": "St. John" + }, + { + "citations": [ + "Acts 10:1-16", + "John 6:56-69" + ], + "label": "" + } + ], + "2023-05-09": [ + { + "citations": [ + "Acts 10:21-33", + "John 7:1-13" + ], + "label": "" + } + ], + "2023-05-10": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 13:54-58" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 14:6-18", + "John 7:14-30" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "John 5:1-4" + ], + "label": "Blessing of Waters" + } + ], + "2023-05-11": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "Matthew 5:14-19" + ], + "label": "Saints" + }, + { + "citations": [ + "Acts 10:34-43", + "John 8:12-20" + ], + "label": "" + } + ], + "2023-05-12": [ + { + "citations": [ + "Acts 10:44-11:10", + "John 8:21-30" + ], + "label": "" + } + ], + "2023-05-13": [ + { + "citations": [ + "Acts 12:1-11", + "John 8:31-42" + ], + "label": "" + } + ], + "2023-05-14": [ + { + "citations": [ + "Acts 11:19-26, 29-30", + "John 4:5-42" + ], + "label": "" + } + ], + "2023-05-15": [ + { + "citations": [ + "Acts 12:12-17", + "John 8:42-51" + ], + "label": "" + } + ], + "2023-05-16": [ + { + "citations": [ + "Acts 12:25-13:12", + "John 8:51-59" + ], + "label": "" + } + ], + "2023-05-17": [ + { + "citations": [ + "Acts 13:13-24", + "John 6:5-14" + ], + "label": "" + } + ], + "2023-05-18": [ + { + "citations": [ + "Acts 14:20-27", + "John 9:39-10:9" + ], + "label": "" + } + ], + "2023-05-19": [ + { + "citations": [ + "Acts 15:5-34", + "John 10:17-28" + ], + "label": "" + } + ], + "2023-05-20": [ + { + "citations": [ + "Acts 15:35-41", + "John 10:27-38" + ], + "label": "" + } + ], + "2023-05-21": [ + { + "citations": [ + "Acts 26:1-5, 12-20", + "John 10:1-9" + ], + "label": "Saints" + }, + { + "citations": [ + "Acts 16:16-34", + "John 9:1-38" + ], + "label": "" + } + ], + "2023-05-22": [ + { + "citations": [ + "Acts 17:1-15", + "John 11:47-57" + ], + "label": "" + } + ], + "2023-05-23": [ + { + "citations": [ + "Acts 17:19-28", + "John 12:19-36" + ], + "label": "" + } + ], + "2023-05-24": [ + { + "citations": [ + "Acts 18:22-28", + "John 12:36-47" + ], + "label": "" + } + ], + "2023-05-25": [ + { + "citations": [ + "Acts 1:1-12", + "Luke 24:36-53" + ], + "label": "" + } + ], + "2023-05-26": [ + { + "citations": [ + "Acts 19:1-8", + "John 14:1-11" + ], + "label": "" + } + ], + "2023-05-27": [ + { + "citations": [ + "Acts 20:7-12", + "John 14:10-21" + ], + "label": "" + } + ], + "2023-05-28": [ + { + "citations": [ + "Acts 20:16-18, 28-36", + "John 17:1-13" + ], + "label": "" + } + ], + "2023-05-29": [ + { + "citations": [ + "Acts 21:8-14", + "John 14:27-15:7" + ], + "label": "" + } + ], + "2023-05-30": [ + { + "citations": [ + "Acts 21:26-32", + "John 16:2-13" + ], + "label": "" + } + ], + "2023-05-31": [ + { + "citations": [ + "Acts 23:1-11", + "John 16:15-23" + ], + "label": "" + } + ], + "2023-06-01": [ + { + "citations": [ + "Acts 25:13-19", + "John 16:23-33" + ], + "label": "" + } + ], + "2023-06-02": [ + { + "citations": [ + "Acts 27:1-44", + "John 17:18-26" + ], + "label": "" + } + ], + "2023-06-03": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 15:47-57", + "John 6:35-39" + ], + "label": "Departed, variant" + }, + { + "citations": [ + "Acts 28:1-31", + "John 21:15-25" + ], + "label": "" + } + ], + "2023-06-04": [ + { + "citations": [ + "Acts 2:1-11", + "John 7:37-52, 8:12" + ], + "label": "" + } + ], + "2023-06-05": [ + { + "citations": [ + "Ephesians 5:9-19", + "Matthew 18:10-20" + ], + "label": "" + } + ], + "2023-06-06": [ + { + "citations": [ + "Romans 1:1-7, 13-17", + "Matthew 4:25-5:13" + ], + "label": "" + } + ], + "2023-06-07": [ + { + "citations": [ + "Romans 1:18-27", + "Matthew 5:20-26" + ], + "label": "" + } + ], + "2023-06-08": [ + { + "citations": [ + "Romans 1:28-2:9", + "Matthew 5:27-32" + ], + "label": "" + } + ], + "2023-06-09": [ + { + "citations": [ + "Romans 2:14-29", + "Matthew 5:33-41" + ], + "label": "" + } + ], + "2023-06-10": [ + { + "citations": [ + "Romans 1:7-12", + "Matthew 5:42-48" + ], + "label": "" + } + ], + "2023-06-11": [ + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 10:32-33, 37-38, 19:27-30" + ], + "label": "" + } + ], + "2023-06-12": [ + { + "citations": [ + "Romans 2:28-3:18", + "Matthew 6:31-34, 7:9-11" + ], + "label": "" + } + ], + "2023-06-13": [ + { + "citations": [ + "Romans 4:4-12", + "Matthew 7:15-21" + ], + "label": "" + } + ], + "2023-06-14": [ + { + "citations": [ + "Romans 4:13-25", + "Matthew 7:21-23" + ], + "label": "" + } + ], + "2023-06-15": [ + { + "citations": [ + "Romans 5:10-16", + "Matthew 8:23-27" + ], + "label": "" + } + ], + "2023-06-16": [ + { + "citations": [ + "Romans 5:17-6:2", + "Matthew 9:14-17" + ], + "label": "" + } + ], + "2023-06-17": [ + { + "citations": [ + "Romans 3:19-26", + "Matthew 7:1-8" + ], + "label": "" + } + ], + "2023-06-18": [ + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 4:25-5:12" + ], + "label": "Saints" + }, + { + "citations": [ + "Romans 2:10-16", + "Matthew 4:18-23" + ], + "label": "" + } + ], + "2023-06-19": [ + { + "citations": [ + "Jude 1-10", + "John 14:21-24" + ], + "label": "Apostle" + }, + { + "citations": [ + "Romans 7:1-13", + "Matthew 9:36-10:8" + ], + "label": "" + } + ], + "2023-06-20": [ + { + "citations": [ + "Romans 7:14-8:2", + "Matthew 10:9-15" + ], + "label": "" + } + ], + "2023-06-21": [ + { + "citations": [ + "Romans 8:2-13", + "Matthew 10:16-22" + ], + "label": "" + } + ], + "2023-06-22": [ + { + "citations": [ + "Romans 8:22-27", + "Matthew 10:23-31" + ], + "label": "" + } + ], + "2023-06-23": [ + { + "citations": [ + "Romans 9:6-19", + "Matthew 10:32-36, 11:1" + ], + "label": "" + } + ], + "2023-06-24": [ + { + "citations": [ + "Romans 13:11-14:4", + "Luke 1:1-25, 57-68, 76, 80" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Romans 3:28-4:3", + "Matthew 7:24-8:4" + ], + "label": "" + } + ], + "2023-06-25": [ + { + "citations": [ + "Romans 5:1-10", + "Matthew 6:22-33" + ], + "label": "" + } + ], + "2023-06-26": [ + { + "citations": [ + "Romans 9:18-33", + "Matthew 11:2-15" + ], + "label": "" + } + ], + "2023-06-27": [ + { + "citations": [ + "Romans 10:11-11:2", + "Matthew 11:16-20" + ], + "label": "" + } + ], + "2023-06-28": [ + { + "citations": [ + "Romans 11:2-12", + "Matthew 11:20-26" + ], + "label": "" + } + ], + "2023-06-29": [ + { + "citations": [ + "2 Corinthians 11:21-12:9", + "Matthew 16:13-19" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 11:13-24", + "Matthew 11:27-30" + ], + "label": "" + } + ], + "2023-06-30": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Mark 3:13-19" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 11:25-36", + "Matthew 12:1-8" + ], + "label": "" + } + ], + "2023-07-01": [ + { + "citations": [ + "Romans 6:11-17", + "Matthew 8:14-23" + ], + "label": "" + } + ], + "2023-07-02": [ + { + "citations": [ + "Romans 6:18-23", + "Matthew 8:5-13" + ], + "label": "" + } + ], + "2023-07-03": [ + { + "citations": [ + "Romans 12:4-5, 15-21", + "Matthew 12:9-13" + ], + "label": "" + } + ], + "2023-07-04": [ + { + "citations": [ + "Romans 14:9-18", + "Matthew 12:14-16, 22-30" + ], + "label": "" + } + ], + "2023-07-05": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "either Saint" + }, + { + "citations": [ + "Romans 15:7-16", + "Matthew 12:38-45" + ], + "label": "" + } + ], + "2023-07-06": [ + { + "citations": [ + "Romans 15:17-29", + "Matthew 12:46-13:3" + ], + "label": "" + } + ], + "2023-07-07": [ + { + "citations": [ + "Romans 16:1-16", + "Matthew 13:4-9" + ], + "label": "" + } + ], + "2023-07-08": [ + { + "citations": [ + "Romans 8:14-21", + "Matthew 9:9-13" + ], + "label": "" + } + ], + "2023-07-09": [ + { + "citations": [ + "Romans 10:1-10", + "Matthew 8:28-9:1" + ], + "label": "" + } + ], + "2023-07-10": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 4:25-5:12" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 16:17-24", + "Matthew 13:10-23" + ], + "label": "" + } + ], + "2023-07-11": [ + { + "citations": [ + "1 Corinthians 1:1-9", + "Matthew 13:24-30" + ], + "label": "" + } + ], + "2023-07-12": [ + { + "citations": [ + "1 Corinthians 2:9-3:8", + "Matthew 13:31-36" + ], + "label": "" + } + ], + "2023-07-13": [ + { + "citations": [ + "1 Corinthians 3:18-23", + "Matthew 13:36-43" + ], + "label": "" + } + ], + "2023-07-14": [ + { + "citations": [ + "1 Corinthians 4:5-8", + "Matthew 13:44-54" + ], + "label": "" + } + ], + "2023-07-15": [ + { + "citations": [ + "Galatians 1:11-19", + "John 10:1-9" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 9:1-5", + "Matthew 9:18-26" + ], + "label": "" + } + ], + "2023-07-16": [ + { + "citations": [ + "Hebrews 13:7-16", + "John 17:1-13" + ], + "label": "Fathers" + }, + { + "citations": [ + "Romans 12:6-14", + "Matthew 9:1-8" + ], + "label": "" + } + ], + "2023-07-17": [ + { + "citations": [ + "1 Corinthians 5:9-6:11", + "Matthew 13:54-58" + ], + "label": "" + } + ], + "2023-07-18": [ + { + "citations": [ + "1 Corinthians 6:20-7:12", + "Matthew 14:1-13" + ], + "label": "" + } + ], + "2023-07-19": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 7:12-24", + "Matthew 14:35-15:11" + ], + "label": "" + } + ], + "2023-07-20": [ + { + "citations": [ + "James 5:10-20", + "Luke 4:22-30" + ], + "label": "Prophet" + }, + { + "citations": [ + "1 Corinthians 7:24-35", + "Matthew 15:12-21" + ], + "label": "" + } + ], + "2023-07-21": [ + { + "citations": [ + "1 Corinthians 7:35-8:7", + "Matthew 15:29-31" + ], + "label": "" + } + ], + "2023-07-22": [ + { + "citations": [ + "Romans 12:1-3", + "Matthew 10:37-11:1" + ], + "label": "" + } + ], + "2023-07-23": [ + { + "citations": [ + "Romans 15:1-7", + "Matthew 9:27-35" + ], + "label": "" + } + ], + "2023-07-24": [ + { + "citations": [ + "Romans 8:28-39", + "John 15:17-16:2" + ], + "label": "Saints" + }, + { + "citations": [ + "1 Corinthians 9:13-18", + "Matthew 16:1-6" + ], + "label": "" + } + ], + "2023-07-25": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 8:16-21" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 10:5-12", + "Matthew 16:6-12" + ], + "label": "" + } + ], + "2023-07-26": [ + { + "citations": [ + "Philippians 3:7-14", + "Mark 10:29-31, 42-45" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 10:12-22", + "Matthew 16:20-24" + ], + "label": "" + } + ], + "2023-07-27": [ + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "St. Panteleimon" + }, + { + "citations": [ + "1 Corinthians 10:28-11:7", + "Matthew 16:24-28" + ], + "label": "" + } + ], + "2023-07-28": [ + { + "citations": [ + "1 Corinthians 11:8-22", + "Matthew 17:10-18" + ], + "label": "" + } + ], + "2023-07-29": [ + { + "citations": [ + "Romans 13:1-10", + "Matthew 12:30-37" + ], + "label": "" + } + ], + "2023-07-30": [ + { + "citations": [ + "1 Corinthians 1:10-18", + "Matthew 14:14-22" + ], + "label": "" + } + ], + "2023-07-31": [ + { + "citations": [ + "1 Corinthians 11:31-12:6", + "Matthew 18:1-11" + ], + "label": "" + } + ], + "2023-08-01": [ + { + "citations": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "label": "Cross" + }, + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 10:32-36; 11:1" + ], + "label": "Martyrs" + }, + { + "citations": [ + "Hebrews 2:11-18", + "John 5:1-4" + ], + "label": "At the Blessing of Waters" + }, + { + "citations": [ + "1 Corinthians 12:12-26", + "Matthew 18:18-22, 19:1-2, 13-15" + ], + "label": "" + } + ], + "2023-08-02": [ + { + "citations": [ + "1 Corinthians 13:4-14:5", + "Matthew 20:1-16" + ], + "label": "" + } + ], + "2023-08-03": [ + { + "citations": [ + "1 Corinthians 14:6-19", + "Matthew 20:17-28" + ], + "label": "" + } + ], + "2023-08-04": [ + { + "citations": [ + "1 Corinthians 14:26-40", + "Matthew 21:12-14, 17-20" + ], + "label": "" + } + ], + "2023-08-05": [ + { + "citations": [ + "Romans 14:6-9", + "Matthew 15:32-39" + ], + "label": "" + } + ], + "2023-08-06": [ + { + "citations": [ + "1 Corinthians 3:9-17", + "Matthew 14:22-34" + ], + "label": "" + }, + { + "citations": [ + "2 Peter 1:10-19", + "Matthew 17:1-9" + ], + "label": "Transfiguration" + } + ], + "2023-08-07": [ + { + "citations": [ + "1 Corinthians 15:12-19", + "Matthew 21:18-22" + ], + "label": "" + } + ], + "2023-08-08": [ + { + "citations": [ + "1 Corinthians 15:29-38", + "Matthew 21:23-27" + ], + "label": "" + } + ], + "2023-08-09": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 16:4-12", + "Matthew 21:28-32" + ], + "label": "" + } + ], + "2023-08-10": [ + { + "citations": [ + "2 Corinthians 1:1-7", + "Matthew 21:43-46" + ], + "label": "" + } + ], + "2023-08-11": [ + { + "citations": [ + "2 Corinthians 1:12-20", + "Matthew 22:23-33" + ], + "label": "" + } + ], + "2023-08-12": [ + { + "citations": [ + "Romans 15:30-33", + "Matthew 17:24-18:4" + ], + "label": "" + } + ], + "2023-08-13": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "Matthew 5:14-19" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 17:14-23" + ], + "label": "" + } + ], + "2023-08-14": [ + { + "citations": [ + "2 Corinthians 2:4-15", + "Matthew 23:13-22" + ], + "label": "" + } + ], + "2023-08-15": [ + { + "citations": [ + "2 Corinthians 2:14-3:3", + "Matthew 23:23-28" + ], + "label": "" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2023-08-16": [ + { + "citations": [ + "Colossians 1:12-18", + "Luke 9:51-56; 10:22-24" + ], + "label": "Image" + }, + { + "citations": [ + "2 Corinthians 3:4-11", + "Matthew 23:29-39" + ], + "label": "" + } + ], + "2023-08-17": [ + { + "citations": [ + "2 Corinthians 4:1-6", + "Matthew 24:13-28" + ], + "label": "" + } + ], + "2023-08-18": [ + { + "citations": [ + "2 Corinthians 4:13-18", + "Matthew 24:27-33, 42-51" + ], + "label": "" + } + ], + "2023-08-19": [ + { + "citations": [ + "1 Corinthians 1:3-9", + "Matthew 19:3-12" + ], + "label": "" + } + ], + "2023-08-20": [ + { + "citations": [ + "1 Corinthians 9:2-12", + "Matthew 18:23-35" + ], + "label": "" + } + ], + "2023-08-21": [ + { + "citations": [ + "2 Corinthians 5:10-15", + "Mark 1:9-15" + ], + "label": "" + } + ], + "2023-08-22": [ + { + "citations": [ + "2 Corinthians 5:15-21", + "Mark 1:16-22" + ], + "label": "" + } + ], + "2023-08-23": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "2 Corinthians 6:11-16", + "Mark 1:23-28" + ], + "label": "" + } + ], + "2023-08-24": [ + { + "citations": [ + "2 Corinthians 7:1-10", + "Mark 1:29-35" + ], + "label": "" + } + ], + "2023-08-25": [ + { + "citations": [ + "2 Corinthians 7:10-16", + "Mark 2:18-22" + ], + "label": "" + } + ], + "2023-08-26": [ + { + "citations": [ + "1 Corinthians 1:26-29", + "Matthew 20:29-34" + ], + "label": "" + } + ], + "2023-08-27": [ + { + "citations": [ + "1 Corinthians 15:1-11", + "Matthew 19:16-26" + ], + "label": "" + } + ], + "2023-08-28": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Corinthians 8:7-15", + "Mark 3:6-12" + ], + "label": "" + } + ], + "2023-08-29": [ + { + "citations": [ + "Acts 13:25-33", + "Mark 6:14-30" + ], + "label": "Forerunner" + }, + { + "citations": [ + "2 Corinthians 8:16-9:5", + "Mark 3:13-19" + ], + "label": "" + } + ], + "2023-08-30": [ + { + "citations": [ + "2 Corinthians 9:12-10:7", + "Mark 3:20-27" + ], + "label": "" + } + ], + "2023-08-31": [ + { + "citations": [ + "2 Corinthians 10:7-18", + "Mark 3:28-35" + ], + "label": "" + } + ], + "2023-09-01": [ + { + "citations": [ + "1 Timothy 2:1-7", + "Luke 4:16-22" + ], + "label": "New Year" + }, + { + "citations": [ + "Colossians 3:12-16", + "Matthew 11:27-30" + ], + "label": "St. Simeon" + }, + { + "citations": [ + "2 Corinthians 11:5-21", + "Mark 4:1-9" + ], + "label": "" + } + ], + "2023-09-02": [ + { + "citations": [ + "1 Corinthians 2:6-9", + "Matthew 22:15-22" + ], + "label": "" + } + ], + "2023-09-03": [ + { + "citations": [ + "1 Corinthians 16:13-24", + "Matthew 21:33-42" + ], + "label": "" + } + ], + "2023-09-04": [ + { + "citations": [ + "2 Corinthians 12:10-19", + "Mark 4:10-23" + ], + "label": "" + } + ], + "2023-09-05": [ + { + "citations": [ + "2 Corinthians 12:20-13:2", + "Mark 4:24-34" + ], + "label": "" + } + ], + "2023-09-06": [ + { + "citations": [ + "2 Corinthians 13:3-14", + "Mark 4:35-41" + ], + "label": "" + } + ], + "2023-09-07": [ + { + "citations": [ + "Galatians 1:1-10, 20-2:5", + "Mark 5:1-20" + ], + "label": "" + } + ], + "2023-09-08": [ + { + "citations": [ + "Galatians 2:6-10", + "Mark 5:22-24, 35-6:1" + ], + "label": "" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2023-09-09": [ + { + "citations": [ + "1 Corinthians 2:6-9", + "Matthew 10:37-11:1" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "1 Corinthians 4:1-5", + "Matthew 23:1-12" + ], + "label": "" + } + ], + "2023-09-10": [ + { + "citations": [ + "Galatians 6:11-18", + "John 3:13-17" + ], + "label": "Sunday Before" + }, + { + "citations": [ + "2 Corinthians 1:21-2:4", + "Matthew 22:1-14" + ], + "label": "" + } + ], + "2023-09-11": [ + { + "citations": [ + "Galatians 2:11-16", + "Mark 5:24-34" + ], + "label": "" + } + ], + "2023-09-12": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Galatians 2:21-3:7", + "Mark 6:1-7" + ], + "label": "" + } + ], + "2023-09-13": [ + { + "citations": [ + "Hebrews 3:1-4", + "Matthew 16:13-18" + ], + "label": "Church" + }, + { + "citations": [ + "Galatians 3:15-22", + "Mark 6:7-13" + ], + "label": "" + } + ], + "2023-09-14": [ + { + "citations": [ + "Galatians 3:23-4:5", + "Mark 6:30-45" + ], + "label": "" + }, + { + "citations": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "label": "" + } + ], + "2023-09-15": [ + { + "citations": [ + "Galatians 4:8-21", + "Mark 6:45-53" + ], + "label": "" + } + ], + "2023-09-16": [ + { + "citations": [ + "1 Corinthians 1:26-29", + "John 8:21-30" + ], + "label": "Saturday After" + }, + { + "citations": [ + "1 Corinthians 4:17-5:5", + "Matthew 24:1-13" + ], + "label": "" + } + ], + "2023-09-17": [ + { + "citations": [ + "Galatians 2:16-20", + "Mark 8:34-9:1" + ], + "label": "Sunday After" + }, + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 22:35-46" + ], + "label": "" + } + ], + "2023-09-18": [ + { + "citations": [ + "Galatians 4:28-5:10", + "Luke 3:19-22" + ], + "label": "" + } + ], + "2023-09-19": [ + { + "citations": [ + "Galatians 5:11-21", + "Luke 3:23-4:1" + ], + "label": "" + } + ], + "2023-09-20": [ + { + "citations": [ + "Galatians 6:2-10", + "Luke 4:1-15" + ], + "label": "" + } + ], + "2023-09-21": [ + { + "citations": [ + "Ephesians 1:1-9", + "Luke 4:16-22" + ], + "label": "" + } + ], + "2023-09-22": [ + { + "citations": [ + "Ephesians 1:7-17", + "Luke 4:22-30" + ], + "label": "" + } + ], + "2023-09-23": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 1:5-25" + ], + "label": "Forerunner" + }, + { + "citations": [ + "1 Corinthians 10:23-28", + "Luke 4:31-36" + ], + "label": "" + } + ], + "2023-09-24": [ + { + "citations": [ + "Romans 8:28-39", + "Luke 21:12-19" + ], + "label": "New Martyrs" + }, + { + "citations": [ + "2 Corinthians 6:1-10", + "Luke 5:1-11" + ], + "label": "" + } + ], + "2023-09-25": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 1:22-2:3", + "Luke 4:37-44" + ], + "label": "" + } + ], + "2023-09-26": [ + { + "citations": [ + "1 John 4:12-19", + "John 19:25-27; 21:24-25" + ], + "label": "St. John" + }, + { + "citations": [ + "Ephesians 2:19-3:7", + "Luke 5:12-16" + ], + "label": "" + } + ], + "2023-09-27": [ + { + "citations": [ + "Ephesians 3:8-21", + "Luke 5:33-39" + ], + "label": "" + } + ], + "2023-09-28": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 4:14-19", + "Luke 6:12-19" + ], + "label": "" + } + ], + "2023-09-29": [ + { + "citations": [ + "Ephesians 4:17-25", + "Luke 6:17-23" + ], + "label": "" + } + ], + "2023-09-30": [ + { + "citations": [ + "1 Corinthians 14:20-25", + "Luke 5:17-26" + ], + "label": "" + } + ], + "2023-10-01": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "2 Corinthians 6:16-7:1", + "Luke 6:31-36" + ], + "label": "" + } + ], + "2023-10-02": [ + { + "citations": [ + "Ephesians 4:25-32", + "Luke 6:24-30" + ], + "label": "" + } + ], + "2023-10-03": [ + { + "citations": [ + "Ephesians 5:20-26", + "Luke 6:37-45" + ], + "label": "" + } + ], + "2023-10-04": [ + { + "citations": [ + "Ephesians 5:25-33", + "Luke 6:46-7:1" + ], + "label": "" + } + ], + "2023-10-05": [ + { + "citations": [ + "Ephesians 5:33-6:9", + "Luke 7:17-30" + ], + "label": "" + } + ], + "2023-10-06": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Innocent" + }, + { + "citations": [ + "Ephesians 6:18-24", + "Luke 7:31-35" + ], + "label": "" + } + ], + "2023-10-07": [ + { + "citations": [ + "1 Corinthians 15:39-45", + "Luke 5:27-32" + ], + "label": "" + } + ], + "2023-10-08": [ + { + "citations": [ + "2 Corinthians 9:6-11", + "Luke 7:11-16" + ], + "label": "" + } + ], + "2023-10-09": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "Philippians 1:1-7", + "Luke 7:36-50" + ], + "label": "" + } + ], + "2023-10-10": [ + { + "citations": [ + "Philippians 1:8-14", + "Luke 8:1-3" + ], + "label": "" + } + ], + "2023-10-11": [ + { + "citations": [ + "Philippians 1:12-20", + "Luke 8:22-25" + ], + "label": "" + } + ], + "2023-10-12": [ + { + "citations": [ + "Philippians 1:20-27", + "Luke 9:7-11" + ], + "label": "" + } + ], + "2023-10-13": [ + { + "citations": [ + "Philippians 1:27-2:4", + "Luke 9:12-18" + ], + "label": "" + } + ], + "2023-10-14": [ + { + "citations": [ + "1 Corinthians 15:58-16:3", + "Luke 6:1-10" + ], + "label": "" + } + ], + "2023-10-15": [ + { + "citations": [ + "Hebrews 13:7-16", + "John 17:1-13" + ], + "label": "Fathers" + }, + { + "citations": [ + "2 Corinthians 11:31-12:9", + "Luke 8:5-15" + ], + "label": "" + } + ], + "2023-10-16": [ + { + "citations": [ + "Philippians 2:12-16", + "Luke 9:18-22" + ], + "label": "" + } + ], + "2023-10-17": [ + { + "citations": [ + "Philippians 2:17-23", + "Luke 9:23-27" + ], + "label": "" + } + ], + "2023-10-18": [ + { + "citations": [ + "Colossians 4:5-9, 14, 18", + "Luke 10:16-21" + ], + "label": "St. Luke" + }, + { + "citations": [ + "Philippians 2:24-30", + "Luke 9:44-50" + ], + "label": "" + } + ], + "2023-10-19": [ + { + "citations": [ + "Philippians 3:1-8", + "Luke 9:49-56" + ], + "label": "" + } + ], + "2023-10-20": [ + { + "citations": [ + "Philippians 3:8-19", + "Luke 10:1-15" + ], + "label": "" + } + ], + "2023-10-21": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "2 Corinthians 1:8-11", + "Luke 7:1-10" + ], + "label": "" + } + ], + "2023-10-22": [ + { + "citations": [ + "Galatians 1:11-19", + "Luke 16:19-31" + ], + "label": "" + } + ], + "2023-10-23": [ + { + "citations": [ + "Gal 1:11-19", + "Matthew 13:54-58" + ], + "label": "Saint" + }, + { + "citations": [ + "Philippians 4:10-23", + "Luke 10:22-24" + ], + "label": "" + } + ], + "2023-10-24": [ + { + "citations": [ + "Colossians 1:1-2, 7-11", + "Luke 11:1-10" + ], + "label": "" + } + ], + "2023-10-25": [ + { + "citations": [ + "Colossians 1:18-23", + "Luke 11:9-13" + ], + "label": "" + } + ], + "2023-10-26": [ + { + "citations": [ + "Hebrews 12:6-13, 25-27", + "Matthew 8:23-27" + ], + "label": "Earthquake" + }, + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "St. Demetrius" + }, + { + "citations": [ + "Colossians 1:24-29", + "Luke 11:14-23" + ], + "label": "" + } + ], + "2023-10-27": [ + { + "citations": [ + "Colossians 2:1-7", + "Luke 11:23-26" + ], + "label": "" + } + ], + "2023-10-28": [ + { + "citations": [ + "2 Corinthians 3:12-18", + "Luke 8:16-21" + ], + "label": "" + } + ], + "2023-10-29": [ + { + "citations": [ + "Galatians 2:16-20", + "Luke 8:26-39" + ], + "label": "" + } + ], + "2023-10-30": [ + { + "citations": [ + "Colossians 2:13-20", + "Luke 11:29-33" + ], + "label": "" + } + ], + "2023-10-31": [ + { + "citations": [ + "Colossians 2:20-3:3", + "John 10:9-16" + ], + "label": "St. John Kochurov" + } + ], + "2023-11-01": [ + { + "citations": [ + "Colossians 3:17-4:1", + "Luke 11:42-46" + ], + "label": "" + } + ], + "2023-11-02": [ + { + "citations": [ + "Colossians 4:2-9", + "Luke 11:47-12:1" + ], + "label": "" + } + ], + "2023-11-03": [ + { + "citations": [ + "Colossians 4:10-18", + "Luke 12:2-12" + ], + "label": "" + } + ], + "2023-11-04": [ + { + "citations": [ + "2 Corinthians 5:1-10", + "Luke 9:1-6" + ], + "label": "" + } + ], + "2023-11-05": [ + { + "citations": [ + "Galatians 6:11-18", + "Luke 8:41-56" + ], + "label": "" + } + ], + "2023-11-06": [ + { + "citations": [ + "1 Thessalonians 1:1-5", + "Luke 12:13-15, 22-31" + ], + "label": "" + } + ], + "2023-11-07": [ + { + "citations": [ + "1 Thessalonians 1:6-10", + "Luke 12:42-48" + ], + "label": "" + } + ], + "2023-11-08": [ + { + "citations": [ + "Hebrews 2:2-10", + "Luke 10:16-21" + ], + "label": "Angels" + }, + { + "citations": [ + "1 Thessalonians 2:1-8", + "Luke 12:48-59" + ], + "label": "" + } + ], + "2023-11-09": [ + { + "citations": [ + "1 Thessalonians 2:9-14", + "Luke 13:1-9" + ], + "label": "" + } + ], + "2023-11-10": [ + { + "citations": [ + "1 Thessalonians 2:14-19", + "Luke 13:31-35" + ], + "label": "" + } + ], + "2023-11-11": [ + { + "citations": [ + "2 Corinthians 8:1-5", + "Luke 9:37-43" + ], + "label": "" + } + ], + "2023-11-12": [ + { + "citations": [ + "Ephesians 2:4-10", + "Luke 10:25-37" + ], + "label": "" + } + ], + "2023-11-13": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. John Chrysostom" + }, + { + "citations": [ + "1 Thessalonians 2:20-3:8", + "Luke 14:12-15" + ], + "label": "" + } + ], + "2023-11-14": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "John 1:43-51" + ], + "label": "Apostle" + }, + { + "citations": [ + "1 Thessalonians 3:9-13", + "Luke 14:25-35" + ], + "label": "" + } + ], + "2023-11-15": [ + { + "citations": [ + "1 Thessalonians 4:1-12", + "Luke 15:1-10" + ], + "label": "" + } + ], + "2023-11-16": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 9:9-13" + ], + "label": "Apostle" + }, + { + "citations": [ + "1 Thessalonians 5:1-8", + "Luke 16:1-9" + ], + "label": "" + } + ], + "2023-11-17": [ + { + "citations": [ + "1 Thessalonians 5:9-13, 24-28", + "Luke 16:15-18, 17:1-4" + ], + "label": "" + } + ], + "2023-11-18": [ + { + "citations": [ + "2 Corinthians 11:1-6", + "Luke 9:57-62" + ], + "label": "" + } + ], + "2023-11-19": [ + { + "citations": [ + "Ephesians 2:14-22", + "Luke 12:16-21" + ], + "label": "" + } + ], + "2023-11-20": [ + { + "citations": [ + "2 Thessalonians 1:1-10", + "Luke 17:20-25" + ], + "label": "" + } + ], + "2023-11-21": [ + { + "citations": [ + "2 Thessalonians 1:10-2:2", + "Luke 17:26-37" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2023-11-22": [ + { + "citations": [ + "2 Thessalonians 2:1-12", + "Luke 18:15-17, 26-30" + ], + "label": "" + } + ], + "2023-11-23": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "St. Alexander" + }, + { + "citations": [ + "2 Thessalonians 2:13-3:5", + "Luke 18:31-34" + ], + "label": "" + } + ], + "2023-11-24": [ + { + "citations": [ + "2 Thessalonians 3:6-18", + "Luke 19:12-28" + ], + "label": "" + } + ], + "2023-11-25": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Galatians 1:3-10", + "Luke 10:19-21" + ], + "label": "" + } + ], + "2023-11-26": [ + { + "citations": [ + "Ephesians 4:1-6", + "Luke 13:10-17" + ], + "label": "" + } + ], + "2023-11-27": [ + { + "citations": [ + "1 Timothy 1:1-7", + "Luke 19:37-44" + ], + "label": "" + } + ], + "2023-11-28": [ + { + "citations": [ + "1 Timothy 1:8-14", + "Luke 19:45-48" + ], + "label": "" + } + ], + "2023-11-29": [ + { + "citations": [ + "1 Timothy 1:18-20, 2:8-15", + "Luke 20:1-8" + ], + "label": "" + } + ], + "2023-11-30": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "John 1:35-51" + ], + "label": "Apostle" + }, + { + "citations": [ + "1 Timothy 3:1-13", + "Luke 20:9-18" + ], + "label": "" + } + ], + "2023-12-01": [ + { + "citations": [ + "1 Timothy 4:4-8, 16", + "Luke 20:19-26" + ], + "label": "" + } + ], + "2023-12-02": [ + { + "citations": [ + "Galatians 3:8-12", + "Luke 12:32-40" + ], + "label": "" + } + ], + "2023-12-03": [ + { + "citations": [ + "Ephesians 5:9-19", + "Luke 18:18-27" + ], + "label": "" + } + ], + "2023-12-04": [ + { + "citations": [ + "Hebrews 13:7-16", + "Luke 12:32-40" + ], + "label": "St. Alexander" + }, + { + "citations": [ + "1 Timothy 5:1-10", + "Luke 20:27-44" + ], + "label": "" + } + ], + "2023-12-05": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Timothy 5:11-21", + "Luke 21:12-19" + ], + "label": "" + } + ], + "2023-12-06": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Timothy 5:22-6:11", + "Luke 21:5-7, 10-11, 20-24" + ], + "label": "" + } + ], + "2023-12-07": [ + { + "citations": [ + "1 Timothy 6:17-21", + "Luke 21:28-33" + ], + "label": "" + } + ], + "2023-12-08": [ + { + "citations": [ + "2 Timothy 1:1-2, 8-18", + "Luke 21:37-22:8" + ], + "label": "" + } + ], + "2023-12-09": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 8:16-21" + ], + "label": "St. Anna" + }, + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 13:18-29" + ], + "label": "" + } + ], + "2023-12-10": [ + { + "citations": [ + "Ephesians 6:10-17", + "Luke 17:12-19" + ], + "label": "" + } + ], + "2023-12-11": [ + { + "citations": [ + "2 Timothy 2:20-26", + "Mark 8:11-21" + ], + "label": "" + } + ], + "2023-12-12": [ + { + "citations": [ + "2 Timothy 3:16-4:4", + "Mark 8:22-26" + ], + "label": "" + } + ], + "2023-12-13": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Timothy 4:9-22", + "Mark 8:30-34" + ], + "label": "" + } + ], + "2023-12-14": [ + { + "citations": [ + "Titus 1:5-2:1", + "Mark 9:10-16" + ], + "label": "" + } + ], + "2023-12-15": [ + { + "citations": [ + "Titus 1:15-2:10", + "Mark 9:33-41" + ], + "label": "" + } + ], + "2023-12-16": [ + { + "citations": [ + "Ephesians 1:16-23", + "Luke 14:1-11" + ], + "label": "" + } + ], + "2023-12-17": [ + { + "citations": [ + "Colossians 3:4-11", + "Luke 14:16-24" + ], + "label": "" + } + ], + "2023-12-18": [ + { + "citations": [ + "Hebrews 3:5-11, 17-19", + "Mark 9:42-10:1" + ], + "label": "" + } + ], + "2023-12-19": [ + { + "citations": [ + "Hebrews 4:1-13", + "Mark 10:2-12" + ], + "label": "" + } + ], + "2023-12-20": [ + { + "citations": [ + "Hebrews 5:11-6:8", + "Mark 10:11-16" + ], + "label": "" + } + ], + "2023-12-21": [ + { + "citations": [ + "Hebrews 7:1-6", + "Mark 10:17-27" + ], + "label": "" + } + ], + "2023-12-22": [ + { + "citations": [ + "Hebrews 7:18-25", + "Mark 10:23-32" + ], + "label": "" + } + ], + "2023-12-23": [ + { + "citations": [ + "Galatians 3:8-12", + "Luke 13:18-29" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "Ephesians 2:11-13", + "Luke 16:10-15" + ], + "label": "" + } + ], + "2023-12-24": [ + { + "citations": [ + "Galatians 3:15-22", + "Luke 2:1-20" + ], + "label": "At Vespers" + }, + { + "citations": [ + "Hebrews 11:9-10, 17-23, 32-40", + "Matthew 1:1-25" + ], + "label": "Sunday Before" + } + ], + "2023-12-25": [ + { + "citations": [ + "Galatians 4:4-7", + "Matthew 2:1-12" + ], + "label": "Nativity" + } + ], + "2023-12-26": [ + { + "citations": [ + "Hebrews 2:11-18", + "Matthew 2:13-23" + ], + "label": "Theotokos" + } + ], + "2023-12-27": [ + { + "citations": [ + "Acts 6:8-15; 7:1-5, 47-60", + "Matthew 21:33-42" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 10:1-18", + "Mark 11:22-26" + ], + "label": "" + } + ], + "2023-12-28": [ + { + "citations": [ + "Hebrews 10:35-11:7", + "Mark 11:27-33" + ], + "label": "" + } + ], + "2023-12-29": [ + { + "citations": [ + "Hebrews 11:8, 11-16", + "Mark 12:1-12" + ], + "label": "" + } + ], + "2023-12-30": [ + { + "citations": [ + "1 Timothy 6:11-16", + "Matthew 12:15-21" + ], + "label": "Saturday After" + }, + { + "citations": [ + "1 Timothy 3:14-4:5", + "Matthew 3:1-11" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "Ephesians 5:1-8", + "Luke 17:3-10" + ], + "label": "" + } + ], + "2023-12-31": [ + { + "citations": [ + "Galatians 1:11-19", + "Matthew 2:13-23" + ], + "label": "Sunday After" + } + ] +} \ No newline at end of file diff --git a/data/oca_raw/readings-2024.json b/data/oca_raw/readings-2024.json new file mode 100644 index 00000000..0789901c --- /dev/null +++ b/data/oca_raw/readings-2024.json @@ -0,0 +1,4185 @@ +{ + "2024-01-01": [ + { + "citations": [ + "Colossians 2:8-12", + "Luke 2:20-21,40-52" + ], + "label": "Circumcision" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Timothy 4:5-8", + "Mark 1:1-8" + ], + "label": "Sunday Before" + } + ], + "2024-01-02": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 12:25-26, 13:22-25", + "Luke 14:25-35" + ], + "label": "" + } + ], + "2024-01-03": [ + { + "citations": [ + "James 1:1-18", + "Luke 15:1-10" + ], + "label": "" + } + ], + "2024-01-04": [ + { + "citations": [ + "James 1:19-27", + "Luke 16:1-9" + ], + "label": "" + } + ], + "2024-01-05": [ + { + "citations": [ + "James 2:1-13", + "Luke 16:15-18, 17:1-4" + ], + "label": "" + }, + { + "citations": [ + "1 Corinthians 9:19-27", + "Luke 3:1-18" + ], + "label": "" + } + ], + "2024-01-06": [ + { + "citations": [ + "Titus 2:11-14; 3:4-7", + "Matthew 3:13-17" + ], + "label": "" + } + ], + "2024-01-07": [ + { + "citations": [ + "Ephesians 4:7-13", + "Matthew 4:12-17" + ], + "label": "Sunday After" + }, + { + "citations": [ + "Acts 19:1-8", + "John 1:29-34" + ], + "label": "Forerunner" + } + ], + "2024-01-08": [ + { + "citations": [ + "James 2:14-26", + "Luke 17:20-25" + ], + "label": "" + } + ], + "2024-01-09": [ + { + "citations": [ + "James 3:1-10", + "Luke 17:26-37" + ], + "label": "" + } + ], + "2024-01-10": [ + { + "citations": [ + "James 3:11-4:6", + "Luke 18:15-17, 26-30" + ], + "label": "" + } + ], + "2024-01-11": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "James 4:7-5:9", + "Luke 18:31-34" + ], + "label": "" + } + ], + "2024-01-12": [ + { + "citations": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Luke 19:12-28" + ], + "label": "" + } + ], + "2024-01-13": [ + { + "citations": [ + "Ephesians 6:10-17", + "Matthew 4:1-11" + ], + "label": "Saturday After" + }, + { + "citations": [ + "1 Thessalonians 5:14-23", + "Luke 10:19-21" + ], + "label": "" + } + ], + "2024-01-14": [ + { + "citations": [ + "Ephesians 6:10-17", + "Luke 18:35-43" + ], + "label": "" + } + ], + "2024-01-15": [ + { + "citations": [ + "2 Timothy 2:20-26", + "Luke 19:37-44" + ], + "label": "" + } + ], + "2024-01-16": [ + { + "citations": [ + "2 Timothy 3:16-4:4", + "Luke 19:45-48" + ], + "label": "" + } + ], + "2024-01-17": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Timothy 4:9-22", + "Luke 20:1-8" + ], + "label": "" + } + ], + "2024-01-18": [ + { + "citations": [ + "Titus 1:5-2:1", + "Luke 20:9-18" + ], + "label": "" + } + ], + "2024-01-19": [ + { + "citations": [ + "Titus 1:15-2:10", + "Luke 20:19-26" + ], + "label": "" + } + ], + "2024-01-20": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 1:16-23", + "Luke 12:32-40" + ], + "label": "" + } + ], + "2024-01-21": [ + { + "citations": [ + "Colossians 1:12-18", + "Matthew 22:1-14" + ], + "label": "" + } + ], + "2024-01-22": [ + { + "citations": [ + "Hebrews 3:5-11, 17-19", + "Luke 20:27-44" + ], + "label": "" + } + ], + "2024-01-23": [ + { + "citations": [ + "Hebrews 4:1-13", + "Luke 21:12-19" + ], + "label": "" + } + ], + "2024-01-24": [ + { + "citations": [ + "Hebrews 5:11-6:8", + "Luke 21:5-7, 10-11, 20-24" + ], + "label": "" + } + ], + "2024-01-25": [ + { + "citations": [ + "1 Corinthians 12:7-11", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 7:1-6", + "Luke 21:28-33" + ], + "label": "" + } + ], + "2024-01-26": [ + { + "citations": [ + "Hebrews 7:18-25", + "Luke 21:37-22:8" + ], + "label": "" + } + ], + "2024-01-27": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 2:11-13", + "Luke 13:18-29" + ], + "label": "" + } + ], + "2024-01-28": [ + { + "citations": [ + "Colossians 3:4-11", + "Matthew 22:35-46" + ], + "label": "" + } + ], + "2024-01-29": [ + { + "citations": [ + "Hebrews 8:7-13", + "Mark 8:11-21" + ], + "label": "" + } + ], + "2024-01-30": [ + { + "citations": [ + "Hebrews 13:7-16", + "Matthew 5:14-19" + ], + "label": "Hierarchs" + }, + { + "citations": [ + "Hebrews 9:8-10, 15-23", + "Mark 8:22-26" + ], + "label": "" + } + ], + "2024-01-31": [ + { + "citations": [ + "Hebrews 10:1-18", + "Mark 8:30-34" + ], + "label": "" + } + ], + "2024-02-01": [ + { + "citations": [ + "Hebrews 10:35-11:7", + "Mark 9:10-16" + ], + "label": "" + } + ], + "2024-02-02": [ + { + "citations": [ + "Hebrews 11:8, 11-16", + "Mark 9:33-41" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "label": "Meeting" + } + ], + "2024-02-03": [ + { + "citations": [ + "Ephesians 5:1-8", + "Luke 14:1-11" + ], + "label": "" + } + ], + "2024-02-04": [ + { + "citations": [ + "Colossians 3:12-16", + "Matthew 25:14-30" + ], + "label": "" + } + ], + "2024-02-05": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 11:17-23, 27-31", + "Mark 9:42-10:1" + ], + "label": "" + } + ], + "2024-02-06": [ + { + "citations": [ + "Hebrews 12:25-26, 13:22-25", + "Mark 10:2-12" + ], + "label": "" + } + ], + "2024-02-07": [ + { + "citations": [ + "James 1:1-18", + "Mark 10:11-16" + ], + "label": "" + } + ], + "2024-02-08": [ + { + "citations": [ + "James 1:19-27", + "Mark 10:17-27" + ], + "label": "" + } + ], + "2024-02-09": [ + { + "citations": [ + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "label": "Meeting" + }, + { + "citations": [ + "James 2:1-13", + "Mark 10:23-32" + ], + "label": "" + } + ], + "2024-02-10": [ + { + "citations": [ + "Colossians 1:3-6", + "Luke 16:10-15" + ], + "label": "" + } + ], + "2024-02-11": [ + { + "citations": [ + "1 Timothy 1:15-17", + "Matthew 15:21-28" + ], + "label": "" + } + ], + "2024-02-12": [ + { + "citations": [ + "James 2:14-26", + "Mark 10:46-52" + ], + "label": "" + } + ], + "2024-02-13": [ + { + "citations": [ + "James 3:1-10", + "Mark 11:11-23" + ], + "label": "" + } + ], + "2024-02-14": [ + { + "citations": [ + "James 3:11-4:6", + "Mark 11:22-26" + ], + "label": "" + } + ], + "2024-02-15": [ + { + "citations": [ + "James 4:7-5:9", + "Mark 11:27-33" + ], + "label": "" + } + ], + "2024-02-16": [ + { + "citations": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Mark 12:1-12" + ], + "label": "" + } + ], + "2024-02-17": [ + { + "citations": [ + "1 Thessalonians 5:14-23", + "Luke 17:3-10" + ], + "label": "" + } + ], + "2024-02-18": [ + { + "citations": [ + "1 Timothy 4:9-15", + "Luke 19:1-10" + ], + "label": "" + } + ], + "2024-02-19": [ + { + "citations": [ + "1 Peter 2:21-3:9", + "Mark 12:13-17" + ], + "label": "" + } + ], + "2024-02-20": [ + { + "citations": [ + "1 Peter 3:10-22", + "Mark 12:18-27" + ], + "label": "" + } + ], + "2024-02-21": [ + { + "citations": [ + "1 Peter 4:1-11", + "Mark 12:28-37" + ], + "label": "" + } + ], + "2024-02-22": [ + { + "citations": [ + "1 Peter 4:12-5:5", + "Mark 12:38-44" + ], + "label": "" + } + ], + "2024-02-23": [ + { + "citations": [ + "2 Peter 1:1-10", + "Mark 13:1-8" + ], + "label": "" + } + ], + "2024-02-24": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:2-15" + ], + "label": "Forerunner" + }, + { + "citations": [ + "2 Timothy 2:11-19", + "Luke 18:2-8" + ], + "label": "" + } + ], + "2024-02-25": [ + { + "citations": [ + "2 Timothy 3:10-15", + "Luke 18:10-14" + ], + "label": "" + } + ], + "2024-02-26": [ + { + "citations": [ + "2 Peter 1:20-2:9", + "Mark 13:9-13" + ], + "label": "" + } + ], + "2024-02-27": [ + { + "citations": [ + "Hebrews 13:17-21", + "John 10:9-16" + ], + "label": "St. Raphael" + }, + { + "citations": [ + "2 Peter 2:9-22", + "Mark 13:14-23" + ], + "label": "" + } + ], + "2024-02-28": [ + { + "citations": [ + "2 Peter 3:1-18", + "Mark 13:24-31" + ], + "label": "" + } + ], + "2024-02-29": [ + { + "citations": [ + "1 John 1:8-2:6", + "Mark 13:31-14:2" + ], + "label": "" + } + ], + "2024-03-01": [ + { + "citations": [ + "1 John 2:7-17", + "Mark 14:3-9" + ], + "label": "" + } + ], + "2024-03-02": [ + { + "citations": [ + "2 Timothy 3:1-9", + "Luke 20:46-21:4" + ], + "label": "" + } + ], + "2024-03-03": [ + { + "citations": [ + "1 Corinthians 6:12-20", + "Luke 15:11-32" + ], + "label": "" + } + ], + "2024-03-04": [ + { + "citations": [ + "1 John 2:18-3:10", + "Mark 11:1-11" + ], + "label": "" + } + ], + "2024-03-05": [ + { + "citations": [ + "1 John 3:11-20", + "Mark 14:10-42" + ], + "label": "" + } + ], + "2024-03-06": [ + { + "citations": [ + "1 John 3:21-4:6", + "Mark 14:43-15:1" + ], + "label": "" + } + ], + "2024-03-07": [ + { + "citations": [ + "1 John 4:20-5:21", + "Mark 15:1-15" + ], + "label": "" + } + ], + "2024-03-08": [ + { + "citations": [ + "2 John 1:1-13", + "Mark 15:22-25, 33-41" + ], + "label": "" + } + ], + "2024-03-09": [ + { + "citations": [ + "Hebrews 12:1-10", + "Matthew 20:1-16" + ], + "label": "Martyrs" + }, + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 10:23-28", + "Luke 21:8-9, 25-27, 33-36" + ], + "label": "" + } + ], + "2024-03-10": [ + { + "citations": [ + "1 Corinthians 8:8-9:2", + "Matthew 25:31-46" + ], + "label": "" + } + ], + "2024-03-11": [ + { + "citations": [ + "3 John 1:1-15", + "Luke 19:29-40, 22:7-39" + ], + "label": "" + } + ], + "2024-03-12": [ + { + "citations": [ + "Jude 1:1-10", + "Luke 22:39-42, 45-23:1" + ], + "label": "" + } + ], + "2024-03-13": [ + { + "citations": [ + "Joel 2:12-26", + "Joel 3:12-21" + ], + "label": "" + } + ], + "2024-03-14": [ + { + "citations": [ + "Jude 1:11-25", + "Luke 23:2-34, 44-56" + ], + "label": "" + } + ], + "2024-03-15": [ + { + "citations": [ + "Zechariah 8:7-17", + "Zechariah 8:19-23" + ], + "label": "" + } + ], + "2024-03-16": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Romans 14:19-23, 16:25-27", + "Matthew 6:1-13" + ], + "label": "" + } + ], + "2024-03-17": [ + { + "citations": [ + "Romans 13:11-14:4", + "Matthew 6:14-21" + ], + "label": "" + } + ], + "2024-03-18": [ + { + "citations": [ + "Isaiah 1:1-20", + "Genesis 1:1-13", + "Proverbs 1:1-20" + ], + "label": "" + } + ], + "2024-03-19": [ + { + "citations": [ + "Isaiah 1:19-2:4", + "Genesis 1:14-23", + "Proverbs 1:20-33" + ], + "label": "" + } + ], + "2024-03-20": [ + { + "citations": [ + "Isaiah 2:3-11", + "Genesis 1:24-2:3", + "Proverbs 2:1-22" + ], + "label": "" + } + ], + "2024-03-21": [ + { + "citations": [ + "Isaiah 2:11-21", + "Genesis 2:4-19", + "Proverbs 3:1-18" + ], + "label": "" + } + ], + "2024-03-22": [ + { + "citations": [ + "Isaiah 3:1-15", + "Genesis 2:20-3:20", + "Proverbs 3:19-34" + ], + "label": "" + } + ], + "2024-03-23": [ + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 1:1-12", + "Mark 2:23-3:5" + ], + "label": "" + } + ], + "2024-03-24": [ + { + "citations": [ + "Hebrews 11:24-26, 32-12:2", + "John 1:43-51" + ], + "label": "" + } + ], + "2024-03-25": [ + { + "citations": [ + "Isaiah 4:2-5:7", + "Genesis 3:21-4:7", + "Proverbs 3:34-4:22" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "label": "Theotokos" + } + ], + "2024-03-26": [ + { + "citations": [ + "Isaiah 5:7-16", + "Genesis 4:8-15", + "Proverbs 5:1-15" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "label": "Theotokos" + } + ], + "2024-03-27": [ + { + "citations": [ + "Isaiah 5:16-25", + "Genesis 4:16-26", + "Proverbs 5:15-6:3" + ], + "label": "" + } + ], + "2024-03-28": [ + { + "citations": [ + "Isaiah 6:1-12", + "Genesis 5:1-24", + "Proverbs 6:3-20" + ], + "label": "" + } + ], + "2024-03-29": [ + { + "citations": [ + "Isaiah 7:1-15", + "Genesis 5:32-6:8", + "Proverbs 6:20-7:1" + ], + "label": "" + } + ], + "2024-03-30": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 3:12-16", + "Mark 1:35-44" + ], + "label": "" + } + ], + "2024-03-31": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Innocent" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 1:10-2:3", + "Mark 2:1-12" + ], + "label": "" + } + ], + "2024-04-01": [ + { + "citations": [ + "Isaiah 8:13-9:7", + "Genesis 6:9-22", + "Proverbs 8:1-21" + ], + "label": "" + } + ], + "2024-04-02": [ + { + "citations": [ + "Isaiah 9:9-10:4", + "Genesis 7:1-15", + "Proverbs 8:32-9:11" + ], + "label": "" + } + ], + "2024-04-03": [ + { + "citations": [ + "Isaiah 10:12-20", + "Genesis 7:6-9", + "Proverbs 9:12-18" + ], + "label": "" + } + ], + "2024-04-04": [ + { + "citations": [ + "Isaiah 11:10-12:2", + "Genesis 7:11-8:3", + "Proverbs 10:1-22" + ], + "label": "" + } + ], + "2024-04-05": [ + { + "citations": [ + "Isaiah 13:2-13", + "Genesis 8:4-21", + "Proverbs 10:31-11:12" + ], + "label": "" + } + ], + "2024-04-06": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 10:32-38", + "Mark 2:14-17" + ], + "label": "" + } + ], + "2024-04-07": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "Hebrews 4:14-5:6", + "Mark 8:34-9:1" + ], + "label": "" + } + ], + "2024-04-08": [ + { + "citations": [ + "Isaiah 14:24-32", + "Genesis 8:21-9:7", + "Proverbs 11:19-12:6" + ], + "label": "" + } + ], + "2024-04-09": [ + { + "citations": [ + "Isaiah 25:1-9", + "Genesis 9:8-17", + "Proverbs 12:8-22" + ], + "label": "" + } + ], + "2024-04-10": [ + { + "citations": [ + "Isaiah 26:21-27:9", + "Genesis 9:18-10:1", + "Proverbs 12:23-13:9" + ], + "label": "" + } + ], + "2024-04-11": [ + { + "citations": [ + "Isaiah 28:14-22", + "Genesis 10:32-11:9", + "Proverbs 13:19-14:6" + ], + "label": "" + } + ], + "2024-04-12": [ + { + "citations": [ + "Isaiah 29:13-23", + "Genesis 12:1-7", + "Proverbs 14:15-26" + ], + "label": "" + } + ], + "2024-04-13": [ + { + "citations": [ + "1 Corinthians 15:47-57", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 6:9-12", + "Mark 7:31-37" + ], + "label": "" + } + ], + "2024-04-14": [ + { + "citations": [ + "Ephesians 5:9-19", + "Matthew 4:25-5:12" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 6:13-20", + "Mark 9:17-31" + ], + "label": "" + } + ], + "2024-04-15": [ + { + "citations": [ + "Isaiah 37:33-38:6", + "Genesis 13:12-18", + "Proverbs 14:27-15:4" + ], + "label": "" + } + ], + "2024-04-16": [ + { + "citations": [ + "Isaiah 40:18-31", + "Genesis 15:1-15", + "Proverbs 15:7-19" + ], + "label": "" + } + ], + "2024-04-17": [ + { + "citations": [ + "Isaiah 41:4-14", + "Genesis 17:1-9", + "Proverbs 15:20-16:9" + ], + "label": "" + } + ], + "2024-04-18": [ + { + "citations": [ + "Isaiah 42:5-16", + "Genesis 18:20-33", + "Proverbs 16:17-17:17" + ], + "label": "" + } + ], + "2024-04-19": [ + { + "citations": [ + "Isaiah 45:11-17", + "Genesis 22:1-18", + "Proverbs 17:17-18:5" + ], + "label": "" + } + ], + "2024-04-20": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Hebrews 9:24-28", + "Mark 8:27-31" + ], + "label": "" + } + ], + "2024-04-21": [ + { + "citations": [ + "Galatians 3:23-29", + "Luke 7:36-50" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 9:11-14", + "Mark 10:32-45" + ], + "label": "" + } + ], + "2024-04-22": [ + { + "citations": [ + "Isaiah 48:17-49:4", + "Genesis 27:1-41", + "Proverbs 19:16-25" + ], + "label": "" + } + ], + "2024-04-23": [ + { + "citations": [ + "Isaiah 49:6-10", + "Genesis 31:3-16", + "Proverbs 21:3-21" + ], + "label": "" + }, + { + "citations": [ + "Acts 12:1-11", + "John 15:17-16:2" + ], + "label": "Saint" + } + ], + "2024-04-24": [ + { + "citations": [ + "Isaiah 58:1-11", + "Genesis 43:26-31, 45:1-16", + "Proverbs 21:23-22:4" + ], + "label": "" + } + ], + "2024-04-25": [ + { + "citations": [ + "Isaiah 65:8-16", + "Genesis 46:1-7", + "Proverbs 23:15-24:5" + ], + "label": "" + }, + { + "citations": [ + "1 Peter 5:6-14", + "Mark 6:7-13" + ], + "label": "Saint" + } + ], + "2024-04-26": [ + { + "citations": [ + "Isaiah 66:10-24", + "Genesis 49:33-50:26", + "Proverbs 31:8-31" + ], + "label": "" + } + ], + "2024-04-27": [ + { + "citations": [ + "Hebrews 12:28-13:8", + "John 11:1-45" + ], + "label": "" + } + ], + "2024-04-28": [ + { + "citations": [ + "Philippians 4:4-9", + "John 12:1-18" + ], + "label": "" + } + ], + "2024-04-29": [ + { + "citations": [ + "Matthew 21:18-43" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 1:1-20", + "Exodus 1:1-20", + "Job 1:1-12" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 24:3-35" + ], + "label": "Presanctified" + } + ], + "2024-04-30": [ + { + "citations": [ + "Matthew 22:15-23:39" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 1:21-28 (1:1-28,2:1 LXX)", + "Exodus 2:5-10", + "Job 1:13-22" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 24:36-26:2" + ], + "label": "Presanctified" + } + ], + "2024-05-01": [ + { + "citations": [ + "John 12:17-50" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 2:3-3:3", + "Exodus 2:11-22", + "Job 2:1-10" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 26:6-16" + ], + "label": "Presanctified" + } + ], + "2024-05-02": [ + { + "citations": [ + "Luke 22:1-39" + ], + "label": "Matins" + }, + { + "citations": [ + "Exodus 19:10-19", + "Job 38:1-23; 42:1-5", + "Isaiah 50:4-11" + ], + "label": "Vespers" + }, + { + "citations": [ + "1 Corinthians 11:23-32", + "Matt. 26:2-20; John 13:3-17; Matt. 26:21-39; Luke 22:43-45; Matt. 26:40-27:2" + ], + "label": "Composite" + } + ], + "2024-05-03": [ + { + "citations": [ + "Exodus 33:11-23", + "Job 42:12-17 LXX", + "Isaiah 52:13-54:1" + ], + "label": "Vespers" + }, + { + "citations": [ + "1 Corinthians 1:18-2:2", + "Matt. 27:1-38; Luke 23:39-43; Matt. 27:39-54; John 19:31-37; Matt. 27:55-61" + ], + "label": "Vespers" + } + ], + "2024-05-04": [ + { + "citations": [ + "Ezekiel 37:1-14", + "1 Corinthians 5:6-8; Galatians 3:13-14", + "Matthew 27:62-66" + ], + "label": "Matins" + }, + { + "citations": [ + "Romans 6:3-11", + "Matthew 28:1-20" + ], + "label": "" + } + ], + "2024-05-05": [ + { + "citations": [ + "Acts 1:1-8", + "John 1:1-17" + ], + "label": "" + } + ], + "2024-05-06": [ + { + "citations": [ + "John 20:19-25" + ], + "label": "Vespers" + }, + { + "citations": [ + "Acts 1:12-17, 21-26", + "John 1:18-28" + ], + "label": "" + } + ], + "2024-05-07": [ + { + "citations": [ + "Galatians 1:11-19", + "John 10:1-9" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 2:14-21", + "Luke 24:12-35" + ], + "label": "" + } + ], + "2024-05-08": [ + { + "citations": [ + "1 John 1:1-7", + "John 19:25-27; 21:24-25" + ], + "label": "St. John" + }, + { + "citations": [ + "Acts 2:22-36", + "John 1:35-51" + ], + "label": "" + } + ], + "2024-05-09": [ + { + "citations": [ + "Acts 2:38-43", + "John 3:1-15" + ], + "label": "" + } + ], + "2024-05-10": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 13:54-58" + ], + "label": "Saint" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Acts 3:1-8", + "John 2:12-22" + ], + "label": "" + } + ], + "2024-05-11": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "Matthew 5:14-19" + ], + "label": "Saints" + }, + { + "citations": [ + "Acts 3:11-16", + "John 3:22-33" + ], + "label": "" + } + ], + "2024-05-12": [ + { + "citations": [ + "Acts 5:12-20", + "John 20:19-31" + ], + "label": "" + } + ], + "2024-05-13": [ + { + "citations": [ + "Acts 3:19-26", + "John 2:1-11" + ], + "label": "" + } + ], + "2024-05-14": [ + { + "citations": [ + "Acts 4:1-10", + "John 3:16-21" + ], + "label": "" + } + ], + "2024-05-15": [ + { + "citations": [ + "Acts 4:13-22", + "John 5:17-24" + ], + "label": "" + } + ], + "2024-05-16": [ + { + "citations": [ + "Acts 4:23-31", + "John 5:24-30" + ], + "label": "" + } + ], + "2024-05-17": [ + { + "citations": [ + "Acts 5:1-11", + "John 5:30-6:2" + ], + "label": "" + } + ], + "2024-05-18": [ + { + "citations": [ + "Acts 5:21-33", + "John 6:14-27" + ], + "label": "" + } + ], + "2024-05-19": [ + { + "citations": [ + "Acts 6:1-7", + "Mark 15:43-16:8" + ], + "label": "" + } + ], + "2024-05-20": [ + { + "citations": [ + "Acts 6:8-7:5, 47-60", + "John 4:46-54" + ], + "label": "" + } + ], + "2024-05-21": [ + { + "citations": [ + "Acts 26:1-5, 12-20", + "John 10:1-9" + ], + "label": "Saints" + }, + { + "citations": [ + "Acts 8:5-17", + "John 6:27-33" + ], + "label": "" + } + ], + "2024-05-22": [ + { + "citations": [ + "Acts 8:18-25", + "John 6:35-39" + ], + "label": "" + } + ], + "2024-05-23": [ + { + "citations": [ + "Acts 8:26-39", + "John 6:40-44" + ], + "label": "" + } + ], + "2024-05-24": [ + { + "citations": [ + "Acts 8:40-9:19", + "John 6:48-54" + ], + "label": "" + } + ], + "2024-05-25": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:2-15" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Acts 9:20-31", + "John 15:17-16:2" + ], + "label": "" + } + ], + "2024-05-26": [ + { + "citations": [ + "Acts 9:32-42", + "John 5:1-15" + ], + "label": "" + } + ], + "2024-05-27": [ + { + "citations": [ + "Acts 10:1-16", + "John 6:56-69" + ], + "label": "" + } + ], + "2024-05-28": [ + { + "citations": [ + "Acts 10:21-33", + "John 7:1-13" + ], + "label": "" + } + ], + "2024-05-29": [ + { + "citations": [ + "Acts 14:6-18", + "John 7:14-30" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "John 5:1-4" + ], + "label": "Blessing of Waters" + } + ], + "2024-05-30": [ + { + "citations": [ + "Acts 10:34-43", + "John 8:12-20" + ], + "label": "" + } + ], + "2024-05-31": [ + { + "citations": [ + "Acts 10:44-11:10", + "John 8:21-30" + ], + "label": "" + } + ], + "2024-06-01": [ + { + "citations": [ + "Acts 12:1-11", + "John 8:31-42" + ], + "label": "" + } + ], + "2024-06-02": [ + { + "citations": [ + "Acts 11:19-26, 29-30", + "John 4:5-42" + ], + "label": "" + } + ], + "2024-06-03": [ + { + "citations": [ + "Acts 12:12-17", + "John 8:42-51" + ], + "label": "" + } + ], + "2024-06-04": [ + { + "citations": [ + "Acts 12:25-13:12", + "John 8:51-59" + ], + "label": "" + } + ], + "2024-06-05": [ + { + "citations": [ + "Acts 13:13-24", + "John 6:5-14" + ], + "label": "" + } + ], + "2024-06-06": [ + { + "citations": [ + "Acts 14:20-27", + "John 9:39-10:9" + ], + "label": "" + } + ], + "2024-06-07": [ + { + "citations": [ + "Acts 15:5-34", + "John 10:17-28" + ], + "label": "" + } + ], + "2024-06-08": [ + { + "citations": [ + "Acts 15:35-41", + "John 10:27-38" + ], + "label": "" + } + ], + "2024-06-09": [ + { + "citations": [ + "Acts 16:16-34", + "John 9:1-38" + ], + "label": "" + } + ], + "2024-06-10": [ + { + "citations": [ + "Acts 17:1-15", + "John 11:47-57" + ], + "label": "" + } + ], + "2024-06-11": [ + { + "citations": [ + "Acts 11:19-26, 29-30", + "Luke 10:16-21" + ], + "label": "Apostles" + }, + { + "citations": [ + "Acts 17:19-28", + "John 12:19-36" + ], + "label": "" + } + ], + "2024-06-12": [ + { + "citations": [ + "Acts 18:22-28", + "John 12:36-47" + ], + "label": "" + } + ], + "2024-06-13": [ + { + "citations": [ + "Acts 1:1-12", + "Luke 24:36-53" + ], + "label": "" + } + ], + "2024-06-14": [ + { + "citations": [ + "Acts 19:1-8", + "John 14:1-11" + ], + "label": "" + } + ], + "2024-06-15": [ + { + "citations": [ + "Acts 20:7-12", + "John 14:10-21" + ], + "label": "" + } + ], + "2024-06-16": [ + { + "citations": [ + "Acts 20:16-18, 28-36", + "John 17:1-13" + ], + "label": "" + } + ], + "2024-06-17": [ + { + "citations": [ + "Acts 21:8-14", + "John 14:27-15:7" + ], + "label": "" + } + ], + "2024-06-18": [ + { + "citations": [ + "Acts 21:26-32", + "John 16:2-13" + ], + "label": "" + } + ], + "2024-06-19": [ + { + "citations": [ + "Jude 1-10", + "John 14:21-24" + ], + "label": "Apostle" + }, + { + "citations": [ + "Acts 23:1-11", + "John 16:15-23" + ], + "label": "" + } + ], + "2024-06-20": [ + { + "citations": [ + "Acts 25:13-19", + "John 16:23-33" + ], + "label": "" + } + ], + "2024-06-21": [ + { + "citations": [ + "Acts 27:1-44", + "John 17:18-26" + ], + "label": "" + } + ], + "2024-06-22": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 15:47-57", + "John 6:35-39" + ], + "label": "Departed, variant" + }, + { + "citations": [ + "Acts 28:1-31", + "John 21:15-25" + ], + "label": "" + } + ], + "2024-06-23": [ + { + "citations": [ + "Acts 2:1-11", + "John 7:37-52, 8:12" + ], + "label": "" + } + ], + "2024-06-24": [ + { + "citations": [ + "Romans 13:11-14:4", + "Luke 1:1-25, 57-68, 76, 80" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Ephesians 5:9-19", + "Matthew 18:10-20" + ], + "label": "" + } + ], + "2024-06-25": [ + { + "citations": [ + "Romans 1:1-7, 13-17", + "Matthew 4:25-5:13" + ], + "label": "" + } + ], + "2024-06-26": [ + { + "citations": [ + "Romans 1:18-27", + "Matthew 5:20-26" + ], + "label": "" + } + ], + "2024-06-27": [ + { + "citations": [ + "Romans 1:28-2:9", + "Matthew 5:27-32" + ], + "label": "" + } + ], + "2024-06-28": [ + { + "citations": [ + "Romans 2:14-29", + "Matthew 5:33-41" + ], + "label": "" + } + ], + "2024-06-29": [ + { + "citations": [ + "2 Corinthians 11:21-12:9", + "Matthew 16:13-19" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 1:7-12", + "Matthew 5:42-48" + ], + "label": "" + } + ], + "2024-06-30": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Mark 3:13-19" + ], + "label": "Apostles" + }, + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 10:32-33, 37-38, 19:27-30" + ], + "label": "" + } + ], + "2024-07-01": [ + { + "citations": [ + "Romans 2:28-3:18", + "Matthew 6:31-34, 7:9-11" + ], + "label": "" + } + ], + "2024-07-02": [ + { + "citations": [ + "Romans 4:4-12", + "Matthew 7:15-21" + ], + "label": "" + } + ], + "2024-07-03": [ + { + "citations": [ + "Romans 4:13-25", + "Matthew 7:21-23" + ], + "label": "" + } + ], + "2024-07-04": [ + { + "citations": [ + "Romans 5:10-16", + "Matthew 8:23-27" + ], + "label": "" + } + ], + "2024-07-05": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "either Saint" + }, + { + "citations": [ + "Romans 5:17-6:2", + "Matthew 9:14-17" + ], + "label": "" + } + ], + "2024-07-06": [ + { + "citations": [ + "Romans 3:19-26", + "Matthew 7:1-8" + ], + "label": "" + } + ], + "2024-07-07": [ + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 4:25-5:12" + ], + "label": "Saints" + }, + { + "citations": [ + "Romans 2:10-16", + "Matthew 4:18-23" + ], + "label": "" + } + ], + "2024-07-08": [ + { + "citations": [ + "Romans 7:1-13", + "Matthew 9:36-10:8" + ], + "label": "" + } + ], + "2024-07-09": [ + { + "citations": [ + "Romans 7:14-8:2", + "Matthew 10:9-15" + ], + "label": "" + } + ], + "2024-07-10": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 4:25-5:12" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 8:2-13", + "Matthew 10:16-22" + ], + "label": "" + } + ], + "2024-07-11": [ + { + "citations": [ + "Romans 8:22-27", + "Matthew 10:23-31" + ], + "label": "" + } + ], + "2024-07-12": [ + { + "citations": [ + "Romans 9:6-19", + "Matthew 10:32-36, 11:1" + ], + "label": "" + } + ], + "2024-07-13": [ + { + "citations": [ + "Romans 3:28-4:3", + "Matthew 7:24-8:4" + ], + "label": "" + } + ], + "2024-07-14": [ + { + "citations": [ + "Hebrews 13:7-16", + "John 17:1-13" + ], + "label": "Fathers" + }, + { + "citations": [ + "Romans 5:1-10", + "Matthew 6:22-33" + ], + "label": "" + } + ], + "2024-07-15": [ + { + "citations": [ + "Galatians 1:11-19", + "John 10:1-9" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 9:18-33", + "Matthew 11:2-15" + ], + "label": "" + } + ], + "2024-07-16": [ + { + "citations": [ + "Romans 10:11-11:2", + "Matthew 11:16-20" + ], + "label": "" + } + ], + "2024-07-17": [ + { + "citations": [ + "Romans 11:2-12", + "Matthew 11:20-26" + ], + "label": "" + } + ], + "2024-07-18": [ + { + "citations": [ + "Romans 11:13-24", + "Matthew 11:27-30" + ], + "label": "" + } + ], + "2024-07-19": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 11:25-36", + "Matthew 12:1-8" + ], + "label": "" + } + ], + "2024-07-20": [ + { + "citations": [ + "James 5:10-20", + "Luke 4:22-30" + ], + "label": "Prophet" + }, + { + "citations": [ + "Romans 6:11-17", + "Matthew 8:14-23" + ], + "label": "" + } + ], + "2024-07-21": [ + { + "citations": [ + "Romans 6:18-23", + "Matthew 8:5-13" + ], + "label": "" + } + ], + "2024-07-22": [ + { + "citations": [ + "Romans 12:4-5, 15-21", + "Matthew 12:9-13" + ], + "label": "" + } + ], + "2024-07-23": [ + { + "citations": [ + "Romans 14:9-18", + "Matthew 12:14-16, 22-30" + ], + "label": "" + } + ], + "2024-07-24": [ + { + "citations": [ + "Romans 8:28-39", + "John 15:17-16:2" + ], + "label": "Saints" + }, + { + "citations": [ + "Romans 15:7-16", + "Matthew 12:38-45" + ], + "label": "" + } + ], + "2024-07-25": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 8:16-21" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 15:17-29", + "Matthew 12:46-13:3" + ], + "label": "" + } + ], + "2024-07-26": [ + { + "citations": [ + "Philippians 3:7-14", + "Mark 10:29-31, 42-45" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 16:1-16", + "Matthew 13:4-9" + ], + "label": "" + } + ], + "2024-07-27": [ + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "St. Panteleimon" + }, + { + "citations": [ + "Romans 8:14-21", + "Matthew 9:9-13" + ], + "label": "" + } + ], + "2024-07-28": [ + { + "citations": [ + "Romans 10:1-10", + "Matthew 8:28-9:1" + ], + "label": "" + } + ], + "2024-07-29": [ + { + "citations": [ + "Romans 16:17-24", + "Matthew 13:10-23" + ], + "label": "" + } + ], + "2024-07-30": [ + { + "citations": [ + "1 Corinthians 1:1-9", + "Matthew 13:24-30" + ], + "label": "" + } + ], + "2024-07-31": [ + { + "citations": [ + "1 Corinthians 2:9-3:8", + "Matthew 13:31-36" + ], + "label": "" + } + ], + "2024-08-01": [ + { + "citations": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "label": "Cross" + }, + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 10:32-36; 11:1" + ], + "label": "Martyrs" + }, + { + "citations": [ + "Hebrews 2:11-18", + "John 5:1-4" + ], + "label": "At the Blessing of Waters" + }, + { + "citations": [ + "1 Corinthians 3:18-23", + "Matthew 13:36-43" + ], + "label": "" + } + ], + "2024-08-02": [ + { + "citations": [ + "1 Corinthians 4:5-8", + "Matthew 13:44-54" + ], + "label": "" + } + ], + "2024-08-03": [ + { + "citations": [ + "Romans 9:1-5", + "Matthew 9:18-26" + ], + "label": "" + } + ], + "2024-08-04": [ + { + "citations": [ + "Romans 12:6-14", + "Matthew 9:1-8" + ], + "label": "" + } + ], + "2024-08-05": [ + { + "citations": [ + "1 Corinthians 5:9-6:11", + "Matthew 13:54-58" + ], + "label": "" + } + ], + "2024-08-06": [ + { + "citations": [ + "1 Corinthians 6:20-7:12", + "Matthew 14:1-13" + ], + "label": "" + }, + { + "citations": [ + "2 Peter 1:10-19", + "Matthew 17:1-9" + ], + "label": "Transfiguration" + } + ], + "2024-08-07": [ + { + "citations": [ + "1 Corinthians 7:12-24", + "Matthew 14:35-15:11" + ], + "label": "" + } + ], + "2024-08-08": [ + { + "citations": [ + "1 Corinthians 7:24-35", + "Matthew 15:12-21" + ], + "label": "" + } + ], + "2024-08-09": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 7:35-8:7", + "Matthew 15:29-31" + ], + "label": "" + } + ], + "2024-08-10": [ + { + "citations": [ + "Romans 12:1-3", + "Matthew 10:37-11:1" + ], + "label": "" + } + ], + "2024-08-11": [ + { + "citations": [ + "Romans 15:1-7", + "Matthew 9:27-35" + ], + "label": "" + } + ], + "2024-08-12": [ + { + "citations": [ + "1 Corinthians 9:13-18", + "Matthew 16:1-6" + ], + "label": "" + } + ], + "2024-08-13": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "Matthew 5:14-19" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "1 Corinthians 10:5-12", + "Matthew 16:6-12" + ], + "label": "" + } + ], + "2024-08-14": [ + { + "citations": [ + "1 Corinthians 10:12-22", + "Matthew 16:20-24" + ], + "label": "" + } + ], + "2024-08-15": [ + { + "citations": [ + "1 Corinthians 10:28-11:7", + "Matthew 16:24-28" + ], + "label": "" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2024-08-16": [ + { + "citations": [ + "Colossians 1:12-18", + "Luke 9:51-56; 10:22-24" + ], + "label": "Image" + }, + { + "citations": [ + "1 Corinthians 11:8-22", + "Matthew 17:10-18" + ], + "label": "" + } + ], + "2024-08-17": [ + { + "citations": [ + "Romans 13:1-10", + "Matthew 12:30-37" + ], + "label": "" + } + ], + "2024-08-18": [ + { + "citations": [ + "1 Corinthians 1:10-18", + "Matthew 14:14-22" + ], + "label": "" + } + ], + "2024-08-19": [ + { + "citations": [ + "1 Corinthians 11:31-12:6", + "Matthew 18:1-11" + ], + "label": "" + } + ], + "2024-08-20": [ + { + "citations": [ + "1 Corinthians 12:12-26", + "Matthew 18:18-22, 19:1-2, 13-15" + ], + "label": "" + } + ], + "2024-08-21": [ + { + "citations": [ + "1 Corinthians 13:4-14:5", + "Matthew 20:1-16" + ], + "label": "" + } + ], + "2024-08-22": [ + { + "citations": [ + "1 Corinthians 14:6-19", + "Matthew 20:17-28" + ], + "label": "" + } + ], + "2024-08-23": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "1 Corinthians 14:26-40", + "Matthew 21:12-14, 17-20" + ], + "label": "" + } + ], + "2024-08-24": [ + { + "citations": [ + "Romans 14:6-9", + "Matthew 15:32-39" + ], + "label": "" + } + ], + "2024-08-25": [ + { + "citations": [ + "1 Corinthians 3:9-17", + "Matthew 14:22-34" + ], + "label": "" + } + ], + "2024-08-26": [ + { + "citations": [ + "1 Corinthians 15:12-19", + "Matthew 21:18-22" + ], + "label": "" + } + ], + "2024-08-27": [ + { + "citations": [ + "1 Corinthians 15:29-38", + "Matthew 21:23-27" + ], + "label": "" + } + ], + "2024-08-28": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 16:4-12", + "Matthew 21:28-32" + ], + "label": "" + } + ], + "2024-08-29": [ + { + "citations": [ + "Acts 13:25-33", + "Mark 6:14-30" + ], + "label": "Forerunner" + }, + { + "citations": [ + "2 Corinthians 1:1-7", + "Matthew 21:43-46" + ], + "label": "" + } + ], + "2024-08-30": [ + { + "citations": [ + "2 Corinthians 1:12-20", + "Matthew 22:23-33" + ], + "label": "" + } + ], + "2024-08-31": [ + { + "citations": [ + "Romans 15:30-33", + "Matthew 17:24-18:4" + ], + "label": "" + } + ], + "2024-09-01": [ + { + "citations": [ + "1 Timothy 2:1-7", + "Luke 4:16-22" + ], + "label": "New Year" + }, + { + "citations": [ + "Colossians 3:12-16", + "Matthew 11:27-30" + ], + "label": "St. Simeon" + }, + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 17:14-23" + ], + "label": "" + } + ], + "2024-09-02": [ + { + "citations": [ + "2 Corinthians 2:4-15", + "Matthew 23:13-22" + ], + "label": "" + } + ], + "2024-09-03": [ + { + "citations": [ + "2 Corinthians 2:14-3:3", + "Matthew 23:23-28" + ], + "label": "" + } + ], + "2024-09-04": [ + { + "citations": [ + "2 Corinthians 3:4-11", + "Matthew 23:29-39" + ], + "label": "" + } + ], + "2024-09-05": [ + { + "citations": [ + "2 Corinthians 4:1-6", + "Matthew 24:13-28" + ], + "label": "" + } + ], + "2024-09-06": [ + { + "citations": [ + "2 Corinthians 4:13-18", + "Matthew 24:27-33, 42-51" + ], + "label": "" + } + ], + "2024-09-07": [ + { + "citations": [ + "1 Corinthians 2:6-9", + "Matthew 10:37-11:1" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "1 Corinthians 1:3-9", + "Matthew 19:3-12" + ], + "label": "" + } + ], + "2024-09-08": [ + { + "citations": [ + "Galatians 6:11-18", + "John 3:13-17" + ], + "label": "Sunday Before" + }, + { + "citations": [ + "1 Corinthians 9:2-12", + "Matthew 18:23-35" + ], + "label": "" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2024-09-09": [ + { + "citations": [ + "2 Corinthians 5:10-15", + "Mark 1:9-15" + ], + "label": "" + } + ], + "2024-09-10": [ + { + "citations": [ + "2 Corinthians 5:15-21", + "Mark 1:16-22" + ], + "label": "" + } + ], + "2024-09-11": [ + { + "citations": [ + "2 Corinthians 6:11-16", + "Mark 1:23-28" + ], + "label": "" + } + ], + "2024-09-12": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "2 Corinthians 7:1-10", + "Mark 1:29-35" + ], + "label": "" + } + ], + "2024-09-13": [ + { + "citations": [ + "Hebrews 3:1-4", + "Matthew 16:13-18" + ], + "label": "Church" + }, + { + "citations": [ + "2 Corinthians 7:10-16", + "Mark 2:18-22" + ], + "label": "" + } + ], + "2024-09-14": [ + { + "citations": [ + "1 Corinthians 1:26-29", + "Matthew 20:29-34" + ], + "label": "" + }, + { + "citations": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "label": "" + } + ], + "2024-09-15": [ + { + "citations": [ + "Galatians 2:16-20", + "Mark 8:34-9:1" + ], + "label": "Sunday After" + }, + { + "citations": [ + "1 Corinthians 15:1-11", + "Matthew 19:16-26" + ], + "label": "" + } + ], + "2024-09-16": [ + { + "citations": [ + "2 Corinthians 8:7-15", + "Luke 3:19-22" + ], + "label": "" + } + ], + "2024-09-17": [ + { + "citations": [ + "2 Corinthians 8:16-9:5", + "Luke 3:23-4:1" + ], + "label": "" + } + ], + "2024-09-18": [ + { + "citations": [ + "2 Corinthians 9:12-10:7", + "Luke 4:1-15" + ], + "label": "" + } + ], + "2024-09-19": [ + { + "citations": [ + "2 Corinthians 10:7-18", + "Luke 4:16-22" + ], + "label": "" + } + ], + "2024-09-20": [ + { + "citations": [ + "2 Corinthians 11:5-21", + "Luke 4:22-30" + ], + "label": "" + } + ], + "2024-09-21": [ + { + "citations": [ + "1 Corinthians 1:26-29", + "John 8:21-30" + ], + "label": "Saturday After" + }, + { + "citations": [ + "1 Corinthians 2:6-9", + "Luke 4:31-36" + ], + "label": "" + } + ], + "2024-09-22": [ + { + "citations": [ + "1 Corinthians 16:13-24", + "Luke 5:1-11" + ], + "label": "" + } + ], + "2024-09-23": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 1:5-25" + ], + "label": "Forerunner" + }, + { + "citations": [ + "2 Corinthians 12:10-19", + "Luke 4:37-44" + ], + "label": "" + } + ], + "2024-09-24": [ + { + "citations": [ + "Romans 8:28-39", + "Luke 21:12-19" + ], + "label": "New Martyrs" + }, + { + "citations": [ + "2 Corinthians 12:20-13:2", + "Luke 5:12-16" + ], + "label": "" + } + ], + "2024-09-25": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Corinthians 13:3-14", + "Luke 5:33-39" + ], + "label": "" + } + ], + "2024-09-26": [ + { + "citations": [ + "1 John 4:12-19", + "John 19:25-27; 21:24-25" + ], + "label": "St. John" + }, + { + "citations": [ + "Galatians 1:1-10, 20-2:5", + "Luke 6:12-19" + ], + "label": "" + } + ], + "2024-09-27": [ + { + "citations": [ + "Galatians 2:6-10", + "Luke 6:17-23" + ], + "label": "" + } + ], + "2024-09-28": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 4:1-5", + "Luke 5:17-26" + ], + "label": "" + } + ], + "2024-09-29": [ + { + "citations": [ + "2 Corinthians 1:21-2:4", + "Luke 6:31-36" + ], + "label": "" + } + ], + "2024-09-30": [ + { + "citations": [ + "Galatians 2:11-16", + "Luke 6:24-30" + ], + "label": "" + } + ], + "2024-10-01": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Galatians 2:21-3:7", + "Luke 6:37-45" + ], + "label": "" + } + ], + "2024-10-02": [ + { + "citations": [ + "Galatians 3:15-22", + "Luke 6:46-7:1" + ], + "label": "" + } + ], + "2024-10-03": [ + { + "citations": [ + "Galatians 3:23-4:5", + "Luke 7:17-30" + ], + "label": "" + } + ], + "2024-10-04": [ + { + "citations": [ + "Galatians 4:8-21", + "Luke 7:31-35" + ], + "label": "" + } + ], + "2024-10-05": [ + { + "citations": [ + "1 Corinthians 4:17-5:5", + "Luke 5:27-32" + ], + "label": "" + } + ], + "2024-10-06": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Innocent" + }, + { + "citations": [ + "2 Corinthians 4:6-15", + "Luke 7:11-16" + ], + "label": "" + } + ], + "2024-10-07": [ + { + "citations": [ + "Galatians 4:28-5:10", + "Luke 7:36-50" + ], + "label": "" + } + ], + "2024-10-08": [ + { + "citations": [ + "Galatians 5:11-21", + "Luke 8:1-3" + ], + "label": "" + } + ], + "2024-10-09": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "Galatians 6:2-10", + "Luke 8:22-25" + ], + "label": "" + } + ], + "2024-10-10": [ + { + "citations": [ + "Ephesians 1:1-9", + "Luke 9:7-11" + ], + "label": "" + } + ], + "2024-10-11": [ + { + "citations": [ + "Ephesians 1:7-17", + "Luke 9:12-18" + ], + "label": "" + } + ], + "2024-10-12": [ + { + "citations": [ + "1 Corinthians 10:23-28", + "Luke 6:1-10" + ], + "label": "" + } + ], + "2024-10-13": [ + { + "citations": [ + "Hebrews 13:7-16", + "John 17:1-13" + ], + "label": "Fathers" + }, + { + "citations": [ + "2 Corinthians 6:1-10", + "Luke 8:5-15" + ], + "label": "" + } + ], + "2024-10-14": [ + { + "citations": [ + "Ephesians 1:22-2:3", + "Luke 9:18-22" + ], + "label": "" + } + ], + "2024-10-15": [ + { + "citations": [ + "Ephesians 2:19-3:7", + "Luke 9:23-27" + ], + "label": "" + } + ], + "2024-10-16": [ + { + "citations": [ + "Ephesians 3:8-21", + "Luke 9:44-50" + ], + "label": "" + } + ], + "2024-10-17": [ + { + "citations": [ + "Ephesians 4:14-19", + "Luke 9:49-56" + ], + "label": "" + } + ], + "2024-10-18": [ + { + "citations": [ + "Colossians 4:5-9, 14, 18", + "Luke 10:16-21" + ], + "label": "St. Luke" + }, + { + "citations": [ + "Ephesians 4:17-25", + "Luke 10:1-15" + ], + "label": "" + } + ], + "2024-10-19": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 14:20-25", + "Luke 7:1-10" + ], + "label": "" + } + ], + "2024-10-20": [ + { + "citations": [ + "2 Corinthians 6:16-7:1", + "Luke 16:19-31" + ], + "label": "" + } + ], + "2024-10-21": [ + { + "citations": [ + "Ephesians 4:25-32", + "Luke 10:22-24" + ], + "label": "" + } + ], + "2024-10-22": [ + { + "citations": [ + "Ephesians 5:20-26", + "Luke 11:1-10" + ], + "label": "" + } + ], + "2024-10-23": [ + { + "citations": [ + "Gal 1:11-19", + "Matthew 13:54-58" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 5:25-33", + "Luke 11:9-13" + ], + "label": "" + } + ], + "2024-10-24": [ + { + "citations": [ + "Ephesians 5:33-6:9", + "Luke 11:14-23" + ], + "label": "" + } + ], + "2024-10-25": [ + { + "citations": [ + "Ephesians 6:18-24", + "Luke 11:23-26" + ], + "label": "" + } + ], + "2024-10-26": [ + { + "citations": [ + "Hebrews 12:6-13, 25-27", + "Matthew 8:23-27" + ], + "label": "Earthquake" + }, + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "St. Demetrius" + }, + { + "citations": [ + "1 Corinthians 15:39-45", + "Luke 8:16-21" + ], + "label": "" + } + ], + "2024-10-27": [ + { + "citations": [ + "2 Corinthians 9:6-11", + "Luke 8:26-39" + ], + "label": "" + } + ], + "2024-10-28": [ + { + "citations": [ + "Philippians 1:1-7", + "Luke 11:29-33" + ], + "label": "" + } + ], + "2024-10-29": [ + { + "citations": [ + "Philippians 1:8-14", + "Luke 11:34-41" + ], + "label": "" + } + ], + "2024-10-30": [ + { + "citations": [ + "Philippians 1:12-20", + "Luke 11:42-46" + ], + "label": "" + } + ], + "2024-10-31": [ + { + "citations": [ + "Philippians 1:20-27", + "John 10:9-16" + ], + "label": "St. John Kochurov" + } + ], + "2024-11-01": [ + { + "citations": [ + "Philippians 1:27-2:4", + "Luke 12:2-12" + ], + "label": "" + } + ], + "2024-11-02": [ + { + "citations": [ + "1 Corinthians 15:58-16:3", + "Luke 9:1-6" + ], + "label": "" + } + ], + "2024-11-03": [ + { + "citations": [ + "2 Corinthians 11:31-12:9", + "Luke 8:41-56" + ], + "label": "" + } + ], + "2024-11-04": [ + { + "citations": [ + "Philippians 2:12-16", + "Luke 12:13-15, 22-31" + ], + "label": "" + } + ], + "2024-11-05": [ + { + "citations": [ + "Philippians 2:17-23", + "Luke 12:42-48" + ], + "label": "" + } + ], + "2024-11-06": [ + { + "citations": [ + "Philippians 2:24-30", + "Luke 12:48-59" + ], + "label": "" + } + ], + "2024-11-07": [ + { + "citations": [ + "Philippians 3:1-8", + "Luke 13:1-9" + ], + "label": "" + } + ], + "2024-11-08": [ + { + "citations": [ + "Hebrews 2:2-10", + "Luke 10:16-21" + ], + "label": "Angels" + }, + { + "citations": [ + "Philippians 3:8-19", + "Luke 13:31-35" + ], + "label": "" + } + ], + "2024-11-09": [ + { + "citations": [ + "2 Corinthians 1:8-11", + "Luke 9:37-43" + ], + "label": "" + } + ], + "2024-11-10": [ + { + "citations": [ + "Galatians 1:11-19", + "Luke 10:25-37" + ], + "label": "" + } + ], + "2024-11-11": [ + { + "citations": [ + "Philippians 4:10-23", + "Luke 14:12-15" + ], + "label": "" + } + ], + "2024-11-12": [ + { + "citations": [ + "Colossians 1:1-2, 7-11", + "Luke 14:25-35" + ], + "label": "" + } + ], + "2024-11-13": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. John Chrysostom" + }, + { + "citations": [ + "Colossians 1:18-23", + "Luke 15:1-10" + ], + "label": "" + } + ], + "2024-11-14": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "John 1:43-51" + ], + "label": "Apostle" + }, + { + "citations": [ + "Colossians 1:24-29", + "Luke 16:1-9" + ], + "label": "" + } + ], + "2024-11-15": [ + { + "citations": [ + "Colossians 2:1-7", + "Luke 16:15-18, 17:1-4" + ], + "label": "" + } + ], + "2024-11-16": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 9:9-13" + ], + "label": "Apostle" + }, + { + "citations": [ + "2 Corinthians 3:12-18", + "Luke 9:57-62" + ], + "label": "" + } + ], + "2024-11-17": [ + { + "citations": [ + "Galatians 2:16-20", + "Luke 12:16-21" + ], + "label": "" + } + ], + "2024-11-18": [ + { + "citations": [ + "Colossians 2:13-20", + "Luke 17:20-25" + ], + "label": "" + } + ], + "2024-11-19": [ + { + "citations": [ + "Colossians 2:20-3:3", + "Luke 17:26-37" + ], + "label": "" + } + ], + "2024-11-20": [ + { + "citations": [ + "Colossians 3:17-4:1", + "Luke 18:15-17, 26-30" + ], + "label": "" + } + ], + "2024-11-21": [ + { + "citations": [ + "Colossians 4:2-9", + "Luke 18:31-34" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2024-11-22": [ + { + "citations": [ + "Colossians 4:10-18", + "Luke 19:12-28" + ], + "label": "" + } + ], + "2024-11-23": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "St. Alexander" + }, + { + "citations": [ + "2 Corinthians 5:1-10", + "Luke 10:19-21" + ], + "label": "" + } + ], + "2024-11-24": [ + { + "citations": [ + "Galatians 6:11-18", + "Luke 13:10-17" + ], + "label": "" + } + ], + "2024-11-25": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "1 Thessalonians 1:1-5", + "Luke 19:37-44" + ], + "label": "" + } + ], + "2024-11-26": [ + { + "citations": [ + "1 Thessalonians 1:6-10", + "Luke 19:45-48" + ], + "label": "" + } + ], + "2024-11-27": [ + { + "citations": [ + "1 Thessalonians 2:1-8", + "Luke 20:1-8" + ], + "label": "" + } + ], + "2024-11-28": [ + { + "citations": [ + "1 Thessalonians 2:9-14", + "Luke 20:9-18" + ], + "label": "" + } + ], + "2024-11-29": [ + { + "citations": [ + "1 Thessalonians 2:14-19", + "Luke 20:19-26" + ], + "label": "" + } + ], + "2024-11-30": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "John 1:35-51" + ], + "label": "Apostle" + }, + { + "citations": [ + "2 Corinthians 8:1-5", + "Luke 12:32-40" + ], + "label": "" + } + ], + "2024-12-01": [ + { + "citations": [ + "Ephesians 2:4-10", + "Luke 18:18-27" + ], + "label": "" + } + ], + "2024-12-02": [ + { + "citations": [ + "1 Thessalonians 2:20-3:8", + "Luke 20:27-44" + ], + "label": "" + } + ], + "2024-12-03": [ + { + "citations": [ + "1 Thessalonians 3:9-13", + "Luke 21:12-19" + ], + "label": "" + } + ], + "2024-12-04": [ + { + "citations": [ + "Hebrews 13:7-16", + "Luke 12:32-40" + ], + "label": "St. Alexander" + }, + { + "citations": [ + "1 Thessalonians 4:1-12", + "Luke 21:5-7, 10-11, 20-24" + ], + "label": "" + } + ], + "2024-12-05": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Thessalonians 5:1-8", + "Luke 21:28-33" + ], + "label": "" + } + ], + "2024-12-06": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Thessalonians 5:9-13, 24-28", + "Luke 21:37-22:8" + ], + "label": "" + } + ], + "2024-12-07": [ + { + "citations": [ + "2 Corinthians 11:1-6", + "Luke 13:18-29" + ], + "label": "" + } + ], + "2024-12-08": [ + { + "citations": [ + "Ephesians 2:14-22", + "Luke 17:12-19" + ], + "label": "" + } + ], + "2024-12-09": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 8:16-21" + ], + "label": "St. Anna" + }, + { + "citations": [ + "2 Thessalonians 1:1-10", + "Mark 8:11-21" + ], + "label": "" + } + ], + "2024-12-10": [ + { + "citations": [ + "2 Thessalonians 1:10-2:2", + "Mark 8:22-26" + ], + "label": "" + } + ], + "2024-12-11": [ + { + "citations": [ + "2 Thessalonians 2:1-12", + "Mark 8:30-34" + ], + "label": "" + } + ], + "2024-12-12": [ + { + "citations": [ + "2 Thessalonians 2:13-3:5", + "Mark 9:10-16" + ], + "label": "" + } + ], + "2024-12-13": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Thessalonians 3:6-18", + "Mark 9:33-41" + ], + "label": "" + } + ], + "2024-12-14": [ + { + "citations": [ + "Galatians 1:3-10", + "Luke 14:1-11" + ], + "label": "" + } + ], + "2024-12-15": [ + { + "citations": [ + "Colossians 3:4-11", + "Luke 14:16-24" + ], + "label": "" + } + ], + "2024-12-16": [ + { + "citations": [ + "1 Timothy 1:1-7", + "Mark 9:42-10:1" + ], + "label": "" + } + ], + "2024-12-17": [ + { + "citations": [ + "1 Timothy 1:8-14", + "Mark 10:2-12" + ], + "label": "" + } + ], + "2024-12-18": [ + { + "citations": [ + "1 Timothy 1:18-20, 2:8-15", + "Mark 10:11-16" + ], + "label": "" + } + ], + "2024-12-19": [ + { + "citations": [ + "1 Timothy 3:1-13", + "Mark 10:17-27" + ], + "label": "" + } + ], + "2024-12-20": [ + { + "citations": [ + "1 Timothy 4:4-8, 16", + "Mark 10:23-32" + ], + "label": "" + } + ], + "2024-12-21": [ + { + "citations": [ + "Galatians 3:8-12", + "Luke 13:18-29" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "Galatians 3:8-12", + "Luke 16:10-15" + ], + "label": "" + } + ], + "2024-12-22": [ + { + "citations": [ + "Hebrews 11:9-10, 17-23, 32-40", + "Matthew 1:1-25" + ], + "label": "Sunday Before" + } + ], + "2024-12-23": [ + { + "citations": [ + "1 Timothy 5:1-10", + "Mark 10:46-52" + ], + "label": "" + } + ], + "2024-12-24": [ + { + "citations": [ + "1 Timothy 5:11-21", + "Mark 11:11-23" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 1:1-12", + "Luke 2:1-20" + ], + "label": "" + } + ], + "2024-12-25": [ + { + "citations": [ + "Galatians 4:4-7", + "Matthew 2:1-12" + ], + "label": "Nativity" + } + ], + "2024-12-26": [ + { + "citations": [ + "Hebrews 2:11-18", + "Matthew 2:13-23" + ], + "label": "Theotokos" + } + ], + "2024-12-27": [ + { + "citations": [ + "Acts 6:8-15; 7:1-5, 47-60", + "Matthew 21:33-42" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Timothy 1:1-2, 8-18", + "Mark 12:1-12" + ], + "label": "" + } + ], + "2024-12-28": [ + { + "citations": [ + "1 Timothy 6:11-16", + "Matthew 12:15-21" + ], + "label": "Saturday After" + }, + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 17:3-10" + ], + "label": "" + } + ], + "2024-12-29": [ + { + "citations": [ + "Galatians 1:11-19", + "Matthew 2:13-23" + ], + "label": "Sunday After" + } + ], + "2024-12-30": [ + { + "citations": [ + "2 Timothy 2:20-26", + "Mark 12:13-17" + ], + "label": "" + } + ], + "2024-12-31": [ + { + "citations": [ + "2 Timothy 3:16-4:4", + "Mark 12:18-27" + ], + "label": "" + } + ] +} \ No newline at end of file diff --git a/data/oca_raw/readings-2025.json b/data/oca_raw/readings-2025.json new file mode 100644 index 00000000..7518b5ba --- /dev/null +++ b/data/oca_raw/readings-2025.json @@ -0,0 +1,4190 @@ +{ + "2025-01-01": [ + { + "citations": [ + "Colossians 2:8-12", + "Luke 2:20-21,40-52" + ], + "label": "Circumcision" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Timothy 4:9-22", + "Mark 12:28-37" + ], + "label": "" + } + ], + "2025-01-02": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Titus 1:5-2:1", + "Mark 12:38-44" + ], + "label": "" + } + ], + "2025-01-03": [ + { + "citations": [ + "Titus 1:15-2:10", + "Mark 13:1-8" + ], + "label": "" + } + ], + "2025-01-04": [ + { + "citations": [ + "1 Timothy 3:14-4:5", + "Matthew 3:1-11" + ], + "label": "Saturday Before" + } + ], + "2025-01-05": [ + { + "citations": [ + "2 Timothy 4:5-8", + "Mark 1:1-8" + ], + "label": "Sunday Before" + }, + { + "citations": [ + "1 Corinthians 9:19-27", + "Luke 3:1-18" + ], + "label": "" + } + ], + "2025-01-06": [ + { + "citations": [ + "Titus 2:11-14; 3:4-7", + "Matthew 3:13-17" + ], + "label": "" + } + ], + "2025-01-07": [ + { + "citations": [ + "Hebrews 4:1-13", + "Luke 21:12-19" + ], + "label": "" + }, + { + "citations": [ + "Acts 19:1-8", + "John 1:29-34" + ], + "label": "Forerunner" + } + ], + "2025-01-08": [ + { + "citations": [ + "Hebrews 5:11-6:8", + "Luke 21:5-7, 10-11, 20-24" + ], + "label": "" + } + ], + "2025-01-09": [ + { + "citations": [ + "Hebrews 7:1-6", + "Luke 21:28-33" + ], + "label": "" + } + ], + "2025-01-10": [ + { + "citations": [ + "Hebrews 7:18-25", + "Luke 21:37-22:8" + ], + "label": "" + } + ], + "2025-01-11": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 6:10-17", + "Matthew 4:1-11" + ], + "label": "Saturday After" + }, + { + "citations": [ + "Ephesians 2:11-13", + "Luke 13:18-29" + ], + "label": "" + } + ], + "2025-01-12": [ + { + "citations": [ + "Ephesians 4:7-13", + "Matthew 4:12-17" + ], + "label": "Sunday After" + } + ], + "2025-01-13": [ + { + "citations": [ + "Hebrews 8:7-13", + "Mark 8:11-21" + ], + "label": "" + } + ], + "2025-01-14": [ + { + "citations": [ + "Hebrews 9:8-10, 15-23", + "Mark 8:22-26" + ], + "label": "" + } + ], + "2025-01-15": [ + { + "citations": [ + "Hebrews 10:1-18", + "Mark 8:30-34" + ], + "label": "" + } + ], + "2025-01-16": [ + { + "citations": [ + "Hebrews 10:35-11:7", + "Mark 9:10-16" + ], + "label": "" + } + ], + "2025-01-17": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 11:8, 11-16", + "Mark 9:33-41" + ], + "label": "" + } + ], + "2025-01-18": [ + { + "citations": [ + "Ephesians 5:1-8", + "Luke 14:1-11" + ], + "label": "" + } + ], + "2025-01-19": [ + { + "citations": [ + "Colossians 3:12-16", + "Luke 18:35-43" + ], + "label": "" + } + ], + "2025-01-20": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 11:17-23, 27-31", + "Mark 9:42-10:1" + ], + "label": "" + } + ], + "2025-01-21": [ + { + "citations": [ + "Hebrews 12:25-26, 13:22-25", + "Mark 10:2-12" + ], + "label": "" + } + ], + "2025-01-22": [ + { + "citations": [ + "James 1:1-18", + "Mark 10:11-16" + ], + "label": "" + } + ], + "2025-01-23": [ + { + "citations": [ + "James 1:19-27", + "Mark 10:17-27" + ], + "label": "" + } + ], + "2025-01-24": [ + { + "citations": [ + "James 2:1-13", + "Mark 10:23-32" + ], + "label": "" + } + ], + "2025-01-25": [ + { + "citations": [ + "1 Corinthians 12:7-11", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "Colossians 1:3-6", + "Luke 16:10-15" + ], + "label": "" + } + ], + "2025-01-26": [ + { + "citations": [ + "1 Timothy 1:15-17", + "Matthew 15:21-28" + ], + "label": "" + } + ], + "2025-01-27": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "James 2:14-26", + "Mark 10:46-52" + ], + "label": "" + } + ], + "2025-01-28": [ + { + "citations": [ + "James 3:1-10", + "Mark 11:11-23" + ], + "label": "" + } + ], + "2025-01-29": [ + { + "citations": [ + "James 3:11-4:6", + "Mark 11:22-26" + ], + "label": "" + } + ], + "2025-01-30": [ + { + "citations": [ + "Hebrews 13:7-16", + "Matthew 5:14-19" + ], + "label": "Hierarchs" + }, + { + "citations": [ + "James 4:7-5:9", + "Mark 11:27-33" + ], + "label": "" + } + ], + "2025-01-31": [ + { + "citations": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Mark 12:1-12" + ], + "label": "" + } + ], + "2025-02-01": [ + { + "citations": [ + "1 Thessalonians 5:14-23", + "Luke 17:3-10" + ], + "label": "" + } + ], + "2025-02-02": [ + { + "citations": [ + "1 Timothy 4:9-15", + "Luke 19:1-10" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "label": "Meeting" + } + ], + "2025-02-03": [ + { + "citations": [ + "1 Peter 2:21-3:9", + "Mark 12:13-17" + ], + "label": "" + } + ], + "2025-02-04": [ + { + "citations": [ + "1 Peter 3:10-22", + "Mark 12:18-27" + ], + "label": "" + } + ], + "2025-02-05": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Peter 4:1-11", + "Mark 12:28-37" + ], + "label": "" + } + ], + "2025-02-06": [ + { + "citations": [ + "1 Peter 4:12-5:5", + "Mark 12:38-44" + ], + "label": "" + } + ], + "2025-02-07": [ + { + "citations": [ + "2 Peter 1:1-10", + "Mark 13:1-8" + ], + "label": "" + } + ], + "2025-02-08": [ + { + "citations": [ + "2 Timothy 2:11-19", + "Luke 18:2-8" + ], + "label": "" + } + ], + "2025-02-09": [ + { + "citations": [ + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "label": "Meeting" + }, + { + "citations": [ + "2 Timothy 3:10-15", + "Luke 18:10-14" + ], + "label": "" + } + ], + "2025-02-10": [ + { + "citations": [ + "2 Peter 1:20-2:9", + "Mark 13:9-13" + ], + "label": "" + } + ], + "2025-02-11": [ + { + "citations": [ + "2 Peter 2:9-22", + "Mark 13:14-23" + ], + "label": "" + } + ], + "2025-02-12": [ + { + "citations": [ + "2 Peter 3:1-18", + "Mark 13:24-31" + ], + "label": "" + } + ], + "2025-02-13": [ + { + "citations": [ + "1 John 1:8-2:6", + "Mark 13:31-14:2" + ], + "label": "" + } + ], + "2025-02-14": [ + { + "citations": [ + "1 John 2:7-17", + "Mark 14:3-9" + ], + "label": "" + } + ], + "2025-02-15": [ + { + "citations": [ + "2 Timothy 3:1-9", + "Luke 20:46-21:4" + ], + "label": "" + } + ], + "2025-02-16": [ + { + "citations": [ + "1 Corinthians 6:12-20", + "Luke 15:11-32" + ], + "label": "" + } + ], + "2025-02-17": [ + { + "citations": [ + "1 John 2:18-3:10", + "Mark 11:1-11" + ], + "label": "" + } + ], + "2025-02-18": [ + { + "citations": [ + "1 John 3:11-20", + "Mark 14:10-42" + ], + "label": "" + } + ], + "2025-02-19": [ + { + "citations": [ + "1 John 3:21-4:6", + "Mark 14:43-15:1" + ], + "label": "" + } + ], + "2025-02-20": [ + { + "citations": [ + "1 John 4:20-5:21", + "Mark 15:1-15" + ], + "label": "" + } + ], + "2025-02-21": [ + { + "citations": [ + "2 John 1:1-13", + "Mark 15:22-25, 33-41" + ], + "label": "" + } + ], + "2025-02-22": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 10:23-28", + "Luke 21:8-9, 25-27, 33-36" + ], + "label": "" + } + ], + "2025-02-23": [ + { + "citations": [ + "1 Corinthians 8:8-9:2", + "Matthew 25:31-46" + ], + "label": "" + } + ], + "2025-02-24": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:2-15" + ], + "label": "Forerunner" + }, + { + "citations": [ + "3 John 1:1-15", + "Luke 19:29-40, 22:7-39" + ], + "label": "" + } + ], + "2025-02-25": [ + { + "citations": [ + "Jude 1:1-10", + "Luke 22:39-42, 45-23:1" + ], + "label": "" + } + ], + "2025-02-26": [ + { + "citations": [ + "Joel 2:12-26", + "Joel 3:12-21" + ], + "label": "" + } + ], + "2025-02-27": [ + { + "citations": [ + "Hebrews 13:17-21", + "John 10:9-16" + ], + "label": "St. Raphael" + }, + { + "citations": [ + "Jude 1:11-25", + "Luke 23:2-34, 44-56" + ], + "label": "" + } + ], + "2025-02-28": [ + { + "citations": [ + "Zechariah 8:7-17", + "Zechariah 8:19-23" + ], + "label": "" + } + ], + "2025-03-01": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Romans 14:19-23, 16:25-27", + "Matthew 6:1-13" + ], + "label": "" + } + ], + "2025-03-02": [ + { + "citations": [ + "Romans 13:11-14:4", + "Matthew 6:14-21" + ], + "label": "" + } + ], + "2025-03-03": [ + { + "citations": [ + "Isaiah 1:1-20", + "Genesis 1:1-13", + "Proverbs 1:1-20" + ], + "label": "" + } + ], + "2025-03-04": [ + { + "citations": [ + "Isaiah 1:19-2:4", + "Genesis 1:14-23", + "Proverbs 1:20-33" + ], + "label": "" + } + ], + "2025-03-05": [ + { + "citations": [ + "Isaiah 2:3-11", + "Genesis 1:24-2:3", + "Proverbs 2:1-22" + ], + "label": "" + } + ], + "2025-03-06": [ + { + "citations": [ + "Isaiah 2:11-21", + "Genesis 2:4-19", + "Proverbs 3:1-18" + ], + "label": "" + } + ], + "2025-03-07": [ + { + "citations": [ + "Isaiah 3:1-15", + "Genesis 2:20-3:20", + "Proverbs 3:19-34" + ], + "label": "" + } + ], + "2025-03-08": [ + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 1:1-12", + "Mark 2:23-3:5" + ], + "label": "" + } + ], + "2025-03-09": [ + { + "citations": [ + "Hebrews 12:1-10", + "Matthew 20:1-16" + ], + "label": "Martyrs" + }, + { + "citations": [ + "Hebrews 11:24-26, 32-12:2", + "John 1:43-51" + ], + "label": "" + } + ], + "2025-03-10": [ + { + "citations": [ + "Isaiah 4:2-5:7", + "Genesis 3:21-4:7", + "Proverbs 3:34-4:22" + ], + "label": "" + } + ], + "2025-03-11": [ + { + "citations": [ + "Isaiah 5:7-16", + "Genesis 4:8-15", + "Proverbs 5:1-15" + ], + "label": "" + } + ], + "2025-03-12": [ + { + "citations": [ + "Isaiah 5:16-25", + "Genesis 4:16-26", + "Proverbs 5:15-6:3" + ], + "label": "" + } + ], + "2025-03-13": [ + { + "citations": [ + "Isaiah 6:1-12", + "Genesis 5:1-24", + "Proverbs 6:3-20" + ], + "label": "" + } + ], + "2025-03-14": [ + { + "citations": [ + "Isaiah 7:1-15", + "Genesis 5:32-6:8", + "Proverbs 6:20-7:1" + ], + "label": "" + } + ], + "2025-03-15": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 3:12-16", + "Mark 1:35-44" + ], + "label": "" + } + ], + "2025-03-16": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 1:10-2:3", + "Mark 2:1-12" + ], + "label": "" + } + ], + "2025-03-17": [ + { + "citations": [ + "Isaiah 8:13-9:7", + "Genesis 6:9-22", + "Proverbs 8:1-21" + ], + "label": "" + } + ], + "2025-03-18": [ + { + "citations": [ + "Isaiah 9:9-10:4", + "Genesis 7:1-15", + "Proverbs 8:32-9:11" + ], + "label": "" + } + ], + "2025-03-19": [ + { + "citations": [ + "Isaiah 10:12-20", + "Genesis 7:6-9", + "Proverbs 9:12-18" + ], + "label": "" + } + ], + "2025-03-20": [ + { + "citations": [ + "Isaiah 11:10-12:2", + "Genesis 7:11-8:3", + "Proverbs 10:1-22" + ], + "label": "" + } + ], + "2025-03-21": [ + { + "citations": [ + "Isaiah 13:2-13", + "Genesis 8:4-21", + "Proverbs 10:31-11:12" + ], + "label": "" + } + ], + "2025-03-22": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 10:32-38", + "Mark 2:14-17" + ], + "label": "" + } + ], + "2025-03-23": [ + { + "citations": [ + "Hebrews 4:14-5:6", + "Mark 8:34-9:1" + ], + "label": "" + } + ], + "2025-03-24": [ + { + "citations": [ + "Isaiah 14:24-32", + "Genesis 8:21-9:7", + "Proverbs 11:19-12:6" + ], + "label": "" + } + ], + "2025-03-25": [ + { + "citations": [ + "Isaiah 25:1-9", + "Genesis 9:8-17", + "Proverbs 12:8-22" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "label": "Theotokos" + } + ], + "2025-03-26": [ + { + "citations": [ + "Isaiah 26:21-27:9", + "Genesis 9:18-10:1", + "Proverbs 12:23-13:9" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "label": "Theotokos" + } + ], + "2025-03-27": [ + { + "citations": [ + "Isaiah 28:14-22", + "Genesis 10:32-11:9", + "Proverbs 13:19-14:6" + ], + "label": "" + } + ], + "2025-03-28": [ + { + "citations": [ + "Isaiah 29:13-23", + "Genesis 12:1-7", + "Proverbs 14:15-26" + ], + "label": "" + } + ], + "2025-03-29": [ + { + "citations": [ + "1 Corinthians 15:47-57", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 6:9-12", + "Mark 7:31-37" + ], + "label": "" + } + ], + "2025-03-30": [ + { + "citations": [ + "Ephesians 5:9-19", + "Matthew 4:25-5:12" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 6:13-20", + "Mark 9:17-31" + ], + "label": "" + } + ], + "2025-03-31": [ + { + "citations": [ + "Isaiah 37:33-38:6", + "Genesis 13:12-18", + "Proverbs 14:27-15:4" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Innocent" + } + ], + "2025-04-01": [ + { + "citations": [ + "Isaiah 40:18-31", + "Genesis 15:1-15", + "Proverbs 15:7-19" + ], + "label": "" + } + ], + "2025-04-02": [ + { + "citations": [ + "Isaiah 41:4-14", + "Genesis 17:1-9", + "Proverbs 15:20-16:9" + ], + "label": "" + } + ], + "2025-04-03": [ + { + "citations": [ + "Isaiah 42:5-16", + "Genesis 18:20-33", + "Proverbs 16:17-17:17" + ], + "label": "" + } + ], + "2025-04-04": [ + { + "citations": [ + "Isaiah 45:11-17", + "Genesis 22:1-18", + "Proverbs 17:17-18:5" + ], + "label": "" + } + ], + "2025-04-05": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Hebrews 9:24-28", + "Mark 8:27-31" + ], + "label": "" + } + ], + "2025-04-06": [ + { + "citations": [ + "Galatians 3:23-29", + "Luke 7:36-50" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 9:11-14", + "Mark 10:32-45" + ], + "label": "" + } + ], + "2025-04-07": [ + { + "citations": [ + "Isaiah 48:17-49:4", + "Genesis 27:1-41", + "Proverbs 19:16-25" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Tikhon" + } + ], + "2025-04-08": [ + { + "citations": [ + "Isaiah 49:6-10", + "Genesis 31:3-16", + "Proverbs 21:3-21" + ], + "label": "" + } + ], + "2025-04-09": [ + { + "citations": [ + "Isaiah 58:1-11", + "Genesis 43:26-31, 45:1-16", + "Proverbs 21:23-22:4" + ], + "label": "" + } + ], + "2025-04-10": [ + { + "citations": [ + "Isaiah 65:8-16", + "Genesis 46:1-7", + "Proverbs 23:15-24:5" + ], + "label": "" + } + ], + "2025-04-11": [ + { + "citations": [ + "Isaiah 66:10-24", + "Genesis 49:33-50:26", + "Proverbs 31:8-31" + ], + "label": "" + } + ], + "2025-04-12": [ + { + "citations": [ + "Hebrews 12:28-13:8", + "John 11:1-45" + ], + "label": "" + } + ], + "2025-04-13": [ + { + "citations": [ + "Philippians 4:4-9", + "John 12:1-18" + ], + "label": "" + } + ], + "2025-04-14": [ + { + "citations": [ + "Matthew 21:18-43" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 1:1-20", + "Exodus 1:1-20", + "Job 1:1-12" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 24:3-35" + ], + "label": "Presanctified" + } + ], + "2025-04-15": [ + { + "citations": [ + "Matthew 22:15-23:39" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 1:21-28 (1:1-28,2:1 LXX)", + "Exodus 2:5-10", + "Job 1:13-22" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 24:36-26:2" + ], + "label": "Presanctified" + } + ], + "2025-04-16": [ + { + "citations": [ + "John 12:17-50" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 2:3-3:3", + "Exodus 2:11-22", + "Job 2:1-10" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 26:6-16" + ], + "label": "Presanctified" + } + ], + "2025-04-17": [ + { + "citations": [ + "Luke 22:1-39" + ], + "label": "Matins" + }, + { + "citations": [ + "Exodus 19:10-19", + "Job 38:1-23; 42:1-5", + "Isaiah 50:4-11" + ], + "label": "Vespers" + }, + { + "citations": [ + "1 Corinthians 11:23-32", + "Matt. 26:2-20; John 13:3-17; Matt. 26:21-39; Luke 22:43-45; Matt. 26:40-27:2" + ], + "label": "Composite" + } + ], + "2025-04-18": [ + { + "citations": [ + "Exodus 33:11-23", + "Job 42:12-17 LXX", + "Isaiah 52:13-54:1" + ], + "label": "Vespers" + }, + { + "citations": [ + "1 Corinthians 1:18-2:2", + "Matt. 27:1-38; Luke 23:39-43; Matt. 27:39-54; John 19:31-37; Matt. 27:55-61" + ], + "label": "Vespers" + } + ], + "2025-04-19": [ + { + "citations": [ + "Ezekiel 37:1-14", + "1 Corinthians 5:6-8; Galatians 3:13-14", + "Matthew 27:62-66" + ], + "label": "Matins" + }, + { + "citations": [ + "Romans 6:3-11", + "Matthew 28:1-20" + ], + "label": "" + } + ], + "2025-04-20": [ + { + "citations": [ + "Acts 1:1-8", + "John 1:1-17" + ], + "label": "" + } + ], + "2025-04-21": [ + { + "citations": [ + "John 20:19-25" + ], + "label": "Vespers" + }, + { + "citations": [ + "Acts 1:12-17, 21-26", + "John 1:18-28" + ], + "label": "" + } + ], + "2025-04-22": [ + { + "citations": [ + "Acts 2:14-21", + "Luke 24:12-35" + ], + "label": "" + } + ], + "2025-04-23": [ + { + "citations": [ + "Acts 12:1-11", + "John 15:17-16:2" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 2:22-36", + "John 1:35-51" + ], + "label": "" + } + ], + "2025-04-24": [ + { + "citations": [ + "Acts 2:38-43", + "John 3:1-15" + ], + "label": "" + } + ], + "2025-04-25": [ + { + "citations": [ + "1 Peter 5:6-14", + "Mark 6:7-13" + ], + "label": "Saint" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Acts 3:1-8", + "John 2:12-22" + ], + "label": "" + } + ], + "2025-04-26": [ + { + "citations": [ + "Acts 3:11-16", + "John 3:22-33" + ], + "label": "" + } + ], + "2025-04-27": [ + { + "citations": [ + "Acts 5:12-20", + "John 20:19-31" + ], + "label": "" + } + ], + "2025-04-28": [ + { + "citations": [ + "Acts 3:19-26", + "John 2:1-11" + ], + "label": "" + } + ], + "2025-04-29": [ + { + "citations": [ + "Acts 4:1-10", + "John 3:16-21" + ], + "label": "" + } + ], + "2025-04-30": [ + { + "citations": [ + "Acts 12:1-11", + "Luke 5:1-11" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 4:13-22", + "John 5:17-24" + ], + "label": "" + } + ], + "2025-05-01": [ + { + "citations": [ + "Acts 4:23-31", + "John 5:24-30" + ], + "label": "" + } + ], + "2025-05-02": [ + { + "citations": [ + "Acts 5:1-11", + "John 5:30-6:2" + ], + "label": "" + } + ], + "2025-05-03": [ + { + "citations": [ + "Hebrews 13:7-16", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 5:21-33", + "John 6:14-27" + ], + "label": "" + } + ], + "2025-05-04": [ + { + "citations": [ + "Acts 6:1-7", + "Mark 15:43-16:8" + ], + "label": "" + } + ], + "2025-05-05": [ + { + "citations": [ + "Acts 6:8-7:5, 47-60", + "John 4:46-54" + ], + "label": "" + } + ], + "2025-05-06": [ + { + "citations": [ + "Acts 8:5-17", + "John 6:27-33" + ], + "label": "" + } + ], + "2025-05-07": [ + { + "citations": [ + "Galatians 1:11-19", + "John 10:1-9" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 8:18-25", + "John 6:35-39" + ], + "label": "" + } + ], + "2025-05-08": [ + { + "citations": [ + "1 John 1:1-7", + "John 19:25-27; 21:24-25" + ], + "label": "St. John" + }, + { + "citations": [ + "Acts 8:26-39", + "John 6:40-44" + ], + "label": "" + } + ], + "2025-05-09": [ + { + "citations": [ + "Acts 8:40-9:19", + "John 6:48-54" + ], + "label": "" + } + ], + "2025-05-10": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 13:54-58" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 9:20-31", + "John 15:17-16:2" + ], + "label": "" + } + ], + "2025-05-11": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "Matthew 5:14-19" + ], + "label": "Saints" + }, + { + "citations": [ + "Acts 9:32-42", + "John 5:1-15" + ], + "label": "" + } + ], + "2025-05-12": [ + { + "citations": [ + "Acts 10:1-16", + "John 6:56-69" + ], + "label": "" + } + ], + "2025-05-13": [ + { + "citations": [ + "Acts 10:21-33", + "John 7:1-13" + ], + "label": "" + } + ], + "2025-05-14": [ + { + "citations": [ + "Acts 14:6-18", + "John 7:14-30" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "John 5:1-4" + ], + "label": "Blessing of Waters" + } + ], + "2025-05-15": [ + { + "citations": [ + "Acts 10:34-43", + "John 8:12-20" + ], + "label": "" + } + ], + "2025-05-16": [ + { + "citations": [ + "Acts 10:44-11:10", + "John 8:21-30" + ], + "label": "" + } + ], + "2025-05-17": [ + { + "citations": [ + "Acts 12:1-11", + "John 8:31-42" + ], + "label": "" + } + ], + "2025-05-18": [ + { + "citations": [ + "Acts 11:19-26, 29-30", + "John 4:5-42" + ], + "label": "" + } + ], + "2025-05-19": [ + { + "citations": [ + "Acts 12:12-17", + "John 8:42-51" + ], + "label": "" + } + ], + "2025-05-20": [ + { + "citations": [ + "Acts 12:25-13:12", + "John 8:51-59" + ], + "label": "" + } + ], + "2025-05-21": [ + { + "citations": [ + "Acts 26:1-5, 12-20", + "John 10:1-9" + ], + "label": "Saints" + }, + { + "citations": [ + "Acts 13:13-24", + "John 6:5-14" + ], + "label": "" + } + ], + "2025-05-22": [ + { + "citations": [ + "Acts 14:20-27", + "John 9:39-10:9" + ], + "label": "" + } + ], + "2025-05-23": [ + { + "citations": [ + "Acts 15:5-34", + "John 10:17-28" + ], + "label": "" + } + ], + "2025-05-24": [ + { + "citations": [ + "Acts 15:35-41", + "John 10:27-38" + ], + "label": "" + } + ], + "2025-05-25": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:2-15" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Acts 16:16-34", + "John 9:1-38" + ], + "label": "" + } + ], + "2025-05-26": [ + { + "citations": [ + "Acts 17:1-15", + "John 11:47-57" + ], + "label": "" + } + ], + "2025-05-27": [ + { + "citations": [ + "Acts 17:19-28", + "John 12:19-36" + ], + "label": "" + } + ], + "2025-05-28": [ + { + "citations": [ + "Acts 18:22-28", + "John 12:36-47" + ], + "label": "" + } + ], + "2025-05-29": [ + { + "citations": [ + "Acts 1:1-12", + "Luke 24:36-53" + ], + "label": "" + } + ], + "2025-05-30": [ + { + "citations": [ + "Acts 19:1-8", + "John 14:1-11" + ], + "label": "" + } + ], + "2025-05-31": [ + { + "citations": [ + "Acts 20:7-12", + "John 14:10-21" + ], + "label": "" + } + ], + "2025-06-01": [ + { + "citations": [ + "Acts 20:16-18, 28-36", + "John 17:1-13" + ], + "label": "" + } + ], + "2025-06-02": [ + { + "citations": [ + "Acts 21:8-14", + "John 14:27-15:7" + ], + "label": "" + } + ], + "2025-06-03": [ + { + "citations": [ + "Acts 21:26-32", + "John 16:2-13" + ], + "label": "" + } + ], + "2025-06-04": [ + { + "citations": [ + "Acts 23:1-11", + "John 16:15-23" + ], + "label": "" + } + ], + "2025-06-05": [ + { + "citations": [ + "Acts 25:13-19", + "John 16:23-33" + ], + "label": "" + } + ], + "2025-06-06": [ + { + "citations": [ + "Acts 27:1-44", + "John 17:18-26" + ], + "label": "" + } + ], + "2025-06-07": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 15:47-57", + "John 6:35-39" + ], + "label": "Departed, variant" + }, + { + "citations": [ + "Acts 28:1-31", + "John 21:15-25" + ], + "label": "" + } + ], + "2025-06-08": [ + { + "citations": [ + "Acts 2:1-11", + "John 7:37-52, 8:12" + ], + "label": "" + } + ], + "2025-06-09": [ + { + "citations": [ + "Ephesians 5:9-19", + "Matthew 18:10-20" + ], + "label": "" + } + ], + "2025-06-10": [ + { + "citations": [ + "Romans 1:1-7, 13-17", + "Matthew 4:25-5:13" + ], + "label": "" + } + ], + "2025-06-11": [ + { + "citations": [ + "Acts 11:19-26, 29-30", + "Luke 10:16-21" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 1:18-27", + "Matthew 5:20-26" + ], + "label": "" + } + ], + "2025-06-12": [ + { + "citations": [ + "Romans 1:28-2:9", + "Matthew 5:27-32" + ], + "label": "" + } + ], + "2025-06-13": [ + { + "citations": [ + "Romans 2:14-29", + "Matthew 5:33-41" + ], + "label": "" + } + ], + "2025-06-14": [ + { + "citations": [ + "Romans 1:7-12", + "Matthew 5:42-48" + ], + "label": "" + } + ], + "2025-06-15": [ + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 10:32-33, 37-38, 19:27-30" + ], + "label": "" + } + ], + "2025-06-16": [ + { + "citations": [ + "Romans 2:28-3:18", + "Matthew 6:31-34, 7:9-11" + ], + "label": "" + } + ], + "2025-06-17": [ + { + "citations": [ + "Romans 4:4-12", + "Matthew 7:15-21" + ], + "label": "" + } + ], + "2025-06-18": [ + { + "citations": [ + "Romans 4:13-25", + "Matthew 7:21-23" + ], + "label": "" + } + ], + "2025-06-19": [ + { + "citations": [ + "Jude 1-10", + "John 14:21-24" + ], + "label": "Apostle" + }, + { + "citations": [ + "Romans 5:10-16", + "Matthew 8:23-27" + ], + "label": "" + } + ], + "2025-06-20": [ + { + "citations": [ + "Romans 5:17-6:2", + "Matthew 9:14-17" + ], + "label": "" + } + ], + "2025-06-21": [ + { + "citations": [ + "Romans 3:19-26", + "Matthew 7:1-8" + ], + "label": "" + } + ], + "2025-06-22": [ + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 4:25-5:12" + ], + "label": "Saints" + }, + { + "citations": [ + "Romans 2:10-16", + "Matthew 4:18-23" + ], + "label": "" + } + ], + "2025-06-23": [ + { + "citations": [ + "Romans 7:1-13", + "Matthew 9:36-10:8" + ], + "label": "" + } + ], + "2025-06-24": [ + { + "citations": [ + "Romans 13:11-14:4", + "Luke 1:1-25, 57-68, 76, 80" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Romans 7:14-8:2", + "Matthew 10:9-15" + ], + "label": "" + } + ], + "2025-06-25": [ + { + "citations": [ + "Romans 8:2-13", + "Matthew 10:16-22" + ], + "label": "" + } + ], + "2025-06-26": [ + { + "citations": [ + "Romans 8:22-27", + "Matthew 10:23-31" + ], + "label": "" + } + ], + "2025-06-27": [ + { + "citations": [ + "Romans 9:6-19", + "Matthew 10:32-36, 11:1" + ], + "label": "" + } + ], + "2025-06-28": [ + { + "citations": [ + "Romans 3:28-4:3", + "Matthew 7:24-8:4" + ], + "label": "" + } + ], + "2025-06-29": [ + { + "citations": [ + "2 Corinthians 11:21-12:9", + "Matthew 16:13-19" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 5:1-10", + "Matthew 6:22-33" + ], + "label": "" + } + ], + "2025-06-30": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Mark 3:13-19" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 9:18-33", + "Matthew 11:2-15" + ], + "label": "" + } + ], + "2025-07-01": [ + { + "citations": [ + "Romans 10:11-11:2", + "Matthew 11:16-20" + ], + "label": "" + } + ], + "2025-07-02": [ + { + "citations": [ + "Romans 11:2-12", + "Matthew 11:20-26" + ], + "label": "" + } + ], + "2025-07-03": [ + { + "citations": [ + "Romans 11:13-24", + "Matthew 11:27-30" + ], + "label": "" + } + ], + "2025-07-04": [ + { + "citations": [ + "Romans 11:25-36", + "Matthew 12:1-8" + ], + "label": "" + } + ], + "2025-07-05": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "either Saint" + }, + { + "citations": [ + "Romans 6:11-17", + "Matthew 8:14-23" + ], + "label": "" + } + ], + "2025-07-06": [ + { + "citations": [ + "Romans 6:18-23", + "Matthew 8:5-13" + ], + "label": "" + } + ], + "2025-07-07": [ + { + "citations": [ + "Romans 12:4-5, 15-21", + "Matthew 12:9-13" + ], + "label": "" + } + ], + "2025-07-08": [ + { + "citations": [ + "Romans 14:9-18", + "Matthew 12:14-16, 22-30" + ], + "label": "" + } + ], + "2025-07-09": [ + { + "citations": [ + "Romans 15:7-16", + "Matthew 12:38-45" + ], + "label": "" + } + ], + "2025-07-10": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 4:25-5:12" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 15:17-29", + "Matthew 12:46-13:3" + ], + "label": "" + } + ], + "2025-07-11": [ + { + "citations": [ + "Romans 16:1-16", + "Matthew 13:4-9" + ], + "label": "" + } + ], + "2025-07-12": [ + { + "citations": [ + "Romans 8:14-21", + "Matthew 9:9-13" + ], + "label": "" + } + ], + "2025-07-13": [ + { + "citations": [ + "Hebrews 13:7-16", + "John 17:1-13" + ], + "label": "Fathers" + }, + { + "citations": [ + "Romans 10:1-10", + "Matthew 8:28-9:1" + ], + "label": "" + } + ], + "2025-07-14": [ + { + "citations": [ + "Romans 16:17-24", + "Matthew 13:10-23" + ], + "label": "" + } + ], + "2025-07-15": [ + { + "citations": [ + "Galatians 1:11-19", + "John 10:1-9" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 1:1-9", + "Matthew 13:24-30" + ], + "label": "" + } + ], + "2025-07-16": [ + { + "citations": [ + "1 Corinthians 2:9-3:8", + "Matthew 13:31-36" + ], + "label": "" + } + ], + "2025-07-17": [ + { + "citations": [ + "1 Corinthians 3:18-23", + "Matthew 13:36-43" + ], + "label": "" + } + ], + "2025-07-18": [ + { + "citations": [ + "1 Corinthians 4:5-8", + "Matthew 13:44-54" + ], + "label": "" + } + ], + "2025-07-19": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 9:1-5", + "Matthew 9:18-26" + ], + "label": "" + } + ], + "2025-07-20": [ + { + "citations": [ + "James 5:10-20", + "Luke 4:22-30" + ], + "label": "Prophet" + }, + { + "citations": [ + "Romans 12:6-14", + "Matthew 9:1-8" + ], + "label": "" + } + ], + "2025-07-21": [ + { + "citations": [ + "1 Corinthians 5:9-6:11", + "Matthew 13:54-58" + ], + "label": "" + } + ], + "2025-07-22": [ + { + "citations": [ + "1 Corinthians 6:20-7:12", + "Matthew 14:1-13" + ], + "label": "" + } + ], + "2025-07-23": [ + { + "citations": [ + "1 Corinthians 7:12-24", + "Matthew 14:35-15:11" + ], + "label": "" + } + ], + "2025-07-24": [ + { + "citations": [ + "Romans 8:28-39", + "John 15:17-16:2" + ], + "label": "Saints" + }, + { + "citations": [ + "1 Corinthians 7:24-35", + "Matthew 15:12-21" + ], + "label": "" + } + ], + "2025-07-25": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 8:16-21" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 7:35-8:7", + "Matthew 15:29-31" + ], + "label": "" + } + ], + "2025-07-26": [ + { + "citations": [ + "Philippians 3:7-14", + "Mark 10:29-31, 42-45" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 12:1-3", + "Matthew 10:37-11:1" + ], + "label": "" + } + ], + "2025-07-27": [ + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "St. Panteleimon" + }, + { + "citations": [ + "Romans 15:1-7", + "Matthew 9:27-35" + ], + "label": "" + } + ], + "2025-07-28": [ + { + "citations": [ + "1 Corinthians 9:13-18", + "Matthew 16:1-6" + ], + "label": "" + } + ], + "2025-07-29": [ + { + "citations": [ + "1 Corinthians 10:5-12", + "Matthew 16:6-12" + ], + "label": "" + } + ], + "2025-07-30": [ + { + "citations": [ + "1 Corinthians 10:12-22", + "Matthew 16:20-24" + ], + "label": "" + } + ], + "2025-07-31": [ + { + "citations": [ + "1 Corinthians 10:28-11:7", + "Matthew 16:24-28" + ], + "label": "" + } + ], + "2025-08-01": [ + { + "citations": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "label": "Cross" + }, + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 10:32-36; 11:1" + ], + "label": "Martyrs" + }, + { + "citations": [ + "Hebrews 2:11-18", + "John 5:1-4" + ], + "label": "At the Blessing of Waters" + }, + { + "citations": [ + "1 Corinthians 11:8-22", + "Matthew 17:10-18" + ], + "label": "" + } + ], + "2025-08-02": [ + { + "citations": [ + "Romans 13:1-10", + "Matthew 12:30-37" + ], + "label": "" + } + ], + "2025-08-03": [ + { + "citations": [ + "1 Corinthians 1:10-18", + "Matthew 14:14-22" + ], + "label": "" + } + ], + "2025-08-04": [ + { + "citations": [ + "1 Corinthians 11:31-12:6", + "Matthew 18:1-11" + ], + "label": "" + } + ], + "2025-08-05": [ + { + "citations": [ + "1 Corinthians 12:12-26", + "Matthew 18:18-22, 19:1-2, 13-15" + ], + "label": "" + } + ], + "2025-08-06": [ + { + "citations": [ + "1 Corinthians 13:4-14:5", + "Matthew 20:1-16" + ], + "label": "" + }, + { + "citations": [ + "2 Peter 1:10-19", + "Matthew 17:1-9" + ], + "label": "Transfiguration" + } + ], + "2025-08-07": [ + { + "citations": [ + "1 Corinthians 14:6-19", + "Matthew 20:17-28" + ], + "label": "" + } + ], + "2025-08-08": [ + { + "citations": [ + "1 Corinthians 14:26-40", + "Matthew 21:12-14, 17-20" + ], + "label": "" + } + ], + "2025-08-09": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 14:6-9", + "Matthew 15:32-39" + ], + "label": "" + } + ], + "2025-08-10": [ + { + "citations": [ + "1 Corinthians 3:9-17", + "Matthew 14:22-34" + ], + "label": "" + } + ], + "2025-08-11": [ + { + "citations": [ + "1 Corinthians 15:12-19", + "Matthew 21:18-22" + ], + "label": "" + } + ], + "2025-08-12": [ + { + "citations": [ + "1 Corinthians 15:29-38", + "Matthew 21:23-27" + ], + "label": "" + } + ], + "2025-08-13": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "Matthew 5:14-19" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "1 Corinthians 16:4-12", + "Matthew 21:28-32" + ], + "label": "" + } + ], + "2025-08-14": [ + { + "citations": [ + "2 Corinthians 1:1-7", + "Matthew 21:43-46" + ], + "label": "" + } + ], + "2025-08-15": [ + { + "citations": [ + "2 Corinthians 1:12-20", + "Matthew 22:23-33" + ], + "label": "" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2025-08-16": [ + { + "citations": [ + "Colossians 1:12-18", + "Luke 9:51-56; 10:22-24" + ], + "label": "Image" + }, + { + "citations": [ + "Romans 15:30-33", + "Matthew 17:24-18:4" + ], + "label": "" + } + ], + "2025-08-17": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 17:14-23" + ], + "label": "" + } + ], + "2025-08-18": [ + { + "citations": [ + "2 Corinthians 2:4-15", + "Matthew 23:13-22" + ], + "label": "" + } + ], + "2025-08-19": [ + { + "citations": [ + "2 Corinthians 2:14-3:3", + "Matthew 23:23-28" + ], + "label": "" + } + ], + "2025-08-20": [ + { + "citations": [ + "2 Corinthians 3:4-11", + "Matthew 23:29-39" + ], + "label": "" + } + ], + "2025-08-21": [ + { + "citations": [ + "2 Corinthians 4:1-6", + "Matthew 24:13-28" + ], + "label": "" + } + ], + "2025-08-22": [ + { + "citations": [ + "2 Corinthians 4:13-18", + "Matthew 24:27-33, 42-51" + ], + "label": "" + } + ], + "2025-08-23": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "1 Corinthians 1:3-9", + "Matthew 19:3-12" + ], + "label": "" + } + ], + "2025-08-24": [ + { + "citations": [ + "1 Corinthians 9:2-12", + "Matthew 18:23-35" + ], + "label": "" + } + ], + "2025-08-25": [ + { + "citations": [ + "2 Corinthians 5:10-15", + "Mark 1:9-15" + ], + "label": "" + } + ], + "2025-08-26": [ + { + "citations": [ + "2 Corinthians 5:15-21", + "Mark 1:16-22" + ], + "label": "" + } + ], + "2025-08-27": [ + { + "citations": [ + "2 Corinthians 6:11-16", + "Mark 1:23-28" + ], + "label": "" + } + ], + "2025-08-28": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Corinthians 7:1-10", + "Mark 1:29-35" + ], + "label": "" + } + ], + "2025-08-29": [ + { + "citations": [ + "Acts 13:25-33", + "Mark 6:14-30" + ], + "label": "Forerunner" + }, + { + "citations": [ + "2 Corinthians 7:10-16", + "Mark 2:18-22" + ], + "label": "" + } + ], + "2025-08-30": [ + { + "citations": [ + "1 Corinthians 1:26-29", + "Matthew 20:29-34" + ], + "label": "" + } + ], + "2025-08-31": [ + { + "citations": [ + "1 Corinthians 15:1-11", + "Matthew 19:16-26" + ], + "label": "" + } + ], + "2025-09-01": [ + { + "citations": [ + "1 Timothy 2:1-7", + "Luke 4:16-22" + ], + "label": "New Year" + }, + { + "citations": [ + "Colossians 3:12-16", + "Matthew 11:27-30" + ], + "label": "St. Simeon" + }, + { + "citations": [ + "2 Corinthians 8:7-15", + "Mark 3:6-12" + ], + "label": "" + } + ], + "2025-09-02": [ + { + "citations": [ + "2 Corinthians 8:16-9:5", + "Mark 3:13-19" + ], + "label": "" + } + ], + "2025-09-03": [ + { + "citations": [ + "2 Corinthians 9:12-10:7", + "Mark 3:20-27" + ], + "label": "" + } + ], + "2025-09-04": [ + { + "citations": [ + "2 Corinthians 10:7-18", + "Mark 3:28-35" + ], + "label": "" + } + ], + "2025-09-05": [ + { + "citations": [ + "2 Corinthians 11:5-21", + "Mark 4:1-9" + ], + "label": "" + } + ], + "2025-09-06": [ + { + "citations": [ + "1 Corinthians 2:6-9", + "Matthew 22:15-22" + ], + "label": "" + } + ], + "2025-09-07": [ + { + "citations": [ + "Galatians 6:11-18", + "John 3:13-17" + ], + "label": "Sunday Before" + }, + { + "citations": [ + "1 Corinthians 16:13-24", + "Matthew 21:33-42" + ], + "label": "" + } + ], + "2025-09-08": [ + { + "citations": [ + "2 Corinthians 12:10-19", + "Mark 4:10-23" + ], + "label": "" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2025-09-09": [ + { + "citations": [ + "2 Corinthians 12:20-13:2", + "Mark 4:24-34" + ], + "label": "" + } + ], + "2025-09-10": [ + { + "citations": [ + "2 Corinthians 13:3-14", + "Mark 4:35-41" + ], + "label": "" + } + ], + "2025-09-11": [ + { + "citations": [ + "Galatians 1:1-10, 20-2:5", + "Mark 5:1-20" + ], + "label": "" + } + ], + "2025-09-12": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Galatians 2:6-10", + "Mark 5:22-24, 35-6:1" + ], + "label": "" + } + ], + "2025-09-13": [ + { + "citations": [ + "Hebrews 3:1-4", + "Matthew 16:13-18" + ], + "label": "Church" + }, + { + "citations": [ + "1 Corinthians 2:6-9", + "Matthew 10:37-11:1" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "1 Corinthians 4:1-5", + "Matthew 23:1-12" + ], + "label": "" + } + ], + "2025-09-14": [ + { + "citations": [ + "2 Corinthians 1:21-2:4", + "Matthew 22:1-14" + ], + "label": "" + }, + { + "citations": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "label": "" + } + ], + "2025-09-15": [ + { + "citations": [ + "Galatians 2:11-16", + "Mark 5:24-34" + ], + "label": "" + } + ], + "2025-09-16": [ + { + "citations": [ + "Galatians 2:21-3:7", + "Mark 6:1-7" + ], + "label": "" + } + ], + "2025-09-17": [ + { + "citations": [ + "Galatians 3:15-22", + "Mark 6:7-13" + ], + "label": "" + } + ], + "2025-09-18": [ + { + "citations": [ + "Galatians 3:23-4:5", + "Mark 6:30-45" + ], + "label": "" + } + ], + "2025-09-19": [ + { + "citations": [ + "Galatians 4:8-21", + "Mark 6:45-53" + ], + "label": "" + } + ], + "2025-09-20": [ + { + "citations": [ + "1 Corinthians 1:26-29", + "John 8:21-30" + ], + "label": "Saturday After" + }, + { + "citations": [ + "1 Corinthians 4:17-5:5", + "Matthew 24:1-13" + ], + "label": "" + } + ], + "2025-09-21": [ + { + "citations": [ + "Galatians 2:16-20", + "Mark 8:34-9:1" + ], + "label": "Sunday After" + }, + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 22:35-46" + ], + "label": "" + } + ], + "2025-09-22": [ + { + "citations": [ + "Galatians 4:28-5:10", + "Luke 3:19-22" + ], + "label": "" + } + ], + "2025-09-23": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 1:5-25" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Galatians 5:11-21", + "Luke 3:23-4:1" + ], + "label": "" + } + ], + "2025-09-24": [ + { + "citations": [ + "Romans 8:28-39", + "Luke 21:12-19" + ], + "label": "New Martyrs" + }, + { + "citations": [ + "Galatians 6:2-10", + "Luke 4:1-15" + ], + "label": "" + } + ], + "2025-09-25": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 1:1-9", + "Luke 4:16-22" + ], + "label": "" + } + ], + "2025-09-26": [ + { + "citations": [ + "1 John 4:12-19", + "John 19:25-27; 21:24-25" + ], + "label": "St. John" + }, + { + "citations": [ + "Ephesians 1:7-17", + "Luke 4:22-30" + ], + "label": "" + } + ], + "2025-09-27": [ + { + "citations": [ + "1 Corinthians 10:23-28", + "Luke 4:31-36" + ], + "label": "" + } + ], + "2025-09-28": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Corinthians 6:1-10", + "Luke 5:1-11" + ], + "label": "" + } + ], + "2025-09-29": [ + { + "citations": [ + "Ephesians 1:22-2:3", + "Luke 4:37-44" + ], + "label": "" + } + ], + "2025-09-30": [ + { + "citations": [ + "Ephesians 2:19-3:7", + "Luke 5:12-16" + ], + "label": "" + } + ], + "2025-10-01": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Ephesians 3:8-21", + "Luke 5:33-39" + ], + "label": "" + } + ], + "2025-10-02": [ + { + "citations": [ + "Ephesians 4:14-19", + "Luke 6:12-19" + ], + "label": "" + } + ], + "2025-10-03": [ + { + "citations": [ + "Ephesians 4:17-25", + "Luke 6:17-23" + ], + "label": "" + } + ], + "2025-10-04": [ + { + "citations": [ + "1 Corinthians 14:20-25", + "Luke 5:17-26" + ], + "label": "" + } + ], + "2025-10-05": [ + { + "citations": [ + "2 Corinthians 6:16-7:1", + "Luke 6:31-36" + ], + "label": "" + } + ], + "2025-10-06": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Innocent" + }, + { + "citations": [ + "Ephesians 4:25-32", + "Luke 6:24-30" + ], + "label": "" + } + ], + "2025-10-07": [ + { + "citations": [ + "Ephesians 5:20-26", + "Luke 6:37-45" + ], + "label": "" + } + ], + "2025-10-08": [ + { + "citations": [ + "Ephesians 5:25-33", + "Luke 6:46-7:1" + ], + "label": "" + } + ], + "2025-10-09": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "Ephesians 5:33-6:9", + "Luke 7:17-30" + ], + "label": "" + } + ], + "2025-10-10": [ + { + "citations": [ + "Ephesians 6:18-24", + "Luke 7:31-35" + ], + "label": "" + } + ], + "2025-10-11": [ + { + "citations": [ + "1 Corinthians 15:39-45", + "Luke 5:27-32" + ], + "label": "" + } + ], + "2025-10-12": [ + { + "citations": [ + "Hebrews 13:7-16", + "John 17:1-13" + ], + "label": "Fathers" + }, + { + "citations": [ + "2 Corinthians 9:6-11", + "Luke 7:11-16" + ], + "label": "" + } + ], + "2025-10-13": [ + { + "citations": [ + "Philippians 1:1-7", + "Luke 7:36-50" + ], + "label": "" + } + ], + "2025-10-14": [ + { + "citations": [ + "Philippians 1:8-14", + "Luke 8:1-3" + ], + "label": "" + } + ], + "2025-10-15": [ + { + "citations": [ + "Philippians 1:12-20", + "Luke 8:22-25" + ], + "label": "" + } + ], + "2025-10-16": [ + { + "citations": [ + "Philippians 1:20-27", + "Luke 9:7-11" + ], + "label": "" + } + ], + "2025-10-17": [ + { + "citations": [ + "Philippians 1:27-2:4", + "Luke 9:12-18" + ], + "label": "" + } + ], + "2025-10-18": [ + { + "citations": [ + "Colossians 4:5-9, 14, 18", + "Luke 10:16-21" + ], + "label": "St. Luke" + }, + { + "citations": [ + "1 Corinthians 15:58-16:3", + "Luke 6:1-10" + ], + "label": "" + } + ], + "2025-10-19": [ + { + "citations": [ + "2 Corinthians 11:31-12:9", + "Luke 8:5-15" + ], + "label": "" + } + ], + "2025-10-20": [ + { + "citations": [ + "Philippians 2:12-16", + "Luke 9:18-22" + ], + "label": "" + } + ], + "2025-10-21": [ + { + "citations": [ + "Philippians 2:17-23", + "Luke 9:23-27" + ], + "label": "" + } + ], + "2025-10-22": [ + { + "citations": [ + "Philippians 2:24-30", + "Luke 9:44-50" + ], + "label": "" + } + ], + "2025-10-23": [ + { + "citations": [ + "Gal 1:11-19", + "Matthew 13:54-58" + ], + "label": "Saint" + }, + { + "citations": [ + "Philippians 3:1-8", + "Luke 9:49-56" + ], + "label": "" + } + ], + "2025-10-24": [ + { + "citations": [ + "Philippians 3:8-19", + "Luke 10:1-15" + ], + "label": "" + } + ], + "2025-10-25": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "2 Corinthians 1:8-11", + "Luke 7:1-10" + ], + "label": "" + } + ], + "2025-10-26": [ + { + "citations": [ + "Hebrews 12:6-13, 25-27", + "Matthew 8:23-27" + ], + "label": "Earthquake" + }, + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "St. Demetrius" + }, + { + "citations": [ + "Galatians 1:11-19", + "Luke 16:19-31" + ], + "label": "" + } + ], + "2025-10-27": [ + { + "citations": [ + "Philippians 4:10-23", + "Luke 10:22-24" + ], + "label": "" + } + ], + "2025-10-28": [ + { + "citations": [ + "Colossians 1:1-2, 7-11", + "Luke 11:1-10" + ], + "label": "" + } + ], + "2025-10-29": [ + { + "citations": [ + "Colossians 1:18-23", + "Luke 11:9-13" + ], + "label": "" + } + ], + "2025-10-30": [ + { + "citations": [ + "Colossians 1:24-29", + "Luke 11:14-23" + ], + "label": "" + } + ], + "2025-10-31": [ + { + "citations": [ + "Colossians 2:1-7", + "John 10:9-16" + ], + "label": "St. John Kochurov" + } + ], + "2025-11-01": [ + { + "citations": [ + "2 Corinthians 3:12-18", + "Luke 8:16-21" + ], + "label": "" + } + ], + "2025-11-02": [ + { + "citations": [ + "Galatians 2:16-20", + "Luke 8:26-39" + ], + "label": "" + } + ], + "2025-11-03": [ + { + "citations": [ + "Colossians 2:13-20", + "Luke 11:29-33" + ], + "label": "" + } + ], + "2025-11-04": [ + { + "citations": [ + "Colossians 2:20-3:3", + "Luke 11:34-41" + ], + "label": "" + } + ], + "2025-11-05": [ + { + "citations": [ + "Colossians 3:17-4:1", + "Luke 11:42-46" + ], + "label": "" + } + ], + "2025-11-06": [ + { + "citations": [ + "Colossians 4:2-9", + "Luke 11:47-12:1" + ], + "label": "" + } + ], + "2025-11-07": [ + { + "citations": [ + "Colossians 4:10-18", + "Luke 12:2-12" + ], + "label": "" + } + ], + "2025-11-08": [ + { + "citations": [ + "Hebrews 2:2-10", + "Luke 10:16-21" + ], + "label": "Angels" + }, + { + "citations": [ + "2 Corinthians 5:1-10", + "Luke 9:1-6" + ], + "label": "" + } + ], + "2025-11-09": [ + { + "citations": [ + "Galatians 6:11-18", + "Luke 8:41-56" + ], + "label": "" + } + ], + "2025-11-10": [ + { + "citations": [ + "1 Thessalonians 1:1-5", + "Luke 12:13-15, 22-31" + ], + "label": "" + } + ], + "2025-11-11": [ + { + "citations": [ + "1 Thessalonians 1:6-10", + "Luke 12:42-48" + ], + "label": "" + } + ], + "2025-11-12": [ + { + "citations": [ + "1 Thessalonians 2:1-8", + "Luke 12:48-59" + ], + "label": "" + } + ], + "2025-11-13": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. John Chrysostom" + }, + { + "citations": [ + "1 Thessalonians 2:9-14", + "Luke 13:1-9" + ], + "label": "" + } + ], + "2025-11-14": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "John 1:43-51" + ], + "label": "Apostle" + }, + { + "citations": [ + "1 Thessalonians 2:14-19", + "Luke 13:31-35" + ], + "label": "" + } + ], + "2025-11-15": [ + { + "citations": [ + "2 Corinthians 8:1-5", + "Luke 9:37-43" + ], + "label": "" + } + ], + "2025-11-16": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 9:9-13" + ], + "label": "Apostle" + }, + { + "citations": [ + "Ephesians 2:4-10", + "Luke 10:25-37" + ], + "label": "" + } + ], + "2025-11-17": [ + { + "citations": [ + "1 Thessalonians 2:20-3:8", + "Luke 14:12-15" + ], + "label": "" + } + ], + "2025-11-18": [ + { + "citations": [ + "1 Thessalonians 3:9-13", + "Luke 14:25-35" + ], + "label": "" + } + ], + "2025-11-19": [ + { + "citations": [ + "1 Thessalonians 4:1-12", + "Luke 15:1-10" + ], + "label": "" + } + ], + "2025-11-20": [ + { + "citations": [ + "1 Thessalonians 5:1-8", + "Luke 16:1-9" + ], + "label": "" + } + ], + "2025-11-21": [ + { + "citations": [ + "1 Thessalonians 5:9-13, 24-28", + "Luke 16:15-18, 17:1-4" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2025-11-22": [ + { + "citations": [ + "2 Corinthians 11:1-6", + "Luke 9:57-62" + ], + "label": "" + } + ], + "2025-11-23": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "St. Alexander" + }, + { + "citations": [ + "Ephesians 2:14-22", + "Luke 12:16-21" + ], + "label": "" + } + ], + "2025-11-24": [ + { + "citations": [ + "2 Thessalonians 1:1-10", + "Luke 17:20-25" + ], + "label": "" + } + ], + "2025-11-25": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "2 Thessalonians 1:10-2:2", + "Luke 17:26-37" + ], + "label": "" + } + ], + "2025-11-26": [ + { + "citations": [ + "2 Thessalonians 2:1-12", + "Luke 18:15-17, 26-30" + ], + "label": "" + } + ], + "2025-11-27": [ + { + "citations": [ + "2 Thessalonians 2:13-3:5", + "Luke 18:31-34" + ], + "label": "" + } + ], + "2025-11-28": [ + { + "citations": [ + "2 Thessalonians 3:6-18", + "Luke 19:12-28" + ], + "label": "" + } + ], + "2025-11-29": [ + { + "citations": [ + "Galatians 1:3-10", + "Luke 10:19-21" + ], + "label": "" + } + ], + "2025-11-30": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "John 1:35-51" + ], + "label": "Apostle" + }, + { + "citations": [ + "Ephesians 4:1-6", + "Luke 13:10-17" + ], + "label": "" + } + ], + "2025-12-01": [ + { + "citations": [ + "1 Timothy 1:1-7", + "Luke 19:37-44" + ], + "label": "" + } + ], + "2025-12-02": [ + { + "citations": [ + "1 Timothy 1:8-14", + "Luke 19:45-48" + ], + "label": "" + } + ], + "2025-12-03": [ + { + "citations": [ + "1 Timothy 1:18-20, 2:8-15", + "Luke 20:1-8" + ], + "label": "" + } + ], + "2025-12-04": [ + { + "citations": [ + "Hebrews 13:7-16", + "Luke 12:32-40" + ], + "label": "St. Alexander" + }, + { + "citations": [ + "1 Timothy 3:1-13", + "Luke 20:9-18" + ], + "label": "" + } + ], + "2025-12-05": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Timothy 4:4-8, 16", + "Luke 20:19-26" + ], + "label": "" + } + ], + "2025-12-06": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Galatians 3:8-12", + "Luke 12:32-40" + ], + "label": "" + } + ], + "2025-12-07": [ + { + "citations": [ + "Ephesians 5:9-19", + "Luke 17:12-19" + ], + "label": "" + } + ], + "2025-12-08": [ + { + "citations": [ + "1 Timothy 5:1-10", + "Luke 20:27-44" + ], + "label": "" + } + ], + "2025-12-09": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 8:16-21" + ], + "label": "St. Anna" + }, + { + "citations": [ + "1 Timothy 5:11-21", + "Luke 21:12-19" + ], + "label": "" + } + ], + "2025-12-10": [ + { + "citations": [ + "1 Timothy 5:22-6:11", + "Luke 21:5-7, 10-11, 20-24" + ], + "label": "" + } + ], + "2025-12-11": [ + { + "citations": [ + "1 Timothy 6:17-21", + "Luke 21:28-33" + ], + "label": "" + } + ], + "2025-12-12": [ + { + "citations": [ + "2 Timothy 1:1-2, 8-18", + "Luke 21:37-22:8" + ], + "label": "" + } + ], + "2025-12-13": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 13:18-29" + ], + "label": "" + } + ], + "2025-12-14": [ + { + "citations": [ + "Colossians 3:4-11", + "Luke 14:16-24" + ], + "label": "" + } + ], + "2025-12-15": [ + { + "citations": [ + "2 Timothy 2:20-26", + "Mark 8:11-21" + ], + "label": "" + } + ], + "2025-12-16": [ + { + "citations": [ + "2 Timothy 3:16-4:4", + "Mark 8:22-26" + ], + "label": "" + } + ], + "2025-12-17": [ + { + "citations": [ + "2 Timothy 4:9-22", + "Mark 8:30-34" + ], + "label": "" + } + ], + "2025-12-18": [ + { + "citations": [ + "Titus 1:5-2:1", + "Mark 9:10-16" + ], + "label": "" + } + ], + "2025-12-19": [ + { + "citations": [ + "Titus 1:15-2:10", + "Mark 9:33-41" + ], + "label": "" + } + ], + "2025-12-20": [ + { + "citations": [ + "Galatians 3:8-12", + "Luke 13:18-29" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "Ephesians 1:16-23", + "Luke 14:1-11" + ], + "label": "" + } + ], + "2025-12-21": [ + { + "citations": [ + "Hebrews 11:9-10, 17-23, 32-40", + "Matthew 1:1-25" + ], + "label": "Sunday Before" + } + ], + "2025-12-22": [ + { + "citations": [ + "Hebrews 3:5-11, 17-19", + "Mark 9:42-10:1" + ], + "label": "" + } + ], + "2025-12-23": [ + { + "citations": [ + "Hebrews 4:1-13", + "Mark 10:2-12" + ], + "label": "" + } + ], + "2025-12-24": [ + { + "citations": [ + "Hebrews 5:11-6:8", + "Mark 10:11-16" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 1:1-12", + "Luke 2:1-20" + ], + "label": "" + } + ], + "2025-12-25": [ + { + "citations": [ + "Galatians 4:4-7", + "Matthew 2:1-12" + ], + "label": "Nativity" + } + ], + "2025-12-26": [ + { + "citations": [ + "Hebrews 2:11-18", + "Matthew 2:13-23" + ], + "label": "Theotokos" + } + ], + "2025-12-27": [ + { + "citations": [ + "Acts 6:8-15; 7:1-5, 47-60", + "Matthew 21:33-42" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Timothy 6:11-16", + "Matthew 12:15-21" + ], + "label": "Saturday After" + }, + { + "citations": [ + "Ephesians 2:11-13", + "Luke 16:10-15" + ], + "label": "" + } + ], + "2025-12-28": [ + { + "citations": [ + "Galatians 1:11-19", + "Matthew 2:13-23" + ], + "label": "Sunday After" + } + ], + "2025-12-29": [ + { + "citations": [ + "Hebrews 8:7-13", + "Mark 10:46-52" + ], + "label": "" + } + ], + "2025-12-30": [ + { + "citations": [ + "Hebrews 9:8-10, 15-23", + "Mark 11:11-23" + ], + "label": "" + } + ], + "2025-12-31": [ + { + "citations": [ + "Hebrews 10:1-18", + "Mark 11:22-26" + ], + "label": "" + } + ] +} \ No newline at end of file diff --git a/data/oca_raw/readings-2026.json b/data/oca_raw/readings-2026.json new file mode 100644 index 00000000..058ef3bf --- /dev/null +++ b/data/oca_raw/readings-2026.json @@ -0,0 +1,4176 @@ +{ + "2026-01-01": [ + { + "citations": [ + "Colossians 2:8-12", + "Luke 2:20-21,40-52" + ], + "label": "Circumcision" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 10:35-11:7", + "Mark 11:27-33" + ], + "label": "" + } + ], + "2026-01-02": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 11:8, 11-16", + "Mark 12:1-12" + ], + "label": "" + } + ], + "2026-01-03": [ + { + "citations": [ + "1 Timothy 3:14-4:5", + "Matthew 3:1-11" + ], + "label": "Saturday Before" + } + ], + "2026-01-04": [ + { + "citations": [ + "2 Timothy 4:5-8", + "Mark 1:1-8" + ], + "label": "Sunday Before" + } + ], + "2026-01-05": [ + { + "citations": [ + "Hebrews 11:17-23, 27-31", + "Mark 8:11-21" + ], + "label": "" + }, + { + "citations": [ + "1 Corinthians 9:19-27", + "Luke 3:1-18" + ], + "label": "" + } + ], + "2026-01-06": [ + { + "citations": [ + "Titus 2:11-14; 3:4-7", + "Matthew 3:13-17" + ], + "label": "" + } + ], + "2026-01-07": [ + { + "citations": [ + "James 1:1-18", + "Mark 8:30-34" + ], + "label": "" + }, + { + "citations": [ + "Acts 19:1-8", + "John 1:29-34" + ], + "label": "Forerunner" + } + ], + "2026-01-08": [ + { + "citations": [ + "James 1:19-27", + "Mark 9:10-16" + ], + "label": "" + } + ], + "2026-01-09": [ + { + "citations": [ + "James 2:1-13", + "Mark 9:33-41" + ], + "label": "" + } + ], + "2026-01-10": [ + { + "citations": [ + "Ephesians 6:10-17", + "Matthew 4:1-11" + ], + "label": "Saturday After" + }, + { + "citations": [ + "Colossians 1:3-6", + "Luke 14:1-11" + ], + "label": "" + } + ], + "2026-01-11": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 4:7-13", + "Matthew 4:12-17" + ], + "label": "Sunday After" + } + ], + "2026-01-12": [ + { + "citations": [ + "James 2:14-26", + "Mark 9:42-10:1" + ], + "label": "" + } + ], + "2026-01-13": [ + { + "citations": [ + "James 3:1-10", + "Mark 10:2-12" + ], + "label": "" + } + ], + "2026-01-14": [ + { + "citations": [ + "James 3:11-4:6", + "Mark 10:11-16" + ], + "label": "" + } + ], + "2026-01-15": [ + { + "citations": [ + "James 4:7-5:9", + "Mark 10:17-27" + ], + "label": "" + } + ], + "2026-01-16": [ + { + "citations": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Mark 10:23-32" + ], + "label": "" + } + ], + "2026-01-17": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Thessalonians 5:14-23", + "Luke 16:10-15" + ], + "label": "" + } + ], + "2026-01-18": [ + { + "citations": [ + "1 Timothy 1:15-17", + "Luke 18:35-43" + ], + "label": "" + } + ], + "2026-01-19": [ + { + "citations": [ + "James 2:14-26", + "Mark 10:46-52" + ], + "label": "" + } + ], + "2026-01-20": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "James 3:1-10", + "Mark 11:11-23" + ], + "label": "" + } + ], + "2026-01-21": [ + { + "citations": [ + "James 3:11-4:6", + "Mark 11:22-26" + ], + "label": "" + } + ], + "2026-01-22": [ + { + "citations": [ + "James 4:7-5:9", + "Mark 11:27-33" + ], + "label": "" + } + ], + "2026-01-23": [ + { + "citations": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Mark 12:1-12" + ], + "label": "" + } + ], + "2026-01-24": [ + { + "citations": [ + "1 Thessalonians 5:14-23", + "Luke 17:3-10" + ], + "label": "" + } + ], + "2026-01-25": [ + { + "citations": [ + "1 Corinthians 12:7-11", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Timothy 4:9-15", + "Luke 19:1-10" + ], + "label": "" + } + ], + "2026-01-26": [ + { + "citations": [ + "1 Peter 2:21-3:9", + "Mark 12:13-17" + ], + "label": "" + } + ], + "2026-01-27": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Peter 3:10-22", + "Mark 12:18-27" + ], + "label": "" + } + ], + "2026-01-28": [ + { + "citations": [ + "1 Peter 4:1-11", + "Mark 12:28-37" + ], + "label": "" + } + ], + "2026-01-29": [ + { + "citations": [ + "1 Peter 4:12-5:5", + "Mark 12:38-44" + ], + "label": "" + } + ], + "2026-01-30": [ + { + "citations": [ + "Hebrews 13:7-16", + "Matthew 5:14-19" + ], + "label": "Hierarchs" + }, + { + "citations": [ + "2 Peter 1:1-10", + "Mark 13:1-8" + ], + "label": "" + } + ], + "2026-01-31": [ + { + "citations": [ + "2 Timothy 2:11-19", + "Luke 18:2-8" + ], + "label": "" + } + ], + "2026-02-01": [ + { + "citations": [ + "2 Timothy 3:10-15", + "Luke 18:10-14" + ], + "label": "" + } + ], + "2026-02-02": [ + { + "citations": [ + "2 Peter 1:20-2:9", + "Mark 13:9-13" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "label": "Meeting" + } + ], + "2026-02-03": [ + { + "citations": [ + "2 Peter 2:9-22", + "Mark 13:14-23" + ], + "label": "" + } + ], + "2026-02-04": [ + { + "citations": [ + "2 Peter 3:1-18", + "Mark 13:24-31" + ], + "label": "" + } + ], + "2026-02-05": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 John 1:8-2:6", + "Mark 13:31-14:2" + ], + "label": "" + } + ], + "2026-02-06": [ + { + "citations": [ + "1 John 2:7-17", + "Mark 14:3-9" + ], + "label": "" + } + ], + "2026-02-07": [ + { + "citations": [ + "2 Timothy 3:1-9", + "Luke 20:46-21:4" + ], + "label": "" + } + ], + "2026-02-08": [ + { + "citations": [ + "1 Corinthians 6:12-20", + "Luke 15:11-32" + ], + "label": "" + } + ], + "2026-02-09": [ + { + "citations": [ + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "label": "Meeting" + }, + { + "citations": [ + "1 John 2:18-3:10", + "Mark 11:1-11" + ], + "label": "" + } + ], + "2026-02-10": [ + { + "citations": [ + "1 John 3:11-20", + "Mark 14:10-42" + ], + "label": "" + } + ], + "2026-02-11": [ + { + "citations": [ + "1 John 3:21-4:6", + "Mark 14:43-15:1" + ], + "label": "" + } + ], + "2026-02-12": [ + { + "citations": [ + "1 John 4:20-5:21", + "Mark 15:1-15" + ], + "label": "" + } + ], + "2026-02-13": [ + { + "citations": [ + "2 John 1:1-13", + "Mark 15:22-25, 33-41" + ], + "label": "" + } + ], + "2026-02-14": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 10:23-28", + "Luke 21:8-9, 25-27, 33-36" + ], + "label": "" + } + ], + "2026-02-15": [ + { + "citations": [ + "1 Corinthians 8:8-9:2", + "Matthew 25:31-46" + ], + "label": "" + } + ], + "2026-02-16": [ + { + "citations": [ + "3 John 1:1-15", + "Luke 19:29-40, 22:7-39" + ], + "label": "" + } + ], + "2026-02-17": [ + { + "citations": [ + "Jude 1:1-10", + "Luke 22:39-42, 45-23:1" + ], + "label": "" + } + ], + "2026-02-18": [ + { + "citations": [ + "Joel 2:12-26", + "Joel 3:12-21" + ], + "label": "" + } + ], + "2026-02-19": [ + { + "citations": [ + "Jude 1:11-25", + "Luke 23:2-34, 44-56" + ], + "label": "" + } + ], + "2026-02-20": [ + { + "citations": [ + "Zechariah 8:7-17", + "Zechariah 8:19-23" + ], + "label": "" + } + ], + "2026-02-21": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Romans 14:19-23, 16:25-27", + "Matthew 6:1-13" + ], + "label": "" + } + ], + "2026-02-22": [ + { + "citations": [ + "Romans 13:11-14:4", + "Matthew 6:14-21" + ], + "label": "" + } + ], + "2026-02-23": [ + { + "citations": [ + "Isaiah 1:1-20", + "Genesis 1:1-13", + "Proverbs 1:1-20" + ], + "label": "" + } + ], + "2026-02-24": [ + { + "citations": [ + "Isaiah 1:19-2:4", + "Genesis 1:14-23", + "Proverbs 1:20-33" + ], + "label": "" + }, + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:2-15" + ], + "label": "Forerunner" + } + ], + "2026-02-25": [ + { + "citations": [ + "Isaiah 2:3-11", + "Genesis 1:24-2:3", + "Proverbs 2:1-22" + ], + "label": "" + } + ], + "2026-02-26": [ + { + "citations": [ + "Isaiah 2:11-21", + "Genesis 2:4-19", + "Proverbs 3:1-18" + ], + "label": "" + } + ], + "2026-02-27": [ + { + "citations": [ + "Isaiah 3:1-15", + "Genesis 2:20-3:20", + "Proverbs 3:19-34" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 13:17-21", + "John 10:9-16" + ], + "label": "St. Raphael" + } + ], + "2026-02-28": [ + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 1:1-12", + "Mark 2:23-3:5" + ], + "label": "" + } + ], + "2026-03-01": [ + { + "citations": [ + "Hebrews 11:24-26, 32-12:2", + "John 1:43-51" + ], + "label": "" + } + ], + "2026-03-02": [ + { + "citations": [ + "Isaiah 4:2-5:7", + "Genesis 3:21-4:7", + "Proverbs 3:34-4:22" + ], + "label": "" + } + ], + "2026-03-03": [ + { + "citations": [ + "Isaiah 5:7-16", + "Genesis 4:8-15", + "Proverbs 5:1-15" + ], + "label": "" + } + ], + "2026-03-04": [ + { + "citations": [ + "Isaiah 5:16-25", + "Genesis 4:16-26", + "Proverbs 5:15-6:3" + ], + "label": "" + } + ], + "2026-03-05": [ + { + "citations": [ + "Isaiah 6:1-12", + "Genesis 5:1-24", + "Proverbs 6:3-20" + ], + "label": "" + } + ], + "2026-03-06": [ + { + "citations": [ + "Isaiah 7:1-15", + "Genesis 5:32-6:8", + "Proverbs 6:20-7:1" + ], + "label": "" + } + ], + "2026-03-07": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 3:12-16", + "Mark 1:35-44" + ], + "label": "" + } + ], + "2026-03-08": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 1:10-2:3", + "Mark 2:1-12" + ], + "label": "" + } + ], + "2026-03-09": [ + { + "citations": [ + "Isaiah 8:13-9:7", + "Genesis 6:9-22", + "Proverbs 8:1-21" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 12:1-10", + "Matthew 20:1-16" + ], + "label": "Martyrs" + } + ], + "2026-03-10": [ + { + "citations": [ + "Isaiah 9:9-10:4", + "Genesis 7:1-15", + "Proverbs 8:32-9:11" + ], + "label": "" + } + ], + "2026-03-11": [ + { + "citations": [ + "Isaiah 10:12-20", + "Genesis 7:6-9", + "Proverbs 9:12-18" + ], + "label": "" + } + ], + "2026-03-12": [ + { + "citations": [ + "Isaiah 11:10-12:2", + "Genesis 7:11-8:3", + "Proverbs 10:1-22" + ], + "label": "" + } + ], + "2026-03-13": [ + { + "citations": [ + "Isaiah 13:2-13", + "Genesis 8:4-21", + "Proverbs 10:31-11:12" + ], + "label": "" + } + ], + "2026-03-14": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 10:32-38", + "Mark 2:14-17" + ], + "label": "" + } + ], + "2026-03-15": [ + { + "citations": [ + "Hebrews 4:14-5:6", + "Mark 8:34-9:1" + ], + "label": "" + } + ], + "2026-03-16": [ + { + "citations": [ + "Isaiah 14:24-32", + "Genesis 8:21-9:7", + "Proverbs 11:19-12:6" + ], + "label": "" + } + ], + "2026-03-17": [ + { + "citations": [ + "Isaiah 25:1-9", + "Genesis 9:8-17", + "Proverbs 12:8-22" + ], + "label": "" + } + ], + "2026-03-18": [ + { + "citations": [ + "Isaiah 26:21-27:9", + "Genesis 9:18-10:1", + "Proverbs 12:23-13:9" + ], + "label": "" + } + ], + "2026-03-19": [ + { + "citations": [ + "Isaiah 28:14-22", + "Genesis 10:32-11:9", + "Proverbs 13:19-14:6" + ], + "label": "" + } + ], + "2026-03-20": [ + { + "citations": [ + "Isaiah 29:13-23", + "Genesis 12:1-7", + "Proverbs 14:15-26" + ], + "label": "" + } + ], + "2026-03-21": [ + { + "citations": [ + "1 Corinthians 15:47-57", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 6:9-12", + "Mark 7:31-37" + ], + "label": "" + } + ], + "2026-03-22": [ + { + "citations": [ + "Ephesians 5:9-19", + "Matthew 4:25-5:12" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 6:13-20", + "Mark 9:17-31" + ], + "label": "" + } + ], + "2026-03-23": [ + { + "citations": [ + "Isaiah 37:33-38:6", + "Genesis 13:12-18", + "Proverbs 14:27-15:4" + ], + "label": "" + } + ], + "2026-03-24": [ + { + "citations": [ + "Isaiah 40:18-31", + "Genesis 15:1-15", + "Proverbs 15:7-19" + ], + "label": "" + } + ], + "2026-03-25": [ + { + "citations": [ + "Isaiah 41:4-14", + "Genesis 17:1-9", + "Proverbs 15:20-16:9" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "label": "Theotokos" + } + ], + "2026-03-26": [ + { + "citations": [ + "Isaiah 42:5-16", + "Genesis 18:20-33", + "Proverbs 16:17-17:17" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "label": "Theotokos" + } + ], + "2026-03-27": [ + { + "citations": [ + "Isaiah 45:11-17", + "Genesis 22:1-18", + "Proverbs 17:17-18:5" + ], + "label": "" + } + ], + "2026-03-28": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Hebrews 9:24-28", + "Mark 8:27-31" + ], + "label": "" + } + ], + "2026-03-29": [ + { + "citations": [ + "Galatians 3:23-29", + "Luke 7:36-50" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 9:11-14", + "Mark 10:32-45" + ], + "label": "" + } + ], + "2026-03-30": [ + { + "citations": [ + "Isaiah 48:17-49:4", + "Genesis 27:1-41", + "Proverbs 19:16-25" + ], + "label": "" + } + ], + "2026-03-31": [ + { + "citations": [ + "Isaiah 49:6-10", + "Genesis 31:3-16", + "Proverbs 21:3-21" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Innocent" + } + ], + "2026-04-01": [ + { + "citations": [ + "Isaiah 58:1-11", + "Genesis 43:26-31, 45:1-16", + "Proverbs 21:23-22:4" + ], + "label": "" + } + ], + "2026-04-02": [ + { + "citations": [ + "Isaiah 65:8-16", + "Genesis 46:1-7", + "Proverbs 23:15-24:5" + ], + "label": "" + } + ], + "2026-04-03": [ + { + "citations": [ + "Isaiah 66:10-24", + "Genesis 49:33-50:26", + "Proverbs 31:8-31" + ], + "label": "" + } + ], + "2026-04-04": [ + { + "citations": [ + "Hebrews 12:28-13:8", + "John 11:1-45" + ], + "label": "" + } + ], + "2026-04-05": [ + { + "citations": [ + "Philippians 4:4-9", + "John 12:1-18" + ], + "label": "" + } + ], + "2026-04-06": [ + { + "citations": [ + "Matthew 21:18-43" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 1:1-20", + "Exodus 1:1-20", + "Job 1:1-12" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 24:3-35" + ], + "label": "Presanctified" + } + ], + "2026-04-07": [ + { + "citations": [ + "Hebrews 7:26-8:2" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 1:21-28 (1:1-28,2:1 LXX)", + "Exodus 2:5-10", + "Job 1:13-22" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 24:36-26:2" + ], + "label": "Presanctified" + } + ], + "2026-04-08": [ + { + "citations": [ + "John 12:17-50" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 2:3-3:3", + "Exodus 2:11-22", + "Job 2:1-10" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 26:6-16" + ], + "label": "Presanctified" + } + ], + "2026-04-09": [ + { + "citations": [ + "Luke 22:1-39" + ], + "label": "Matins" + }, + { + "citations": [ + "Exodus 19:10-19", + "Job 38:1-23; 42:1-5", + "Isaiah 50:4-11" + ], + "label": "Vespers" + }, + { + "citations": [ + "1 Corinthians 11:23-32", + "Matt. 26:2-20; John 13:3-17; Matt. 26:21-39; Luke 22:43-45; Matt. 26:40-27:2" + ], + "label": "Composite" + } + ], + "2026-04-10": [ + { + "citations": [ + "Exodus 33:11-23", + "Job 42:12-17 LXX", + "Isaiah 52:13-54:1" + ], + "label": "Vespers" + }, + { + "citations": [ + "1 Corinthians 1:18-2:2", + "Matt. 27:1-38; Luke 23:39-43; Matt. 27:39-54; John 19:31-37; Matt. 27:55-61" + ], + "label": "Vespers" + } + ], + "2026-04-11": [ + { + "citations": [ + "Ezekiel 37:1-14", + "1 Corinthians 5:6-8; Galatians 3:13-14", + "Matthew 27:62-66" + ], + "label": "Matins" + }, + { + "citations": [ + "Romans 6:3-11", + "Matthew 28:1-20" + ], + "label": "" + } + ], + "2026-04-12": [ + { + "citations": [ + "Acts 1:1-8", + "John 1:1-17" + ], + "label": "" + } + ], + "2026-04-13": [ + { + "citations": [ + "John 20:19-25" + ], + "label": "Vespers" + }, + { + "citations": [ + "Acts 1:12-17, 21-26", + "John 1:18-28" + ], + "label": "" + } + ], + "2026-04-14": [ + { + "citations": [ + "Acts 2:14-21", + "Luke 24:12-35" + ], + "label": "" + } + ], + "2026-04-15": [ + { + "citations": [ + "Acts 2:22-36", + "John 1:35-51" + ], + "label": "" + } + ], + "2026-04-16": [ + { + "citations": [ + "Acts 2:38-43", + "John 3:1-15" + ], + "label": "" + } + ], + "2026-04-17": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Acts 3:1-8", + "John 2:12-22" + ], + "label": "" + } + ], + "2026-04-18": [ + { + "citations": [ + "Acts 3:11-16", + "John 3:22-33" + ], + "label": "" + } + ], + "2026-04-19": [ + { + "citations": [ + "Acts 5:12-20", + "John 20:19-31" + ], + "label": "" + } + ], + "2026-04-20": [ + { + "citations": [ + "Acts 3:19-26", + "John 2:1-11" + ], + "label": "" + } + ], + "2026-04-21": [ + { + "citations": [ + "Acts 4:1-10", + "John 3:16-21" + ], + "label": "" + } + ], + "2026-04-22": [ + { + "citations": [ + "Acts 4:13-22", + "John 5:17-24" + ], + "label": "" + } + ], + "2026-04-23": [ + { + "citations": [ + "Acts 12:1-11", + "John 15:17-16:2" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 4:23-31", + "John 5:24-30" + ], + "label": "" + } + ], + "2026-04-24": [ + { + "citations": [ + "Acts 5:1-11", + "John 5:30-6:2" + ], + "label": "" + } + ], + "2026-04-25": [ + { + "citations": [ + "1 Peter 5:6-14", + "Mark 6:7-13" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 5:21-33", + "John 6:14-27" + ], + "label": "" + } + ], + "2026-04-26": [ + { + "citations": [ + "Acts 6:1-7", + "Mark 15:43-16:8" + ], + "label": "" + } + ], + "2026-04-27": [ + { + "citations": [ + "Acts 6:8-7:5, 47-60", + "John 4:46-54" + ], + "label": "" + } + ], + "2026-04-28": [ + { + "citations": [ + "Acts 8:5-17", + "John 6:27-33" + ], + "label": "" + } + ], + "2026-04-29": [ + { + "citations": [ + "Acts 8:18-25", + "John 6:35-39" + ], + "label": "" + } + ], + "2026-04-30": [ + { + "citations": [ + "Acts 12:1-11", + "Luke 5:1-11" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 8:26-39", + "John 6:40-44" + ], + "label": "" + } + ], + "2026-05-01": [ + { + "citations": [ + "Acts 8:40-9:19", + "John 6:48-54" + ], + "label": "" + } + ], + "2026-05-02": [ + { + "citations": [ + "Acts 9:20-31", + "John 15:17-16:2" + ], + "label": "" + } + ], + "2026-05-03": [ + { + "citations": [ + "Hebrews 13:7-16", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 9:32-42", + "John 5:1-15" + ], + "label": "" + } + ], + "2026-05-04": [ + { + "citations": [ + "Acts 10:1-16", + "John 6:56-69" + ], + "label": "" + } + ], + "2026-05-05": [ + { + "citations": [ + "Acts 10:21-33", + "John 7:1-13" + ], + "label": "" + } + ], + "2026-05-06": [ + { + "citations": [ + "Acts 14:6-18", + "John 7:14-30" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "John 5:1-4" + ], + "label": "Blessing of Waters" + } + ], + "2026-05-07": [ + { + "citations": [ + "Galatians 1:11-19", + "John 10:1-9" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 10:34-43", + "John 8:12-20" + ], + "label": "" + } + ], + "2026-05-08": [ + { + "citations": [ + "1 John 1:1-7", + "John 19:25-27; 21:24-25" + ], + "label": "St. John" + }, + { + "citations": [ + "Acts 10:44-11:10", + "John 8:21-30" + ], + "label": "" + } + ], + "2026-05-09": [ + { + "citations": [ + "Acts 12:1-11", + "John 8:31-42" + ], + "label": "" + } + ], + "2026-05-10": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 13:54-58" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 11:19-26, 29-30", + "John 4:5-42" + ], + "label": "" + } + ], + "2026-05-11": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "Matthew 5:14-19" + ], + "label": "Saints" + }, + { + "citations": [ + "Acts 12:12-17", + "John 8:42-51" + ], + "label": "" + } + ], + "2026-05-12": [ + { + "citations": [ + "Acts 12:25-13:12", + "John 8:51-59" + ], + "label": "" + } + ], + "2026-05-13": [ + { + "citations": [ + "Acts 13:13-24", + "John 6:5-14" + ], + "label": "" + } + ], + "2026-05-14": [ + { + "citations": [ + "Acts 14:20-27", + "John 9:39-10:9" + ], + "label": "" + } + ], + "2026-05-15": [ + { + "citations": [ + "Acts 15:5-34", + "John 10:17-28" + ], + "label": "" + } + ], + "2026-05-16": [ + { + "citations": [ + "Acts 15:35-41", + "John 10:27-38" + ], + "label": "" + } + ], + "2026-05-17": [ + { + "citations": [ + "Acts 16:16-34", + "John 9:1-38" + ], + "label": "" + } + ], + "2026-05-18": [ + { + "citations": [ + "Acts 17:1-15", + "John 11:47-57" + ], + "label": "" + } + ], + "2026-05-19": [ + { + "citations": [ + "Acts 17:19-28", + "John 12:19-36" + ], + "label": "" + } + ], + "2026-05-20": [ + { + "citations": [ + "Acts 18:22-28", + "John 12:36-47" + ], + "label": "" + } + ], + "2026-05-21": [ + { + "citations": [ + "Acts 1:1-12", + "Luke 24:36-53" + ], + "label": "" + } + ], + "2026-05-22": [ + { + "citations": [ + "Acts 19:1-8", + "John 14:1-11" + ], + "label": "" + } + ], + "2026-05-23": [ + { + "citations": [ + "Acts 20:7-12", + "John 14:10-21" + ], + "label": "" + } + ], + "2026-05-24": [ + { + "citations": [ + "Acts 20:16-18, 28-36", + "John 17:1-13" + ], + "label": "" + } + ], + "2026-05-25": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:2-15" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Acts 21:8-14", + "John 14:27-15:7" + ], + "label": "" + } + ], + "2026-05-26": [ + { + "citations": [ + "Acts 21:26-32", + "John 16:2-13" + ], + "label": "" + } + ], + "2026-05-27": [ + { + "citations": [ + "Acts 23:1-11", + "John 16:15-23" + ], + "label": "" + } + ], + "2026-05-28": [ + { + "citations": [ + "Acts 25:13-19", + "John 16:23-33" + ], + "label": "" + } + ], + "2026-05-29": [ + { + "citations": [ + "Acts 27:1-44", + "John 17:18-26" + ], + "label": "" + } + ], + "2026-05-30": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 15:47-57", + "John 6:35-39" + ], + "label": "Departed, variant" + }, + { + "citations": [ + "Acts 28:1-31", + "John 21:15-25" + ], + "label": "" + } + ], + "2026-05-31": [ + { + "citations": [ + "Acts 2:1-11", + "John 7:37-52, 8:12" + ], + "label": "" + } + ], + "2026-06-01": [ + { + "citations": [ + "Ephesians 5:9-19", + "Matthew 18:10-20" + ], + "label": "" + } + ], + "2026-06-02": [ + { + "citations": [ + "Romans 1:1-7, 13-17", + "Matthew 4:25-5:13" + ], + "label": "" + } + ], + "2026-06-03": [ + { + "citations": [ + "Romans 1:18-27", + "Matthew 5:20-26" + ], + "label": "" + } + ], + "2026-06-04": [ + { + "citations": [ + "Romans 1:28-2:9", + "Matthew 5:27-32" + ], + "label": "" + } + ], + "2026-06-05": [ + { + "citations": [ + "Romans 2:14-29", + "Matthew 5:33-41" + ], + "label": "" + } + ], + "2026-06-06": [ + { + "citations": [ + "Romans 1:7-12", + "Matthew 5:42-48" + ], + "label": "" + } + ], + "2026-06-07": [ + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 10:32-33, 37-38, 19:27-30" + ], + "label": "" + } + ], + "2026-06-08": [ + { + "citations": [ + "Romans 2:28-3:18", + "Matthew 6:31-34, 7:9-11" + ], + "label": "" + } + ], + "2026-06-09": [ + { + "citations": [ + "Romans 4:4-12", + "Matthew 7:15-21" + ], + "label": "" + } + ], + "2026-06-10": [ + { + "citations": [ + "Romans 4:13-25", + "Matthew 7:21-23" + ], + "label": "" + } + ], + "2026-06-11": [ + { + "citations": [ + "Acts 11:19-26, 29-30", + "Luke 10:16-21" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 5:10-16", + "Matthew 8:23-27" + ], + "label": "" + } + ], + "2026-06-12": [ + { + "citations": [ + "Romans 5:17-6:2", + "Matthew 9:14-17" + ], + "label": "" + } + ], + "2026-06-13": [ + { + "citations": [ + "Romans 3:19-26", + "Matthew 7:1-8" + ], + "label": "" + } + ], + "2026-06-14": [ + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 4:25-5:12" + ], + "label": "Saints" + }, + { + "citations": [ + "Romans 2:10-16", + "Matthew 4:18-23" + ], + "label": "" + } + ], + "2026-06-15": [ + { + "citations": [ + "Romans 7:1-13", + "Matthew 9:36-10:8" + ], + "label": "" + } + ], + "2026-06-16": [ + { + "citations": [ + "Romans 7:14-8:2", + "Matthew 10:9-15" + ], + "label": "" + } + ], + "2026-06-17": [ + { + "citations": [ + "Romans 8:2-13", + "Matthew 10:16-22" + ], + "label": "" + } + ], + "2026-06-18": [ + { + "citations": [ + "Romans 8:22-27", + "Matthew 10:23-31" + ], + "label": "" + } + ], + "2026-06-19": [ + { + "citations": [ + "Jude 1-10", + "John 14:21-24" + ], + "label": "Apostle" + }, + { + "citations": [ + "Romans 9:6-19", + "Matthew 10:32-36, 11:1" + ], + "label": "" + } + ], + "2026-06-20": [ + { + "citations": [ + "Romans 3:28-4:3", + "Matthew 7:24-8:4" + ], + "label": "" + } + ], + "2026-06-21": [ + { + "citations": [ + "Romans 5:1-10", + "Matthew 6:22-33" + ], + "label": "" + } + ], + "2026-06-22": [ + { + "citations": [ + "Romans 9:18-33", + "Matthew 11:2-15" + ], + "label": "" + } + ], + "2026-06-23": [ + { + "citations": [ + "Romans 10:11-11:2", + "Matthew 11:16-20" + ], + "label": "" + } + ], + "2026-06-24": [ + { + "citations": [ + "Romans 13:11-14:4", + "Luke 1:1-25, 57-68, 76, 80" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Romans 11:2-12", + "Matthew 11:20-26" + ], + "label": "" + } + ], + "2026-06-25": [ + { + "citations": [ + "Romans 11:13-24", + "Matthew 11:27-30" + ], + "label": "" + } + ], + "2026-06-26": [ + { + "citations": [ + "Romans 11:25-36", + "Matthew 12:1-8" + ], + "label": "" + } + ], + "2026-06-27": [ + { + "citations": [ + "Romans 6:11-17", + "Matthew 8:14-23" + ], + "label": "" + } + ], + "2026-06-28": [ + { + "citations": [ + "Romans 6:18-23", + "Matthew 8:5-13" + ], + "label": "" + } + ], + "2026-06-29": [ + { + "citations": [ + "2 Corinthians 11:21-12:9", + "Matthew 16:13-19" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 12:4-5, 15-21", + "Matthew 12:9-13" + ], + "label": "" + } + ], + "2026-06-30": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Mark 3:13-19" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 14:9-18", + "Matthew 12:14-16, 22-30" + ], + "label": "" + } + ], + "2026-07-01": [ + { + "citations": [ + "Romans 15:7-16", + "Matthew 12:38-45" + ], + "label": "" + } + ], + "2026-07-02": [ + { + "citations": [ + "Romans 15:17-29", + "Matthew 12:46-13:3" + ], + "label": "" + } + ], + "2026-07-03": [ + { + "citations": [ + "Romans 16:1-16", + "Matthew 13:4-9" + ], + "label": "" + } + ], + "2026-07-04": [ + { + "citations": [ + "Romans 8:14-21", + "Matthew 9:9-13" + ], + "label": "" + } + ], + "2026-07-05": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "either Saint" + }, + { + "citations": [ + "Romans 10:1-10", + "Matthew 8:28-9:1" + ], + "label": "" + } + ], + "2026-07-06": [ + { + "citations": [ + "Romans 16:17-24", + "Matthew 13:10-23" + ], + "label": "" + } + ], + "2026-07-07": [ + { + "citations": [ + "1 Corinthians 1:1-9", + "Matthew 13:24-30" + ], + "label": "" + } + ], + "2026-07-08": [ + { + "citations": [ + "1 Corinthians 2:9-3:8", + "Matthew 13:31-36" + ], + "label": "" + } + ], + "2026-07-09": [ + { + "citations": [ + "1 Corinthians 3:18-23", + "Matthew 13:36-43" + ], + "label": "" + } + ], + "2026-07-10": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 4:25-5:12" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 4:5-8", + "Matthew 13:44-54" + ], + "label": "" + } + ], + "2026-07-11": [ + { + "citations": [ + "Romans 9:1-5", + "Matthew 9:18-26" + ], + "label": "" + } + ], + "2026-07-12": [ + { + "citations": [ + "Romans 12:6-14", + "Matthew 9:1-8" + ], + "label": "" + } + ], + "2026-07-13": [ + { + "citations": [ + "1 Corinthians 5:9-6:11", + "Matthew 13:54-58" + ], + "label": "" + } + ], + "2026-07-14": [ + { + "citations": [ + "1 Corinthians 6:20-7:12", + "Matthew 14:1-13" + ], + "label": "" + } + ], + "2026-07-15": [ + { + "citations": [ + "Galatians 1:11-19", + "John 10:1-9" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 7:12-24", + "Matthew 14:35-15:11" + ], + "label": "" + } + ], + "2026-07-16": [ + { + "citations": [ + "1 Corinthians 7:24-35", + "Matthew 15:12-21" + ], + "label": "" + } + ], + "2026-07-17": [ + { + "citations": [ + "1 Corinthians 7:35-8:7", + "Matthew 15:29-31" + ], + "label": "" + } + ], + "2026-07-18": [ + { + "citations": [ + "Romans 12:1-3", + "Matthew 10:37-11:1" + ], + "label": "" + } + ], + "2026-07-19": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 13:7-16", + "John 17:1-13" + ], + "label": "Fathers" + }, + { + "citations": [ + "Romans 15:1-7", + "Matthew 9:27-35" + ], + "label": "" + } + ], + "2026-07-20": [ + { + "citations": [ + "James 5:10-20", + "Luke 4:22-30" + ], + "label": "Prophet" + }, + { + "citations": [ + "1 Corinthians 9:13-18", + "Matthew 16:1-6" + ], + "label": "" + } + ], + "2026-07-21": [ + { + "citations": [ + "1 Corinthians 10:5-12", + "Matthew 16:6-12" + ], + "label": "" + } + ], + "2026-07-22": [ + { + "citations": [ + "1 Corinthians 10:12-22", + "Matthew 16:20-24" + ], + "label": "" + } + ], + "2026-07-23": [ + { + "citations": [ + "1 Corinthians 10:28-11:7", + "Matthew 16:24-28" + ], + "label": "" + } + ], + "2026-07-24": [ + { + "citations": [ + "Romans 8:28-39", + "John 15:17-16:2" + ], + "label": "Saints" + }, + { + "citations": [ + "1 Corinthians 11:8-22", + "Matthew 17:10-18" + ], + "label": "" + } + ], + "2026-07-25": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 8:16-21" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 13:1-10", + "Matthew 12:30-37" + ], + "label": "" + } + ], + "2026-07-26": [ + { + "citations": [ + "Philippians 3:7-14", + "Mark 10:29-31, 42-45" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 1:10-18", + "Matthew 14:14-22" + ], + "label": "" + } + ], + "2026-07-27": [ + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "St. Panteleimon" + }, + { + "citations": [ + "1 Corinthians 11:31-12:6", + "Matthew 18:1-11" + ], + "label": "" + } + ], + "2026-07-28": [ + { + "citations": [ + "1 Corinthians 12:12-26", + "Matthew 18:18-22, 19:1-2, 13-15" + ], + "label": "" + } + ], + "2026-07-29": [ + { + "citations": [ + "1 Corinthians 13:4-14:5", + "Matthew 20:1-16" + ], + "label": "" + } + ], + "2026-07-30": [ + { + "citations": [ + "1 Corinthians 14:6-19", + "Matthew 20:17-28" + ], + "label": "" + } + ], + "2026-07-31": [ + { + "citations": [ + "1 Corinthians 14:26-40", + "Matthew 21:12-14, 17-20" + ], + "label": "" + } + ], + "2026-08-01": [ + { + "citations": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "label": "Cross" + }, + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 10:32-36; 11:1" + ], + "label": "Martyrs" + }, + { + "citations": [ + "Hebrews 2:11-18", + "John 5:1-4" + ], + "label": "At the Blessing of Waters" + }, + { + "citations": [ + "Romans 14:6-9", + "Matthew 15:32-39" + ], + "label": "" + } + ], + "2026-08-02": [ + { + "citations": [ + "1 Corinthians 3:9-17", + "Matthew 14:22-34" + ], + "label": "" + } + ], + "2026-08-03": [ + { + "citations": [ + "1 Corinthians 15:12-19", + "Matthew 21:18-22" + ], + "label": "" + } + ], + "2026-08-04": [ + { + "citations": [ + "1 Corinthians 15:29-38", + "Matthew 21:23-27" + ], + "label": "" + } + ], + "2026-08-05": [ + { + "citations": [ + "1 Corinthians 16:4-12", + "Matthew 21:28-32" + ], + "label": "" + } + ], + "2026-08-06": [ + { + "citations": [ + "2 Corinthians 1:1-7", + "Matthew 21:43-46" + ], + "label": "" + }, + { + "citations": [ + "2 Peter 1:10-19", + "Matthew 17:1-9" + ], + "label": "Transfiguration" + } + ], + "2026-08-07": [ + { + "citations": [ + "2 Corinthians 1:12-20", + "Matthew 22:23-33" + ], + "label": "" + } + ], + "2026-08-08": [ + { + "citations": [ + "Romans 15:30-33", + "Matthew 17:24-18:4" + ], + "label": "" + } + ], + "2026-08-09": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 17:14-23" + ], + "label": "" + } + ], + "2026-08-10": [ + { + "citations": [ + "2 Corinthians 2:4-15", + "Matthew 23:13-22" + ], + "label": "" + } + ], + "2026-08-11": [ + { + "citations": [ + "2 Corinthians 2:14-3:3", + "Matthew 23:23-28" + ], + "label": "" + } + ], + "2026-08-12": [ + { + "citations": [ + "2 Corinthians 3:4-11", + "Matthew 23:29-39" + ], + "label": "" + } + ], + "2026-08-13": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "Matthew 5:14-19" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "2 Corinthians 4:1-6", + "Matthew 24:13-28" + ], + "label": "" + } + ], + "2026-08-14": [ + { + "citations": [ + "2 Corinthians 4:13-18", + "Matthew 24:27-33, 42-51" + ], + "label": "" + } + ], + "2026-08-15": [ + { + "citations": [ + "1 Corinthians 1:3-9", + "Matthew 19:3-12" + ], + "label": "" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2026-08-16": [ + { + "citations": [ + "Colossians 1:12-18", + "Luke 9:51-56; 10:22-24" + ], + "label": "Image" + }, + { + "citations": [ + "1 Corinthians 9:2-12", + "Matthew 18:23-35" + ], + "label": "" + } + ], + "2026-08-17": [ + { + "citations": [ + "2 Corinthians 5:10-15", + "Mark 1:9-15" + ], + "label": "" + } + ], + "2026-08-18": [ + { + "citations": [ + "2 Corinthians 5:15-21", + "Mark 1:16-22" + ], + "label": "" + } + ], + "2026-08-19": [ + { + "citations": [ + "2 Corinthians 6:11-16", + "Mark 1:23-28" + ], + "label": "" + } + ], + "2026-08-20": [ + { + "citations": [ + "2 Corinthians 7:1-10", + "Mark 1:29-35" + ], + "label": "" + } + ], + "2026-08-21": [ + { + "citations": [ + "2 Corinthians 7:10-16", + "Mark 2:18-22" + ], + "label": "" + } + ], + "2026-08-22": [ + { + "citations": [ + "1 Corinthians 1:26-29", + "Matthew 20:29-34" + ], + "label": "" + } + ], + "2026-08-23": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "1 Corinthians 15:1-11", + "Matthew 19:16-26" + ], + "label": "" + } + ], + "2026-08-24": [ + { + "citations": [ + "2 Corinthians 8:7-15", + "Mark 3:6-12" + ], + "label": "" + } + ], + "2026-08-25": [ + { + "citations": [ + "2 Corinthians 8:16-9:5", + "Mark 3:13-19" + ], + "label": "" + } + ], + "2026-08-26": [ + { + "citations": [ + "2 Corinthians 9:12-10:7", + "Mark 3:20-27" + ], + "label": "" + } + ], + "2026-08-27": [ + { + "citations": [ + "2 Corinthians 10:7-18", + "Mark 3:28-35" + ], + "label": "" + } + ], + "2026-08-28": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Corinthians 11:5-21", + "Mark 4:1-9" + ], + "label": "" + } + ], + "2026-08-29": [ + { + "citations": [ + "Acts 13:25-33", + "Mark 6:14-30" + ], + "label": "Forerunner" + }, + { + "citations": [ + "1 Corinthians 2:6-9", + "Matthew 22:15-22" + ], + "label": "" + } + ], + "2026-08-30": [ + { + "citations": [ + "1 Corinthians 16:13-24", + "Matthew 21:33-42" + ], + "label": "" + } + ], + "2026-08-31": [ + { + "citations": [ + "2 Corinthians 12:10-19", + "Mark 4:10-23" + ], + "label": "" + } + ], + "2026-09-01": [ + { + "citations": [ + "1 Timothy 2:1-7", + "Luke 4:16-22" + ], + "label": "New Year" + }, + { + "citations": [ + "Colossians 3:12-16", + "Matthew 11:27-30" + ], + "label": "St. Simeon" + }, + { + "citations": [ + "2 Corinthians 12:20-13:2", + "Mark 4:24-34" + ], + "label": "" + } + ], + "2026-09-02": [ + { + "citations": [ + "2 Corinthians 13:3-14", + "Mark 4:35-41" + ], + "label": "" + } + ], + "2026-09-03": [ + { + "citations": [ + "Galatians 1:1-10, 20-2:5", + "Mark 5:1-20" + ], + "label": "" + } + ], + "2026-09-04": [ + { + "citations": [ + "Galatians 2:6-10", + "Mark 5:22-24, 35-6:1" + ], + "label": "" + } + ], + "2026-09-05": [ + { + "citations": [ + "1 Corinthians 4:1-5", + "Matthew 23:1-12" + ], + "label": "" + } + ], + "2026-09-06": [ + { + "citations": [ + "2 Corinthians 1:21-2:4", + "Matthew 22:1-14" + ], + "label": "" + } + ], + "2026-09-07": [ + { + "citations": [ + "Galatians 2:11-16", + "Mark 5:24-34" + ], + "label": "" + } + ], + "2026-09-08": [ + { + "citations": [ + "Galatians 2:21-3:7", + "Mark 6:1-7" + ], + "label": "" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2026-09-09": [ + { + "citations": [ + "Galatians 3:15-22", + "Mark 6:7-13" + ], + "label": "" + } + ], + "2026-09-10": [ + { + "citations": [ + "Galatians 3:23-4:5", + "Mark 6:30-45" + ], + "label": "" + } + ], + "2026-09-11": [ + { + "citations": [ + "Galatians 4:8-21", + "Mark 6:45-53" + ], + "label": "" + } + ], + "2026-09-12": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "1 Corinthians 2:6-9", + "Matthew 10:37-11:1" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "1 Corinthians 4:17-5:5", + "Matthew 24:1-13" + ], + "label": "" + } + ], + "2026-09-13": [ + { + "citations": [ + "Hebrews 3:1-4", + "Matthew 16:13-18" + ], + "label": "Church" + }, + { + "citations": [ + "Galatians 6:11-18", + "John 3:13-17" + ], + "label": "Sunday Before" + }, + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 22:35-46" + ], + "label": "" + } + ], + "2026-09-14": [ + { + "citations": [ + "Galatians 4:28-5:10", + "Mark 6:54-7:8" + ], + "label": "" + }, + { + "citations": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "label": "" + } + ], + "2026-09-15": [ + { + "citations": [ + "Galatians 5:11-21", + "Mark 7:5-16" + ], + "label": "" + } + ], + "2026-09-16": [ + { + "citations": [ + "Galatians 6:2-10", + "Mark 7:14-24" + ], + "label": "" + } + ], + "2026-09-17": [ + { + "citations": [ + "Ephesians 1:1-9", + "Mark 7:24-30" + ], + "label": "" + } + ], + "2026-09-18": [ + { + "citations": [ + "Ephesians 1:7-17", + "Mark 8:1-10" + ], + "label": "" + } + ], + "2026-09-19": [ + { + "citations": [ + "1 Corinthians 1:26-29", + "John 8:21-30" + ], + "label": "Saturday After" + }, + { + "citations": [ + "1 Corinthians 10:23-28", + "Matthew 24:34-44" + ], + "label": "" + } + ], + "2026-09-20": [ + { + "citations": [ + "Galatians 2:16-20", + "Mark 8:34-9:1" + ], + "label": "Sunday After" + }, + { + "citations": [ + "2 Corinthians 6:1-10", + "Matthew 25:14-30" + ], + "label": "" + } + ], + "2026-09-21": [ + { + "citations": [ + "Ephesians 1:22-2:3", + "Luke 3:19-22" + ], + "label": "" + } + ], + "2026-09-22": [ + { + "citations": [ + "Ephesians 2:19-3:7", + "Luke 3:23-4:1" + ], + "label": "" + } + ], + "2026-09-23": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 1:5-25" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Ephesians 3:8-21", + "Luke 4:1-15" + ], + "label": "" + } + ], + "2026-09-24": [ + { + "citations": [ + "Romans 8:28-39", + "Luke 21:12-19" + ], + "label": "New Martyrs" + }, + { + "citations": [ + "Ephesians 4:14-19", + "Luke 4:16-22" + ], + "label": "" + } + ], + "2026-09-25": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 4:17-25", + "Luke 4:22-30" + ], + "label": "" + } + ], + "2026-09-26": [ + { + "citations": [ + "1 John 4:12-19", + "John 19:25-27; 21:24-25" + ], + "label": "St. John" + }, + { + "citations": [ + "1 Corinthians 14:20-25", + "Luke 4:31-36" + ], + "label": "" + } + ], + "2026-09-27": [ + { + "citations": [ + "2 Corinthians 6:16-7:1", + "Luke 5:1-11" + ], + "label": "" + } + ], + "2026-09-28": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 4:25-32", + "Luke 4:37-44" + ], + "label": "" + } + ], + "2026-09-29": [ + { + "citations": [ + "Ephesians 5:20-26", + "Luke 5:12-16" + ], + "label": "" + } + ], + "2026-09-30": [ + { + "citations": [ + "Ephesians 5:25-33", + "Luke 5:33-39" + ], + "label": "" + } + ], + "2026-10-01": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Ephesians 5:33-6:9", + "Luke 6:12-19" + ], + "label": "" + } + ], + "2026-10-02": [ + { + "citations": [ + "Ephesians 6:18-24", + "Luke 6:17-23" + ], + "label": "" + } + ], + "2026-10-03": [ + { + "citations": [ + "1 Corinthians 15:39-45", + "Luke 5:17-26" + ], + "label": "" + } + ], + "2026-10-04": [ + { + "citations": [ + "2 Corinthians 9:6-11", + "Luke 6:31-36" + ], + "label": "" + } + ], + "2026-10-05": [ + { + "citations": [ + "Philippians 1:1-7", + "Luke 6:24-30" + ], + "label": "" + } + ], + "2026-10-06": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Innocent" + }, + { + "citations": [ + "Philippians 1:8-14", + "Luke 6:37-45" + ], + "label": "" + } + ], + "2026-10-07": [ + { + "citations": [ + "Philippians 1:12-20", + "Luke 6:46-7:1" + ], + "label": "" + } + ], + "2026-10-08": [ + { + "citations": [ + "Philippians 1:20-27", + "Luke 7:17-30" + ], + "label": "" + } + ], + "2026-10-09": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "Philippians 1:27-2:4", + "Luke 7:31-35" + ], + "label": "" + } + ], + "2026-10-10": [ + { + "citations": [ + "1 Corinthians 15:58-16:3", + "Luke 5:27-32" + ], + "label": "" + } + ], + "2026-10-11": [ + { + "citations": [ + "Hebrews 13:7-16", + "John 17:1-13" + ], + "label": "Fathers" + }, + { + "citations": [ + "2 Corinthians 11:31-12:9", + "Luke 7:11-16" + ], + "label": "" + } + ], + "2026-10-12": [ + { + "citations": [ + "Philippians 2:12-16", + "Luke 7:36-50" + ], + "label": "" + } + ], + "2026-10-13": [ + { + "citations": [ + "Philippians 2:17-23", + "Luke 8:1-3" + ], + "label": "" + } + ], + "2026-10-14": [ + { + "citations": [ + "Philippians 2:24-30", + "Luke 8:22-25" + ], + "label": "" + } + ], + "2026-10-15": [ + { + "citations": [ + "Philippians 3:1-8", + "Luke 9:7-11" + ], + "label": "" + } + ], + "2026-10-16": [ + { + "citations": [ + "Philippians 3:8-19", + "Luke 9:12-18" + ], + "label": "" + } + ], + "2026-10-17": [ + { + "citations": [ + "2 Corinthians 1:8-11", + "Luke 6:1-10" + ], + "label": "" + } + ], + "2026-10-18": [ + { + "citations": [ + "Colossians 4:5-9, 14, 18", + "Luke 10:16-21" + ], + "label": "St. Luke" + }, + { + "citations": [ + "Galatians 1:11-19", + "Luke 8:5-15" + ], + "label": "" + } + ], + "2026-10-19": [ + { + "citations": [ + "Philippians 4:10-23", + "Luke 9:18-22" + ], + "label": "" + } + ], + "2026-10-20": [ + { + "citations": [ + "Colossians 1:1-2, 7-11", + "Luke 9:23-27" + ], + "label": "" + } + ], + "2026-10-21": [ + { + "citations": [ + "Colossians 1:18-23", + "Luke 9:44-50" + ], + "label": "" + } + ], + "2026-10-22": [ + { + "citations": [ + "Colossians 1:24-29", + "Luke 9:49-56" + ], + "label": "" + } + ], + "2026-10-23": [ + { + "citations": [ + "Gal 1:11-19", + "Matthew 13:54-58" + ], + "label": "Saint" + }, + { + "citations": [ + "Colossians 2:1-7", + "Luke 10:1-15" + ], + "label": "" + } + ], + "2026-10-24": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "2 Corinthians 3:12-18", + "Luke 7:1-10" + ], + "label": "" + } + ], + "2026-10-25": [ + { + "citations": [ + "Galatians 2:16-20", + "Luke 16:19-31" + ], + "label": "" + } + ], + "2026-10-26": [ + { + "citations": [ + "Hebrews 12:6-13, 25-27", + "Matthew 8:23-27" + ], + "label": "Earthquake" + }, + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "St. Demetrius" + }, + { + "citations": [ + "Colossians 2:13-20", + "Luke 10:22-24" + ], + "label": "" + } + ], + "2026-10-27": [ + { + "citations": [ + "Colossians 2:20-3:3", + "Luke 11:1-10" + ], + "label": "" + } + ], + "2026-10-28": [ + { + "citations": [ + "Colossians 3:17-4:1", + "Luke 11:9-13" + ], + "label": "" + } + ], + "2026-10-29": [ + { + "citations": [ + "Colossians 4:2-9", + "Luke 11:14-23" + ], + "label": "" + } + ], + "2026-10-30": [ + { + "citations": [ + "Colossians 4:10-18", + "Luke 11:23-26" + ], + "label": "" + } + ], + "2026-10-31": [ + { + "citations": [ + "2 Corinthians 5:1-10", + "John 10:9-16" + ], + "label": "St. John Kochurov" + } + ], + "2026-11-01": [ + { + "citations": [ + "Galatians 6:11-18", + "Luke 8:26-39" + ], + "label": "" + } + ], + "2026-11-02": [ + { + "citations": [ + "1 Thessalonians 1:1-5", + "Luke 11:29-33" + ], + "label": "" + } + ], + "2026-11-03": [ + { + "citations": [ + "1 Thessalonians 1:6-10", + "Luke 11:34-41" + ], + "label": "" + } + ], + "2026-11-04": [ + { + "citations": [ + "1 Thessalonians 2:1-8", + "Luke 11:42-46" + ], + "label": "" + } + ], + "2026-11-05": [ + { + "citations": [ + "1 Thessalonians 2:9-14", + "Luke 11:47-12:1" + ], + "label": "" + } + ], + "2026-11-06": [ + { + "citations": [ + "1 Thessalonians 2:14-19", + "Luke 12:2-12" + ], + "label": "" + } + ], + "2026-11-07": [ + { + "citations": [ + "2 Corinthians 8:1-5", + "Luke 9:1-6" + ], + "label": "" + } + ], + "2026-11-08": [ + { + "citations": [ + "Hebrews 2:2-10", + "Luke 10:16-21" + ], + "label": "Angels" + }, + { + "citations": [ + "Ephesians 2:4-10", + "Luke 8:41-56" + ], + "label": "" + } + ], + "2026-11-09": [ + { + "citations": [ + "1 Thessalonians 2:20-3:8", + "Luke 12:13-15, 22-31" + ], + "label": "" + } + ], + "2026-11-10": [ + { + "citations": [ + "1 Thessalonians 3:9-13", + "Luke 12:42-48" + ], + "label": "" + } + ], + "2026-11-11": [ + { + "citations": [ + "1 Thessalonians 4:1-12", + "Luke 12:48-59" + ], + "label": "" + } + ], + "2026-11-12": [ + { + "citations": [ + "1 Thessalonians 5:1-8", + "Luke 13:1-9" + ], + "label": "" + } + ], + "2026-11-13": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. John Chrysostom" + }, + { + "citations": [ + "1 Thessalonians 5:9-13, 24-28", + "Luke 13:31-35" + ], + "label": "" + } + ], + "2026-11-14": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "John 1:43-51" + ], + "label": "Apostle" + }, + { + "citations": [ + "2 Corinthians 11:1-6", + "Luke 9:37-43" + ], + "label": "" + } + ], + "2026-11-15": [ + { + "citations": [ + "Ephesians 2:14-22", + "Luke 10:25-37" + ], + "label": "" + } + ], + "2026-11-16": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 9:9-13" + ], + "label": "Apostle" + }, + { + "citations": [ + "2 Thessalonians 1:1-10", + "Luke 14:12-15" + ], + "label": "" + } + ], + "2026-11-17": [ + { + "citations": [ + "2 Thessalonians 1:10-2:2", + "Luke 14:25-35" + ], + "label": "" + } + ], + "2026-11-18": [ + { + "citations": [ + "2 Thessalonians 2:1-12", + "Luke 15:1-10" + ], + "label": "" + } + ], + "2026-11-19": [ + { + "citations": [ + "2 Thessalonians 2:13-3:5", + "Luke 16:1-9" + ], + "label": "" + } + ], + "2026-11-20": [ + { + "citations": [ + "2 Thessalonians 3:6-18", + "Luke 16:15-18, 17:1-4" + ], + "label": "" + } + ], + "2026-11-21": [ + { + "citations": [ + "Galatians 1:3-10", + "Luke 9:57-62" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2026-11-22": [ + { + "citations": [ + "Ephesians 4:1-6", + "Luke 12:16-21" + ], + "label": "" + } + ], + "2026-11-23": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "St. Alexander" + }, + { + "citations": [ + "1 Timothy 1:1-7", + "Luke 17:20-25" + ], + "label": "" + } + ], + "2026-11-24": [ + { + "citations": [ + "1 Timothy 1:8-14", + "Luke 17:26-37" + ], + "label": "" + } + ], + "2026-11-25": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "1 Timothy 1:18-20, 2:8-15", + "Luke 18:15-17, 26-30" + ], + "label": "" + } + ], + "2026-11-26": [ + { + "citations": [ + "1 Timothy 3:1-13", + "Luke 18:31-34" + ], + "label": "" + } + ], + "2026-11-27": [ + { + "citations": [ + "1 Timothy 4:4-8, 16", + "Luke 19:12-28" + ], + "label": "" + } + ], + "2026-11-28": [ + { + "citations": [ + "Galatians 3:8-12", + "Luke 10:19-21" + ], + "label": "" + } + ], + "2026-11-29": [ + { + "citations": [ + "Ephesians 5:9-19", + "Luke 13:10-17" + ], + "label": "" + } + ], + "2026-11-30": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "John 1:35-51" + ], + "label": "Apostle" + }, + { + "citations": [ + "1 Timothy 5:1-10", + "Luke 19:37-44" + ], + "label": "" + } + ], + "2026-12-01": [ + { + "citations": [ + "1 Timothy 5:11-21", + "Luke 19:45-48" + ], + "label": "" + } + ], + "2026-12-02": [ + { + "citations": [ + "1 Timothy 5:22-6:11", + "Luke 20:1-8" + ], + "label": "" + } + ], + "2026-12-03": [ + { + "citations": [ + "1 Timothy 6:17-21", + "Luke 20:9-18" + ], + "label": "" + } + ], + "2026-12-04": [ + { + "citations": [ + "Hebrews 13:7-16", + "Luke 12:32-40" + ], + "label": "St. Alexander" + }, + { + "citations": [ + "2 Timothy 1:1-2, 8-18", + "Luke 20:19-26" + ], + "label": "" + } + ], + "2026-12-05": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 12:32-40" + ], + "label": "" + } + ], + "2026-12-06": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 6:10-17", + "Luke 17:12-19" + ], + "label": "" + } + ], + "2026-12-07": [ + { + "citations": [ + "2 Timothy 2:20-26", + "Luke 20:27-44" + ], + "label": "" + } + ], + "2026-12-08": [ + { + "citations": [ + "2 Timothy 3:16-4:4", + "Luke 21:12-19" + ], + "label": "" + } + ], + "2026-12-09": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 8:16-21" + ], + "label": "St. Anna" + }, + { + "citations": [ + "2 Timothy 4:9-22", + "Luke 21:5-7, 10-11, 20-24" + ], + "label": "" + } + ], + "2026-12-10": [ + { + "citations": [ + "Titus 1:5-2:1", + "Luke 21:28-33" + ], + "label": "" + } + ], + "2026-12-11": [ + { + "citations": [ + "Titus 1:15-2:10", + "Luke 21:37-22:8" + ], + "label": "" + } + ], + "2026-12-12": [ + { + "citations": [ + "Ephesians 1:16-23", + "Luke 13:18-29" + ], + "label": "" + } + ], + "2026-12-13": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Colossians 3:4-11", + "Luke 14:16-24" + ], + "label": "" + } + ], + "2026-12-14": [ + { + "citations": [ + "Hebrews 3:5-11, 17-19", + "Mark 8:11-21" + ], + "label": "" + } + ], + "2026-12-15": [ + { + "citations": [ + "Hebrews 4:1-13", + "Mark 8:22-26" + ], + "label": "" + } + ], + "2026-12-16": [ + { + "citations": [ + "Hebrews 5:11-6:8", + "Mark 8:30-34" + ], + "label": "" + } + ], + "2026-12-17": [ + { + "citations": [ + "Hebrews 7:1-6", + "Mark 9:10-16" + ], + "label": "" + } + ], + "2026-12-18": [ + { + "citations": [ + "Hebrews 7:18-25", + "Mark 9:33-41" + ], + "label": "" + } + ], + "2026-12-19": [ + { + "citations": [ + "Galatians 3:8-12", + "Luke 13:18-29" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "Ephesians 2:11-13", + "Luke 14:1-11" + ], + "label": "" + } + ], + "2026-12-20": [ + { + "citations": [ + "Hebrews 11:9-10, 17-23, 32-40", + "Matthew 1:1-25" + ], + "label": "Sunday Before" + } + ], + "2026-12-21": [ + { + "citations": [ + "Hebrews 8:7-13", + "Mark 9:42-10:1" + ], + "label": "" + } + ], + "2026-12-22": [ + { + "citations": [ + "Hebrews 9:8-10, 15-23", + "Mark 10:2-12" + ], + "label": "" + } + ], + "2026-12-23": [ + { + "citations": [ + "Hebrews 10:1-18", + "Mark 10:11-16" + ], + "label": "" + } + ], + "2026-12-24": [ + { + "citations": [ + "Hebrews 10:35-11:7", + "Mark 10:17-27" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 1:1-12", + "Luke 2:1-20" + ], + "label": "" + } + ], + "2026-12-25": [ + { + "citations": [ + "Galatians 4:4-7", + "Matthew 2:1-12" + ], + "label": "Nativity" + } + ], + "2026-12-26": [ + { + "citations": [ + "1 Timothy 6:11-16", + "Matthew 12:15-21" + ], + "label": "Saturday After" + }, + { + "citations": [ + "Hebrews 2:11-18", + "Matthew 2:13-23" + ], + "label": "Theotokos" + } + ], + "2026-12-27": [ + { + "citations": [ + "Acts 6:8-15; 7:1-5, 47-60", + "Matthew 21:33-42" + ], + "label": "Saint" + }, + { + "citations": [ + "Galatians 1:11-19", + "Matthew 2:13-23" + ], + "label": "Sunday After" + } + ], + "2026-12-28": [ + { + "citations": [ + "Hebrews 11:17-23, 27-31", + "Mark 10:46-52" + ], + "label": "" + } + ], + "2026-12-29": [ + { + "citations": [ + "Hebrews 12:25-26, 13:22-25", + "Mark 11:11-23" + ], + "label": "" + } + ], + "2026-12-30": [ + { + "citations": [ + "James 1:1-18", + "Mark 11:22-26" + ], + "label": "" + } + ], + "2026-12-31": [ + { + "citations": [ + "James 1:19-27", + "Mark 11:27-33" + ], + "label": "" + } + ] +} \ No newline at end of file diff --git a/data/oca_raw/readings-2027.json b/data/oca_raw/readings-2027.json new file mode 100644 index 00000000..6c692c5b --- /dev/null +++ b/data/oca_raw/readings-2027.json @@ -0,0 +1,4182 @@ +{ + "2027-01-01": [ + { + "citations": [ + "Colossians 2:8-12", + "Luke 2:20-21,40-52" + ], + "label": "Circumcision" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "James 2:1-13", + "Mark 12:1-12" + ], + "label": "" + } + ], + "2027-01-02": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Timothy 3:14-4:5", + "Matthew 3:1-11" + ], + "label": "Saturday Before" + } + ], + "2027-01-03": [ + { + "citations": [ + "2 Timothy 4:5-8", + "Mark 1:1-8" + ], + "label": "Sunday Before" + } + ], + "2027-01-04": [ + { + "citations": [ + "James 2:14-26", + "Luke 17:20-25" + ], + "label": "" + } + ], + "2027-01-05": [ + { + "citations": [ + "James 3:1-10", + "Luke 17:26-37" + ], + "label": "" + }, + { + "citations": [ + "1 Corinthians 9:19-27", + "Luke 3:1-18" + ], + "label": "" + } + ], + "2027-01-06": [ + { + "citations": [ + "Titus 2:11-14; 3:4-7", + "Matthew 3:13-17" + ], + "label": "" + } + ], + "2027-01-07": [ + { + "citations": [ + "James 4:7-5:9", + "Luke 18:31-34" + ], + "label": "" + }, + { + "citations": [ + "Acts 19:1-8", + "John 1:29-34" + ], + "label": "Forerunner" + } + ], + "2027-01-08": [ + { + "citations": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Luke 19:12-28" + ], + "label": "" + } + ], + "2027-01-09": [ + { + "citations": [ + "Ephesians 6:10-17", + "Matthew 4:1-11" + ], + "label": "Saturday After" + }, + { + "citations": [ + "1 Thessalonians 5:14-23", + "Luke 10:19-21" + ], + "label": "" + } + ], + "2027-01-10": [ + { + "citations": [ + "Ephesians 4:7-13", + "Matthew 4:12-17" + ], + "label": "Sunday After" + } + ], + "2027-01-11": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Timothy 2:20-26", + "Luke 19:37-44" + ], + "label": "" + } + ], + "2027-01-12": [ + { + "citations": [ + "2 Timothy 3:16-4:4", + "Luke 19:45-48" + ], + "label": "" + } + ], + "2027-01-13": [ + { + "citations": [ + "2 Timothy 4:9-22", + "Luke 20:1-8" + ], + "label": "" + } + ], + "2027-01-14": [ + { + "citations": [ + "Titus 1:5-2:1", + "Luke 20:9-18" + ], + "label": "" + } + ], + "2027-01-15": [ + { + "citations": [ + "Titus 1:15-2:10", + "Luke 20:19-26" + ], + "label": "" + } + ], + "2027-01-16": [ + { + "citations": [ + "Ephesians 1:16-23", + "Luke 12:32-40" + ], + "label": "" + } + ], + "2027-01-17": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Colossians 1:12-18", + "Luke 18:18-27" + ], + "label": "" + } + ], + "2027-01-18": [ + { + "citations": [ + "Hebrews 3:5-11, 17-19", + "Luke 20:27-44" + ], + "label": "" + } + ], + "2027-01-19": [ + { + "citations": [ + "Hebrews 4:1-13", + "Luke 21:12-19" + ], + "label": "" + } + ], + "2027-01-20": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 5:11-6:8", + "Luke 21:5-7, 10-11, 20-24" + ], + "label": "" + } + ], + "2027-01-21": [ + { + "citations": [ + "Hebrews 7:1-6", + "Luke 21:28-33" + ], + "label": "" + } + ], + "2027-01-22": [ + { + "citations": [ + "Hebrews 7:18-25", + "Luke 21:37-22:8" + ], + "label": "" + } + ], + "2027-01-23": [ + { + "citations": [ + "Ephesians 2:11-13", + "Luke 13:18-29" + ], + "label": "" + } + ], + "2027-01-24": [ + { + "citations": [ + "Colossians 3:4-11", + "Luke 18:35-43" + ], + "label": "" + } + ], + "2027-01-25": [ + { + "citations": [ + "1 Corinthians 12:7-11", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 8:7-13", + "Mark 8:11-21" + ], + "label": "" + } + ], + "2027-01-26": [ + { + "citations": [ + "Hebrews 9:8-10, 15-23", + "Mark 8:22-26" + ], + "label": "" + } + ], + "2027-01-27": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 10:1-18", + "Mark 8:30-34" + ], + "label": "" + } + ], + "2027-01-28": [ + { + "citations": [ + "Hebrews 10:35-11:7", + "Mark 9:10-16" + ], + "label": "" + } + ], + "2027-01-29": [ + { + "citations": [ + "Hebrews 11:8, 11-16", + "Mark 9:33-41" + ], + "label": "" + } + ], + "2027-01-30": [ + { + "citations": [ + "Hebrews 13:7-16", + "Matthew 5:14-19" + ], + "label": "Hierarchs" + }, + { + "citations": [ + "Ephesians 5:1-8", + "Luke 14:1-11" + ], + "label": "" + } + ], + "2027-01-31": [ + { + "citations": [ + "Colossians 3:12-16", + "Matthew 25:14-30" + ], + "label": "" + } + ], + "2027-02-01": [ + { + "citations": [ + "Hebrews 11:17-23, 27-31", + "Mark 9:42-10:1" + ], + "label": "" + } + ], + "2027-02-02": [ + { + "citations": [ + "Hebrews 12:25-26, 13:22-25", + "Mark 10:2-12" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "label": "Meeting" + } + ], + "2027-02-03": [ + { + "citations": [ + "James 1:1-18", + "Mark 10:11-16" + ], + "label": "" + } + ], + "2027-02-04": [ + { + "citations": [ + "James 1:19-27", + "Mark 10:17-27" + ], + "label": "" + } + ], + "2027-02-05": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "James 2:1-13", + "Mark 10:23-32" + ], + "label": "" + } + ], + "2027-02-06": [ + { + "citations": [ + "Colossians 1:3-6", + "Luke 16:10-15" + ], + "label": "" + } + ], + "2027-02-07": [ + { + "citations": [ + "1 Timothy 1:15-17", + "Matthew 15:21-28" + ], + "label": "" + } + ], + "2027-02-08": [ + { + "citations": [ + "James 2:14-26", + "Mark 10:46-52" + ], + "label": "" + } + ], + "2027-02-09": [ + { + "citations": [ + "Hebrews 7:7-17", + "Luke 2:22-40" + ], + "label": "Meeting" + }, + { + "citations": [ + "James 3:1-10", + "Mark 11:11-23" + ], + "label": "" + } + ], + "2027-02-10": [ + { + "citations": [ + "James 3:11-4:6", + "Mark 11:22-26" + ], + "label": "" + } + ], + "2027-02-11": [ + { + "citations": [ + "James 4:7-5:9", + "Mark 11:27-33" + ], + "label": "" + } + ], + "2027-02-12": [ + { + "citations": [ + "1 Peter 1:1-2, 10-12, 2:6-10", + "Mark 12:1-12" + ], + "label": "" + } + ], + "2027-02-13": [ + { + "citations": [ + "1 Thessalonians 5:14-23", + "Luke 17:3-10" + ], + "label": "" + } + ], + "2027-02-14": [ + { + "citations": [ + "1 Timothy 4:9-15", + "Luke 19:1-10" + ], + "label": "" + } + ], + "2027-02-15": [ + { + "citations": [ + "1 Peter 2:21-3:9", + "Mark 12:13-17" + ], + "label": "" + } + ], + "2027-02-16": [ + { + "citations": [ + "1 Peter 3:10-22", + "Mark 12:18-27" + ], + "label": "" + } + ], + "2027-02-17": [ + { + "citations": [ + "1 Peter 4:1-11", + "Mark 12:28-37" + ], + "label": "" + } + ], + "2027-02-18": [ + { + "citations": [ + "1 Peter 4:12-5:5", + "Mark 12:38-44" + ], + "label": "" + } + ], + "2027-02-19": [ + { + "citations": [ + "2 Peter 1:1-10", + "Mark 13:1-8" + ], + "label": "" + } + ], + "2027-02-20": [ + { + "citations": [ + "2 Timothy 2:11-19", + "Luke 18:2-8" + ], + "label": "" + } + ], + "2027-02-21": [ + { + "citations": [ + "2 Timothy 3:10-15", + "Luke 18:10-14" + ], + "label": "" + } + ], + "2027-02-22": [ + { + "citations": [ + "2 Peter 1:20-2:9", + "Mark 13:9-13" + ], + "label": "" + } + ], + "2027-02-23": [ + { + "citations": [ + "2 Peter 2:9-22", + "Mark 13:14-23" + ], + "label": "" + } + ], + "2027-02-24": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:2-15" + ], + "label": "Forerunner" + }, + { + "citations": [ + "2 Peter 3:1-18", + "Mark 13:24-31" + ], + "label": "" + } + ], + "2027-02-25": [ + { + "citations": [ + "1 John 1:8-2:6", + "Mark 13:31-14:2" + ], + "label": "" + } + ], + "2027-02-26": [ + { + "citations": [ + "1 John 2:7-17", + "Mark 14:3-9" + ], + "label": "" + } + ], + "2027-02-27": [ + { + "citations": [ + "Hebrews 13:17-21", + "John 10:9-16" + ], + "label": "St. Raphael" + }, + { + "citations": [ + "2 Timothy 3:1-9", + "Luke 20:46-21:4" + ], + "label": "" + } + ], + "2027-02-28": [ + { + "citations": [ + "1 Corinthians 6:12-20", + "Luke 15:11-32" + ], + "label": "" + } + ], + "2027-03-01": [ + { + "citations": [ + "1 John 2:18-3:10", + "Mark 11:1-11" + ], + "label": "" + } + ], + "2027-03-02": [ + { + "citations": [ + "1 John 3:11-20", + "Mark 14:10-42" + ], + "label": "" + } + ], + "2027-03-03": [ + { + "citations": [ + "1 John 3:21-4:6", + "Mark 14:43-15:1" + ], + "label": "" + } + ], + "2027-03-04": [ + { + "citations": [ + "1 John 4:20-5:21", + "Mark 15:1-15" + ], + "label": "" + } + ], + "2027-03-05": [ + { + "citations": [ + "2 John 1:1-13", + "Mark 15:22-25, 33-41" + ], + "label": "" + } + ], + "2027-03-06": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 10:23-28", + "Luke 21:8-9, 25-27, 33-36" + ], + "label": "" + } + ], + "2027-03-07": [ + { + "citations": [ + "1 Corinthians 8:8-9:2", + "Matthew 25:31-46" + ], + "label": "" + } + ], + "2027-03-08": [ + { + "citations": [ + "3 John 1:1-15", + "Luke 19:29-40, 22:7-39" + ], + "label": "" + } + ], + "2027-03-09": [ + { + "citations": [ + "Hebrews 12:1-10", + "Matthew 20:1-16" + ], + "label": "Martyrs" + }, + { + "citations": [ + "Jude 1:1-10", + "Luke 22:39-42, 45-23:1" + ], + "label": "" + } + ], + "2027-03-10": [ + { + "citations": [ + "Joel 2:12-26", + "Joel 3:12-21" + ], + "label": "" + } + ], + "2027-03-11": [ + { + "citations": [ + "Jude 1:11-25", + "Luke 23:2-34, 44-56" + ], + "label": "" + } + ], + "2027-03-12": [ + { + "citations": [ + "Zechariah 8:7-17", + "Zechariah 8:19-23" + ], + "label": "" + } + ], + "2027-03-13": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Romans 14:19-23, 16:25-27", + "Matthew 6:1-13" + ], + "label": "" + } + ], + "2027-03-14": [ + { + "citations": [ + "Romans 13:11-14:4", + "Matthew 6:14-21" + ], + "label": "" + } + ], + "2027-03-15": [ + { + "citations": [ + "Isaiah 1:1-20", + "Genesis 1:1-13", + "Proverbs 1:1-20" + ], + "label": "" + } + ], + "2027-03-16": [ + { + "citations": [ + "Isaiah 1:19-2:4", + "Genesis 1:14-23", + "Proverbs 1:20-33" + ], + "label": "" + } + ], + "2027-03-17": [ + { + "citations": [ + "Isaiah 2:3-11", + "Genesis 1:24-2:3", + "Proverbs 2:1-22" + ], + "label": "" + } + ], + "2027-03-18": [ + { + "citations": [ + "Isaiah 2:11-21", + "Genesis 2:4-19", + "Proverbs 3:1-18" + ], + "label": "" + } + ], + "2027-03-19": [ + { + "citations": [ + "Isaiah 3:1-15", + "Genesis 2:20-3:20", + "Proverbs 3:19-34" + ], + "label": "" + } + ], + "2027-03-20": [ + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 1:1-12", + "Mark 2:23-3:5" + ], + "label": "" + } + ], + "2027-03-21": [ + { + "citations": [ + "Hebrews 11:24-26, 32-12:2", + "John 1:43-51" + ], + "label": "" + } + ], + "2027-03-22": [ + { + "citations": [ + "Isaiah 4:2-5:7", + "Genesis 3:21-4:7", + "Proverbs 3:34-4:22" + ], + "label": "" + } + ], + "2027-03-23": [ + { + "citations": [ + "Isaiah 5:7-16", + "Genesis 4:8-15", + "Proverbs 5:1-15" + ], + "label": "" + } + ], + "2027-03-24": [ + { + "citations": [ + "Isaiah 5:16-25", + "Genesis 4:16-26", + "Proverbs 5:15-6:3" + ], + "label": "" + } + ], + "2027-03-25": [ + { + "citations": [ + "Isaiah 6:1-12", + "Genesis 5:1-24", + "Proverbs 6:3-20" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "label": "Theotokos" + } + ], + "2027-03-26": [ + { + "citations": [ + "Isaiah 7:1-15", + "Genesis 5:32-6:8", + "Proverbs 6:20-7:1" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "Luke 1:24-38" + ], + "label": "Theotokos" + } + ], + "2027-03-27": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 3:12-16", + "Mark 1:35-44" + ], + "label": "" + } + ], + "2027-03-28": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 1:10-2:3", + "Mark 2:1-12" + ], + "label": "" + } + ], + "2027-03-29": [ + { + "citations": [ + "Isaiah 8:13-9:7", + "Genesis 6:9-22", + "Proverbs 8:1-21" + ], + "label": "" + } + ], + "2027-03-30": [ + { + "citations": [ + "Isaiah 9:9-10:4", + "Genesis 7:1-15", + "Proverbs 8:32-9:11" + ], + "label": "" + } + ], + "2027-03-31": [ + { + "citations": [ + "Isaiah 10:12-20", + "Genesis 7:6-9", + "Proverbs 9:12-18" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Innocent" + } + ], + "2027-04-01": [ + { + "citations": [ + "Isaiah 11:10-12:2", + "Genesis 7:11-8:3", + "Proverbs 10:1-22" + ], + "label": "" + } + ], + "2027-04-02": [ + { + "citations": [ + "Isaiah 13:2-13", + "Genesis 8:4-21", + "Proverbs 10:31-11:12" + ], + "label": "" + } + ], + "2027-04-03": [ + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 10:32-38", + "Mark 2:14-17" + ], + "label": "" + } + ], + "2027-04-04": [ + { + "citations": [ + "Hebrews 4:14-5:6", + "Mark 8:34-9:1" + ], + "label": "" + } + ], + "2027-04-05": [ + { + "citations": [ + "Isaiah 14:24-32", + "Genesis 8:21-9:7", + "Proverbs 11:19-12:6" + ], + "label": "" + } + ], + "2027-04-06": [ + { + "citations": [ + "Isaiah 25:1-9", + "Genesis 9:8-17", + "Proverbs 12:8-22" + ], + "label": "" + } + ], + "2027-04-07": [ + { + "citations": [ + "Isaiah 26:21-27:9", + "Genesis 9:18-10:1", + "Proverbs 12:23-13:9" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Tikhon" + } + ], + "2027-04-08": [ + { + "citations": [ + "Isaiah 28:14-22", + "Genesis 10:32-11:9", + "Proverbs 13:19-14:6" + ], + "label": "" + } + ], + "2027-04-09": [ + { + "citations": [ + "Isaiah 29:13-23", + "Genesis 12:1-7", + "Proverbs 14:15-26" + ], + "label": "" + } + ], + "2027-04-10": [ + { + "citations": [ + "1 Corinthians 15:47-57", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "Hebrews 6:9-12", + "Mark 7:31-37" + ], + "label": "" + } + ], + "2027-04-11": [ + { + "citations": [ + "Ephesians 5:9-19", + "Matthew 4:25-5:12" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 6:13-20", + "Mark 9:17-31" + ], + "label": "" + } + ], + "2027-04-12": [ + { + "citations": [ + "Isaiah 37:33-38:6", + "Genesis 13:12-18", + "Proverbs 14:27-15:4" + ], + "label": "" + } + ], + "2027-04-13": [ + { + "citations": [ + "Isaiah 40:18-31", + "Genesis 15:1-15", + "Proverbs 15:7-19" + ], + "label": "" + } + ], + "2027-04-14": [ + { + "citations": [ + "Isaiah 41:4-14", + "Genesis 17:1-9", + "Proverbs 15:20-16:9" + ], + "label": "" + } + ], + "2027-04-15": [ + { + "citations": [ + "Isaiah 42:5-16", + "Genesis 18:20-33", + "Proverbs 16:17-17:17" + ], + "label": "" + } + ], + "2027-04-16": [ + { + "citations": [ + "Isaiah 45:11-17", + "Genesis 22:1-18", + "Proverbs 17:17-18:5" + ], + "label": "" + } + ], + "2027-04-17": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Hebrews 9:24-28", + "Mark 8:27-31" + ], + "label": "" + } + ], + "2027-04-18": [ + { + "citations": [ + "Galatians 3:23-29", + "Luke 7:36-50" + ], + "label": "Saint" + }, + { + "citations": [ + "Hebrews 9:11-14", + "Mark 10:32-45" + ], + "label": "" + } + ], + "2027-04-19": [ + { + "citations": [ + "Isaiah 48:17-49:4", + "Genesis 27:1-41", + "Proverbs 19:16-25" + ], + "label": "" + } + ], + "2027-04-20": [ + { + "citations": [ + "Isaiah 49:6-10", + "Genesis 31:3-16", + "Proverbs 21:3-21" + ], + "label": "" + } + ], + "2027-04-21": [ + { + "citations": [ + "Isaiah 58:1-11", + "Genesis 43:26-31, 45:1-16", + "Proverbs 21:23-22:4" + ], + "label": "" + } + ], + "2027-04-22": [ + { + "citations": [ + "Isaiah 65:8-16", + "Genesis 46:1-7", + "Proverbs 23:15-24:5" + ], + "label": "" + } + ], + "2027-04-23": [ + { + "citations": [ + "Isaiah 66:10-24", + "Genesis 49:33-50:26", + "Proverbs 31:8-31" + ], + "label": "" + }, + { + "citations": [ + "Acts 12:1-11", + "John 15:17-16:2" + ], + "label": "Saint" + } + ], + "2027-04-24": [ + { + "citations": [ + "Hebrews 12:28-13:8", + "John 11:1-45" + ], + "label": "" + } + ], + "2027-04-25": [ + { + "citations": [ + "1 Peter 5:6-14", + "Mark 6:7-13" + ], + "label": "Saint" + }, + { + "citations": [ + "Philippians 4:4-9", + "John 12:1-18" + ], + "label": "" + } + ], + "2027-04-26": [ + { + "citations": [ + "Matthew 21:18-43" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 1:1-20", + "Exodus 1:1-20", + "Job 1:1-12" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 24:3-35" + ], + "label": "Presanctified" + } + ], + "2027-04-27": [ + { + "citations": [ + "Matthew 22:15-23:39" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 1:21-28 (1:1-28,2:1 LXX)", + "Exodus 2:5-10", + "Job 1:13-22" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 24:36-26:2" + ], + "label": "Presanctified" + } + ], + "2027-04-28": [ + { + "citations": [ + "John 12:17-50" + ], + "label": "Matins" + }, + { + "citations": [ + "Ezekiel 2:3-3:3", + "Exodus 2:11-22", + "Job 2:1-10" + ], + "label": "Vespers" + }, + { + "citations": [ + "Matthew 26:6-16" + ], + "label": "Presanctified" + } + ], + "2027-04-29": [ + { + "citations": [ + "Luke 22:1-39" + ], + "label": "Matins" + }, + { + "citations": [ + "Exodus 19:10-19", + "Job 38:1-23; 42:1-5", + "Isaiah 50:4-11" + ], + "label": "Vespers" + }, + { + "citations": [ + "1 Corinthians 11:23-32", + "Matt. 26:2-20; John 13:3-17; Matt. 26:21-39; Luke 22:43-45; Matt. 26:40-27:2" + ], + "label": "Composite" + } + ], + "2027-04-30": [ + { + "citations": [ + "Exodus 33:11-23", + "Job 42:12-17 LXX", + "Isaiah 52:13-54:1" + ], + "label": "Vespers" + }, + { + "citations": [ + "1 Corinthians 1:18-2:2", + "Matt. 27:1-38; Luke 23:39-43; Matt. 27:39-54; John 19:31-37; Matt. 27:55-61" + ], + "label": "Vespers" + } + ], + "2027-05-01": [ + { + "citations": [ + "1 Corinthians 5:6-8; Galatians 3:13-14", + "Matthew 27:62-66" + ], + "label": "Matins" + }, + { + "citations": [ + "Romans 6:3-11", + "Matthew 28:1-20" + ], + "label": "" + } + ], + "2027-05-02": [ + { + "citations": [ + "Acts 1:1-8", + "John 1:1-17" + ], + "label": "" + } + ], + "2027-05-03": [ + { + "citations": [ + "John 20:19-25" + ], + "label": "Vespers" + }, + { + "citations": [ + "Hebrews 13:7-16", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 1:12-17, 21-26", + "John 1:18-28" + ], + "label": "" + } + ], + "2027-05-04": [ + { + "citations": [ + "Acts 2:14-21", + "Luke 24:12-35" + ], + "label": "" + } + ], + "2027-05-05": [ + { + "citations": [ + "Acts 2:22-36", + "John 1:35-51" + ], + "label": "" + } + ], + "2027-05-06": [ + { + "citations": [ + "Acts 2:38-43", + "John 3:1-15" + ], + "label": "" + } + ], + "2027-05-07": [ + { + "citations": [ + "Galatians 1:11-19", + "John 10:1-9" + ], + "label": "Saint" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Acts 3:1-8", + "John 2:12-22" + ], + "label": "" + } + ], + "2027-05-08": [ + { + "citations": [ + "1 John 1:1-7", + "John 19:25-27; 21:24-25" + ], + "label": "St. John" + }, + { + "citations": [ + "Acts 3:11-16", + "John 3:22-33" + ], + "label": "" + } + ], + "2027-05-09": [ + { + "citations": [ + "Acts 5:12-20", + "John 20:19-31" + ], + "label": "" + } + ], + "2027-05-10": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 13:54-58" + ], + "label": "Saint" + }, + { + "citations": [ + "Acts 3:19-26", + "John 2:1-11" + ], + "label": "" + } + ], + "2027-05-11": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "Matthew 5:14-19" + ], + "label": "Saints" + }, + { + "citations": [ + "Acts 4:1-10", + "John 3:16-21" + ], + "label": "" + } + ], + "2027-05-12": [ + { + "citations": [ + "Acts 4:13-22", + "John 5:17-24" + ], + "label": "" + } + ], + "2027-05-13": [ + { + "citations": [ + "Acts 4:23-31", + "John 5:24-30" + ], + "label": "" + } + ], + "2027-05-14": [ + { + "citations": [ + "Acts 5:1-11", + "John 5:30-6:2" + ], + "label": "" + } + ], + "2027-05-15": [ + { + "citations": [ + "Acts 5:21-33", + "John 6:14-27" + ], + "label": "" + } + ], + "2027-05-16": [ + { + "citations": [ + "Acts 6:1-7", + "Mark 15:43-16:8" + ], + "label": "" + } + ], + "2027-05-17": [ + { + "citations": [ + "Acts 6:8-7:5, 47-60", + "John 4:46-54" + ], + "label": "" + } + ], + "2027-05-18": [ + { + "citations": [ + "Acts 8:5-17", + "John 6:27-33" + ], + "label": "" + } + ], + "2027-05-19": [ + { + "citations": [ + "Acts 8:18-25", + "John 6:35-39" + ], + "label": "" + } + ], + "2027-05-20": [ + { + "citations": [ + "Acts 8:26-39", + "John 6:40-44" + ], + "label": "" + } + ], + "2027-05-21": [ + { + "citations": [ + "Acts 26:1-5, 12-20", + "John 10:1-9" + ], + "label": "Saints" + }, + { + "citations": [ + "Acts 8:40-9:19", + "John 6:48-54" + ], + "label": "" + } + ], + "2027-05-22": [ + { + "citations": [ + "Acts 9:20-31", + "John 15:17-16:2" + ], + "label": "" + } + ], + "2027-05-23": [ + { + "citations": [ + "Acts 9:32-42", + "John 5:1-15" + ], + "label": "" + } + ], + "2027-05-24": [ + { + "citations": [ + "Acts 10:1-16", + "John 6:56-69" + ], + "label": "" + } + ], + "2027-05-25": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Matthew 11:2-15" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Acts 10:21-33", + "John 7:1-13" + ], + "label": "" + } + ], + "2027-05-26": [ + { + "citations": [ + "Acts 14:6-18", + "John 7:14-30" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 2:11-18", + "John 5:1-4" + ], + "label": "Blessing of Waters" + } + ], + "2027-05-27": [ + { + "citations": [ + "Acts 10:34-43", + "John 8:12-20" + ], + "label": "" + } + ], + "2027-05-28": [ + { + "citations": [ + "Acts 10:44-11:10", + "John 8:21-30" + ], + "label": "" + } + ], + "2027-05-29": [ + { + "citations": [ + "Acts 12:1-11", + "John 8:31-42" + ], + "label": "" + } + ], + "2027-05-30": [ + { + "citations": [ + "Acts 11:19-26, 29-30", + "John 4:5-42" + ], + "label": "" + } + ], + "2027-05-31": [ + { + "citations": [ + "Acts 12:12-17", + "John 8:42-51" + ], + "label": "" + } + ], + "2027-06-01": [ + { + "citations": [ + "Acts 12:25-13:12", + "John 8:51-59" + ], + "label": "" + } + ], + "2027-06-02": [ + { + "citations": [ + "Acts 13:13-24", + "John 6:5-14" + ], + "label": "" + } + ], + "2027-06-03": [ + { + "citations": [ + "Acts 14:20-27", + "John 9:39-10:9" + ], + "label": "" + } + ], + "2027-06-04": [ + { + "citations": [ + "Acts 15:5-34", + "John 10:17-28" + ], + "label": "" + } + ], + "2027-06-05": [ + { + "citations": [ + "Acts 15:35-41", + "John 10:27-38" + ], + "label": "" + } + ], + "2027-06-06": [ + { + "citations": [ + "Acts 16:16-34", + "John 9:1-38" + ], + "label": "" + } + ], + "2027-06-07": [ + { + "citations": [ + "Acts 17:1-15", + "John 11:47-57" + ], + "label": "" + } + ], + "2027-06-08": [ + { + "citations": [ + "Acts 17:19-28", + "John 12:19-36" + ], + "label": "" + } + ], + "2027-06-09": [ + { + "citations": [ + "Acts 18:22-28", + "John 12:36-47" + ], + "label": "" + } + ], + "2027-06-10": [ + { + "citations": [ + "Acts 1:1-12", + "Luke 24:36-53" + ], + "label": "" + } + ], + "2027-06-11": [ + { + "citations": [ + "Acts 11:19-26, 29-30", + "Luke 10:16-21" + ], + "label": "Apostles" + }, + { + "citations": [ + "Acts 19:1-8", + "John 14:1-11" + ], + "label": "" + } + ], + "2027-06-12": [ + { + "citations": [ + "Acts 20:7-12", + "John 14:10-21" + ], + "label": "" + } + ], + "2027-06-13": [ + { + "citations": [ + "Acts 20:16-18, 28-36", + "John 17:1-13" + ], + "label": "" + } + ], + "2027-06-14": [ + { + "citations": [ + "Acts 21:8-14", + "John 14:27-15:7" + ], + "label": "" + } + ], + "2027-06-15": [ + { + "citations": [ + "Acts 21:26-32", + "John 16:2-13" + ], + "label": "" + } + ], + "2027-06-16": [ + { + "citations": [ + "Acts 23:1-11", + "John 16:15-23" + ], + "label": "" + } + ], + "2027-06-17": [ + { + "citations": [ + "Acts 25:13-19", + "John 16:23-33" + ], + "label": "" + } + ], + "2027-06-18": [ + { + "citations": [ + "Acts 27:1-44", + "John 17:18-26" + ], + "label": "" + } + ], + "2027-06-19": [ + { + "citations": [ + "Jude 1-10", + "John 14:21-24" + ], + "label": "Apostle" + }, + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 15:47-57", + "John 6:35-39" + ], + "label": "Departed, variant" + }, + { + "citations": [ + "Acts 28:1-31", + "John 21:15-25" + ], + "label": "" + } + ], + "2027-06-20": [ + { + "citations": [ + "Acts 2:1-11", + "John 7:37-52, 8:12" + ], + "label": "" + } + ], + "2027-06-21": [ + { + "citations": [ + "Ephesians 5:9-19", + "Matthew 18:10-20" + ], + "label": "" + } + ], + "2027-06-22": [ + { + "citations": [ + "Romans 1:1-7, 13-17", + "Matthew 4:25-5:13" + ], + "label": "" + } + ], + "2027-06-23": [ + { + "citations": [ + "Romans 1:18-27", + "Matthew 5:20-26" + ], + "label": "" + } + ], + "2027-06-24": [ + { + "citations": [ + "Romans 13:11-14:4", + "Luke 1:1-25, 57-68, 76, 80" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Romans 1:28-2:9", + "Matthew 5:27-32" + ], + "label": "" + } + ], + "2027-06-25": [ + { + "citations": [ + "Romans 2:14-29", + "Matthew 5:33-41" + ], + "label": "" + } + ], + "2027-06-26": [ + { + "citations": [ + "Romans 1:7-12", + "Matthew 5:42-48" + ], + "label": "" + } + ], + "2027-06-27": [ + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 10:32-33, 37-38, 19:27-30" + ], + "label": "" + } + ], + "2027-06-28": [ + { + "citations": [ + "Romans 2:28-3:18", + "Matthew 6:31-34, 7:9-11" + ], + "label": "" + } + ], + "2027-06-29": [ + { + "citations": [ + "2 Corinthians 11:21-12:9", + "Matthew 16:13-19" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 4:4-12", + "Matthew 7:15-21" + ], + "label": "" + } + ], + "2027-06-30": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Mark 3:13-19" + ], + "label": "Apostles" + }, + { + "citations": [ + "Romans 4:13-25", + "Matthew 7:21-23" + ], + "label": "" + } + ], + "2027-07-01": [ + { + "citations": [ + "Romans 5:10-16", + "Matthew 8:23-27" + ], + "label": "" + } + ], + "2027-07-02": [ + { + "citations": [ + "Romans 5:17-6:2", + "Matthew 9:14-17" + ], + "label": "" + } + ], + "2027-07-03": [ + { + "citations": [ + "Romans 3:19-26", + "Matthew 7:1-8" + ], + "label": "" + } + ], + "2027-07-04": [ + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 4:25-5:12" + ], + "label": "Saints" + }, + { + "citations": [ + "Romans 2:10-16", + "Matthew 4:18-23" + ], + "label": "" + } + ], + "2027-07-05": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "either Saint" + }, + { + "citations": [ + "Romans 7:1-13", + "Matthew 9:36-10:8" + ], + "label": "" + } + ], + "2027-07-06": [ + { + "citations": [ + "Romans 7:14-8:2", + "Matthew 10:9-15" + ], + "label": "" + } + ], + "2027-07-07": [ + { + "citations": [ + "Romans 8:2-13", + "Matthew 10:16-22" + ], + "label": "" + } + ], + "2027-07-08": [ + { + "citations": [ + "Romans 8:22-27", + "Matthew 10:23-31" + ], + "label": "" + } + ], + "2027-07-09": [ + { + "citations": [ + "Romans 9:6-19", + "Matthew 10:32-36, 11:1" + ], + "label": "" + } + ], + "2027-07-10": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 4:25-5:12" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 3:28-4:3", + "Matthew 7:24-8:4" + ], + "label": "" + } + ], + "2027-07-11": [ + { + "citations": [ + "Romans 5:1-10", + "Matthew 6:22-33" + ], + "label": "" + } + ], + "2027-07-12": [ + { + "citations": [ + "Romans 9:18-33", + "Matthew 11:2-15" + ], + "label": "" + } + ], + "2027-07-13": [ + { + "citations": [ + "Romans 10:11-11:2", + "Matthew 11:16-20" + ], + "label": "" + } + ], + "2027-07-14": [ + { + "citations": [ + "Romans 11:2-12", + "Matthew 11:20-26" + ], + "label": "" + } + ], + "2027-07-15": [ + { + "citations": [ + "Galatians 1:11-19", + "John 10:1-9" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 11:13-24", + "Matthew 11:27-30" + ], + "label": "" + } + ], + "2027-07-16": [ + { + "citations": [ + "Romans 11:25-36", + "Matthew 12:1-8" + ], + "label": "" + } + ], + "2027-07-17": [ + { + "citations": [ + "Romans 6:11-17", + "Matthew 8:14-23" + ], + "label": "" + } + ], + "2027-07-18": [ + { + "citations": [ + "Hebrews 13:7-16", + "John 17:1-13" + ], + "label": "Fathers" + }, + { + "citations": [ + "Romans 6:18-23", + "Matthew 8:5-13" + ], + "label": "" + } + ], + "2027-07-19": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 12:4-5, 15-21", + "Matthew 12:9-13" + ], + "label": "" + } + ], + "2027-07-20": [ + { + "citations": [ + "James 5:10-20", + "Luke 4:22-30" + ], + "label": "Prophet" + }, + { + "citations": [ + "Romans 14:9-18", + "Matthew 12:14-16, 22-30" + ], + "label": "" + } + ], + "2027-07-21": [ + { + "citations": [ + "Romans 15:7-16", + "Matthew 12:38-45" + ], + "label": "" + } + ], + "2027-07-22": [ + { + "citations": [ + "Romans 15:17-29", + "Matthew 12:46-13:3" + ], + "label": "" + } + ], + "2027-07-23": [ + { + "citations": [ + "Romans 16:1-16", + "Matthew 13:4-9" + ], + "label": "" + } + ], + "2027-07-24": [ + { + "citations": [ + "Romans 8:28-39", + "John 15:17-16:2" + ], + "label": "Saints" + }, + { + "citations": [ + "Romans 8:14-21", + "Matthew 9:9-13" + ], + "label": "" + } + ], + "2027-07-25": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 8:16-21" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 10:1-10", + "Matthew 8:28-9:1" + ], + "label": "" + } + ], + "2027-07-26": [ + { + "citations": [ + "Philippians 3:7-14", + "Mark 10:29-31, 42-45" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 16:17-24", + "Matthew 13:10-23" + ], + "label": "" + } + ], + "2027-07-27": [ + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "St. Panteleimon" + }, + { + "citations": [ + "1 Corinthians 1:1-9", + "Matthew 13:24-30" + ], + "label": "" + } + ], + "2027-07-28": [ + { + "citations": [ + "1 Corinthians 2:9-3:8", + "Matthew 13:31-36" + ], + "label": "" + } + ], + "2027-07-29": [ + { + "citations": [ + "1 Corinthians 3:18-23", + "Matthew 13:36-43" + ], + "label": "" + } + ], + "2027-07-30": [ + { + "citations": [ + "1 Corinthians 4:5-8", + "Matthew 13:44-54" + ], + "label": "" + } + ], + "2027-07-31": [ + { + "citations": [ + "Romans 9:1-5", + "Matthew 9:18-26" + ], + "label": "" + } + ], + "2027-08-01": [ + { + "citations": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "label": "Cross" + }, + { + "citations": [ + "Hebrews 11:33-12:2", + "Matthew 10:32-36; 11:1" + ], + "label": "Martyrs" + }, + { + "citations": [ + "Hebrews 2:11-18", + "John 5:1-4" + ], + "label": "At the Blessing of Waters" + }, + { + "citations": [ + "Romans 12:6-14", + "Matthew 9:1-8" + ], + "label": "" + } + ], + "2027-08-02": [ + { + "citations": [ + "1 Corinthians 5:9-6:11", + "Matthew 13:54-58" + ], + "label": "" + } + ], + "2027-08-03": [ + { + "citations": [ + "1 Corinthians 6:20-7:12", + "Matthew 14:1-13" + ], + "label": "" + } + ], + "2027-08-04": [ + { + "citations": [ + "1 Corinthians 7:12-24", + "Matthew 14:35-15:11" + ], + "label": "" + } + ], + "2027-08-05": [ + { + "citations": [ + "1 Corinthians 7:24-35", + "Matthew 15:12-21" + ], + "label": "" + } + ], + "2027-08-06": [ + { + "citations": [ + "1 Corinthians 7:35-8:7", + "Matthew 15:29-31" + ], + "label": "" + }, + { + "citations": [ + "2 Peter 1:10-19", + "Matthew 17:1-9" + ], + "label": "Transfiguration" + } + ], + "2027-08-07": [ + { + "citations": [ + "Romans 12:1-3", + "Matthew 10:37-11:1" + ], + "label": "" + } + ], + "2027-08-08": [ + { + "citations": [ + "Romans 15:1-7", + "Matthew 9:27-35" + ], + "label": "" + } + ], + "2027-08-09": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 9:13-18", + "Matthew 16:1-6" + ], + "label": "" + } + ], + "2027-08-10": [ + { + "citations": [ + "1 Corinthians 10:5-12", + "Matthew 16:6-12" + ], + "label": "" + } + ], + "2027-08-11": [ + { + "citations": [ + "1 Corinthians 10:12-22", + "Matthew 16:20-24" + ], + "label": "" + } + ], + "2027-08-12": [ + { + "citations": [ + "1 Corinthians 10:28-11:7", + "Matthew 16:24-28" + ], + "label": "" + } + ], + "2027-08-13": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "Matthew 5:14-19" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "1 Corinthians 11:8-22", + "Matthew 17:10-18" + ], + "label": "" + } + ], + "2027-08-14": [ + { + "citations": [ + "Romans 13:1-10", + "Matthew 12:30-37" + ], + "label": "" + } + ], + "2027-08-15": [ + { + "citations": [ + "1 Corinthians 1:10-18", + "Matthew 14:14-22" + ], + "label": "" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2027-08-16": [ + { + "citations": [ + "Colossians 1:12-18", + "Luke 9:51-56; 10:22-24" + ], + "label": "Image" + }, + { + "citations": [ + "1 Corinthians 11:31-12:6", + "Matthew 18:1-11" + ], + "label": "" + } + ], + "2027-08-17": [ + { + "citations": [ + "1 Corinthians 12:12-26", + "Matthew 18:18-22, 19:1-2, 13-15" + ], + "label": "" + } + ], + "2027-08-18": [ + { + "citations": [ + "1 Corinthians 13:4-14:5", + "Matthew 20:1-16" + ], + "label": "" + } + ], + "2027-08-19": [ + { + "citations": [ + "1 Corinthians 14:6-19", + "Matthew 20:17-28" + ], + "label": "" + } + ], + "2027-08-20": [ + { + "citations": [ + "1 Corinthians 14:26-40", + "Matthew 21:12-14, 17-20" + ], + "label": "" + } + ], + "2027-08-21": [ + { + "citations": [ + "Romans 14:6-9", + "Matthew 15:32-39" + ], + "label": "" + } + ], + "2027-08-22": [ + { + "citations": [ + "1 Corinthians 3:9-17", + "Matthew 14:22-34" + ], + "label": "" + } + ], + "2027-08-23": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "1 Corinthians 15:12-19", + "Matthew 21:18-22" + ], + "label": "" + } + ], + "2027-08-24": [ + { + "citations": [ + "1 Corinthians 15:29-38", + "Matthew 21:23-27" + ], + "label": "" + } + ], + "2027-08-25": [ + { + "citations": [ + "1 Corinthians 16:4-12", + "Matthew 21:28-32" + ], + "label": "" + } + ], + "2027-08-26": [ + { + "citations": [ + "2 Corinthians 1:1-7", + "Matthew 21:43-46" + ], + "label": "" + } + ], + "2027-08-27": [ + { + "citations": [ + "2 Corinthians 1:12-20", + "Matthew 22:23-33" + ], + "label": "" + } + ], + "2027-08-28": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Romans 15:30-33", + "Matthew 17:24-18:4" + ], + "label": "" + } + ], + "2027-08-29": [ + { + "citations": [ + "Acts 13:25-33", + "Mark 6:14-30" + ], + "label": "Forerunner" + }, + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 17:14-23" + ], + "label": "" + } + ], + "2027-08-30": [ + { + "citations": [ + "2 Corinthians 2:4-15", + "Matthew 23:13-22" + ], + "label": "" + } + ], + "2027-08-31": [ + { + "citations": [ + "2 Corinthians 2:14-3:3", + "Matthew 23:23-28" + ], + "label": "" + } + ], + "2027-09-01": [ + { + "citations": [ + "1 Timothy 2:1-7", + "Luke 4:16-22" + ], + "label": "New Year" + }, + { + "citations": [ + "Colossians 3:12-16", + "Matthew 11:27-30" + ], + "label": "St. Simeon" + }, + { + "citations": [ + "2 Corinthians 3:4-11", + "Matthew 23:29-39" + ], + "label": "" + } + ], + "2027-09-02": [ + { + "citations": [ + "2 Corinthians 4:1-6", + "Matthew 24:13-28" + ], + "label": "" + } + ], + "2027-09-03": [ + { + "citations": [ + "2 Corinthians 4:13-18", + "Matthew 24:27-33, 42-51" + ], + "label": "" + } + ], + "2027-09-04": [ + { + "citations": [ + "1 Corinthians 1:3-9", + "Matthew 19:3-12" + ], + "label": "" + } + ], + "2027-09-05": [ + { + "citations": [ + "1 Corinthians 9:2-12", + "Matthew 18:23-35" + ], + "label": "" + } + ], + "2027-09-06": [ + { + "citations": [ + "2 Corinthians 5:10-15", + "Mark 1:9-15" + ], + "label": "" + } + ], + "2027-09-07": [ + { + "citations": [ + "2 Corinthians 5:15-21", + "Mark 1:16-22" + ], + "label": "" + } + ], + "2027-09-08": [ + { + "citations": [ + "2 Corinthians 6:11-16", + "Mark 1:23-28" + ], + "label": "" + }, + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2027-09-09": [ + { + "citations": [ + "2 Corinthians 7:1-10", + "Mark 1:29-35" + ], + "label": "" + } + ], + "2027-09-10": [ + { + "citations": [ + "2 Corinthians 7:10-16", + "Mark 2:18-22" + ], + "label": "" + } + ], + "2027-09-11": [ + { + "citations": [ + "1 Corinthians 2:6-9", + "Matthew 10:37-11:1" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "1 Corinthians 1:26-29", + "Matthew 20:29-34" + ], + "label": "" + } + ], + "2027-09-12": [ + { + "citations": [ + "Philippians 2:5-11", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Galatians 6:11-18", + "John 3:13-17" + ], + "label": "Sunday Before" + }, + { + "citations": [ + "1 Corinthians 15:1-11", + "Matthew 19:16-26" + ], + "label": "" + } + ], + "2027-09-13": [ + { + "citations": [ + "Hebrews 3:1-4", + "Matthew 16:13-18" + ], + "label": "Church" + }, + { + "citations": [ + "2 Corinthians 8:7-15", + "Mark 3:6-12" + ], + "label": "" + } + ], + "2027-09-14": [ + { + "citations": [ + "2 Corinthians 8:16-9:5", + "Mark 3:13-19" + ], + "label": "" + }, + { + "citations": [ + "1 Corinthians 1:18-24", + "John 19:6-11, 13-20, 25-28, 30-35" + ], + "label": "" + } + ], + "2027-09-15": [ + { + "citations": [ + "2 Corinthians 9:12-10:7", + "Mark 3:20-27" + ], + "label": "" + } + ], + "2027-09-16": [ + { + "citations": [ + "2 Corinthians 10:7-18", + "Mark 3:28-35" + ], + "label": "" + } + ], + "2027-09-17": [ + { + "citations": [ + "2 Corinthians 11:5-21", + "Mark 4:1-9" + ], + "label": "" + } + ], + "2027-09-18": [ + { + "citations": [ + "1 Corinthians 1:26-29", + "John 8:21-30" + ], + "label": "Saturday After" + }, + { + "citations": [ + "1 Corinthians 2:6-9", + "Matthew 22:15-22" + ], + "label": "" + } + ], + "2027-09-19": [ + { + "citations": [ + "Galatians 2:16-20", + "Mark 8:34-9:1" + ], + "label": "Sunday After" + }, + { + "citations": [ + "1 Corinthians 16:13-24", + "Matthew 21:33-42" + ], + "label": "" + } + ], + "2027-09-20": [ + { + "citations": [ + "2 Corinthians 12:10-19", + "Luke 3:19-22" + ], + "label": "" + } + ], + "2027-09-21": [ + { + "citations": [ + "2 Corinthians 12:20-13:2", + "Luke 3:23-4:1" + ], + "label": "" + } + ], + "2027-09-22": [ + { + "citations": [ + "2 Corinthians 13:3-14", + "Luke 4:1-15" + ], + "label": "" + } + ], + "2027-09-23": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 1:5-25" + ], + "label": "Forerunner" + }, + { + "citations": [ + "Galatians 1:1-10, 20-2:5", + "Luke 4:16-22" + ], + "label": "" + } + ], + "2027-09-24": [ + { + "citations": [ + "Romans 8:28-39", + "Luke 21:12-19" + ], + "label": "New Martyrs" + }, + { + "citations": [ + "Galatians 2:6-10", + "Luke 4:22-30" + ], + "label": "" + } + ], + "2027-09-25": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Corinthians 4:1-5", + "Luke 4:31-36" + ], + "label": "" + } + ], + "2027-09-26": [ + { + "citations": [ + "1 John 4:12-19", + "John 19:25-27; 21:24-25" + ], + "label": "St. John" + }, + { + "citations": [ + "2 Corinthians 1:21-2:4", + "Luke 5:1-11" + ], + "label": "" + } + ], + "2027-09-27": [ + { + "citations": [ + "Galatians 2:11-16", + "Luke 4:37-44" + ], + "label": "" + } + ], + "2027-09-28": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "Galatians 2:21-3:7", + "Luke 5:12-16" + ], + "label": "" + } + ], + "2027-09-29": [ + { + "citations": [ + "Galatians 3:15-22", + "Luke 5:33-39" + ], + "label": "" + } + ], + "2027-09-30": [ + { + "citations": [ + "Galatians 3:23-4:5", + "Luke 6:12-19" + ], + "label": "" + } + ], + "2027-10-01": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "Galatians 4:8-21", + "Luke 6:17-23" + ], + "label": "" + } + ], + "2027-10-02": [ + { + "citations": [ + "1 Corinthians 4:17-5:5", + "Luke 5:17-26" + ], + "label": "" + } + ], + "2027-10-03": [ + { + "citations": [ + "2 Corinthians 4:6-15", + "Luke 6:31-36" + ], + "label": "" + } + ], + "2027-10-04": [ + { + "citations": [ + "Galatians 4:28-5:10", + "Luke 6:24-30" + ], + "label": "" + } + ], + "2027-10-05": [ + { + "citations": [ + "Galatians 5:11-21", + "Luke 6:37-45" + ], + "label": "" + } + ], + "2027-10-06": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Innocent" + }, + { + "citations": [ + "Galatians 6:2-10", + "Luke 6:46-7:1" + ], + "label": "" + } + ], + "2027-10-07": [ + { + "citations": [ + "Ephesians 1:1-9", + "Luke 7:17-30" + ], + "label": "" + } + ], + "2027-10-08": [ + { + "citations": [ + "Ephesians 1:7-17", + "Luke 7:31-35" + ], + "label": "" + } + ], + "2027-10-09": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. Tikhon" + }, + { + "citations": [ + "1 Corinthians 10:23-28", + "Luke 5:27-32" + ], + "label": "" + } + ], + "2027-10-10": [ + { + "citations": [ + "2 Corinthians 6:1-10", + "Luke 7:11-16" + ], + "label": "" + } + ], + "2027-10-11": [ + { + "citations": [ + "Ephesians 1:22-2:3", + "Luke 7:36-50" + ], + "label": "" + } + ], + "2027-10-12": [ + { + "citations": [ + "Ephesians 2:19-3:7", + "Luke 8:1-3" + ], + "label": "" + } + ], + "2027-10-13": [ + { + "citations": [ + "Ephesians 3:8-21", + "Luke 8:22-25" + ], + "label": "" + } + ], + "2027-10-14": [ + { + "citations": [ + "Ephesians 4:14-19", + "Luke 9:7-11" + ], + "label": "" + } + ], + "2027-10-15": [ + { + "citations": [ + "Ephesians 4:17-25", + "Luke 9:12-18" + ], + "label": "" + } + ], + "2027-10-16": [ + { + "citations": [ + "1 Corinthians 14:20-25", + "Luke 6:1-10" + ], + "label": "" + } + ], + "2027-10-17": [ + { + "citations": [ + "Hebrews 13:7-16", + "John 17:1-13" + ], + "label": "Fathers" + }, + { + "citations": [ + "2 Corinthians 6:16-7:1", + "Luke 8:5-15" + ], + "label": "" + } + ], + "2027-10-18": [ + { + "citations": [ + "Colossians 4:5-9, 14, 18", + "Luke 10:16-21" + ], + "label": "St. Luke" + }, + { + "citations": [ + "Ephesians 4:25-32", + "Luke 9:18-22" + ], + "label": "" + } + ], + "2027-10-19": [ + { + "citations": [ + "Ephesians 5:20-26", + "Luke 9:23-27" + ], + "label": "" + } + ], + "2027-10-20": [ + { + "citations": [ + "Ephesians 5:25-33", + "Luke 9:44-50" + ], + "label": "" + } + ], + "2027-10-21": [ + { + "citations": [ + "Ephesians 5:33-6:9", + "Luke 9:49-56" + ], + "label": "" + } + ], + "2027-10-22": [ + { + "citations": [ + "Ephesians 6:18-24", + "Luke 10:1-15" + ], + "label": "" + } + ], + "2027-10-23": [ + { + "citations": [ + "Gal 1:11-19", + "Matthew 13:54-58" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Thessalonians 4:13-17", + "John 5:24-30" + ], + "label": "Departed" + }, + { + "citations": [ + "1 Corinthians 15:39-45", + "Luke 7:1-10" + ], + "label": "" + } + ], + "2027-10-24": [ + { + "citations": [ + "2 Corinthians 9:6-11", + "Luke 16:19-31" + ], + "label": "" + } + ], + "2027-10-25": [ + { + "citations": [ + "Philippians 1:1-7", + "Luke 10:22-24" + ], + "label": "" + } + ], + "2027-10-26": [ + { + "citations": [ + "Hebrews 12:6-13, 25-27", + "Matthew 8:23-27" + ], + "label": "Earthquake" + }, + { + "citations": [ + "2 Timothy 2:1-10", + "John 15:17-16:2" + ], + "label": "St. Demetrius" + }, + { + "citations": [ + "Philippians 1:8-14", + "Luke 11:1-10" + ], + "label": "" + } + ], + "2027-10-27": [ + { + "citations": [ + "Philippians 1:12-20", + "Luke 11:9-13" + ], + "label": "" + } + ], + "2027-10-28": [ + { + "citations": [ + "Philippians 1:20-27", + "Luke 11:14-23" + ], + "label": "" + } + ], + "2027-10-29": [ + { + "citations": [ + "Philippians 1:27-2:4", + "Luke 11:23-26" + ], + "label": "" + } + ], + "2027-10-30": [ + { + "citations": [ + "1 Corinthians 15:58-16:3", + "Luke 8:16-21" + ], + "label": "" + } + ], + "2027-10-31": [ + { + "citations": [ + "2 Corinthians 11:31-12:9", + "John 10:9-16" + ], + "label": "St. John Kochurov" + } + ], + "2027-11-01": [ + { + "citations": [ + "Philippians 2:12-16", + "Luke 11:29-33" + ], + "label": "" + } + ], + "2027-11-02": [ + { + "citations": [ + "Philippians 2:17-23", + "Luke 11:34-41" + ], + "label": "" + } + ], + "2027-11-03": [ + { + "citations": [ + "Philippians 2:24-30", + "Luke 11:42-46" + ], + "label": "" + } + ], + "2027-11-04": [ + { + "citations": [ + "Philippians 3:1-8", + "Luke 11:47-12:1" + ], + "label": "" + } + ], + "2027-11-05": [ + { + "citations": [ + "Philippians 3:8-19", + "Luke 12:2-12" + ], + "label": "" + } + ], + "2027-11-06": [ + { + "citations": [ + "2 Corinthians 1:8-11", + "Luke 9:1-6" + ], + "label": "" + } + ], + "2027-11-07": [ + { + "citations": [ + "Galatians 1:11-19", + "Luke 8:41-56" + ], + "label": "" + } + ], + "2027-11-08": [ + { + "citations": [ + "Hebrews 2:2-10", + "Luke 10:16-21" + ], + "label": "Angels" + }, + { + "citations": [ + "Philippians 4:10-23", + "Luke 12:13-15, 22-31" + ], + "label": "" + } + ], + "2027-11-09": [ + { + "citations": [ + "Colossians 1:1-2, 7-11", + "Luke 12:42-48" + ], + "label": "" + } + ], + "2027-11-10": [ + { + "citations": [ + "Colossians 1:18-23", + "Luke 12:48-59" + ], + "label": "" + } + ], + "2027-11-11": [ + { + "citations": [ + "Colossians 1:24-29", + "Luke 13:1-9" + ], + "label": "" + } + ], + "2027-11-12": [ + { + "citations": [ + "Colossians 2:1-7", + "Luke 13:31-35" + ], + "label": "" + } + ], + "2027-11-13": [ + { + "citations": [ + "Hebrews 7:26-8:2", + "John 10:9-16" + ], + "label": "St. John Chrysostom" + }, + { + "citations": [ + "2 Corinthians 3:12-18", + "Luke 9:37-43" + ], + "label": "" + } + ], + "2027-11-14": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "John 1:43-51" + ], + "label": "Apostle" + }, + { + "citations": [ + "Galatians 2:16-20", + "Luke 10:25-37" + ], + "label": "" + } + ], + "2027-11-15": [ + { + "citations": [ + "Colossians 2:13-20", + "Luke 14:12-15" + ], + "label": "" + } + ], + "2027-11-16": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "Matthew 9:9-13" + ], + "label": "Apostle" + }, + { + "citations": [ + "Colossians 2:20-3:3", + "Luke 14:25-35" + ], + "label": "" + } + ], + "2027-11-17": [ + { + "citations": [ + "Colossians 3:17-4:1", + "Luke 15:1-10" + ], + "label": "" + } + ], + "2027-11-18": [ + { + "citations": [ + "Colossians 4:2-9", + "Luke 16:1-9" + ], + "label": "" + } + ], + "2027-11-19": [ + { + "citations": [ + "Colossians 4:10-18", + "Luke 16:15-18, 17:1-4" + ], + "label": "" + } + ], + "2027-11-20": [ + { + "citations": [ + "2 Corinthians 5:1-10", + "Luke 9:57-62" + ], + "label": "" + } + ], + "2027-11-21": [ + { + "citations": [ + "Galatians 6:11-18", + "Luke 12:16-21" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + } + ], + "2027-11-22": [ + { + "citations": [ + "1 Thessalonians 1:1-5", + "Luke 17:20-25" + ], + "label": "" + } + ], + "2027-11-23": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "St. Alexander" + }, + { + "citations": [ + "1 Thessalonians 1:6-10", + "Luke 17:26-37" + ], + "label": "" + } + ], + "2027-11-24": [ + { + "citations": [ + "1 Thessalonians 2:1-8", + "Luke 18:15-17, 26-30" + ], + "label": "" + } + ], + "2027-11-25": [ + { + "citations": [ + "Hebrews 9:1-7", + "Luke 10:38-42; 11:27-28" + ], + "label": "Theotokos" + }, + { + "citations": [ + "1 Thessalonians 2:9-14", + "Luke 18:31-34" + ], + "label": "" + } + ], + "2027-11-26": [ + { + "citations": [ + "1 Thessalonians 2:14-19", + "Luke 19:12-28" + ], + "label": "" + } + ], + "2027-11-27": [ + { + "citations": [ + "2 Corinthians 8:1-5", + "Luke 10:19-21" + ], + "label": "" + } + ], + "2027-11-28": [ + { + "citations": [ + "Ephesians 2:4-10", + "Luke 13:10-17" + ], + "label": "" + } + ], + "2027-11-29": [ + { + "citations": [ + "1 Thessalonians 2:20-3:8", + "Luke 19:37-44" + ], + "label": "" + } + ], + "2027-11-30": [ + { + "citations": [ + "1 Corinthians 4:9-16", + "John 1:35-51" + ], + "label": "Apostle" + }, + { + "citations": [ + "1 Thessalonians 3:9-13", + "Luke 19:45-48" + ], + "label": "" + } + ], + "2027-12-01": [ + { + "citations": [ + "1 Thessalonians 4:1-12", + "Luke 20:1-8" + ], + "label": "" + } + ], + "2027-12-02": [ + { + "citations": [ + "1 Thessalonians 5:1-8", + "Luke 20:9-18" + ], + "label": "" + } + ], + "2027-12-03": [ + { + "citations": [ + "1 Thessalonians 5:9-13, 24-28", + "Luke 20:19-26" + ], + "label": "" + } + ], + "2027-12-04": [ + { + "citations": [ + "Hebrews 13:7-16", + "Luke 12:32-40" + ], + "label": "St. Alexander" + }, + { + "citations": [ + "2 Corinthians 11:1-6", + "Luke 12:32-40" + ], + "label": "" + } + ], + "2027-12-05": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Matthew 11:27-30" + ], + "label": "Saint" + }, + { + "citations": [ + "Ephesians 2:14-22", + "Luke 17:12-19" + ], + "label": "" + } + ], + "2027-12-06": [ + { + "citations": [ + "Hebrews 13:17-21", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Thessalonians 1:1-10", + "Luke 20:27-44" + ], + "label": "" + } + ], + "2027-12-07": [ + { + "citations": [ + "2 Thessalonians 1:10-2:2", + "Luke 21:12-19" + ], + "label": "" + } + ], + "2027-12-08": [ + { + "citations": [ + "2 Thessalonians 2:1-12", + "Luke 21:5-7, 10-11, 20-24" + ], + "label": "" + } + ], + "2027-12-09": [ + { + "citations": [ + "Galatians 4:22-31", + "Luke 8:16-21" + ], + "label": "St. Anna" + }, + { + "citations": [ + "2 Thessalonians 2:13-3:5", + "Luke 21:28-33" + ], + "label": "" + } + ], + "2027-12-10": [ + { + "citations": [ + "2 Thessalonians 3:6-18", + "Luke 21:37-22:8" + ], + "label": "" + } + ], + "2027-12-11": [ + { + "citations": [ + "Galatians 1:3-10", + "Luke 13:18-29" + ], + "label": "" + } + ], + "2027-12-12": [ + { + "citations": [ + "Colossians 3:4-11", + "Luke 14:16-24" + ], + "label": "" + } + ], + "2027-12-13": [ + { + "citations": [ + "Galatians 5:22-6:2", + "Luke 6:17-23" + ], + "label": "Saint" + }, + { + "citations": [ + "1 Timothy 1:1-7", + "Mark 8:11-21" + ], + "label": "" + } + ], + "2027-12-14": [ + { + "citations": [ + "1 Timothy 1:8-14", + "Mark 8:22-26" + ], + "label": "" + } + ], + "2027-12-15": [ + { + "citations": [ + "1 Timothy 1:18-20, 2:8-15", + "Mark 8:30-34" + ], + "label": "" + } + ], + "2027-12-16": [ + { + "citations": [ + "1 Timothy 3:1-13", + "Mark 9:10-16" + ], + "label": "" + } + ], + "2027-12-17": [ + { + "citations": [ + "1 Timothy 4:4-8, 16", + "Mark 9:33-41" + ], + "label": "" + } + ], + "2027-12-18": [ + { + "citations": [ + "Galatians 3:8-12", + "Luke 13:18-29" + ], + "label": "Saturday Before" + }, + { + "citations": [ + "Galatians 3:8-12", + "Luke 14:1-11" + ], + "label": "" + } + ], + "2027-12-19": [ + { + "citations": [ + "Hebrews 11:9-10, 17-23, 32-40", + "Matthew 1:1-25" + ], + "label": "Sunday Before" + } + ], + "2027-12-20": [ + { + "citations": [ + "1 Timothy 5:1-10", + "Mark 9:42-10:1" + ], + "label": "" + } + ], + "2027-12-21": [ + { + "citations": [ + "1 Timothy 5:11-21", + "Mark 10:2-12" + ], + "label": "" + } + ], + "2027-12-22": [ + { + "citations": [ + "1 Timothy 5:22-6:11", + "Mark 10:11-16" + ], + "label": "" + } + ], + "2027-12-23": [ + { + "citations": [ + "1 Timothy 6:17-21", + "Mark 10:17-27" + ], + "label": "" + } + ], + "2027-12-24": [ + { + "citations": [ + "2 Timothy 1:1-2, 8-18", + "Mark 10:23-32" + ], + "label": "" + }, + { + "citations": [ + "Hebrews 1:1-12", + "Luke 2:1-20" + ], + "label": "" + } + ], + "2027-12-25": [ + { + "citations": [ + "Galatians 4:4-7", + "Matthew 2:1-12" + ], + "label": "Nativity" + } + ], + "2027-12-26": [ + { + "citations": [ + "Galatians 1:11-19", + "Matthew 2:13-23" + ], + "label": "Sunday After" + } + ], + "2027-12-27": [ + { + "citations": [ + "Acts 6:8-15; 7:1-5, 47-60", + "Matthew 21:33-42" + ], + "label": "Saint" + }, + { + "citations": [ + "2 Timothy 2:20-26", + "Mark 10:46-52" + ], + "label": "" + } + ], + "2027-12-28": [ + { + "citations": [ + "2 Timothy 3:16-4:4", + "Mark 11:11-23" + ], + "label": "" + } + ], + "2027-12-29": [ + { + "citations": [ + "2 Timothy 4:9-22", + "Mark 11:22-26" + ], + "label": "" + } + ], + "2027-12-30": [ + { + "citations": [ + "Titus 1:5-2:1", + "Mark 11:27-33" + ], + "label": "" + } + ], + "2027-12-31": [ + { + "citations": [ + "1 Timothy 6:11-16", + "Matthew 12:15-21" + ], + "label": "Saturday After" + }, + { + "citations": [ + "Titus 1:15-2:10", + "Mark 12:1-12" + ], + "label": "" + } + ] +} \ No newline at end of file diff --git a/data/oca_raw/saints-2026.json b/data/oca_raw/saints-2026.json new file mode 100644 index 00000000..32a1bb8f --- /dev/null +++ b/data/oca_raw/saints-2026.json @@ -0,0 +1,15572 @@ +{ + "2026-01-01": [ + { + "id": 100001, + "slug": "the-circumcision-of-our-lord-and-savior-jesus-christ", + "title": "The Circumcision of our Lord and Savior Jesus Christ" + }, + { + "id": 100003, + "slug": "saint-basil-the-great-archbishop-of-caesarea-in-cappadocia", + "title": "Saint Basil the Great, Archbishop of Caesarea in Cappadocia" + }, + { + "id": 100004, + "slug": "martyr-basil-of-ancyra", + "title": "Martyr Basil of Ancyra" + }, + { + "id": 100005, + "slug": "saint-emilia-mother-of-saint-basil-the-great", + "title": "Saint Emilia, Mother of Saint Basil the Great" + }, + { + "id": 100165, + "slug": "icon-of-the-mother-of-god-you-are-a-vineyard-georgian-shen-khar", + "title": "Icon of the Mother of God \u201cYou are a Vineyard\u201d (Georgian: Shen khar venakhi)" + }, + { + "id": 100490, + "slug": "monastic-martyr-telemakhos", + "title": "Monastic Martyr Telemakhos" + } + ], + "2026-01-02": [ + { + "id": 100006, + "slug": "forefeast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Forefeast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100008, + "slug": "repose-of-venerable-seraphim-wonderworker-of-sarov", + "title": "Repose of Venerable Seraphim, Wonderworker of Sarov" + }, + { + "id": 100007, + "slug": "saint-sylvester-pope-of-rome", + "title": "Saint Sylvester, Pope of Rome" + }, + { + "id": 100009, + "slug": "venerable-sylvester-of-the-kiev-near-caves", + "title": "Venerable Sylvester of the Kiev Near Caves" + }, + { + "id": 100010, + "slug": "righteous-juliana-of-lazarevo-murom", + "title": "Righteous Juliana of Lazarevo, Murom" + }, + { + "id": 100011, + "slug": "hieromartyr-theogenes-bishop-of-parium-on-the-hellespont", + "title": "Hieromartyr Theogenes, Bishop of Parium on the Hellespont" + }, + { + "id": 108896, + "slug": "new-martyr-george-of-iberia", + "title": "New Martyr George of Iberia" + } + ], + "2026-01-03": [ + { + "id": 100012, + "slug": "forefeast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Forefeast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100013, + "slug": "holy-prophet-malachi", + "title": "Holy Prophet Malachi" + }, + { + "id": 100014, + "slug": "martyr-gordius-at-caesarea-in-cappadocia", + "title": "Martyr Gordius at Caesarea, in Cappadocia" + }, + { + "id": 100015, + "slug": "venerable-genevieve-of-paris", + "title": "Venerable Genevieve of Paris" + }, + { + "id": 205438, + "slug": "saint-euthymius-takaishvili", + "title": "Saint Euthymius (Takaishvili)" + }, + { + "id": 101303, + "slug": "discovery-of-the-relics-of-the-holy-great-martyr-ephraim", + "title": "Discovery of the Relics of the Holy Great Martyr Ephraim" + } + ], + "2026-01-04": [ + { + "id": 100016, + "slug": "forefeast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Forefeast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100017, + "slug": "synaxis-of-the-seventy-apostles", + "title": "Synaxis of the Seventy Apostles" + }, + { + "id": 100088, + "slug": "venerable-theoctistus-abbot-at-cucomo-in-sicily", + "title": "Venerable Theoctistus, Abbot at Cucomo, in Sicily" + }, + { + "id": 100089, + "slug": "repose-of-saint-eustathius-i-archbishop-of-serbia", + "title": "Repose of Saint Eustathius I, Archbishop of Serbia" + }, + { + "id": 100090, + "slug": "saint-aquila-deacon-of-the-kiev-caves", + "title": "Saint Aquila, Deacon, of the Kiev Caves" + }, + { + "id": 100091, + "slug": "confessors-zosimus-the-hermit-and-athanasius-the-commentarisius", + "title": "Confessors Zosimus the Hermit and Athanasius the Commentarisius (Superintendent of Prisoners), Anchorites, of Cilicia" + }, + { + "id": 205506, + "slug": "saint-nikephoros-the-leper", + "title": "Saint Nikephoros the Leper" + }, + { + "id": 100093, + "slug": "venerable-euthymius-and-twelve-other-monks-martyred-at-vatopedi", + "title": "Venerable Euthymius and twelve other Monks, martyred at Vatopedi" + }, + { + "id": 100095, + "slug": "venerable-new-martyr-onuphrius-of-hilandar-mount-athos", + "title": "Venerable New Martyr Onuphrius of Hilandar (Mount Athos)" + }, + { + "id": 103806, + "slug": "holy-fathers-of-the-shio-mgvime-monastery", + "title": "Holy Fathers of the Shio-Mgvime Monastery" + }, + { + "id": 100447, + "slug": "metropolitan-symeon-of-smolensk", + "title": "Metropolitan Symeon of Smolensk" + } + ], + "2026-01-05": [ + { + "id": 100096, + "slug": "eve-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Eve of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100097, + "slug": "hieromartyr-theopemptus-bishop-of-nicomedia-and-martyr-theonas", + "title": "Hieromartyr Theopemptus, Bishop of Nicomedia, and Martyr Theonas" + }, + { + "id": 100099, + "slug": "venerable-synkletika-of-alexandria", + "title": "Venerable Synkletika of Alexandria" + }, + { + "id": 100100, + "slug": "prophet-micah", + "title": "Prophet Micah" + }, + { + "id": 100101, + "slug": "saint-apollinaria-of-egypt", + "title": "Saint Apollinaria of Egypt" + }, + { + "id": 100102, + "slug": "venerable-phosterius-the-hermit", + "title": "Venerable Phosterius the Hermit" + }, + { + "id": 100103, + "slug": "venerable-menas-of-sinai", + "title": "Venerable Menas of Sinai" + }, + { + "id": 100104, + "slug": "venerable-gregory-of-crete", + "title": "Venerable Gregory of Crete" + }, + { + "id": 100105, + "slug": "venerable-romanus-the-martyr", + "title": "Venerable Romanus the Martyr" + } + ], + "2026-01-06": [ + { + "id": 100106, + "slug": "feast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Feast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100107, + "slug": "venerable-macarius-of-mount-athos", + "title": "Venerable Macarius of Mount Athos" + } + ], + "2026-01-07": [ + { + "id": 100108, + "slug": "afterfeast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Afterfeast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100109, + "slug": "synaxis-of-the-holy-glorious-prophet-forerunner-and-baptist-john", + "title": "Synaxis of the Holy Glorious Prophet, Forerunner and Baptist John" + }, + { + "id": 100110, + "slug": "saint-pakhomios-of-keno-lake", + "title": "Saint Pakhomios of Keno Lake" + }, + { + "id": 103705, + "slug": "saint-brannock-of-braunton", + "title": "Saint Brannock of Braunton" + }, + { + "id": 108296, + "slug": "saint-cedd-of-lastingham", + "title": "Saint Cedd of Lastingham" + } + ], + "2026-01-08": [ + { + "id": 100111, + "slug": "afterfeast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Afterfeast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100112, + "slug": "venerable-george-the-chozebite-abbot", + "title": "Venerable George the Chozebite, Abbot" + }, + { + "id": 100113, + "slug": "venerable-domnica-of-constantinople", + "title": "Venerable Domnica of Constantinople" + }, + { + "id": 100114, + "slug": "saint-emilian-the-confessor-bishop-of-cyzicus", + "title": "Saint Emilian the Confessor, Bishop of Cyzicus" + }, + { + "id": 100115, + "slug": "venerable-gregory-wonderworker-of-the-kiev-near-caves", + "title": "Venerable Gregory, Wonderworker of the Kiev Near Caves" + }, + { + "id": 100116, + "slug": "venerable-gregory-the-recluse-of-the-kiev-caves", + "title": "Venerable Gregory the Recluse, of the Kiev Caves" + }, + { + "id": 100117, + "slug": "hieromartyr-isidore-and-72-others-at-yuriev-estonia", + "title": "Hieromartyr Isidore and 72 others at Yuriev, Estonia" + }, + { + "id": 100119, + "slug": "saint-paisius-of-uglich", + "title": "Saint Paisius of Uglich" + }, + { + "id": 100120, + "slug": "saint-carterius-of-caesarea-in-cappadocia", + "title": "Saint Carterius of Caesarea in Cappadocia" + }, + { + "id": 100121, + "slug": "martyrs-theophilus-the-deacon-and-helladius-in-libya", + "title": "Martyrs Theophilus the Deacon, and Helladius, in Libya" + }, + { + "id": 100123, + "slug": "martyrs-julian-and-his-wife-basilissa-and-those-with-them-in-egy", + "title": "Martyrs Julian and his wife, Basilissa, and those with them in Egypt" + }, + { + "id": 100131, + "slug": "venerable-elias-the-hermit-of-egypt", + "title": "Venerable Elias the Hermit, of Egypt" + }, + { + "id": 100132, + "slug": "martyr-abo-the-perfumer-of-tbilisi-georgia", + "title": "Martyr Abo the Perfumer, of Tbilisi, Georgia" + }, + { + "id": 108033, + "slug": "venerable-gregory-of-ochrid", + "title": "Venerable Gregory of Ochrid" + } + ], + "2026-01-09": [ + { + "id": 100133, + "slug": "afterfeast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Afterfeast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100134, + "slug": "martyr-polyeuktos-of-melitene-in-armenia", + "title": "Martyr Polyeuktos of Melitene in Armenia" + }, + { + "id": 100135, + "slug": "hieromartyr-philip-metropolitan-of-moscow-and-all-russia", + "title": "Hieromartyr Philip, Metropolitan of Moscow and All Russia" + }, + { + "id": 100136, + "slug": "prophet-shemaiah-samaia-or-semeias", + "title": "Prophet Shemaiah (Samaia or Semeias)" + }, + { + "id": 100137, + "slug": "saint-peter-bishop-of-sebaste-in-armenia", + "title": "Saint Peter, Bishop of Sebaste, in Armenia" + }, + { + "id": 100138, + "slug": "saint-eustratius-the-wonderworker", + "title": "Saint Eustratius the Wonderworker" + } + ], + "2026-01-10": [ + { + "id": 100139, + "slug": "afterfeast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Afterfeast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100140, + "slug": "saint-gregory-bishop-of-nyssa", + "title": "Saint Gregory, Bishop of Nyssa" + }, + { + "id": 100141, + "slug": "saint-dometian-bishop-of-melitene", + "title": "Saint Dometian, Bishop of Melitene" + }, + { + "id": 100142, + "slug": "saint-marcian-the-presbyter-in-constantinople", + "title": "Saint Marcian the Presbyter in Constantinople" + }, + { + "id": 100143, + "slug": "venerable-paul-abbot-of-obnora-vologda", + "title": "Venerable Paul, Abbot of Obnora, Vologda" + }, + { + "id": 100144, + "slug": "venerable-makarios-of-pisma-and-kostroma", + "title": "Venerable Makarios of Pisma and Kostroma" + }, + { + "id": 100145, + "slug": "blessed-theosebia-the-deaconess-sister-of-saints-basil-the-great", + "title": "Blessed Theosebia the Deaconess, sister of Saints Basil the Great and Gregory of Nyssa" + }, + { + "id": 100146, + "slug": "venerable-antipas-of-valaam-monastery", + "title": "Venerable Antipas of Valaam Monastery" + }, + { + "id": 100147, + "slug": "saint-theophan-the-recluse-bishop-of-tambov", + "title": "Saint Theophan the Recluse, Bishop of Tambov" + } + ], + "2026-01-11": [ + { + "id": 100148, + "slug": "afterfeast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Afterfeast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100149, + "slug": "venerable-theodosius-the-great-the-cenobiarch", + "title": "Venerable Theodosius the Great, the Cenobiarch" + }, + { + "id": 100150, + "slug": "venerable-michael-the-fool-for-christ-of-the-klops-monastery-nov", + "title": "Venerable Michael the Fool-for-Christ of the Klops Monastery, Novgorod" + }, + { + "id": 100151, + "slug": "saint-theodosius-of-antioch", + "title": "Saint Theodosius of Antioch" + }, + { + "id": 100152, + "slug": "venerable-theodosius-metropolitan-of-trebizond", + "title": "Venerable Theodosius, Metropolitan of Trebizond" + }, + { + "id": 100153, + "slug": "yelets-icon-of-the-mother-of-god", + "title": "Yelets Icon of the Mother of God" + } + ], + "2026-01-12": [ + { + "id": 100154, + "slug": "afterfeast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Afterfeast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100155, + "slug": "martyr-tatiana-of-rome-and-those-who-suffered-with-her", + "title": "Martyr Tatiana of Rome, and those who suffered with her" + }, + { + "id": 100157, + "slug": "venerable-martinian-abbot-of-belozersk", + "title": "Venerable Martinian, Abbot of Belozersk" + }, + { + "id": 100158, + "slug": "martyr-mertius-of-mauretania", + "title": "Martyr Mertius of Mauretania" + }, + { + "id": 100159, + "slug": "martyr-peter-apselamus-of-palestine", + "title": "Martyr Peter Apselamus of Palestine" + }, + { + "id": 100160, + "slug": "venerable-eupraxia-of-tabenna-in-egypt", + "title": "Venerable Eupraxia of Tabenna, in Egypt" + }, + { + "id": 100161, + "slug": "icon-of-the-mother-of-god-of-the-akathist", + "title": "Icon of the Mother of God of \u201cthe Akathist\u201d" + }, + { + "id": 100162, + "slug": "icon-of-the-mother-of-god-the-milkgiver", + "title": "Icon of the Mother of God the \u201cMilkgiver\u201d" + }, + { + "id": 109024, + "slug": "icon-of-the-mother-of-god-the-priestly", + "title": "Icon of the Mother of God, the \u201cPriestly\u201d" + }, + { + "id": 100098, + "slug": "virgin-martyrs-neollina-domnina-and-parthena", + "title": "Virgin Martyrs Neollina, Domnina, and Parthena" + }, + { + "id": 100538, + "slug": "founders-icon-of-the-mother-of-god-at-vatopedi-monastery", + "title": "Founder's Icon of the Mother of God at Vatopedi Monastery" + } + ], + "2026-01-13": [ + { + "id": 100163, + "slug": "afterfeast-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Afterfeast of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100164, + "slug": "martyrs-hermylus-and-stratonicus-of-belgrade", + "title": "Martyrs Hermylus and Stratonicus of Belgrade" + }, + { + "id": 100166, + "slug": "venerable-irenarchus-the-recluse-of-rostov", + "title": "Venerable Irenarchus the Recluse of Rostov" + }, + { + "id": 100167, + "slug": "venerable-eleazar-of-anzersk-island-solovki", + "title": "Venerable Eleazar of Anzersk Island, Solovki" + }, + { + "id": 100168, + "slug": "martyr-peter-of-anium-at-hieropolis", + "title": "Martyr Peter of Anium, at Hieropolis" + }, + { + "id": 100169, + "slug": "saint-james-bishop-of-nisibis", + "title": "Saint James, Bishop of Nisibis" + }, + { + "id": 100170, + "slug": "saint-hilary-bishop-of-poitiers", + "title": "Saint Hilary, Bishop of Poitiers" + }, + { + "id": 100171, + "slug": "venerable-maximus-kavsokalyvites-of-mount-athos", + "title": "Venerable Maximus Kavsokalyvites of Mount Athos" + }, + { + "id": 108891, + "slug": "saint-elian-missionary-to-cornwall-england", + "title": "Saint Elian, Missionary to Cornwall, England" + }, + { + "id": 100537, + "slug": "saint-jeremiah-i-patriarch-of-constantinople", + "title": "Saint Jeremiah I Patriarch of Constantinople" + } + ], + "2026-01-14": [ + { + "id": 100172, + "slug": "leavetaking-of-the-theophany-of-our-lord-and-savior-jesus-christ", + "title": "Leavetaking of the Theophany of our Lord and Savior Jesus Christ" + }, + { + "id": 100156, + "slug": "saint-savva-i-first-archbishop-of-serbia", + "title": "Saint Savva I, first Archbishop of Serbia" + }, + { + "id": 100173, + "slug": "holy-monastic-fathers-slain-at-sinai-and-raithu", + "title": "Holy Monastic Fathers slain at Sinai and Raithu" + }, + { + "id": 100191, + "slug": "saint-nino-nina-equal-of-the-apostles-enlightener-of-georgia", + "title": "Saint Nino (Nina), Equal of the Apostles, Enlightener of Georgia" + }, + { + "id": 100192, + "slug": "saint-joseph-analytinus-of-raithu", + "title": "Saint Joseph Analytinus of Raithu" + }, + { + "id": 100193, + "slug": "venerable-theodulus-son-of-venerable-nilus-of-sinai", + "title": "Venerable Theodulus, son of Venerable Nilus of Sinai" + }, + { + "id": 100194, + "slug": "venerable-stephen-abbot-of-khenolakkos-monastery-near-chalcedon", + "title": "Venerable Stephen, Abbot of Khenolakkos Monastery, near Chalcedon" + }, + { + "id": 100195, + "slug": "saint-kentigern-first-bishop-of-glasgow-scotland", + "title": "Saint Kentigern, first Bishop of Glasgow, Scotland" + }, + { + "id": 100122, + "slug": "saint-meletios-bishop-of-ryazan", + "title": "Saint Meletios, Bishop of Ryazan" + }, + { + "id": 100244, + "slug": "hieromartyr-platon-the-first-bishop-of-estonia-and-all-the-new-m", + "title": "Hieromartyr Platon, the first Bishop of Estonia, and all the New Martyrs of Estonia" + } + ], + "2026-01-15": [ + { + "id": 100196, + "slug": "venerable-paul-of-thebes", + "title": "Venerable Paul of Thebes" + }, + { + "id": 100197, + "slug": "venerable-john-calabytes-the-hut-dweller", + "title": "Venerable John Calabytes \u201cthe Hut-Dweller\u201d" + }, + { + "id": 100198, + "slug": "venerable-pansophius-of-alexandria-the-martyr", + "title": "Venerable Pansophius of Alexandria, the Martyr" + }, + { + "id": 100199, + "slug": "saint-prochorus-abbot-in-the-vranski-desert-on-the-river-pshina", + "title": "Saint Prochorus, Abbot in the Vranski Desert on the River Pshina in Bulgaria" + }, + { + "id": 100200, + "slug": "venerable-gabriel-founder-of-lesnov-monastery-in-bulgaria", + "title": "Venerable Gabriel, Founder of Lesnov Monastery in Bulgaria" + }, + { + "id": 100201, + "slug": "saint-ita-hermitess-of-killeedy", + "title": "Saint Ita, Hermitess of Killeedy" + }, + { + "id": 103809, + "slug": "saints-salome-of-ujarma-and-perozhavra-of-sivnia", + "title": "Saints Salome of Ujarma and Perozhavra of Sivnia" + }, + { + "id": 109025, + "slug": "saint-barlaam-of-keretsk", + "title": "Saint Barlaam of Keretsk" + } + ], + "2026-01-16": [ + { + "id": 100202, + "slug": "veneration-of-the-precious-chains-of-the-holy-and-all-glorious-a", + "title": "Veneration of the Precious Chains of the Holy and All-Glorious Apostle Peter" + }, + { + "id": 100203, + "slug": "blessed-maximus-the-fool-for-christ-of-totma", + "title": "Blessed Maximus the Fool for Christ of Tot'ma" + }, + { + "id": 100207, + "slug": "martyred-brothers-speusippus-eleusippus-meleusippus-and-those-wi", + "title": "Martyred brothers Speusippus, Eleusippus, Meleusippus, and those with them, in Gaul" + }, + { + "id": 100212, + "slug": "martyr-danax-the-reader-in-macedonia", + "title": "Martyr Danax the Reader, in Macedonia" + }, + { + "id": 100213, + "slug": "saint-honoratus-archbishop-of-arles-founder-of-lerins-monastery", + "title": "Saint Honoratus, Archbishop of Arles, founder of Lerins Monastery" + }, + { + "id": 100214, + "slug": "hieromartyr-damascene-the-new", + "title": "Hieromartyr Damascene the New" + }, + { + "id": 108034, + "slug": "venerable-romilus-of-ravenica", + "title": "Venerable Romilus of Ravenica" + } + ], + "2026-01-17": [ + { + "id": 100216, + "slug": "venerable-and-god-bearing-father-anthony-the-great", + "title": "Venerable and God-bearing Father Anthony the Great" + }, + { + "id": 100217, + "slug": "venerable-anthony-of-dymsk-novgorod", + "title": "Venerable Anthony of Dymsk, Novgorod" + }, + { + "id": 100218, + "slug": "venerable-anthony-of-chernoezero", + "title": "Venerable Anthony of Chernoezero" + }, + { + "id": 109026, + "slug": "saint-anthony-of-krasny-kholm", + "title": "Saint Anthony of Krasny Kholm" + }, + { + "id": 109027, + "slug": "emperor-theodosius-the-great", + "title": "Emperor Theodosius the Great" + }, + { + "id": 109028, + "slug": "venerable-achilles", + "title": "Venerable Achilles" + } + ], + "2026-01-18": [ + { + "id": 100219, + "slug": "saint-athanasius-the-great-archbishop-of-alexandria", + "title": "Saint Athanasius the Great, Archbishop of Alexandria" + }, + { + "id": 100220, + "slug": "saint-cyril-archbishop-of-alexandria", + "title": "Saint Cyril, Archbishop of Alexandria" + }, + { + "id": 100221, + "slug": "venerable-athanasius-abbot-of-syandemsk-vologda", + "title": "Venerable Athanasius, Abbot of Syandemsk, Vologda" + }, + { + "id": 100222, + "slug": "righteous-athanasius-of-novolotsk", + "title": "Righteous Athanasius of Novolotsk" + }, + { + "id": 100223, + "slug": "venerable-marcian-of-cyrrhus-in-syria", + "title": "Venerable Marcian of Cyrrhus in Syria" + }, + { + "id": 100224, + "slug": "venerable-schemamonk-cyril-and-schemanun-maria-the-parents-of-sa", + "title": "Venerable Schemamonk Cyril and Schemanun Maria, the parents of Saint Sergius of Radonezh" + }, + { + "id": 108002, + "slug": "saint-joachim-i-patriarch-of-trnovo-and-bulgaria", + "title": "Saint Joachim I, Patriarch of Trnovo and Bulgaria" + }, + { + "id": 108035, + "slug": "saint-maximus-archbishop-of-serbia", + "title": "Saint Maximus, Archbishop of Serbia" + }, + { + "id": 109029, + "slug": "saint-maximus-the-new", + "title": "Saint Maximus the New" + }, + { + "id": 205450, + "slug": "saint-ephraim-the-lesser", + "title": "Saint Ephraim the Lesser" + }, + { + "id": 205454, + "slug": "venerable-hieromonk-alexei-of-teklati", + "title": "Venerable Hieromonk Alexei of Teklati" + } + ], + "2026-01-19": [ + { + "id": 100226, + "slug": "venerable-macarius-the-great-of-egypt", + "title": "Venerable Macarius the Great of Egypt" + }, + { + "id": 100227, + "slug": "venerable-macarius-of-alexandria", + "title": "Venerable Macarius of Alexandria" + }, + { + "id": 100228, + "slug": "saint-mark-archbishop-of-ephesus", + "title": "Saint Mark, Archbishop of Ephesus" + }, + { + "id": 100229, + "slug": "venerable-macarius-the-faster-of-the-kiev-near-caves", + "title": "Venerable Macarius the Faster, of the Kiev Near Caves" + }, + { + "id": 100230, + "slug": "venerable-macarius-the-deacon-of-the-kiev-caves", + "title": "Venerable Macarius the Deacon of the Kiev Caves" + }, + { + "id": 100231, + "slug": "righteous-theodore-of-novgorod-the-fool-for-christ", + "title": "Righteous Theodore of Novgorod the Fool-For-Christ" + }, + { + "id": 100232, + "slug": "opening-of-the-relics-of-venerable-savva-of-storozhev-or-zvenigo", + "title": "Opening of the Relics of Venerable Savva of Storozhev, or Zvenigorod" + }, + { + "id": 100233, + "slug": "venerable-makarios-the-roman-of-novgorod", + "title": "Venerable Makarios the Roman of Novgorod" + }, + { + "id": 100234, + "slug": "virgin-martyr-euphrasia-of-nicomedia", + "title": "Virgin Martyr Euphrasia of Nicomedia" + }, + { + "id": 100235, + "slug": "saint-arsenius-archbishop-of-kerkyra", + "title": "Saint Arsenius, Archbishop of Kerkyra" + }, + { + "id": 103810, + "slug": "saint-anthony-founder-of-monasticism-in-georgia", + "title": "Saint Anthony, founder of Monasticism in Georgia" + }, + { + "id": 100204, + "slug": "commemoration-of-the-miracle-of-saint-basil-the-great-at-nicaea", + "title": "Commemoration of the miracle of Saint Basil the Great at Nicaea" + }, + { + "id": 100215, + "slug": "the-transfer-of-the-relics-of-saint-gregory-the-theologian", + "title": "The transfer of the relics of Saint Gregory the Theologian" + } + ], + "2026-01-20": [ + { + "id": 100238, + "slug": "venerable-euthymius-the-great", + "title": "Venerable Euthymius the Great" + }, + { + "id": 100239, + "slug": "venerable-euthymius-the-schemamonk", + "title": "Venerable Euthymius the Schemamonk" + }, + { + "id": 100240, + "slug": "saint-laurence-recluse-of-the-kiev-far-caves", + "title": "Saint Laurence, Recluse of the Kiev Far Caves" + }, + { + "id": 100241, + "slug": "venerable-euthymius-of-syanzhemsk-vologda", + "title": "Venerable Euthymius of Syanzhemsk, Vologda" + }, + { + "id": 100242, + "slug": "martyrs-innas-pinnas-and-rimmas-disciples-of-the-apostle-andrew", + "title": "Martyrs Innas, Pinnas, and Rimmas, disciples of the Apostle Andrew, in Scythia" + }, + { + "id": 100245, + "slug": "martyrs-bassus-eusebius-euthychius-and-basileides-at-nicomedia", + "title": "Martyrs Bassus, Eusebius, Euthychius, and Basileides, at Nicomedia" + }, + { + "id": 108003, + "slug": "saint-euthymios-patriarch-of-trnovo", + "title": "Saint Euthymios, Patriarch of Trnovo" + }, + { + "id": 109031, + "slug": "new-martyr-zachariah", + "title": "New Martyr Zachariah" + }, + { + "id": 205439, + "slug": "saint-euthymius-the-confessor", + "title": "Saint Euthymius the Confessor" + } + ], + "2026-01-21": [ + { + "id": 100249, + "slug": "venerable-maximus-the-confessor", + "title": "Venerable Maximus the Confessor" + }, + { + "id": 100250, + "slug": "martyr-neophytus-of-nicea", + "title": "Martyr Neophytus of Nicea" + }, + { + "id": 100251, + "slug": "martyrs-eugene-candidus-valerian-and-aquila-at-trebizond", + "title": "Martyrs Eugene, Candidus, Valerian, and Aquila, at Trebizond" + }, + { + "id": 100255, + "slug": "virgin-martyr-agnes-of-rome", + "title": "Virgin Martyr Agnes of Rome" + }, + { + "id": 100256, + "slug": "martyr-anastasius-disciple-of-venerable-maximus-the-confessor", + "title": "Martyr Anastasius, disciple of Venerable Maximus the Confessor" + }, + { + "id": 100257, + "slug": "venerable-nephytos-of-vatopaidi-monastery-on-mount-athos", + "title": "Venerable Ne\u00f3phytos of Vatopaidi Monastery on Mount Athos" + }, + { + "id": 100258, + "slug": "venerable-maximus-the-greek", + "title": "Venerable Maximus the Greek" + }, + { + "id": 100261, + "slug": "icon-of-the-mother-of-god-comfort-or-consolation", + "title": "Icon of the Mother of God \u201cComfort\u201d or \u201cConsolation\u201d" + }, + { + "id": 109032, + "slug": "icon-of-the-mother-of-god-stabbed", + "title": "Icon of the Mother of God \u201cStabbed\u201d" + }, + { + "id": 109033, + "slug": "icon-of-the-mother-of-god-xenophon-hodegetria", + "title": "Icon of the Mother of God \u201cXenophon Hodegetria\u201d" + }, + { + "id": 149029, + "slug": "martyr-fructuosis-bishop-of-tarragona-spain-and-his-deacons-augu", + "title": "Martyr Fructuosis, Bishop of Tarragona, Spain, and his deacons Augurius and Eulogius" + }, + { + "id": 205302, + "slug": "saint-george-john-of-georgia", + "title": "Saint George (John) of Georgia" + } + ], + "2026-01-22": [ + { + "id": 100262, + "slug": "apostle-timothy-of-the-seventy", + "title": "Apostle Timothy of the Seventy" + }, + { + "id": 100263, + "slug": "monastic-martyr-anastasius-the-persian", + "title": "Monastic Martyr Anastasius the Persian" + }, + { + "id": 100264, + "slug": "monastic-martyr-anastasius-the-deacon-of-the-kiev-near-caves", + "title": "Monastic Martyr Anastasius the Deacon of the Kiev Near Caves" + }, + { + "id": 100265, + "slug": "venerable-macarius-of-zhabyn-the-wonderworker", + "title": "Venerable Macarius of Zhabyn the Wonderworker" + }, + { + "id": 100275, + "slug": "377-martyred-companions-in-bulgaria", + "title": "377 Martyred Companions in Bulgaria" + }, + { + "id": 100276, + "slug": "saint-brihtwald-of-wilton", + "title": "Saint Brihtwald of Wilton" + }, + { + "id": 205303, + "slug": "saint-euthymius", + "title": "Saint Euthymius" + } + ], + "2026-01-23": [ + { + "id": 100277, + "slug": "hieromartyr-clement-bishop-of-ancyra-and-martyr-agathangelus", + "title": "Hieromartyr Clement, Bishop of Ancyra, and Martyr Agathangelus" + }, + { + "id": 100279, + "slug": "venerable-gennadius-of-kostroma", + "title": "Venerable Gennadius of Kostroma" + }, + { + "id": 100280, + "slug": "translation-of-the-relics-of-saint-theoctistus-archbishop-of-nov", + "title": "Translation of the relics of Saint Theoctistus, Archbishop of Novgorod" + }, + { + "id": 100281, + "slug": "venerable-mausimas-the-syrian", + "title": "Venerable Mausimas the Syrian" + }, + { + "id": 100282, + "slug": "saint-salamans-the-silent-of-the-euphrates", + "title": "Saint Salaman\u0113s the Silent of the Euphrates" + }, + { + "id": 100283, + "slug": "saint-paulinus-the-merciful-bishop-of-nola", + "title": "Saint Paulinus the Merciful, Bishop of Nola" + }, + { + "id": 100284, + "slug": "commemoration-of-the-holy-fathers-of-the-sixth-ecumenical-counci", + "title": "Commemoration of the Holy Fathers of the Sixth Ecumenical Council" + }, + { + "id": 100285, + "slug": "synaxis-of-the-saints-of-kostroma", + "title": "Synaxis of the Saints of Kostroma" + } + ], + "2026-01-24": [ + { + "id": 100286, + "slug": "venerable-xenia-of-rome-and-her-two-female-servants", + "title": "Venerable Xenia of Rome, and her two female servants" + }, + { + "id": 100288, + "slug": "saint-gerasimus-bishop-of-perm", + "title": "Saint Gerasimus, Bishop of Perm" + }, + { + "id": 100289, + "slug": "martyr-john-of-kazan", + "title": "Martyr John of Kazan" + }, + { + "id": 100290, + "slug": "martyr-babylas-of-sicily-and-his-two-disciples-timothy-and-agapi", + "title": "Martyr Babylas of Sicily, and his two disciples: Timothy and Agapius" + }, + { + "id": 100293, + "slug": "saint-macedonius-the-hermit-of-syria", + "title": "Saint Macedonius the Hermit of Syria" + }, + { + "id": 100294, + "slug": "uncovering-of-the-relics-of-saint-anastasios-the-persian", + "title": "Uncovering of the relics of Saint Anastasios the Persian" + }, + { + "id": 100295, + "slug": "venerable-dionysius-of-olympus", + "title": "Venerable Dionysius of Olympus" + }, + { + "id": 100296, + "slug": "venerable-philotheus-founder-of-philotheou-monastery-mount-athos", + "title": "Venerable Philotheus, founder of Philotheou Monastery, Mount Athos" + }, + { + "id": 100297, + "slug": "blessed-xenia-of-st-petersburg", + "title": "Blessed Xenia of St. Petersburg" + }, + { + "id": 109034, + "slug": "martyrs-theodotion-paul-and-pausirios", + "title": "Martyrs Theodotion, Paul, and Pausirios" + }, + { + "id": 109037, + "slug": "saint-philon-bishop-of-kolpasteia-crete", + "title": "Saint Philon, Bishop of Kolpasteia, Crete" + }, + { + "id": 109038, + "slug": "hieromartyr-philippicus-and-martyr-barsimos", + "title": "Hieromartyr Philippicus and Martyr Barsimos" + }, + { + "id": 205305, + "slug": "saint-macarius", + "title": "Saint Macarius" + } + ], + "2026-01-25": [ + { + "id": 1, + "slug": "sunday-of-zacchaeus", + "title": "Sunday of Zacchaeus" + }, + { + "id": 205310, + "slug": "new-martyrs-and-confessors-of-russia", + "title": "New Martyrs and Confessors of Russia" + }, + { + "id": 100298, + "slug": "saint-gregory-the-theologian-archbishop-of-constantinople", + "title": "Saint Gregory the Theologian, Archbishop of Constantinople" + }, + { + "id": 100299, + "slug": "saint-moses-archbishop-of-novgorod", + "title": "Saint Moses, Archbishop of Novgorod" + }, + { + "id": 100300, + "slug": "martyr-felicitas-of-rome-and-her-seven-sons", + "title": "Martyr Felicitas of Rome, and her seven sons" + }, + { + "id": 100308, + "slug": "saint-publius-the-ascetic-of-syria", + "title": "Saint Publius the Ascetic of Syria" + }, + { + "id": 100309, + "slug": "saint-mares-the-singer-in-syria", + "title": "Saint Mares the Singer in Syria" + }, + { + "id": 100312, + "slug": "translation-to-moscow-of-the-icon-of-the-mother-of-god-assuage-m", + "title": "Translation to Moscow of the Icon of the Mother of God \u201cAssuage my Sorrow\u201d" + }, + { + "id": 100313, + "slug": "icon-of-the-mother-of-god-the-unexpected-joy", + "title": "Icon of the Mother of God \u201cThe Unexpected Joy\u201d" + }, + { + "id": 100311, + "slug": "saint-vladimir-metropolitan-of-kiev-and-gallich", + "title": "Saint Vladimir, Metropolitan of Kiev and Gallich" + }, + { + "id": 100310, + "slug": "new-martyr-auxentius-of-constantinople", + "title": "New Martyr Auxentius of Constantinople" + }, + { + "id": 148990, + "slug": "venerable-anatole-i-of-optina", + "title": "Venerable Anatole I of Optina" + }, + { + "id": 205306, + "slug": "saint-dositheus-of-tbilisi", + "title": "Saint Dositheus of Tbilisi" + }, + { + "id": 205442, + "slug": "saint-gabriel-bishop-of-imereti", + "title": "Saint Gabriel, Bishop of Imereti" + }, + { + "id": 100246, + "slug": "saint-vetranion-of-tomis", + "title": "Saint Vetranion of Tomis" + } + ], + "2026-01-26": [ + { + "id": 100314, + "slug": "venerable-xenophon-his-wife-mary-and-their-two-sons-arcadius-and", + "title": "Venerable Xenophon, his wife, Mary, and their two sons, Arcadius and John, of Constantinople" + }, + { + "id": 100318, + "slug": "translation-of-the-relics-of-venerable-theodore-abbot-of-studion", + "title": "Translation of the relics of Venerable Theodore, Abbot of Studion" + }, + { + "id": 100319, + "slug": "saint-xenophon-of-robeika", + "title": "Saint Xenophon of Robeika" + }, + { + "id": 100320, + "slug": "martyrs-ananias-the-presbyter-peter-and-seven-soldiers-in-phoeni", + "title": "Martyrs Ananias the Presbyter, Peter, and seven soldiers, in Phoenicia" + }, + { + "id": 100323, + "slug": "saint-simeon-the-ancient-of-mount-sinai", + "title": "Saint Simeon \u201cthe Ancient\u201d of Mount Sinai" + }, + { + "id": 100324, + "slug": "saint-joseph-bishop-of-thessalonica-and-brother-of-saint-theodor", + "title": "Saint Joseph, Bishop of Thessalonica, and brother of Saint Theodore of Studion" + }, + { + "id": 100326, + "slug": "blessed-david-iv-king-of-georgia", + "title": "Blessed David IV, King of Georgia" + }, + { + "id": 205307, + "slug": "saint-theodore-of-ajareli", + "title": "Saint Theodore of Ajareli" + }, + { + "id": 100322, + "slug": "saint-paula", + "title": "Saint Paula" + } + ], + "2026-01-27": [ + { + "id": 100327, + "slug": "translation-of-the-relics-of-saint-john-chrysostom-archbishop-of", + "title": "Translation of the relics of Saint John Chrysostom, Archbishop of Constantinople" + }, + { + "id": 100305, + "slug": "saint-clement-the-stylite-who-lived-as-an-ascetic-on-mount-sgmat", + "title": "Saint Clement the Stylite who lived as an ascetic on Mount S\u00e1gmata in Boeotia" + }, + { + "id": 100306, + "slug": "holy-empress-markian", + "title": "Holy Empress Markian\u1e17" + }, + { + "id": 100307, + "slug": "holy-king-askiot-of-georgia", + "title": "Holy King Askiot of Georgia" + } + ], + "2026-01-28": [ + { + "id": 100328, + "slug": "venerable-ephraim-the-syrian", + "title": "Venerable Ephraim the Syrian" + }, + { + "id": 100329, + "slug": "venerable-theodosius-abbot-of-totma-vologda", + "title": "Venerable Theodosius, Abbot of Totma, Vologda" + }, + { + "id": 100330, + "slug": "venerable-ephraim-the-wonderworker-abbot-of-novy-torg", + "title": "Venerable Ephraim the Wonderworker, Abbot of Novy Torg" + }, + { + "id": 100331, + "slug": "saint-ephraim-bishop-of-pereyaslavl-kiev-caves-far-caves", + "title": "Saint Ephraim, Bishop of Pereyaslavl, Kiev Caves, Far Caves" + }, + { + "id": 100332, + "slug": "venerable-palladius-the-hermit-of-antioch", + "title": "Venerable Palladius the Hermit, of Antioch" + }, + { + "id": 100333, + "slug": "saint-isaac-the-syrian-bishop-of-nineveh", + "title": "Saint Isaac the Syrian, Bishop of Nineveh" + }, + { + "id": 100334, + "slug": "totemsk-sumorin-icon-of-the-mother-of-god", + "title": "Totemsk-Sumorin Icon of the Mother of God" + }, + { + "id": 205308, + "slug": "saints-archilius-and-luarsaab", + "title": "Saints Archilius and Luarsaab" + } + ], + "2026-01-29": [ + { + "id": 100335, + "slug": "translation-of-the-relics-of-the-hieromartyr-ignatius-the-godbea", + "title": "Translation of the relics of the Hieromartyr Ignatius, the Godbearer and Bishop of Antioch" + }, + { + "id": 100336, + "slug": "saint-laurence-recluse-of-the-kiev-caves-far-caves-and-bishop-of", + "title": "Saint Laurence, Recluse of the Kiev Caves, Far Caves, and Bishop of Turov" + }, + { + "id": 100337, + "slug": "saint-gerasimus-bishop-of-perm", + "title": "Saint Gerasimus, Bishop of Perm" + }, + { + "id": 100338, + "slug": "saint-pitirim-bishop-of-perm", + "title": "Saint Pitirim, Bishop of Perm" + }, + { + "id": 100339, + "slug": "saint-jonah-bishop-of-perm", + "title": "Saint Jonah, Bishop of Perm" + }, + { + "id": 100340, + "slug": "martyrs-romanus-jacob-james-philotheus-hyperechius-abibus-julian", + "title": "Martyrs Romanus, Jacob (James), Philotheus, Hyperechius, Abibus, Julian, and Paregonius, at Samosata" + }, + { + "id": 103811, + "slug": "martyr-ashot-curapalati-king-of-artanuji", + "title": "Martyr Ashot Curapalati, King of Artanuji" + }, + { + "id": 109040, + "slug": "saint-ignatius-wonderworker-and-bishop-of-smolensk", + "title": "Saint Ignatius, Wonderworker and Bishop of Smolensk" + }, + { + "id": 109041, + "slug": "saint-aphraates-of-persia", + "title": "Saint Aphraates of Persia" + }, + { + "id": 148983, + "slug": "martyrs-sarbelus-and-bebaia-of-edessa", + "title": "Martyrs Sarbelus and Bebaia of Edessa" + }, + { + "id": 205311, + "slug": "new-martyr-demetrius", + "title": "New Martyr Demetrius" + }, + { + "id": 205312, + "slug": "saint-akepsimas-the-martyr", + "title": "Saint Akepsimas the Martyr" + } + ], + "2026-01-30": [ + { + "id": 100350, + "slug": "synaxis-of-the-ecumenical-teachers-and-hierarchs-basil-the-great", + "title": "Synaxis of the Ecumenical Teachers and Hierarchs: Basil the Great, Gregory the Theologian, and John Chrysostom" + }, + { + "id": 100351, + "slug": "hieromartyr-hippolytus-and-those-with-him", + "title": "Hieromartyr Hippolytus, and those with him" + }, + { + "id": 100375, + "slug": "venerable-zeno-the-faster-of-the-kiev-caves", + "title": "Venerable Zeno the Faster, of the Kiev Caves" + }, + { + "id": 100376, + "slug": "venerable-zeno-the-hermit-of-antioch-disciple-of-saint-basil-the", + "title": "Venerable Zeno the Hermit of Antioch, disciple of Saint Basil the Great" + }, + { + "id": 100377, + "slug": "martyr-theophilus-the-new-in-cyprus", + "title": "Martyr Theophilus the New in Cyprus" + }, + { + "id": 100378, + "slug": "blessed-peter-king-of-bulgaria", + "title": "Blessed Peter, King of Bulgaria" + }, + { + "id": 100379, + "slug": "icon-of-the-mother-of-god-tinos", + "title": "Icon of the Mother of God \u201cTinos\u201d" + }, + { + "id": 108004, + "slug": "saint-demetrius-new-martyr-of-sliven", + "title": "Saint Demetrius, New Martyr of Sliven" + }, + { + "id": 109042, + "slug": "new-martyr-theodore", + "title": "New Martyr Theodore" + } + ], + "2026-01-31": [ + { + "id": 100380, + "slug": "holy-wonderworkers-and-unmercenaries-cyrus-and-john-and-those-wi", + "title": "Holy Wonderworkers and Unmercenaries Cyrus and John, and those with them" + }, + { + "id": 100386, + "slug": "venerable-niketas-of-the-kiev-caves-far-caves-bishop-of-novgorod", + "title": "Venerable Niketas of the Kiev Caves, Far Caves, Bishop of Novgorod" + }, + { + "id": 100387, + "slug": "martyrs-victorinus-victor-nikphros-claudius-diodorus-serapion-an", + "title": "Martyrs Victorinus, Victor, Nik\u0113ph\u00f3ros, Claudius, Diodorus, Serapion, and Papias, of Egypt" + }, + { + "id": 100394, + "slug": "martyr-tryphan-at-cyzicus", + "title": "Martyr Trypha\u03afn\u0113 at Cyzicus" + }, + { + "id": 100395, + "slug": "saint-arsenius-of-paros", + "title": "Saint Arsenius of Paros" + }, + { + "id": 100248, + "slug": "saint-julius-of-aegina", + "title": "Saint Julius of Aegina" + } + ], + "2026-02-01": [ + { + "id": 2, + "slug": "sunday-of-the-publican-and-the-pharisee-embeginning-of-the-lente", + "title": "Sunday of the Publican and the Pharisee Beginning of the Lenten Triodion" + }, + { + "id": 100396, + "slug": "forefeast-of-the-meeting-of-our-lord-in-the-temple", + "title": "Forefeast of the Meeting of our Lord in the Temple" + }, + { + "id": 100397, + "slug": "martyr-tryphon-of-lampsacus-near-apamea-in-syria", + "title": "Martyr Tryphon of Lampsacus Near Apamea in Syria" + }, + { + "id": 100398, + "slug": "martyrs-perpetua-a-woman-of-carthage-and-the-catechumens-saturus", + "title": "Martyrs Perpetua, a woman of Carthage, and the Catechumens: Saturus, Revocatus, Saturninus, Secundulus and Felicitas" + }, + { + "id": 100404, + "slug": "venerable-peter-the-hermit-of-galatia-near-antioch-in-syria", + "title": "Venerable Peter the Hermit of Galatia Near Antioch, in Syria" + }, + { + "id": 100405, + "slug": "venerable-vendemianus-the-hermit-of-bithynia", + "title": "Venerable Vendemianus the Hermit of Bithynia" + }, + { + "id": 100406, + "slug": "venerable-brigid-bridget-of-ireland", + "title": "Venerable Brigid (Bridget) of Ireland" + }, + { + "id": 109043, + "slug": "saint-tryphon-bishop-of-rostov", + "title": "Saint Tryphon, Bishop of Rostov" + }, + { + "id": 149034, + "slug": "icon-of-the-mother-of-god-socola", + "title": "Icon of the Mother of God \u201cSocola\u201d" + }, + { + "id": 205324, + "slug": "saint-seririol-of-wales", + "title": "Saint Seririol of Wales" + } + ], + "2026-02-02": [ + { + "id": 100407, + "slug": "the-meeting-of-our-lord-and-savior-jesus-christ-in-the-temple", + "title": "The Meeting of our Lord and Savior Jesus Christ in the Temple" + } + ], + "2026-02-03": [ + { + "id": 100408, + "slug": "afterfeast-of-the-meeting-of-our-lord-in-the-temple", + "title": "Afterfeast of the Meeting of our Lord in the Temple" + }, + { + "id": 100409, + "slug": "holy-righteous-simeon-the-god-receiver", + "title": "Holy, Righteous Simeon the God-Receiver" + }, + { + "id": 100410, + "slug": "holy-righteous-anna-the-prophetess", + "title": "Holy, Righteous Anna the Prophetess" + }, + { + "id": 100411, + "slug": "right-believing-prince-roman-of-uglich", + "title": "Right-Believing Prince Roman of Uglich" + }, + { + "id": 100412, + "slug": "prophet-azariah", + "title": "Prophet Azariah" + }, + { + "id": 100413, + "slug": "martyrs-papias-diodorus-and-claudianus-at-perge-in-pamphylia", + "title": "Martyrs Papias, Diodorus and Claudianus, at Perge in Pamphylia" + }, + { + "id": 100414, + "slug": "saint-savva-of-ioannina", + "title": "Saint Savva of Ioannina" + }, + { + "id": 100416, + "slug": "martyr-adrian-at-caesarea-cappadocia", + "title": "Martyr Adrian at Caesarea, Cappadocia" + }, + { + "id": 100417, + "slug": "martyr-eubulus-at-caesarea-cappadocia", + "title": "Martyr Eubulus at Caesarea, Cappadocia" + }, + { + "id": 100418, + "slug": "martyr-blaise-of-caesarea-in-cappadocia", + "title": "Martyr Blaise of Caesarea, in Cappadocia" + }, + { + "id": 100420, + "slug": "saint-simeon-bishop-of-polotsk-and-tver", + "title": "Saint Simeon, Bishop of Polotsk and Tver" + }, + { + "id": 108036, + "slug": "saint-jacob-archbishop-of-serbia", + "title": "Saint Jacob, Archbishop of Serbia" + }, + { + "id": 100455, + "slug": "saint-nicholas-enlightener-of-japan", + "title": "Saint Nicholas, Enlightener of Japan" + } + ], + "2026-02-04": [ + { + "id": 100421, + "slug": "afterfeast-of-the-meeting-of-our-lord-in-the-temple", + "title": "Afterfeast of the Meeting of our Lord in the Temple" + }, + { + "id": 100422, + "slug": "venerable-isidore-of-pelusium", + "title": "Venerable Isidore of Pelusium" + }, + { + "id": 100423, + "slug": "right-believing-george-the-great-prince-of-vladimir", + "title": "Right-believing George the Great Prince of Vladimir" + }, + { + "id": 100424, + "slug": "venerable-cyril-the-wonderworker-abbot-of-novoezersk-novgorod", + "title": "Venerable Cyril the Wonderworker, Abbot of Novoezersk, Novgorod" + }, + { + "id": 100425, + "slug": "venerable-abraham-and-coprius-of-pechenga", + "title": "Venerable Abraham and Coprius, of Pechenga" + }, + { + "id": 100427, + "slug": "martyr-jadorus", + "title": "Martyr Jadorus" + }, + { + "id": 100428, + "slug": "hieromartyr-abramius-bishop-of-arbela-in-assyria", + "title": "Hieromartyr Abramius, Bishop of Arbela in Assyria" + }, + { + "id": 100429, + "slug": "venerable-nicholas-the-confessor-abbot-of-studion", + "title": "Venerable Nicholas the Confessor, Abbot of Studion" + }, + { + "id": 103812, + "slug": "saint-evagrisi-disciple-of-saint-shio", + "title": "Saint Evagrisi, disciple of Saint Shio" + }, + { + "id": 100536, + "slug": "monastic-martyr-anthony-of-kareotis", + "title": "Monastic Martyr Anthony of Kareotis" + } + ], + "2026-02-05": [ + { + "id": 100430, + "slug": "afterfeast-of-the-meeting-of-our-lord-in-the-temple", + "title": "Afterfeast of the Meeting of our Lord in the Temple" + }, + { + "id": 100431, + "slug": "martyr-agatha-of-palermo-in-sicily", + "title": "Martyr Agatha of Palermo in Sicily" + }, + { + "id": 100432, + "slug": "repose-of-saint-theodosius-of-chernigov", + "title": "Repose of Saint Theodosius of Chernigov" + }, + { + "id": 100433, + "slug": "martyr-theodula-of-anazarbus-and-the-martyrs-helladius-macarius", + "title": "Martyr Theodula of Anazarbus, and the Martyrs Helladius, Macarius and Evagrius, in Cilicia" + }, + { + "id": 100438, + "slug": "icon-of-the-mother-of-god-seeker-of-the-perishing", + "title": "Icon of the Mother of God \u201cSeeker of the Perishing\u201d" + }, + { + "id": 100437, + "slug": "icon-of-the-mother-of-god-elets-chernigov", + "title": "Icon of the Mother of God \u201cElets-Chernigov\u201d" + }, + { + "id": 100439, + "slug": "icon-of-the-mother-of-god-divnogorsk", + "title": "Icon of the Mother of God \u201cDivnogorsk\u201d" + } + ], + "2026-02-06": [ + { + "id": 100440, + "slug": "afterfeast-of-the-meeting-of-our-lord-in-the-temple", + "title": "Afterfeast of the Meeting of our Lord in the Temple" + }, + { + "id": 100441, + "slug": "saint-bucolus-bishop-of-smyrna", + "title": "Saint Bucolus, Bishop of Smyrna" + }, + { + "id": 100442, + "slug": "saint-photius-patriarch-of-constantinople", + "title": "Saint Photius, Patriarch of Constantinople" + }, + { + "id": 100443, + "slug": "venerable-barsanuphius-the-great-and-john-the-prophet", + "title": "Venerable Barsanuphius the Great and John the Prophet" + }, + { + "id": 100445, + "slug": "virgin-martyr-dorothy-at-caesarea-in-cappadocia-and-those-with-h", + "title": "Virgin Martyr Dorothy at Caesarea, in Cappadocia, and those with her" + }, + { + "id": 100449, + "slug": "martyr-julian-of-emesa", + "title": "Martyr Julian of Emesa" + }, + { + "id": 100453, + "slug": "virgin-martyrs-martha-and-mary-and-their-brother-lycarion-in-egy", + "title": "Virgin Martyrs Martha and Mary, and their brother Lycarion, in Egypt" + }, + { + "id": 109044, + "slug": "saint-arsenius-of-iqalto-georgia", + "title": "Saint Arsenius of Iqalto, Georgia" + }, + { + "id": 205325, + "slug": "saint-amand-abbot-of-maastricht", + "title": "Saint Amand, Abbot of Maastricht" + } + ], + "2026-02-07": [ + { + "id": 100456, + "slug": "afterfeast-of-the-meeting-of-our-lord-in-the-temple", + "title": "Afterfeast of the Meeting of our Lord in the Temple" + }, + { + "id": 100457, + "slug": "saint-parthenios-bishop-of-lampsakos", + "title": "Saint Parthenios, Bishop of Lampsakos" + }, + { + "id": 100458, + "slug": "venerable-luke-of-hellas", + "title": "Venerable Luke of Hellas" + }, + { + "id": 100459, + "slug": "1003-martyrs-of-nicomedia", + "title": "1,003 Martyrs of Nicomedia" + }, + { + "id": 100460, + "slug": "martyr-aule", + "title": "Martyr Aule" + } + ], + "2026-02-08": [ + { + "id": 3, + "slug": "sunday-of-the-prodigal-son", + "title": "Sunday of the Prodigal Son" + }, + { + "id": 100461, + "slug": "afterfeast-of-the-meeting-of-our-lord-in-the-temple", + "title": "Afterfeast of the Meeting of our Lord in the Temple" + }, + { + "id": 100462, + "slug": "greatmartyr-theodore-stratelates-the-general", + "title": "Greatmartyr Theodore Stratelates \u201cthe General\u201d" + }, + { + "id": 100463, + "slug": "prophet-zachariah", + "title": "Prophet Zachariah" + }, + { + "id": 100464, + "slug": "saint-sava-ii-archbishop-of-serbia", + "title": "Saint Sava II, Archbishop of Serbia" + }, + { + "id": 100321, + "slug": "blessed-liubov-sukhanovskaya-of-ryazan-fool-for-christ", + "title": "Blessed Liubov (Sukhanovskaya) of Ryazan, Fool for Christ" + } + ], + "2026-02-09": [ + { + "id": 100465, + "slug": "leavetaking-of-the-meeting-of-our-lord-in-the-temple", + "title": "Leavetaking of the Meeting of our Lord in the Temple" + }, + { + "id": 100466, + "slug": "martyr-nikephoros-of-antioch-in-syria", + "title": "Martyr Nikephoros of Antioch, in Syria" + }, + { + "id": 100467, + "slug": "uncovering-of-the-relics-of-saint-innocent-bishop-of-irkutsk", + "title": "Uncovering of the relics of Saint Innocent, Bishop of Irkutsk" + }, + { + "id": 100468, + "slug": "venerable-pancratius-of-the-kiev-caves", + "title": "Venerable Pancratius of the Kiev Caves" + }, + { + "id": 100469, + "slug": "venerable-nikphros-of-vazheozersk", + "title": "Venerable Nik\u0113ph\u00f3ros of Vazheozersk" + }, + { + "id": 100470, + "slug": "venerable-gennadius-of-vazheozersk", + "title": "Venerable Gennadius of Vazheozersk" + }, + { + "id": 100471, + "slug": "hieromartyrs-marcellus-bishop-of-sicily-philagrius-bishop-of-cyp", + "title": "Hieromartyrs Marcellus, Bishop of Sicily, Philagrius, Bishop of Cyprus, and Pancratius, Bishop of Taoromina" + }, + { + "id": 100474, + "slug": "venerable-shio-mgvime", + "title": "Venerable Shio Mgvime" + }, + { + "id": 149035, + "slug": "virgin-martyr-apollonia", + "title": "Virgin Martyr Apollonia" + }, + { + "id": 205322, + "slug": "venerable-romans-of-cilicia", + "title": "Venerable Roman\u00f3s of Cilicia" + } + ], + "2026-02-10": [ + { + "id": 100475, + "slug": "hieromartyr-haralambos-bishop-of-magnesia-in-thessaly-the-martyr", + "title": "Hieromartyr Haralambos, Bishop of Magnesia in Thessaly, the Martyrs Porphyrius and Baptus, and three women Martyrs" + }, + { + "id": 100479, + "slug": "synaxis-of-the-hierarchs-of-novgorod-buried-in-the-cathedral-of", + "title": "Synaxis of the Hierarchs of Novgorod, Buried in the Cathedral of the Holy Wisdom (Hagia Sophia) in Novgorod" + }, + { + "id": 100494, + "slug": "princess-anna-of-novgorod", + "title": "Princess Anna of Novgorod" + }, + { + "id": 100495, + "slug": "venerable-prochorus-of-the-kiev-near-caves", + "title": "Venerable Prochorus of the Kiev Near Caves" + }, + { + "id": 100496, + "slug": "venerable-longinus-of-koryazhemsk-vologda", + "title": "Venerable Longinus of Koryazhemsk, Vologda" + }, + { + "id": 100497, + "slug": "virgin-martyrs-ennatha-valentina-and-paula-of-palestine", + "title": "Virgin Martyrs Ennatha, Valentina and Paula, of Palestine" + }, + { + "id": 100500, + "slug": "icon-of-the-mother-of-god-areovindus", + "title": "Icon of the Mother of God \u201cAreovindus\u201d" + }, + { + "id": 103814, + "slug": "saint-john-chimchimeli-the-philosopher", + "title": "Saint John Chimchimeli the Philosopher" + }, + { + "id": 100383, + "slug": "saint-ioannikios-father-confessor-of-the-dormition-holy-mountain", + "title": "Saint Ioannikios, Father Confessor of the Dormition Holy Mountain Hermitage" + } + ], + "2026-02-11": [ + { + "id": 100501, + "slug": "hieromartyr-blaise-bishop-of-sebaste", + "title": "Hieromartyr Blaise, Bishop of Sebaste" + }, + { + "id": 100502, + "slug": "venerable-demetrios-wonderworker-of-priluki-vologda", + "title": "Venerable Demetrios, Wonderworker of Priluki, Vologda" + }, + { + "id": 100503, + "slug": "saint-vsevolod-in-baptism-gabriel-wonderworker-of-pskov", + "title": "Saint Vsevolod (in Baptism Gabriel), Wonderworker of Pskov" + }, + { + "id": 100504, + "slug": "righteous-theodora-wife-of-emperor-theophilus-the-iconoclast", + "title": "Righteous Theodora, wife of Emperor Theophilus the Iconoclast" + }, + { + "id": 108005, + "slug": "saint-george-new-martyr-of-sofia", + "title": "Saint George, New Martyr of Sofia" + }, + { + "id": 108038, + "slug": "saint-gobnata-of-ballyvourney", + "title": "Saint Gobnata of Ballyvourney" + } + ], + "2026-02-12": [ + { + "id": 100505, + "slug": "saint-meletius-archbishop-of-antioch", + "title": "Saint Meletius, Archbishop of Antioch" + }, + { + "id": 100506, + "slug": "saint-alexei-metropolitan-of-moscow-wonderworker-of-all-russia", + "title": "Saint Alexei, Metropolitan of Moscow, Wonderworker of All Russia" + }, + { + "id": 100507, + "slug": "saint-meletius-archbishop-of-kharkov-and-akhtyrsk", + "title": "Saint Meletius, Archbishop of Khar'kov and Akhtyrsk" + }, + { + "id": 100508, + "slug": "venerable-mary-who-was-called-marinus-and-her-father-venerable-e", + "title": "Venerable Mary (who was called Marinus), and her father, Venerable Eugene, at Alexandria" + }, + { + "id": 100510, + "slug": "saint-anthony-patriarch-of-constantinople", + "title": "Saint Anthony, Patriarch of Constantinople" + }, + { + "id": 100511, + "slug": "saint-kristo-the-gardener-of-albania", + "title": "Saint Kristo the Gardener of Albania" + }, + { + "id": 100512, + "slug": "ivron-icon-of-the-mother-of-god", + "title": "Iv\u1e17ron Icon of the Mother of God" + }, + { + "id": 103720, + "slug": "saint-prochorus-of-georgia", + "title": "Saint Prochorus of Georgia" + }, + { + "id": 103815, + "slug": "martyr-nicholas-nikoloz-dvali-in-jerusalem", + "title": "Martyr Nicholas (Nikoloz) Dvali in Jerusalem" + }, + { + "id": 109045, + "slug": "saint-bassian-of-uglich", + "title": "Saint Bassian of Uglich" + }, + { + "id": 205455, + "slug": "martyr-luke-luka-of-jerusalem-the-georgian", + "title": "Martyr Luke (Luka) of Jerusalem, the Georgian" + } + ], + "2026-02-13": [ + { + "id": 100513, + "slug": "saints-martinian-zoe-and-photina-of-caesarea-in-palestine", + "title": "Saints Martinian, Zoe, and Photina of Caesarea in Palestine" + }, + { + "id": 100514, + "slug": "venerable-stephen-in-monasticism-simeon-the-myrrhgusher-and-prin", + "title": "Venerable Stephen (in monasticism Simeon), the Myrrhgusher and Prince of Serbia" + }, + { + "id": 100517, + "slug": "saint-eulogius-archbishop-of-alexandria", + "title": "Saint Eulogius, Archbishop of Alexandria" + }, + { + "id": 100243, + "slug": "appearance-of-christ-to-saint-martin-of-tours", + "title": "Appearance of Christ to Saint Martin of Tours" + }, + { + "id": 100426, + "slug": "saint-seraphima", + "title": "Saint Seraphima" + }, + { + "id": 100415, + "slug": "saint-george-archbishop-of-mogilev-belarus", + "title": "Saint George, Archbishop of Mogilev, Belarus" + } + ], + "2026-02-14": [ + { + "id": 4, + "slug": "memorial-saturday-of-meatfare", + "title": "Memorial Saturday of Meatfare" + }, + { + "id": 100518, + "slug": "venerable-auxentius-of-bithynia", + "title": "Venerable Auxentius of Bithynia" + }, + { + "id": 100519, + "slug": "repose-of-saint-cyril-equal-of-the-apostles-and-teacher-of-the-s", + "title": "Repose of Saint Cyril, Equal of the Apostles and Teacher of the Slavs" + }, + { + "id": 100520, + "slug": "venerable-isaac-the-recluse-of-the-kiev-near-caves", + "title": "Venerable Isaac the Recluse of the Kiev Near Caves" + }, + { + "id": 100521, + "slug": "12-greeks-who-built-the-dormition-cathedral-in-the-kiev-caves-fa", + "title": "12 Greeks who built the Dormition Cathedral in the Kiev Caves, Far Caves, Lavra" + }, + { + "id": 100522, + "slug": "translation-of-the-relics-of-martyrs-michael-and-his-councilor-t", + "title": "Translation of the Relics of Martyrs Michael and his councilor, Theodore, of Chern\u00edgov" + }, + { + "id": 100524, + "slug": "venerable-maron-the-hermit-of-syria", + "title": "Venerable Maron the Hermit of Syria" + }, + { + "id": 100525, + "slug": "saint-abraham-bishop-of-charres-mesopotamia", + "title": "Saint Abraham, Bishop of Charres, Mesopotamia" + }, + { + "id": 205446, + "slug": "saint-hilarion-the-new-of-georgia", + "title": "Saint Hilarion the New of Georgia" + } + ], + "2026-02-15": [ + { + "id": 5, + "slug": "sunday-of-meatfare-of-the-last-judgment", + "title": "Sunday of Meatfare of the Last Judgment" + }, + { + "id": 100526, + "slug": "apostle-onesimus-of-the-seventy", + "title": "Apostle Onesimus of the Seventy" + }, + { + "id": 100527, + "slug": "venerable-paphnutius-the-recluse-of-the-kiev-caves", + "title": "Venerable Paphnutius the Recluse of the Kiev Caves" + }, + { + "id": 100528, + "slug": "venerable-paphnutius-and-euphrosyn-of-alexandria", + "title": "Venerable Paphnutius and Euphrosyn\u0113 of Alexandria" + }, + { + "id": 100530, + "slug": "venerable-eusebius-the-hermit-of-syria", + "title": "Venerable Eusebius the Hermit of Syria" + }, + { + "id": 100531, + "slug": "vilna-icon-of-the-mother-of-god", + "title": "Vil'na Icon of the Mother of God" + }, + { + "id": 100532, + "slug": "icon-of-the-mother-of-god-of-dalmatia", + "title": "Icon of the Mother of God of Dalmatia" + }, + { + "id": 205444, + "slug": "saint-anthimus-of-chios", + "title": "Saint Anthimus of Chios" + } + ], + "2026-02-16": [ + { + "id": 100533, + "slug": "martyrs-pamphilius-the-presbyter-valens-the-deacon-and-those-wit", + "title": "Martyrs Pamphilius the Presbyter, Valens the Deacon, and those with them, at Caesarea in Palestine" + }, + { + "id": 100545, + "slug": "saint-maruthas-bishop-of-martyropolis-in-mesopotamia", + "title": "Saint Maruthas, Bishop of Martyropolis in Mesopotamia" + }, + { + "id": 100546, + "slug": "persian-martyrs-in-martyropolis-in-mesopotamia", + "title": "Persian Martyrs in Martyropolis in Mesopotamia" + }, + { + "id": 109046, + "slug": "saint-flavian-archbishop-of-antioch", + "title": "Saint Flavian, Archbishop of Antioch" + }, + { + "id": 100539, + "slug": "new-martyr-elias", + "title": "New Martyr Elias" + } + ], + "2026-02-17": [ + { + "id": 100547, + "slug": "great-martyr-theodore-the-tyro-recruit", + "title": "Great Martyr Theodore the Tyro (Recruit)" + }, + { + "id": 100548, + "slug": "hieromartyr-hermogenes-patriarch-of-moscow-wonderworker-of-all-r", + "title": "Hieromartyr Hermogenes, Patriarch of Moscow, Wonderworker of All Russia" + }, + { + "id": 100549, + "slug": "venerable-theodore-the-silent-of-the-kiev-caves", + "title": "Venerable Theodore the Silent of the Kiev Caves" + }, + { + "id": 100550, + "slug": "saint-mariamne-the-sister-of-the-apostle-philip", + "title": "Saint Mariamne the sister of the Apostle Philip" + }, + { + "id": 100551, + "slug": "uncovering-of-the-relics-of-the-martyr-menas-of-alexandria", + "title": "Uncovering of the relics of the Martyr Menas of Alexandria" + }, + { + "id": 100552, + "slug": "weeping-tikhvin-icon-of-the-mother-of-god-on-mount-athos", + "title": "Weeping \u201cTikhvin\u201d Icon of the Mother of God on Mount Athos" + }, + { + "id": 108006, + "slug": "saint-joseph-of-dionysiou", + "title": "Saint Joseph of Dionysiou" + }, + { + "id": 109047, + "slug": "saint-auxibius-bishop-of-soli-cyprus", + "title": "Saint Auxibius Bishop of Soli, Cyprus" + }, + { + "id": 109048, + "slug": "new-martyr-theodore", + "title": "New Martyr Theodore" + }, + { + "id": 109049, + "slug": "saint-theodosius-the-bulgarian-with-his-disciple-romanos", + "title": "Saint Theodosius the Bulgarian, with his disciple Romanos" + }, + { + "id": 205326, + "slug": "saint-nicholas-kandaurov", + "title": "Saint Nicholas Kandaurov" + }, + { + "id": 205327, + "slug": "saint-finan-of-lindisfarne", + "title": "Saint Finan of Lindisfarne" + }, + { + "id": 205443, + "slug": "hieromartyr-theodore-of-atchara", + "title": "Hieromartyr Theodore of Atchara" + } + ], + "2026-02-18": [ + { + "id": 100553, + "slug": "saint-leo-the-great-pope-of-rome", + "title": "Saint Leo the Great, Pope of Rome" + }, + { + "id": 100554, + "slug": "venerable-cosmas-of-yakhrom", + "title": "Venerable Cosmas of Yakhrom" + }, + { + "id": 100555, + "slug": "saint-agapitos-the-confessor-and-wonderworker-bishop-of-synnada", + "title": "Saint Agapitos the Confessor and Wonderworker, Bishop of Synnada in Phrygia" + }, + { + "id": 100556, + "slug": "saint-flavian-the-confessor-patriarch-of-constantinople", + "title": "Saint Flavian the Confessor, Patriarch of Constantinople" + }, + { + "id": 103816, + "slug": "saint-nicholas-catholicos-of-georgia", + "title": "Saint Nicholas, Catholicos of Georgia" + }, + { + "id": 108039, + "slug": "saint-theodore-komogovin-of-serbia", + "title": "Saint Theodore (Komogovin) of Serbia" + }, + { + "id": 205328, + "slug": "saint-colman-of-lindesfarne", + "title": "Saint Colman of Lindesfarne" + } + ], + "2026-02-19": [ + { + "id": 100557, + "slug": "apostles-of-the-seventy-archippus-and-philemon-and-martyr-apphia", + "title": "Apostles of the Seventy Archippus and Philemon, and Martyr Apphia" + }, + { + "id": 100560, + "slug": "martyrs-maximus-theodotus-hesychius-and-asclepiodota-of-adrianop", + "title": "Martyrs Maximus, Theodotus, Hesychius, and Asclepiodota, of Adrianopolis" + }, + { + "id": 100564, + "slug": "presbyters-and-confessors-eugene-and-macarius-at-antioch", + "title": "Presbyters and Confessors Eugene and Macarius, at Antioch" + }, + { + "id": 100566, + "slug": "venerable-dositheus-of-palestine-disciple-of-venerable-abba-doro", + "title": "Venerable Dositheus of Palestine, disciple of Venerable Abba Dorotheus" + }, + { + "id": 100567, + "slug": "saint-rabulas-of-samosata", + "title": "Saint Rabulas of Samosata" + }, + { + "id": 103707, + "slug": "venerable-theodore-of-sanaxar", + "title": "Venerable Theodore of Sanaxar" + }, + { + "id": 100568, + "slug": "icon-of-the-mother-of-god-of-cyprus", + "title": "Icon of the Mother of God of Cyprus" + }, + { + "id": 109055, + "slug": "venerable-conan-abbot-of-the-pethukla-monastery", + "title": "Venerable Conan, Abbot of the Pethukla Monastery" + }, + { + "id": 109056, + "slug": "martyr-philothea-the-monastic", + "title": "Martyr Philothea the Monastic" + } + ], + "2026-02-20": [ + { + "id": 100569, + "slug": "saint-leo-bishop-of-catania-in-sicily", + "title": "Saint Leo, Bishop of Catania in Sicily" + }, + { + "id": 100570, + "slug": "venerable-agathon-wonderworker-of-the-kiev-caves", + "title": "Venerable Agathon, Wonderworker of the Kiev Caves" + }, + { + "id": 100571, + "slug": "beheading-of-venerable-cornelius-abbot-of-the-pskov-caves", + "title": "Beheading of Venerable Cornelius, Abbot of the Pskov Caves" + }, + { + "id": 100572, + "slug": "hieromartyr-sadoc-sadoth-bishop-of-persia-and-128-martyrs-with-h", + "title": "Hieromartyr Sadoc (Sadoth), Bishop of Persia, and 128 Martyrs with him" + }, + { + "id": 100574, + "slug": "saint-agathon-pope-of-rome", + "title": "Saint Agathon, Pope of Rome" + }, + { + "id": 100540, + "slug": "monastic-martyrs-of-valaam-monastery", + "title": "Monastic Martyrs of Valaam Monastery" + } + ], + "2026-02-21": [ + { + "id": 6, + "slug": "saturday-of-cheesefare-commemoration-of-all-our-god-bearing-fath", + "title": "Saturday of Cheesefare Commemoration of all our God-bearing Fathers and Mothers who shone forth in asceticism" + }, + { + "id": 100575, + "slug": "venerable-timothy-of-symbola-in-bithynia", + "title": "Venerable Timothy of Symbola in Bithynia" + }, + { + "id": 100576, + "slug": "saint-eustathius-archbishop-of-antioch", + "title": "Saint Eustathius, Archbishop of Antioch" + }, + { + "id": 100577, + "slug": "saint-george-bishop-of-amastris-on-the-black-sea", + "title": "Saint George, Bishop of Amastris on the Black Sea" + }, + { + "id": 100578, + "slug": "kozelshchansk-icon-of-the-mother-of-god", + "title": "\u201cKozel'shchansk\u201d Icon of the Mother of God" + }, + { + "id": 109057, + "slug": "saint-john-scholasticus-patriarch-of-constantinople", + "title": "Saint John \u201cScholasticus\u201d, Patriarch of Constantinople" + }, + { + "id": 109058, + "slug": "saint-zacharias-patriarch-of-jerusalem", + "title": "Saint Zacharias, Patriarch of Jerusalem" + }, + { + "id": 100352, + "slug": "saint-makarios-of-glinsk-hermitage", + "title": "Saint Makarios of Glinsk Hermitage" + } + ], + "2026-02-22": [ + { + "id": 7, + "slug": "sunday-of-cheesefare-expulsion-of-adam-from-paradise", + "title": "Sunday of Cheesefare: Expulsion of Adam from Paradise" + }, + { + "id": 100579, + "slug": "uncovering-of-the-relics-of-the-holy-martyrs-at-the-gate-of-euge", + "title": "Uncovering of the relics of the Holy Martyrs at the Gate of Eugenius at Constantinople" + }, + { + "id": 100580, + "slug": "martyrs-maurice-and-his-son-photinus-and-martyrs-theodore-philip", + "title": "Martyrs Maurice and his son, Photinus, and Martyrs Theodore, Philip, and 70 soldiers, at Apamea in Syria" + }, + { + "id": 100585, + "slug": "venerable-thalassius-hermit-of-syria", + "title": "Venerable Thalassius, Hermit of Syria" + }, + { + "id": 100586, + "slug": "venerable-limnaeus-hermit-of-syria", + "title": "Venerable Limnaeus, Hermit of Syria" + }, + { + "id": 100587, + "slug": "venerable-baradates-hermit-of-syria", + "title": "Venerable Baradates, Hermit of Syria" + }, + { + "id": 100588, + "slug": "saint-athanasius-the-confessor-of-constantinople", + "title": "Saint Athanasius the Confessor of Constantinople" + }, + { + "id": 103817, + "slug": "9-martyred-brothers-of-kola-guram-adarnerse-baqar-vache-bardzim", + "title": "9 Martyred brothers of Kola: Guram, Adarnerse, Baqar, Vache, Bardzim, Dachi, Juansher, Ramaz, and Parsman" + }, + { + "id": 100253, + "slug": "finding-of-the-relics-of-saint-tikhon-of-moscow", + "title": "Finding of the Relics of Saint Tikhon of Moscow" + } + ], + "2026-02-23": [ + { + "id": 8, + "slug": "beginning-of-great-lent", + "title": "Beginning of Great Lent" + }, + { + "id": 100589, + "slug": "hieromartyr-polycarp-bishop-of-smyrna", + "title": "Hieromartyr Polycarp, Bishop of Smyrna" + }, + { + "id": 100590, + "slug": "venerable-polycarp-of-briansk", + "title": "Venerable Polycarp of Briansk" + }, + { + "id": 100591, + "slug": "venerable-john-ascetic-of-the-syrian-deserts", + "title": "Venerable John, Ascetic of the Syrian Deserts" + }, + { + "id": 100592, + "slug": "venerable-antiochus-and-antoninus-ascetics-of-the-syrian-deserts", + "title": "Venerable Antiochus and Antoninus, ascetics of the Syrian Deserts" + }, + { + "id": 100594, + "slug": "venerable-moses-ascetic-of-the-syrian-deserts", + "title": "Venerable Moses, Ascetic of the Syrian Deserts" + }, + { + "id": 100595, + "slug": "venerable-zebinas-ascetic-of-the-syrian-deserts", + "title": "Venerable Zebinas, Ascetic of the Syrian Deserts" + }, + { + "id": 100596, + "slug": "venerable-polychronius-ascetic-of-the-syrian-deserts", + "title": "Venerable Polychronius, Ascetic of the Syrian Deserts" + }, + { + "id": 100598, + "slug": "venerable-damian-ascetic-of-the-syrian-deserts", + "title": "Venerable Damian, Ascetic of the Syrian Deserts" + }, + { + "id": 100599, + "slug": "venerable-alexander-founder-of-the-monastery-of-the-unsleeping-o", + "title": "Venerable Alexander, founder of the Monastery of the \u201cUnsleeping Ones\u201d" + }, + { + "id": 100600, + "slug": "venerable-damian-of-esphigmenou-of-mount-athos", + "title": "Venerable Damian of Esphigmenou of Mount Athos" + }, + { + "id": 100602, + "slug": "monastic-martyr-damian-of-philotheou", + "title": "Monastic Martyr Damian of Philotheou" + }, + { + "id": 103911, + "slug": "new-hieromartyr-nicholas-dmitrov-of-tver", + "title": "New Hieromartyr Nicholas (Dmitrov) of Tver" + }, + { + "id": 100259, + "slug": "saint-gorgonia-sister-of-saint-gregory-the-theologian", + "title": "Saint Gorgonia, Sister of Saint Gregory the Theologian" + } + ], + "2026-02-24": [ + { + "id": 100603, + "slug": "first-and-second-finding-of-the-honorable-head-of-the-holy-glori", + "title": "First and second finding of the Honorable Head of the Holy Glorious Prophet, Forerunner, and Baptist of the Lord, John" + }, + { + "id": 100604, + "slug": "venerable-erasmus-of-the-kiev-near-caves", + "title": "Venerable Erasmus of the Kiev Near Caves" + } + ], + "2026-02-25": [ + { + "id": 100605, + "slug": "saint-tarasius-archbishop-of-constantinople", + "title": "Saint Tarasius, Archbishop of Constantinople" + } + ], + "2026-02-26": [ + { + "id": 100606, + "slug": "saint-porphyrius-bishop-of-gaza", + "title": "Saint Porphyrius, Bishop of Gaza" + }, + { + "id": 100607, + "slug": "venerable-sebastian-of-poshekhonye", + "title": "Venerable Sebastian of Poshekhonye" + }, + { + "id": 100341, + "slug": "martyr-christodoulos", + "title": "Martyr Christodoulos" + }, + { + "id": 109061, + "slug": "new-martyr-john-kalphes-the-apprentice", + "title": "New Martyr John Kalphes, the Apprentice" + }, + { + "id": 100342, + "slug": "mezhetsk-icon-of-the-mother-of-god", + "title": "\u201cMezhetsk\u201d Icon of the Mother of God" + } + ], + "2026-02-27": [ + { + "id": 100610, + "slug": "repose-of-saint-raphael-bishop-of-brooklyn", + "title": "Repose of Saint Raphael, Bishop of Brooklyn" + }, + { + "id": 100614, + "slug": "venerable-prokopios-the-confessor-of-decapolis", + "title": "Venerable Prokopios the Confessor of Decapolis" + }, + { + "id": 100611, + "slug": "venerable-titus-the-presbyter-of-the-kiev-near-caves", + "title": "Venerable Titus the Presbyter of the Kiev Near Caves" + }, + { + "id": 100612, + "slug": "venerable-titus-the-soldier-of-the-kiev-caves", + "title": "Venerable Titus the Soldier, of the Kiev Caves" + }, + { + "id": 100613, + "slug": "venerable-thalelaios-the-hermit-of-syria", + "title": "Venerable Thalelaios the Hermit of Syria" + }, + { + "id": 109062, + "slug": "saints-asclepius-and-james-of-syria", + "title": "Saints Asclepius and James of Syria" + }, + { + "id": 109064, + "slug": "saint-stephen-of-constantinople", + "title": "Saint Stephen of Constantinople" + }, + { + "id": 109065, + "slug": "martyrs-julian-eunos-beza-and-mekaro-of-alexandria", + "title": "Martyrs Julian, Eunos, Beza, and Mekaro of Alexandria" + }, + { + "id": 205329, + "slug": "saint-leander-of-seville", + "title": "Saint Leander of Seville" + } + ], + "2026-02-28": [ + { + "id": 9, + "slug": "1st-saturday-of-great-lent-the-miracle-of-the-boiled-wheat", + "title": "1st Saturday of Great Lent: The Miracle of the Boiled Wheat" + }, + { + "id": 100615, + "slug": "venerable-basil-the-confessor-companion-of-venerable-procopius-a", + "title": "Venerable Basil the Confessor, companion of Venerable Procopius at Decapolis" + }, + { + "id": 100616, + "slug": "blessed-nicholas-salos-of-pskov-the-fool-for-christ", + "title": "Blessed Nicholas (Salos) of Pskov the Fool-For-Christ" + }, + { + "id": 100617, + "slug": "hieromartyr-proterius-patriarch-of-alexandria", + "title": "Hieromartyr Proterius, Patriarch of Alexandria" + }, + { + "id": 100618, + "slug": "hieromartyr-nestor-bishop-of-magydos-in-pamphylia", + "title": "Hieromartyr Nestor, Bishop of Magydos in Pamphylia" + }, + { + "id": 100619, + "slug": "venerable-marina-and-kyra-of-syria", + "title": "Venerable Marina and Kyra of Syria" + }, + { + "id": 100621, + "slug": "venerable-domnica-domnina-of-syria", + "title": "Venerable Domnica (Domnina) of Syria" + }, + { + "id": 100623, + "slug": "venerable-john-cassian-the-roman", + "title": "Venerable John Cassian the Roman" + }, + { + "id": 100622, + "slug": "venerable-john-barsanuphius-bishop-of-damascus", + "title": "Venerable John-Barsanuphius, Bishop of Damascus" + }, + { + "id": 100624, + "slug": "heiromartyr-theokteristus", + "title": "Heiromartyr Theokteristus" + }, + { + "id": 109069, + "slug": "saint-leo-of-cappadocia", + "title": "Saint Leo of Cappadocia" + }, + { + "id": 109070, + "slug": "saint-meletius-archbishop-of-kharkov-and-akhtyrsk", + "title": "Saint Meletius, Archbishop of Khar'kov and Akhtyrsk" + }, + { + "id": 205437, + "slug": "saint-germanus-of-dacia-pontica-dobrogea", + "title": "Saint Germanus of Dacia Pontica (Dobrogea)" + }, + { + "id": 100124, + "slug": "devpeteruv-icon-of-the-mother-of-god", + "title": "Devpeteruv Icon of the Mother of God" + } + ], + "2026-03-01": [ + { + "id": 10, + "slug": "1st-sunday-of-great-lent-sunday-of-orthodoxy", + "title": "1st Sunday of Great Lent: Sunday of Orthodoxy" + }, + { + "id": 100625, + "slug": "martyr-eudokia-of-heliopolis", + "title": "Martyr Eudokia of Heliopolis" + }, + { + "id": 100626, + "slug": "venerable-martyrius-of-zelenets-pskov", + "title": "Venerable Martyrius of Zelenets, Pskov" + }, + { + "id": 100627, + "slug": "martyrs-nestor-tribimius-and-those-with-them", + "title": "Martyrs Nestor, Tribimius, and those with them" + }, + { + "id": 100629, + "slug": "martyr-antonina-of-nicea-in-bithynia", + "title": "Martyr Antonina of Nicea, in Bithynia" + }, + { + "id": 100630, + "slug": "martyrs-marcellus-and-anthony-of-syria", + "title": "Martyrs Marcellus and Anthony of Syria" + }, + { + "id": 100632, + "slug": "saint-domnina-the-younger-of-syria", + "title": "Saint Domnina the Younger of Syria" + }, + { + "id": 100633, + "slug": "venerable-agapius-of-vatopedi", + "title": "Venerable Agapius of Vatopedi" + }, + { + "id": 103905, + "slug": "saint-david-bishop-of-wales", + "title": "Saint David, Bishop of Wales" + } + ], + "2026-03-02": [ + { + "id": 100634, + "slug": "hieromartyr-theodotus-bishop-of-cyrenia", + "title": "Hieromartyr Theodotus, Bishop of Cyrenia" + }, + { + "id": 100635, + "slug": "saint-arsenius-bishop-of-tver", + "title": "Saint Arsenius, Bishop of Tver" + }, + { + "id": 100636, + "slug": "virgin-martyr-euthalia-of-sicily", + "title": "Virgin Martyr Euthalia of Sicily" + }, + { + "id": 100637, + "slug": "martyr-troadius-of-neocaesarea", + "title": "Martyr Troadius of Neocaesarea" + }, + { + "id": 100638, + "slug": "venerable-agathon-of-egypt", + "title": "Venerable Agathon of Egypt" + }, + { + "id": 100639, + "slug": "400-martyrs-slain-by-the-lombards-in-sicily", + "title": "400 Martyrs slain by the Lombards in Sicily" + }, + { + "id": 100640, + "slug": "saint-sabbatius-of-tver", + "title": "Saint Sabbatius of Tver" + }, + { + "id": 100641, + "slug": "reigning-icon-of-the-mother-of-god", + "title": "\u201cReigning\u201d Icon of the Mother of God" + }, + { + "id": 100448, + "slug": "venerable-joachim-of-ithaka", + "title": "Venerable Joachim of Ithaka" + } + ], + "2026-03-03": [ + { + "id": 100642, + "slug": "martyrs-eutropius-cleonicus-and-basiliscus-of-amasea", + "title": "Martyrs Eutropius, Cleonicus, and Basiliscus of Amasea" + }, + { + "id": 100645, + "slug": "saint-piamoun", + "title": "Saint Piamoun" + }, + { + "id": 100646, + "slug": "saints-zenon-and-zoilus", + "title": "Saints Zenon and Zoilus" + }, + { + "id": 100648, + "slug": "icon-of-the-mother-of-god-of-volokolamsk", + "title": "Icon of the Mother of God of Volokolamsk" + }, + { + "id": 103827, + "slug": "saint-john-chrysostom-iv-catholicos-of-georgia", + "title": "Saint John (Chrysostom) IV, Catholicos of Georgia" + }, + { + "id": 511, + "slug": "venerable-shio-mgvime", + "title": "Venerable Shio Mgvime" + } + ], + "2026-03-04": [ + { + "id": 100649, + "slug": "venerable-gerasimus-of-the-jordan", + "title": "Venerable Gerasimus of the Jordan" + }, + { + "id": 100650, + "slug": "venerable-gerasimus-of-vologda", + "title": "Venerable Gerasimus of Vologda" + }, + { + "id": 100651, + "slug": "venerable-joasaph-of-snetogorsk-pskov", + "title": "Venerable Joasaph of Snetogorsk, Pskov" + }, + { + "id": 100652, + "slug": "right-believing-prince-basil-vasilko-of-rostov", + "title": "Right-believing Prince Basil (Vasilko) of Rostov" + }, + { + "id": 100653, + "slug": "right-believing-prince-daniel-of-moscow", + "title": "Right-believing Prince Daniel of Moscow" + }, + { + "id": 100654, + "slug": "martyrs-paul-and-his-sister-juliana", + "title": "Martyrs Paul and his sister, Juliana" + }, + { + "id": 100656, + "slug": "saint-james-the-faster-of-phoenicia-syria", + "title": "Saint James the Faster of Phoenicia, Syria" + }, + { + "id": 103708, + "slug": "right-believing-prince-wenceslas-of-the-czech-lands", + "title": "Right-believing Prince Wenceslas of the Czech Lands" + }, + { + "id": 100658, + "slug": "saint-gregory-bishop-of-constantia-cyprus", + "title": "Saint Gregory, Bishop of Constantia, Cyprus" + }, + { + "id": 100657, + "slug": "martyr-vyacheslav-leontiev-the-priest", + "title": "Martyr Vyacheslav (Leontiev), the Priest" + } + ], + "2026-03-05": [ + { + "id": 100659, + "slug": "martyr-conon-of-isauria", + "title": "Martyr Conon of Isauria" + }, + { + "id": 100660, + "slug": "finding-of-the-relics-of-saint-theodore-prince-of-smolensk-and-y", + "title": "Finding of the relics of Saint Theodore, Prince of Smolensk and Yaroslavl, and his children" + }, + { + "id": 100663, + "slug": "monastic-martyr-adrian-of-poshekhonye-yaroslavl", + "title": "Monastic Martyr Adrian of Poshekhonye, Yaroslavl" + }, + { + "id": 100664, + "slug": "martyr-onesimus-of-isauria", + "title": "Martyr Onesimus of Isauria" + }, + { + "id": 100665, + "slug": "martyr-conon-the-gardener-of-pamphylia", + "title": "Martyr Conon the Gardener of Pamphylia" + }, + { + "id": 100666, + "slug": "virgin-martyr-irais-rhais-of-antinoe-in-egypt", + "title": "Virgin Martyr Irais (Rhais) of Antinoe in Egypt" + }, + { + "id": 100667, + "slug": "martyr-eulogius-of-palestine", + "title": "Martyr Eulogius of Palestine" + }, + { + "id": 100668, + "slug": "martyr-eulampius-of-palestine", + "title": "Martyr Eulampius of Palestine" + }, + { + "id": 100669, + "slug": "saint-mark-the-ascetic-of-egypt", + "title": "Saint Mark the Ascetic of Egypt" + }, + { + "id": 100670, + "slug": "saint-hesychius-the-faster-of-bithynia", + "title": "Saint Hesychius the Faster of Bithynia" + }, + { + "id": 100671, + "slug": "icon-of-the-mother-of-god-the-nurturer", + "title": "Icon of the Mother of God \u201cThe Nurturer\u201d" + }, + { + "id": 108007, + "slug": "saint-john-new-martyr-of-bulgaria", + "title": "Saint John, New Martyr of Bulgaria" + } + ], + "2026-03-06": [ + { + "id": 100672, + "slug": "42-martyrs-of-ammoria-in-phrygia", + "title": "42 Martyrs of Ammoria in Phrygia" + }, + { + "id": 100680, + "slug": "uncovering-of-the-precious-cross-and-the-precious-nails-by-empre", + "title": "Uncovering of the Precious Cross and the Precious Nails by Empress Saint Helen in Jerusalem" + }, + { + "id": 100681, + "slug": "monastic-martyrs-conon-and-his-son-conon-of-iconium", + "title": "Monastic Martyrs Conon and his son, Conon, of Iconium" + }, + { + "id": 100683, + "slug": "venerable-arcadius-of-cyprus", + "title": "Venerable Arcadius of Cyprus" + }, + { + "id": 100684, + "slug": "icon-of-the-mother-of-god-the-blessed-heaven", + "title": "Icon of the Mother of God \u201cthe Blessed Heaven\u201d" + }, + { + "id": 103919, + "slug": "czestochowa-icon-of-the-mother-of-god", + "title": "\u201cCzestochowa\u201d Icon of the Mother of God" + } + ], + "2026-03-07": [ + { + "id": 11, + "slug": "2nd-saturday-of-great-lent-memorial-saturday", + "title": "2nd Saturday of Great Lent: Memorial Saturday" + }, + { + "id": 100685, + "slug": "the-holy-hieromartyrs-of-cherson-basil-ephraim-capito-eugene-aet", + "title": "The Holy Hieromartyrs of Cherson: Basil, Ephraim, Capito, Eugene, Aetherius, Elpidius, and Agathodorus" + }, + { + "id": 100692, + "slug": "venerable-paul-the-simple-disciple-of-venerable-anthony-the-grea", + "title": "Venerable Paul the Simple, disciple of Venerable Anthony the Great" + }, + { + "id": 100693, + "slug": "saint-paul-the-confessor-bishop-of-plousias-in-bithynia", + "title": "Saint Paul the Confessor, Bishop of Plousias in Bithynia" + }, + { + "id": 100694, + "slug": "saint-emilian-of-rome", + "title": "Saint Emilian of Rome" + }, + { + "id": 100695, + "slug": "icon-of-the-mother-of-god-the-surety-of-sinners-of-odrino-orlov", + "title": "Icon of the Mother of God \u201cthe Surety of sinners\u201d of Odrino, Orlov" + } + ], + "2026-03-08": [ + { + "id": 12, + "slug": "2nd-sunday-of-great-lent-st-gregory-palamas", + "title": "2nd Sunday of Great Lent: St Gregory Palamas" + }, + { + "id": 100609, + "slug": "synaxis-of-the-venerable-fathers-of-the-kiev-caves-lavra", + "title": "Synaxis of the Venerable Fathers of the Kiev Caves Lavra" + }, + { + "id": 100698, + "slug": "saint-theophylactus-bishop-of-nicomedia", + "title": "Saint Theophylactus, Bishop of Nicomedia" + }, + { + "id": 100699, + "slug": "venerable-lazarus-of-murom", + "title": "Venerable Lazarus of Murom" + }, + { + "id": 100700, + "slug": "venerable-athanasius-of-murom", + "title": "Venerable Athanasius of Murom" + }, + { + "id": 100701, + "slug": "apostle-hermes-of-the-seventy", + "title": "Apostle Hermes of the Seventy" + }, + { + "id": 100702, + "slug": "hieromartyr-theodoritus-of-antioch", + "title": "Hieromartyr Theodoritus of Antioch" + }, + { + "id": 100703, + "slug": "venerable-dometius", + "title": "Venerable Dometius" + }, + { + "id": 100705, + "slug": "kursk-root-icon-of-the-mother-of-god-of-the-sign", + "title": "Kursk Root Icon of the Mother of God \u201cof the Sign\u201d" + }, + { + "id": 100704, + "slug": "saint-felix-of-burgundy-bishop-of-dunwich-enlightener-of-east-an", + "title": "Saint Felix of Burgundy, Bishop of Dunwich, Enlightener of East Anglia" + } + ], + "2026-03-09": [ + { + "id": 100706, + "slug": "40-holy-martyrs-of-sebaste", + "title": "40 Holy Martyrs of Sebaste" + }, + { + "id": 100747, + "slug": "martyr-urpasianus-of-nicomedia", + "title": "Martyr Urpasianus of Nicomedia" + }, + { + "id": 100748, + "slug": "saint-caesarius-brother-of-saint-gregory-the-theologian", + "title": "Saint Caesarius, brother of Saint Gregory the Theologian" + }, + { + "id": 100749, + "slug": "righteous-tarasius-of-liconium", + "title": "Righteous Tarasius of Liconium" + }, + { + "id": 100750, + "slug": "icon-of-the-mother-of-god-albazin-or-the-word-was-made-flesh", + "title": "Icon of the Mother of God, \u201cAlbazin\u201d or \u201cThe Word was made Flesh\u201d" + }, + { + "id": 100291, + "slug": "venerable-vitalius-of-castronovo", + "title": "Venerable Vitalius of Castronovo" + } + ], + "2026-03-10": [ + { + "id": 100751, + "slug": "martyr-quadratus-and-those-with-him-at-corinth", + "title": "Martyr Quadratus and those with him at Corinth" + }, + { + "id": 100773, + "slug": "martyr-quadratus-and-those-with-him-at-nicomedia", + "title": "Martyr Quadratus and those with him at Nicomedia" + }, + { + "id": 100776, + "slug": "saint-anastasia-the-patrician-of-alexandria", + "title": "Saint Anastasia the Patrician of Alexandria" + }, + { + "id": 103828, + "slug": "saint-john-of-khakhuli-the-oqropiri-also-called-chrysostom", + "title": "Saint John of Khakhuli the Oqropiri, also called Chrysostom" + }, + { + "id": 205330, + "slug": "saint-michael-the-new-martyr", + "title": "Saint Michael the New Martyr" + } + ], + "2026-03-11": [ + { + "id": 100777, + "slug": "saint-sophronius-patriarch-of-jerusalem", + "title": "Saint Sophronius, Patriarch of Jerusalem" + }, + { + "id": 100778, + "slug": "saint-euthymius-bishop-of-novgorod", + "title": "Saint Euthymius, Bishop of Novgorod" + }, + { + "id": 100779, + "slug": "hieromartyrs-pionius-and-limnus-of-smyrna-and-those-with-them-as", + "title": "Hieromartyrs Pionius and Limnus of Smyrna and those with them: Asclepiades, Macedonia, and Sabina" + }, + { + "id": 100784, + "slug": "translation-of-the-relics-of-the-martyr-epimachus-of-pelusium", + "title": "Translation of the relics of the Martyr Epimachus of Pelusium" + }, + { + "id": 100785, + "slug": "saint-sophronius-bishop-of-vratcha-bulgaria", + "title": "Saint Sophronius, Bishop of Vratcha, Bulgaria" + }, + { + "id": 100786, + "slug": "venerable-sophronius-the-recluse-of-the-kiev-caves", + "title": "Venerable Sophronius the Recluse of the Kiev Caves" + } + ], + "2026-03-12": [ + { + "id": 100787, + "slug": "venerable-theophanes-the-confessor-of-sigriane", + "title": "Venerable Theophanes the Confessor of Sigriane" + }, + { + "id": 100788, + "slug": "righteous-phineas-the-grandson-of-aaron", + "title": "Righteous Phineas the grandson of Aaron" + }, + { + "id": 100789, + "slug": "saint-gregory-dialogus-pope-of-rome", + "title": "Saint Gregory Dialogus, Pope of Rome" + }, + { + "id": 100790, + "slug": "venerable-simeon-the-new-theologian", + "title": "Venerable Simeon the New Theologian" + }, + { + "id": 100791, + "slug": "icon-of-the-mother-of-god-icon-not-made-by-hands-from-lydda", + "title": "Icon of the Mother of God Icon \u201cNot Made by Hands\u201d from Lydda" + }, + { + "id": 103829, + "slug": "righteous-king-demetrius-tavdadebuli-of-georgia", + "title": "Righteous King Demetrius Tavdadebuli of Georgia" + }, + { + "id": 205331, + "slug": "hieromartyr-kirion-ii-catholicos-patriarch-of-all-georgia", + "title": "Hieromartyr Kirion II, Catholicos-Patriarch of All Georgia" + } + ], + "2026-03-13": [ + { + "id": 100792, + "slug": "translation-of-the-relics-of-saint-nikephoros-patriarch-of-const", + "title": "Translation of the relics of Saint Nikephoros, Patriarch of Constantinople" + }, + { + "id": 100793, + "slug": "martyr-sabinus-abibus-of-egypt", + "title": "Martyr Sabinus (Abibus) of Egypt" + }, + { + "id": 100794, + "slug": "martyrs-africanus-publius-and-terence-of-carthage", + "title": "Martyrs Africanus, Publius, and Terence, of Carthage" + }, + { + "id": 100795, + "slug": "hieromartyr-publius-bishop-of-athens", + "title": "Hieromartyr Publius, Bishop of Athens" + }, + { + "id": 100797, + "slug": "martyr-alexander-of-macedonia", + "title": "Martyr Alexander of Macedonia" + }, + { + "id": 100798, + "slug": "martyr-christina-of-persia", + "title": "Martyr Christina of Persia" + }, + { + "id": 100799, + "slug": "venerable-aninas-of-the-euphrates", + "title": "Venerable Aninas of the Euphrates" + } + ], + "2026-03-14": [ + { + "id": 13, + "slug": "3rd-saturday-of-great-lent-memorial-saturday", + "title": "3rd Saturday of Great Lent: Memorial Saturday" + }, + { + "id": 100800, + "slug": "venerable-benedict-of-nursia", + "title": "Venerable Benedict of Nursia" + }, + { + "id": 100801, + "slug": "saint-theognostus-metropolitan-of-kiev-and-all-russia", + "title": "Saint Theognostus, Metropolitan of Kiev and All Russia" + }, + { + "id": 100802, + "slug": "right-believing-great-prince-rostislav-michael-prince-of-kiev", + "title": "Right-believing Great Prince Rostislav-Michael, Prince of Kiev" + }, + { + "id": 100803, + "slug": "saint-euschemon-the-confessor-bishop-of-lampsacus", + "title": "Saint Euschemon the Confessor, Bishop of Lampsacus" + }, + { + "id": 100804, + "slug": "icon-of-the-mother-of-god-of-saint-theodore", + "title": "Icon of the Mother of God of Saint Theodore" + } + ], + "2026-03-15": [ + { + "id": 14, + "slug": "3rd-sunday-of-great-lent-veneration-of-the-cross", + "title": "3rd Sunday of Great Lent: Veneration of the Cross" + }, + { + "id": 100805, + "slug": "martyrs-agapius-publius-timolaus-romulus-two-named-dionysius-and", + "title": "Martyrs Agapius, Publius, Timolaus, Romulus, two named Dionysius, and two named Alexander, at Caesarea in Palestine" + }, + { + "id": 100811, + "slug": "hieromartyr-alexander-of-sd-in-pamphylia", + "title": "Hieromartyr Alexander of S\u03afd\u0113, in Pamphylia" + }, + { + "id": 100812, + "slug": "martyr-nicander-of-egypt", + "title": "Martyr Nicander of Egypt" + } + ], + "2026-03-16": [ + { + "id": 100813, + "slug": "martyr-sabinus-of-egypt", + "title": "Martyr Sabinus of Egypt" + }, + { + "id": 100814, + "slug": "martyr-papas-of-lyconia", + "title": "Martyr Papas of Lyconia" + }, + { + "id": 100815, + "slug": "saint-serapion-archbishop-of-novgorod", + "title": "Saint Serapion, Archbishop of Novgorod" + }, + { + "id": 100816, + "slug": "apostle-aristobulus-of-the-seventy-bishop-of-britain", + "title": "Apostle Aristobulus of the Seventy, Bishop of Britain" + }, + { + "id": 100817, + "slug": "hieromartyr-alexander-pope-of-rome", + "title": "Hieromartyr Alexander, Pope of Rome" + }, + { + "id": 100818, + "slug": "martyr-julian-of-anazarbus", + "title": "Martyr Julian of Anazarbus" + }, + { + "id": 100819, + "slug": "hieromartyrs-trophimus-and-thalus-of-laodicea", + "title": "Hieromartyrs Trophimus and Thalus of Laodicea" + }, + { + "id": 103830, + "slug": "saints-pimen-of-salosi-and-anton-meskhi-enlighteners-of-dagestan", + "title": "Saints Pimen of Salosi and Anton Meskhi, Enlighteners of Dagestan and the North Caucasus people" + }, + { + "id": 205333, + "slug": "saint-christdoulos-wonderworker-of-patmos", + "title": "Saint Christ\u00f3doulos, Wonderworker of Patmos" + }, + { + "id": 205336, + "slug": "saint-ambrose-the-confessor", + "title": "Saint Ambrose the Confessor" + }, + { + "id": 205472, + "slug": "saint-demetrius-the-devoted-king-of-georgia", + "title": "Saint Demetrius the Devoted, King of Georgia" + } + ], + "2026-03-17": [ + { + "id": 100822, + "slug": "venerable-alexis-the-man-of-god", + "title": "Venerable Alexis the Man of God" + }, + { + "id": 100824, + "slug": "venerable-macarius-the-wonderworker-abbot-of-kalyazin", + "title": "Venerable Macarius the Wonderworker, Abbot of Kalyazin" + }, + { + "id": 100823, + "slug": "martyr-marinus", + "title": "Martyr Marinus" + }, + { + "id": 100821, + "slug": "saint-patrick-bishop-of-armagh-enlightener-of-ireland", + "title": "Saint Patrick, Bishop of Armagh, Enlightener of Ireland" + }, + { + "id": 205441, + "slug": "hieromartyr-gabriel-the-lesser", + "title": "Hieromartyr Gabriel the Lesser" + } + ], + "2026-03-18": [ + { + "id": 100825, + "slug": "repose-of-saint-nikolai-of-zhicha", + "title": "Repose of Saint Nikolai of Zhicha" + }, + { + "id": 100829, + "slug": "saint-cyril-archbishop-of-jerusalem", + "title": "Saint Cyril, Archbishop of Jerusalem" + }, + { + "id": 100826, + "slug": "martyrs-trophimus-and-eucarpus-of-nicomedia", + "title": "Martyrs Trophimus and Eucarpus of Nicomedia" + }, + { + "id": 100828, + "slug": "venerable-aninas-of-the-euphrates", + "title": "Venerable Aninas of the Euphrates" + }, + { + "id": 205335, + "slug": "saint-cyril-of-astrakhan", + "title": "Saint Cyril of Astrakhan" + } + ], + "2026-03-19": [ + { + "id": 100830, + "slug": "martyrs-chrysanthus-and-daria-and-those-with-them-at-rome", + "title": "Martyrs Chrysanthus and Daria, and those with them at Rome" + }, + { + "id": 100838, + "slug": "saint-innocent-of-koml-and-vologda-disciple-of-saint-nilus-of-so", + "title": "Saint Innocent of Kom\u00e9l and Vologda disciple of Saint Nilus of Sora" + }, + { + "id": 100839, + "slug": "martyr-pancharius-at-nicomedia", + "title": "Martyr Pancharius at Nicomedia" + }, + { + "id": 108895, + "slug": "icon-of-the-mother-of-god-of-lubyatov", + "title": "Icon of the Mother of God of Lubyatov" + }, + { + "id": 100181, + "slug": "sweet-kissing-icon-of-the-mother-of-god-of-smolensk", + "title": "\u201cSweet-Kissing\u201d Icon of the Mother of God of Smolensk" + } + ], + "2026-03-20": [ + { + "id": 100841, + "slug": "martyred-holy-fathers-who-were-slain-at-the-monastery-of-saint-s", + "title": "Martyred Holy Fathers who were slain at the Monastery of Saint Savva" + }, + { + "id": 100845, + "slug": "monastic-martyr-euphrosynus-of-blue-jay-lake-novgorod", + "title": "Monastic Martyr Euphrosynus of Blue Jay Lake, Novgorod" + }, + { + "id": 100846, + "slug": "martyr-photini-the-samaritan-woman-her-sons-and-those-with-them", + "title": "Martyr Photini the Samaritan Woman, her sons, and those with them" + }, + { + "id": 100849, + "slug": "virgin-martyrs-alexandria-claudia-euphrasia-matrona-juliana-euph", + "title": "Virgin Martyrs Alexandria, Claudia, Euphrasia, Matrona, Juliana, Euphemia, and Theodora" + }, + { + "id": 100856, + "slug": "saint-niktas-the-confessor-archbishop-of-apollonias-in-bithynia", + "title": "Saint Nik\u1e17tas the Confessor, Archbishop of Apollonias in Bithynia" + }, + { + "id": 109071, + "slug": "saint-cuthbert-wonderworker-of-britain", + "title": "Saint Cuthbert, Wonderworker of Britain" + }, + { + "id": 205344, + "slug": "new-martyr-myron-of-crete", + "title": "New Martyr Myron of Crete" + } + ], + "2026-03-21": [ + { + "id": 15, + "slug": "4th-saturday-of-great-lent-memorial-saturday", + "title": "4th Saturday of Great Lent: Memorial Saturday" + }, + { + "id": 100858, + "slug": "saint-james-the-confessor-bishop-of-catania", + "title": "Saint James the Confessor, Bishop of Catania" + }, + { + "id": 100859, + "slug": "saint-cyril-bishop-of-catania", + "title": "Saint Cyril, Bishop of Catania" + }, + { + "id": 100860, + "slug": "saint-thomas-patriarch-of-constantinople", + "title": "Saint Thomas, Patriarch of Constantinople" + }, + { + "id": 103710, + "slug": "venerable-seraphim-of-vyritsa", + "title": "Venerable Seraphim of Vyritsa" + }, + { + "id": 205346, + "slug": "saint-serapion-bishop-of-thmuis-in-lower-egypt", + "title": "Saint Serapion, Bishop of Thmuis in Lower Egypt" + } + ], + "2026-03-22": [ + { + "id": 16, + "slug": "4th-sunday-of-great-lent-st-john-climacus-of-the-ladder", + "title": "4th Sunday of Great Lent: St John Climacus (of the Ladder)" + }, + { + "id": 100861, + "slug": "hieromartyr-basil-of-ancyra", + "title": "Hieromartyr Basil of Ancyra" + }, + { + "id": 100862, + "slug": "martyr-dross-daughter-of-emperor-trajan", + "title": "Martyr Dros\u03afs, daughter of Emperor Trajan" + }, + { + "id": 100863, + "slug": "venerable-isaac-the-confessor-founder-of-the-dalmatian-monastery", + "title": "Venerable Isaac the Confessor, Founder of the Dalmatian Monastery at Constantinople" + }, + { + "id": 100864, + "slug": "monastic-martyr-euthymius-of-prodromou-mount-athos", + "title": "Monastic Martyr Euthymius of Prodromou, Mount Athos" + }, + { + "id": 205347, + "slug": "martyrs-kalliniki-and-basilissa", + "title": "Martyrs Kalliniki and Basilissa" + } + ], + "2026-03-23": [ + { + "id": 100865, + "slug": "martyr-nikon-and-199-disciples-with-him-in-sicily", + "title": "Martyr Nikon and 199 disciples with him in Sicily" + }, + { + "id": 100867, + "slug": "venerable-nikon-abbot-of-the-kiev-far-caves", + "title": "Venerable Nikon, Abbot of the Kiev Far Caves" + }, + { + "id": 100868, + "slug": "martyr-philetus-the-senator-his-wife-and-sons-and-those-with-the", + "title": "Martyr Philetus the Senator, his wife and sons, and those with them in Illyria" + }, + { + "id": 100874, + "slug": "righteous-basil-of-mangazea-in-siberia", + "title": "Righteous Basil of Mangazea in Siberia" + }, + { + "id": 100875, + "slug": "monastic-martyr-luke-of-saint-annes-skete-on-mount-athos-and-odr", + "title": "Monastic Martyr Luke of Saint Anne\u2019s Skete on Mount Athos and Odrin" + }, + { + "id": 103912, + "slug": "venerable-sergius-srebryansky-the-new-confessor-of-tver", + "title": "Venerable Sergius (Srebryansky), the New Confessor of Tver" + } + ], + "2026-03-24": [ + { + "id": 100876, + "slug": "forefeast-of-the-annunciation", + "title": "Forefeast of the Annunciation" + }, + { + "id": 100877, + "slug": "venerable-zachariah-the-recluse", + "title": "Venerable Zachariah the Recluse" + }, + { + "id": 100878, + "slug": "saint-artemon-bishop-of-seleucia", + "title": "Saint Artemon, Bishop of Seleucia" + }, + { + "id": 100879, + "slug": "venerable-zachariah-the-ascetic-of-the-kiev-caves", + "title": "Venerable Zachariah the Ascetic of the Kiev Caves" + }, + { + "id": 100880, + "slug": "martyr-stephen-of-kazan", + "title": "Martyr Stephen of Kazan" + }, + { + "id": 100881, + "slug": "martyr-peter-of-kazan", + "title": "Martyr Peter of Kazan" + }, + { + "id": 100883, + "slug": "icon-of-the-mother-of-god-of-the-uncut-mount-or-clouded-mountain", + "title": "Icon of the Mother of God of \u201cthe Uncut Mount\u201d or \u201cClouded Mountain\u201d" + } + ], + "2026-03-25": [ + { + "id": 100884, + "slug": "the-annunciation-of-our-most-holy-lady-the-theotokos-and-ever-vi", + "title": "The Annunciation of our Most Holy Lady, the Theotokos and Ever-Virgin Mary" + } + ], + "2026-03-26": [ + { + "id": 100885, + "slug": "leavetaking-of-the-annunciation", + "title": "Leavetaking of the Annunciation" + }, + { + "id": 100886, + "slug": "synaxis-of-the-archangel-gabriel", + "title": "Synaxis of the Archangel Gabriel" + }, + { + "id": 100887, + "slug": "hieromartyr-irenaeus-bishop-of-sirmium", + "title": "Hieromartyr Irenaeus, Bishop of Sirmium" + }, + { + "id": 100888, + "slug": "26-martyrs-in-the-crimea", + "title": "26 Martyrs in the Crimea" + }, + { + "id": 100909, + "slug": "saint-malchus-of-chalcis-syria", + "title": "Saint Malchus of Chalcis, Syria" + }, + { + "id": 100910, + "slug": "venerable-basil-the-new-anchorite-near-constantinople", + "title": "Venerable Basil the New, Anchorite, Near Constantinople" + }, + { + "id": 100911, + "slug": "martyr-montanus-the-presbyter-of-singidunum-and-his-wife-maxima", + "title": "Martyr Montanus the Presbyter of Singidunum, and his wife Maxima" + }, + { + "id": 108008, + "slug": "new-martyr-george-of-sofia", + "title": "New Martyr George of Sofia" + } + ], + "2026-03-27": [ + { + "id": 100913, + "slug": "martyr-matrona-of-thessalonica", + "title": "Martyr Matrona of Thessalonica" + }, + { + "id": 100914, + "slug": "martyrs-manuel-and-theodosius", + "title": "Martyrs Manuel and Theodosius" + }, + { + "id": 100916, + "slug": "venerable-john-the-clairvoyant-anchorite-of-egypt", + "title": "Venerable John the Clairvoyant, Anchorite, of Egypt" + }, + { + "id": 100917, + "slug": "icon-of-the-mother-of-god-of-mount-athos-sweet-kissing", + "title": "Icon of the Mother of God of Mount Athos, \u201cSweet Kissing\u201d" + }, + { + "id": 100918, + "slug": "icon-of-the-mother-of-god-of-the-akathist", + "title": "Icon of the Mother of God \u201cof the Akathist\u201d" + }, + { + "id": 100254, + "slug": "prophet-hanani", + "title": "Prophet Hanani" + } + ], + "2026-03-28": [ + { + "id": 17, + "slug": "5th-saturday-of-great-lent-of-the-akathist-to-the-theotokos", + "title": "5th Saturday of Great Lent: of the Akathist to the Theotokos" + }, + { + "id": 100919, + "slug": "venerable-hilarion-the-new-abbot-of-pelekete", + "title": "Venerable Hilarion the New, Abbot of Pelekete" + }, + { + "id": 100920, + "slug": "venerable-stephen-wonderworker-abbot-of-triglia", + "title": "Venerable Stephen, Wonderworker, Abbot of Triglia" + }, + { + "id": 100921, + "slug": "monastic-martyr-eustratius-of-the-kiev-near-caves", + "title": "Monastic Martyr Eustratius of the Kiev Near Caves" + }, + { + "id": 100922, + "slug": "venerable-hilarion-of-pskov-lake-gdov", + "title": "Venerable Hilarion of Pskov, Lake Gdov" + }, + { + "id": 100924, + "slug": "martyred-brothers-barachisius-and-jonah-and-those-with-them-in-p", + "title": "Martyred brothers Barachisius and Jonah, and those with them, in Persia" + }, + { + "id": 100934, + "slug": "martyr-boyan-prince-of-bulgaria", + "title": "Martyr Boyan, Prince of Bulgaria" + }, + { + "id": 103831, + "slug": "venerable-john-bishop-of-manglisi", + "title": "Venerable John, Bishop of Manglisi" + }, + { + "id": 100935, + "slug": "saint-hesychios-the-presbyter-of-jerusalem", + "title": "Saint Hesychios the Presbyter of Jerusalem" + } + ], + "2026-03-29": [ + { + "id": 18, + "slug": "5th-sunday-of-great-lent-st-mary-of-egypt", + "title": "5th Sunday of Great Lent: St Mary of Egypt" + }, + { + "id": 100936, + "slug": "hieromartyr-mark-bishop-of-arethusa-who-suffered-under-julian-th", + "title": "Hieromartyr Mark, Bishop of Arethusa, who suffered under Julian the Apostate" + }, + { + "id": 100937, + "slug": "martyr-cyril-the-deacon-of-heliopolis-and-those-with-him-who-suf", + "title": "Martyr Cyril the Deacon of Heliopolis, and those with him, who suffered under Julian the Apostate" + }, + { + "id": 100939, + "slug": "venerable-john-the-anchorite-of-egypt", + "title": "Venerable John the Anchorite of Egypt" + }, + { + "id": 100940, + "slug": "saint-eustathius-eustace-the-confessor-bishop-of-bithynia", + "title": "Saint Eustathius (Eustace) the Confessor, Bishop of Bithynia" + }, + { + "id": 100941, + "slug": "venerable-mark-jonah-and-bassa-of-the-pskov-caves", + "title": "Venerable Mark, Jonah, and Bassa of the Pskov Caves" + }, + { + "id": 105910, + "slug": "saint-niktas-of-the-roslavl-forests", + "title": "Saint Nik\u1e17tas of the Roslavl Forests" + } + ], + "2026-03-30": [ + { + "id": 100943, + "slug": "venerable-john-climacus-of-sinai-author-of-the-ladder", + "title": "Venerable John Climacus of Sinai, Author of \u201cthe Ladder\u201d" + }, + { + "id": 100944, + "slug": "saint-sophronius-bishop-of-irkutsk", + "title": "Saint Sophronius, Bishop of Irkutsk" + }, + { + "id": 100945, + "slug": "prophet-joad", + "title": "Prophet Joad" + }, + { + "id": 100946, + "slug": "apostle-sosthenes-of-the-seventy", + "title": "Apostle Sosthenes of the Seventy" + }, + { + "id": 100947, + "slug": "apostle-apollos-of-the-seventy", + "title": "Apostle Apollos of the Seventy" + }, + { + "id": 100948, + "slug": "apostle-cephas-of-the-seventy", + "title": "Apostle Cephas of the Seventy" + }, + { + "id": 100949, + "slug": "apostle-caesar-of-the-seventy", + "title": "Apostle Caesar of the Seventy" + }, + { + "id": 100950, + "slug": "apostle-epaphroditus-of-the-seventy", + "title": "Apostle Epaphroditus of the Seventy" + }, + { + "id": 100951, + "slug": "saint-euboula-mother-of-saint-panteleimon", + "title": "Saint Euboula, mother of Saint Panteleimon" + }, + { + "id": 100952, + "slug": "venerable-john-the-silent-of-saint-savva-monastery", + "title": "Venerable John the Silent of Saint Savva Monastery" + }, + { + "id": 100953, + "slug": "saint-zosimus-bishop-of-syracuse", + "title": "Saint Zosimus, Bishop of Syracuse" + }, + { + "id": 109950, + "slug": "the-meeting-of-the-mother-of-god-and-saint-elizabeth", + "title": "The Meeting of the Mother of God and Saint Elizabeth" + } + ], + "2026-03-31": [ + { + "id": 100954, + "slug": "repose-of-saint-innocent-metropolitan-of-moscow-enlightener-of-t", + "title": "Repose of Saint Innocent, Metropolitan of Moscow, Enlightener of the Aleuts, Apostle to the Americas" + }, + { + "id": 100956, + "slug": "saint-hypatius-the-wonderworker-bishop-of-gangra", + "title": "Saint Hypatius the Wonderworker, Bishop of Gangra" + }, + { + "id": 100955, + "slug": "repose-of-saint-jonah-metropolitan-of-moscow-and-all-russia", + "title": "Repose of Saint Jonah, Metropolitan of Moscow and All Russia" + }, + { + "id": 100957, + "slug": "venerable-hypatius-the-healer-of-the-kiev-caves", + "title": "Venerable Hypatius the Healer of the Kiev Caves" + }, + { + "id": 100958, + "slug": "venerable-apollonius-ascetic-of-egypt", + "title": "Venerable Apollonius, Ascetic, of Egypt" + }, + { + "id": 100959, + "slug": "hieromartyr-avdas-bishop-of-persia-and-martyr-benjamin-the-deaco", + "title": "Hieromartyr Avdas, Bishop of Persia, and Martyr Benjamin the Deacon" + }, + { + "id": 100961, + "slug": "venerable-hypatius-abbot-of-rufinus-in-chalcedon", + "title": "Venerable Hypatius, Abbot of Rufinus in Chalcedon" + }, + { + "id": 100962, + "slug": "appearance-of-the-ivron-icon-of-the-mother-of-god", + "title": "Appearance of the Iv\u1e17ron Icon of the Mother of God" + }, + { + "id": 148986, + "slug": "saint-acacius-the-confessor", + "title": "Saint Acacius the Confessor" + }, + { + "id": 205337, + "slug": "righteous-joseph-the-patriarch", + "title": "Righteous Joseph the Patriarch" + } + ], + "2026-04-01": [ + { + "id": 100963, + "slug": "venerable-mary-of-egypt", + "title": "Venerable Mary of Egypt" + }, + { + "id": 100964, + "slug": "venerable-euthymius-of-suzdal", + "title": "Venerable Euthymius of Suzdal" + }, + { + "id": 100965, + "slug": "martyr-abraham-of-bulgaria", + "title": "Martyr Abraham of Bulgaria" + }, + { + "id": 100966, + "slug": "venerable-gerontius-the-canonarch-of-the-kiev-far-caves", + "title": "Venerable Gerontius the Canonarch of the Kiev Far Caves" + }, + { + "id": 100967, + "slug": "venerable-makarios-igoumen-of-pelket", + "title": "Venerable Makarios, Igoumen of Pel\u0113ket\u1e17" + }, + { + "id": 100968, + "slug": "martyrs-gerontius-and-basilides", + "title": "Martyrs Gerontius and Basilides" + }, + { + "id": 100970, + "slug": "righteous-achaz-ahaz", + "title": "Righteous Achaz (Ahaz)" + }, + { + "id": 103832, + "slug": "saint-john-shavteli-bishop-of-gaenati-and-saint-eulogius-prophet", + "title": "Saint John Shavteli, Bishop of Gaenati and Saint Eulogius, Prophet and Fool-for-Christ of Salosi" + }, + { + "id": 148993, + "slug": "venerable-barsanuphius-of-optina", + "title": "Venerable Barsanuphius of Optina" + } + ], + "2026-04-02": [ + { + "id": 100971, + "slug": "venerable-titus-the-wonderworker", + "title": "Venerable Titus the Wonderworker" + }, + { + "id": 100972, + "slug": "martyrs-amphianus-and-edesius-of-lycia", + "title": "Martyrs Amphianus and Edesius of Lycia" + }, + { + "id": 100974, + "slug": "martyr-polycarp-of-alexandria", + "title": "Martyr Polycarp of Alexandria" + }, + { + "id": 103834, + "slug": "saint-george-matskevereli-of-georgia", + "title": "Saint George Matskevereli of Georgia" + }, + { + "id": 100125, + "slug": "virgin-martyr-theodora-of-tyre", + "title": "Virgin Martyr Theodora of Tyre" + } + ], + "2026-04-03": [ + { + "id": 100975, + "slug": "venerable-niketas-the-confessor-abbot-of-medikion", + "title": "Venerable Niketas the Confessor, Abbot of Medikion" + }, + { + "id": 100976, + "slug": "holy-virgin-martyr-theodosa-of-tyre", + "title": "Holy Virgin Martyr Theodos\u03afa of Tyre" + }, + { + "id": 100977, + "slug": "martyr-irene", + "title": "Martyr Irene" + }, + { + "id": 100978, + "slug": "saint-illyricus-of-mount-myrsinon-in-the-peloponnesus", + "title": "Saint Illyricus of Mount Myrsinon in the Peloponnesus" + }, + { + "id": 100979, + "slug": "martyrs-elpidephorus-dius-bithonius-and-galycus", + "title": "Martyrs Elpidephorus, Dius, Bithonius, and Galycus" + }, + { + "id": 100983, + "slug": "unfading-flower-icon-of-the-mother-of-god", + "title": "\u201cUnfading Flower\u201d Icon of the Mother of God" + } + ], + "2026-04-04": [ + { + "id": 19, + "slug": "the-raising-of-lazarus-lazarus-saturday", + "title": "The Raising of Lazarus (Lazarus Saturday)" + }, + { + "id": 100984, + "slug": "venerable-joseph-the-hymnographer", + "title": "Venerable Joseph the Hymnographer" + }, + { + "id": 100985, + "slug": "venerable-george-of-mount-maleon-in-the-peloponnesus", + "title": "Venerable George of Mount Maleon in the Peloponnesus" + }, + { + "id": 100986, + "slug": "venerable-joseph-the-much-ailing-of-the-kiev-far-caves", + "title": "Venerable Joseph the Much-Ailing, of the Kiev Far Caves" + }, + { + "id": 100987, + "slug": "venerable-zosimas-abbot-of-vorbozomsk", + "title": "Venerable Zosimas, Abbot of Vorbozomsk" + }, + { + "id": 100988, + "slug": "venerable-zosimas-of-palestine", + "title": "Venerable Zosimas of Palestine" + }, + { + "id": 100989, + "slug": "virgin-martyr-pherbutha-phermoutha-of-persia-with-her-sister-and", + "title": "Virgin Martyr Pherbutha (Phermoutha) of Persia, with her sister, and servant" + }, + { + "id": 100992, + "slug": "new-martyr-niketas-of-pojani-and-serres", + "title": "New Martyr Niketas of Pojani and Serres" + }, + { + "id": 100993, + "slug": "saint-isidore-bishop-of-seville", + "title": "Saint Isidore, Bishop of Seville" + }, + { + "id": 100994, + "slug": "venerable-theonas-archbishop-of-thessalonica", + "title": "Venerable Theonas, Archbishop of Thessalonica" + }, + { + "id": 103835, + "slug": "saint-george-mtsire-of-georgia", + "title": "Saint George Mtsire of Georgia" + }, + { + "id": 100529, + "slug": "gerontissa-icon-of-the-mother-of-god", + "title": "Gerontissa Icon of the Mother of God" + }, + { + "id": 100268, + "slug": "the-life-giving-fountain-of-the-mother-of-god", + "title": "The Life Giving Fountain of the Mother of God" + }, + { + "id": 100225, + "slug": "deliverer-icon-of-the-mother-of-god", + "title": "\u201cDeliverer\u201d Icon of the Mother of God" + } + ], + "2026-04-05": [ + { + "id": 20, + "slug": "entry-of-our-lord-into-jerusalem-palm-sunday", + "title": "Entry of Our Lord into Jerusalem (Palm Sunday)" + }, + { + "id": 100997, + "slug": "martyrs-agathopodes-the-deacon-and-theodulus-the-reader-at-thess", + "title": "Martyrs Agathopodes the Deacon and Theodulus the Reader at Thessalonica" + }, + { + "id": 100999, + "slug": "venerable-publius-of-egypt", + "title": "Venerable Publius of Egypt" + }, + { + "id": 101000, + "slug": "saint-theonas-of-egypt", + "title": "Saint Theonas of Egypt" + }, + { + "id": 101001, + "slug": "saint-simeon-of-egypt", + "title": "Saint Simeon of Egypt" + }, + { + "id": 101002, + "slug": "saint-phorbinus-of-egypt", + "title": "Saint Phorbinus of Egypt" + }, + { + "id": 101003, + "slug": "venerable-mark-the-anchorite-of-athens", + "title": "Venerable Mark the Anchorite of Athens" + }, + { + "id": 101004, + "slug": "saint-plato-the-confessor-of-studion", + "title": "Saint Plato the Confessor of Studion" + }, + { + "id": 101005, + "slug": "venerable-theodora-of-thessalonica", + "title": "Venerable Theodora of Thessalonica" + }, + { + "id": 101006, + "slug": "translation-of-the-relics-of-saint-job-patriarch-of-moscow-and-a", + "title": "Translation of the relics of Saint Job, Patriarch of Moscow and All Russia" + }, + { + "id": 101007, + "slug": "icon-of-the-mother-of-god-of-kasperov", + "title": "Icon of the Mother of God of Kasperov" + }, + { + "id": 205338, + "slug": "martyr-claudius-and-those-with-him", + "title": "Martyr Claudius and those with him" + }, + { + "id": 205339, + "slug": "martyr-hypomone", + "title": "Martyr Hypomone" + } + ], + "2026-04-06": [ + { + "id": 21, + "slug": "great-and-holy-monday", + "title": "Great and Holy Monday" + }, + { + "id": 101008, + "slug": "saint-eutychius-patriarch-of-constantinople", + "title": "Saint Eutychius, Patriarch of Constantinople" + }, + { + "id": 101009, + "slug": "saint-methodius-equal-of-the-apostles-archbishop-of-moravia-enli", + "title": "Saint Methodius, Equal of the Apostles, Archbishop of Moravia, Enlightener of the Slavs" + }, + { + "id": 101010, + "slug": "saint-platonis-of-nisibis-syria", + "title": "Saint Platonis of Nisibis, Syria" + }, + { + "id": 101011, + "slug": "120-martyrs-of-persia", + "title": "120 Martyrs of Persia" + }, + { + "id": 101012, + "slug": "martyrs-jeremiah-and-presbyter-archilias", + "title": "Martyrs Jeremiah and Presbyter Archilias" + }, + { + "id": 101014, + "slug": "venerable-gregory-the-byzantine", + "title": "Venerable Gregory the Byzantine" + }, + { + "id": 101015, + "slug": "monastic-martyr-gennadios-of-dionysiou-on-mount-athos", + "title": "Monastic Martyr Gennadios of Dionysiou on Mount Athos" + } + ], + "2026-04-07": [ + { + "id": 22, + "slug": "great-and-holy-tuesday", + "title": "Great and Holy Tuesday" + }, + { + "id": 101016, + "slug": "repose-of-saint-tikhon-patriarch-of-moscow-enlightener-of-north", + "title": "Repose of Saint Tikhon, Patriarch of Moscow, Enlightener of North America" + }, + { + "id": 101023, + "slug": "saint-george-the-confessor-bishop-of-mytilene", + "title": "Saint George the Confessor, Bishop of Mytilene" + }, + { + "id": 101017, + "slug": "venerable-daniel-abbot-of-pereslavl-zalessky", + "title": "Venerable Daniel, Abbot of Pereslavl-Zalessky" + }, + { + "id": 101018, + "slug": "martyr-calliopius-at-pompeiopolis-in-cilicia", + "title": "Martyr Calliopius at Pompeiopolis in Cilicia" + }, + { + "id": 101019, + "slug": "martyrs-rufinus-the-deacon-aquilina-and-200-soldiers-with-them-a", + "title": "Martyrs Rufinus the Deacon, Aquilina, and 200 soldiers with them at Sinope" + }, + { + "id": 101022, + "slug": "venerable-serapion-of-egypt", + "title": "Venerable Serapion of Egypt" + } + ], + "2026-04-08": [ + { + "id": 23, + "slug": "great-and-holy-wednesday", + "title": "Great and Holy Wednesday" + }, + { + "id": 101024, + "slug": "apostle-herodion-of-the-seventy-and-those-with-him", + "title": "Apostle Herodion of the Seventy, and those with Him" + }, + { + "id": 101030, + "slug": "saint-niphon-bishop-of-novgorod", + "title": "Saint Niphon, Bishop of Novgorod" + }, + { + "id": 101031, + "slug": "venerable-rufus-the-obedient-of-the-kiev-far-caves", + "title": "Venerable Rufus the Obedient of the Kiev Far Caves" + }, + { + "id": 101032, + "slug": "martyr-pausilippus-of-heraclea-in-thrace", + "title": "Martyr Pausilippus of Heraclea in Thrace" + }, + { + "id": 101033, + "slug": "saint-celestine-pope-of-rome", + "title": "Saint Celestine, Pope of Rome" + }, + { + "id": 101034, + "slug": "spanish-icon-of-the-mother-of-god", + "title": "\u201cSpanish\u201d Icon of the Mother of God" + } + ], + "2026-04-09": [ + { + "id": 24, + "slug": "great-and-holy-thursday", + "title": "Great and Holy Thursday" + }, + { + "id": 101035, + "slug": "martyr-eupsychius-of-caesarea-in-cappadocia", + "title": "Martyr Eupsychius of Caesarea, in Cappadocia" + }, + { + "id": 101036, + "slug": "hieromartyr-desan-bishop-in-persia-and-272-others-with-him", + "title": "Hieromartyr Desan, Bishop in Persia, and 272 others with him" + }, + { + "id": 101040, + "slug": "monastic-martyr-bademus-vadim-of-persia", + "title": "Monastic Martyr Bademus (Vadim) of Persia" + }, + { + "id": 103922, + "slug": "saint-eleni-also-called-susanna-new-martyr-of-lesbos", + "title": "Saint Eleni (also called Susanna), New Martyr of Lesbos" + }, + { + "id": 108897, + "slug": "new-martyrs-raphael-nicholas-and-irene-of-lesbos", + "title": "New Martyrs Raphael, Nicholas, and Irene of Lesbos" + } + ], + "2026-04-10": [ + { + "id": 25, + "slug": "great-and-holy-friday", + "title": "Great and Holy Friday" + }, + { + "id": 101041, + "slug": "martyr-terence-and-40-others-beheaded-at-carthage", + "title": "Martyr Terence and 40 others beheaded at Carthage" + }, + { + "id": 101049, + "slug": "martyrs-james-jacob-the-presbyter-and-azadanes-and-abdicius-deac", + "title": "Martyrs James (Jacob) the Presbyter, and Azadanes and Abdicius, Deacons, of Persia" + }, + { + "id": 103836, + "slug": "martyrs-of-the-kvabtakhevi-monastery-in-georgia", + "title": "Martyrs of the Kvabtakhevi Monastery in Georgia" + }, + { + "id": 100434, + "slug": "hieromartyr-patriarch-gregory-v-of-constantinople", + "title": "Hieromartyr Patriarch Gregory V of Constantinople" + } + ], + "2026-04-11": [ + { + "id": 26, + "slug": "great-and-holy-saturday", + "title": "Great and Holy Saturday" + }, + { + "id": 101052, + "slug": "hieromartyr-antipas-bishop-of-pergamum-and-disciple-of-saint-joh", + "title": "Hieromartyr Antipas, Bishop of Pergamum and Disciple of Saint John the Theologian" + }, + { + "id": 101053, + "slug": "venerable-james-abbot-of-zheleznoborov", + "title": "Venerable James, Abbot of Zheleznoborov" + }, + { + "id": 101054, + "slug": "saint-barsanuphius-bishop-of-tver", + "title": "Saint Barsanuphius, Bishop of Tver" + }, + { + "id": 101055, + "slug": "martyrs-processus-and-martinian-of-rome", + "title": "Martyrs Processus and Martinian of Rome" + }, + { + "id": 101057, + "slug": "venerable-pharmuthius-the-anchorite-of-egypt", + "title": "Venerable Pharmuthius the Anchorite of Egypt" + }, + { + "id": 101058, + "slug": "venerable-john-disciple-of-venerable-gregory-of-decapolis", + "title": "Venerable John, disciple of Venerable Gregory of Decapolis" + }, + { + "id": 101059, + "slug": "saint-callinicus-of-cernica-bishop-of-rimnicului-in-romania", + "title": "Saint Callinicus of Cernica, Bishop of Rimnicului in Romania" + } + ], + "2026-04-12": [ + { + "id": 27, + "slug": "holy-pascha-the-resurrection-of-our-lord", + "title": "HOLY PASCHA: The Resurrection of Our Lord" + }, + { + "id": 101061, + "slug": "saint-basil-the-confessor-bishop-of-parium", + "title": "Saint Basil the Confessor, Bishop of Parium" + }, + { + "id": 101062, + "slug": "hieromartyr-zeno-bishop-of-verona", + "title": "Hieromartyr Zeno, Bishop of Verona" + }, + { + "id": 101063, + "slug": "saint-isaac-the-syrian-abbot-of-spoleto", + "title": "Saint Isaac the Syrian, Abbot of Spoleto" + }, + { + "id": 101064, + "slug": "monastic-martyrs-menas-david-and-john-of-palestine", + "title": "Monastic Martyrs Menas, David, and John, of Palestine" + }, + { + "id": 101067, + "slug": "venerable-anthusa-of-constantinople", + "title": "Venerable Anthusa of Constantinople" + }, + { + "id": 101068, + "slug": "venerable-athanasia-abbess-of-aegina", + "title": "Venerable Athanasia, Abbess of Aegina" + }, + { + "id": 101069, + "slug": "venerable-acacius-the-younger-of-mount-athos", + "title": "Venerable Acacius the Younger of Mount Athos" + }, + { + "id": 101070, + "slug": "murom-icon-of-the-mother-of-god", + "title": "Murom Icon of the Mother of God" + }, + { + "id": 101071, + "slug": "belynich-icon-of-the-mother-of-god", + "title": "Belynich Icon of the Mother of God" + }, + { + "id": 100260, + "slug": "transfer-of-the-holy-zone-of-theotokos-to-constantinople", + "title": "Transfer of the Holy Zone of Theotokos to Constantinople" + } + ], + "2026-04-13": [ + { + "id": 28, + "slug": "bright-monday", + "title": "Bright Monday" + }, + { + "id": 100917, + "slug": "icon-of-the-mother-of-god-of-mt-athos-sweet-kissing", + "title": "Icon of the Mother of God of Mt. Athos, \u201cSweet Kissing\u201d" + }, + { + "id": 101072, + "slug": "hieromartyr-artemon-of-laodikeia", + "title": "Hieromartyr Artemon of Laodikeia" + }, + { + "id": 101073, + "slug": "martyr-crescens-of-myra-in-lycia", + "title": "Martyr Crescens of Myra in Lycia" + }, + { + "id": 101074, + "slug": "martyr-thomais-of-alexandria", + "title": "Martyr Thomais of Alexandria" + } + ], + "2026-04-14": [ + { + "id": 29, + "slug": "bright-tuesday", + "title": "Bright Tuesday" + }, + { + "id": 101075, + "slug": "saint-martin-the-confessor-pope-of-rome", + "title": "Saint Martin the Confessor, Pope of Rome" + }, + { + "id": 101076, + "slug": "martyrs-anthony-john-and-eustathius-of-vilnius", + "title": "Martyrs Anthony, John, and Eustathius of Vilnius" + }, + { + "id": 101079, + "slug": "martyr-ardalion-the-actor", + "title": "Martyr Ardalion the Actor" + }, + { + "id": 101080, + "slug": "martyr-azades-the-eunuch-and-1000-martyrs-of-persia", + "title": "Martyr Azades the Eunuch and 1,000 Martyrs of Persia" + }, + { + "id": 101082, + "slug": "vilna-icon-of-the-mother-of-god", + "title": "Vil'na Icon of the Mother of God" + } + ], + "2026-04-15": [ + { + "id": 30, + "slug": "bright-wednesday", + "title": "Bright Wednesday" + }, + { + "id": 101083, + "slug": "apostle-aristarchus-of-the-seventy", + "title": "Apostle Aristarchus of the Seventy" + }, + { + "id": 101084, + "slug": "apostle-pudens-of-the-seventy", + "title": "Apostle Pudens of the Seventy" + }, + { + "id": 101085, + "slug": "apostle-trophimus-of-the-seventy", + "title": "Apostle Trophimus of the Seventy" + }, + { + "id": 101086, + "slug": "martyrs-basilissa-and-anastasia-of-rome-disciples-of-apostles-pe", + "title": "Martyrs Basilissa and Anastasia of Rome, disciples of Apostles Peter and Paul" + }, + { + "id": 101088, + "slug": "martyr-suchias-and-his-soldiers-in-georgia", + "title": "Martyr Suchias and his Soldiers in Georgia" + }, + { + "id": 101105, + "slug": "martyr-savva-the-goth-of-wallachia", + "title": "Martyr Savva the Goth of Wallachia" + }, + { + "id": 205456, + "slug": "saint-ephraim-the-great-of-atsquri", + "title": "Saint Ephraim the Great of Atsquri" + } + ], + "2026-04-16": [ + { + "id": 31, + "slug": "bright-thursday", + "title": "Bright Thursday" + }, + { + "id": 101106, + "slug": "virgin-martyrs-agape-irene-and-chionia-in-illyria", + "title": "Virgin Martyrs Agape, Irene and Chionia, in Illyria" + }, + { + "id": 101109, + "slug": "martyrs-leonidas-chariessa-nice-galina-kalista-nunechia-basiliss", + "title": "Martyrs Leonidas, Chariessa, Nice, Galina, Kalista, Nunechia, Basilissa, Theodora, and Irene, of Corinth" + }, + { + "id": 101118, + "slug": "monastic-martyr-christopher-of-dionysiou-mount-athos", + "title": "Monastic Martyr Christopher of Dionysiou, Mount Athos" + }, + { + "id": 101119, + "slug": "hieromartyr-niktas", + "title": "Hieromartyr Nik\u1e17tas" + }, + { + "id": 101121, + "slug": "weeping-ilyin-chernigov-icon-of-the-mother-of-god", + "title": "Weeping \u201cIlyin Chernigov\u201d Icon of the Mother of God" + }, + { + "id": 205341, + "slug": "tambov-utkino-icon-of-the-mother-of-god", + "title": "Tambov (Utkino) Icon of the Mother of God" + } + ], + "2026-04-17": [ + { + "id": 32, + "slug": "bright-friday-the-life-giving-fountain-of-the-mother-of-god", + "title": "Bright Friday: The Life Giving Fountain of the Mother of God" + }, + { + "id": 101060, + "slug": "appearance-of-the-icon-of-the-mother-of-god-the-footprint-at-poc", + "title": "Appearance of the Icon of the Mother of God \u201cThe Footprint\u201d at Pochaev" + }, + { + "id": 101122, + "slug": "hieromartyr-simeon-bishop-in-persia-and-those-with-him", + "title": "Hieromartyr Simeon, Bishop in Persia, and those with him" + }, + { + "id": 101129, + "slug": "saint-akakios-bishop-of-melitn", + "title": "Saint Akakios, Bishop of Melit\u0113n\u1e17" + }, + { + "id": 101130, + "slug": "venerable-zosimas-abbot-of-solovki", + "title": "Venerable Zosimas, Abbot of Solovki" + }, + { + "id": 101131, + "slug": "uncovering-of-the-relics-of-venerable-alexander-abbot-of-svir", + "title": "Uncovering of the relics of Venerable Alexander, Abbot of Svir" + }, + { + "id": 101132, + "slug": "martyr-adrian-of-corinth", + "title": "Martyr Adrian of Corinth" + }, + { + "id": 101133, + "slug": "saint-agapitus-pope-of-rome", + "title": "Saint Agapitus, Pope of Rome" + }, + { + "id": 101134, + "slug": "venerable-makarius-of-corinth", + "title": "Venerable Makarius of Corinth" + } + ], + "2026-04-18": [ + { + "id": 33, + "slug": "bright-saturday", + "title": "Bright Saturday" + }, + { + "id": 101135, + "slug": "venerable-john-disciple-of-venerable-gregory-of-decapolis", + "title": "Venerable John, disciple of Venerable Gregory of Decapolis" + }, + { + "id": 101136, + "slug": "martyr-victor-and-his-companions-of-nicomedia", + "title": "Martyr Victor, and his companions, of Nicomedia" + }, + { + "id": 101141, + "slug": "saint-cosmas-bishop-of-chalcedon-and-his-fellow-ascetic-saint-au", + "title": "Saint Cosmas, Bishop of Chalcedon, and his fellow ascetic, Saint Auxentius" + }, + { + "id": 101143, + "slug": "new-martyr-john-the-new-of-epirus", + "title": "New Martyr John the New of Epirus" + }, + { + "id": 101144, + "slug": "venerable-euthymius-enlightener-of-karelia-finland-and-the-right", + "title": "Venerable Euthymius, Enlightener of Karelia, Finland and the Righteous Anthony and Felix" + }, + { + "id": 101145, + "slug": "maximov-icon-of-the-mother-of-god", + "title": "\u201cMaximov\u201d Icon of the Mother of God" + }, + { + "id": 103839, + "slug": "saint-basil-ratishvili-of-georgia", + "title": "Saint Basil Ratishvili of Georgia" + } + ], + "2026-04-19": [ + { + "id": 34, + "slug": "antipascha-saint-thomas-sunday", + "title": "Antipascha: Saint Thomas Sunday" + }, + { + "id": 101146, + "slug": "venerable-john-of-the-ancient-caves-in-palestine", + "title": "Venerable John of the Ancient Caves in Palestine" + }, + { + "id": 101147, + "slug": "martyrs-christopher-theonas-and-anthony-at-rome", + "title": "Martyrs Christopher, Theonas, and Anthony, at Rome" + }, + { + "id": 101150, + "slug": "hieromartyr-paphnutius-of-jerusalem", + "title": "Hieromartyr Paphnutius of Jerusalem" + }, + { + "id": 101151, + "slug": "saint-george-the-confessor-and-bishop-of-antioch-in-pisidia", + "title": "Saint George the Confessor and Bishop of Antioch, in Pisidia" + }, + { + "id": 101152, + "slug": "saint-tryphon-patriarch-of-constantinople", + "title": "Saint Tryphon, Patriarch of Constantinople" + }, + { + "id": 101153, + "slug": "venerable-nikphros-abbot-of-catabad", + "title": "Venerable Nik\u0113ph\u00f3ros, Abbot of Catabad" + }, + { + "id": 101154, + "slug": "monastic-martyr-agathangelus-of-esphigmenou-mount-athos", + "title": "Monastic Martyr Agathangelus of Esphigmenou, Mount Athos" + }, + { + "id": 101155, + "slug": "venerable-simeon-of-philotheou", + "title": "Venerable Simeon of Philotheou" + }, + { + "id": 100435, + "slug": "martyr-theodore-and-those-with-him", + "title": "Martyr Theodore and those with him" + } + ], + "2026-04-20": [ + { + "id": 101156, + "slug": "venerable-theodore-trichinas-the-hair-shirt-wearer-and-hermit-ne", + "title": "Venerable Theodore Trichinas \u201cthe Hair-Shirt Wearer\u201d and Hermit Near Constantinople" + }, + { + "id": 101157, + "slug": "venerable-alexander-abbot-of-oshevensk", + "title": "Venerable Alexander, Abbot of Oshevensk" + }, + { + "id": 101158, + "slug": "childmartyr-gabriel-of-bialystok", + "title": "Childmartyr Gabriel of Bialystok" + }, + { + "id": 101159, + "slug": "blessed-gregory-patriarch-of-antioch", + "title": "Blessed Gregory, Patriarch of Antioch" + }, + { + "id": 101161, + "slug": "venerable-anastasius-abbot-of-sinai", + "title": "Venerable Anastasius, Abbot of Sinai" + }, + { + "id": 103713, + "slug": "saint-betran-bishop-of-lesser-scythia", + "title": "Saint Betran, Bishop of Lesser Scythia" + }, + { + "id": 103714, + "slug": "saint-theotimus-bishop-of-lesser-scythia", + "title": "Saint Theotimus, Bishop of Lesser Scythia" + }, + { + "id": 107811, + "slug": "translation-of-the-relics-of-saint-nikolai-of-zhicha", + "title": "Translation of the relics of Saint Nikolai of Zhicha" + }, + { + "id": 108040, + "slug": "saint-joseph-of-serbia", + "title": "Saint Joseph of Serbia" + }, + { + "id": 148976, + "slug": "apostle-zacchaeus", + "title": "Apostle Zacchaeus" + }, + { + "id": 205350, + "slug": "saint-athanasius-of-meteora", + "title": "Saint Athanasius of Meteora" + } + ], + "2026-04-21": [ + { + "id": 35, + "slug": "day-of-rejoicing", + "title": "Day of Rejoicing" + }, + { + "id": 101162, + "slug": "hieromartyr-januarius-bishop-of-benevento-and-his-companions-at", + "title": "Hieromartyr Januarius, Bishop of Benevento, and his companions, at Pozzuoli" + }, + { + "id": 101169, + "slug": "hieromartyr-theodore-of-perge-in-pamphylia-his-mother-philippa-a", + "title": "Hieromartyr Theodore of Perge in Pamphylia, his mother, Philippa, and Martyrs Dioscorus, Socrates, and Dionysius" + }, + { + "id": 101174, + "slug": "martyrs-isaac-apollos-and-quadratus-of-nicomedia", + "title": "Martyrs Isaac, Apollos, and Quadratus, of Nicomedia" + }, + { + "id": 101177, + "slug": "saint-maximian-patriarch-of-constantinople", + "title": "Saint Maximian, Patriarch of Constantinople" + }, + { + "id": 101348, + "slug": "the-recovery-of-the-relics-of-saint-theodore-of-sanaxar", + "title": "The Recovery of the Relics of Saint Theodore of Sanaxar" + } + ], + "2026-04-22": [ + { + "id": 101178, + "slug": "saint-theodore-the-sykeote-bishop-of-anastasiopolis", + "title": "Saint Theodore the Sykeote, Bishop of Anastasiopolis" + }, + { + "id": 101179, + "slug": "translation-of-the-relics-of-blessed-vsevolod-in-baptism-gabriel", + "title": "Translation of the relics of Blessed Vsevolod (in Baptism Gabriel), Prince of Pskov" + }, + { + "id": 101180, + "slug": "apostle-nathaniel-of-the-seventy", + "title": "Apostle Nathaniel of the Seventy" + }, + { + "id": 101181, + "slug": "apostle-and-evangelist-luke-of-the-seventy", + "title": "Apostle and Evangelist Luke of the Seventy" + }, + { + "id": 101182, + "slug": "holy-apostles-of-the-70-apelles-luke-loukios-and-clement", + "title": "Holy Apostles of the 70 Apelles, Luke (Loukios), and Clement" + }, + { + "id": 101183, + "slug": "venerable-vitalius-of-gaza", + "title": "Venerable Vitalius of Gaza" + }, + { + "id": 108041, + "slug": "hieromartyr-savva-trlajic-of-serbia", + "title": "Hieromartyr Savva (Trlajic) of Serbia" + }, + { + "id": 108075, + "slug": "hieromartyr-platon-the-newmartyr-of-banjaluka", + "title": "Hieromartyr Platon the Newmartyr of Banjaluka" + } + ], + "2026-04-23": [ + { + "id": 101184, + "slug": "greatmartyr-victory-bearer-and-wonderworker-george", + "title": "Greatmartyr, Victory-bearer, and Wonderworker George" + }, + { + "id": 101185, + "slug": "martyr-alexandra-the-empress-wife-of-diocletian", + "title": "Martyr Alexandra the Empress, wife of Diocletian" + }, + { + "id": 101186, + "slug": "martyrs-anatolius-and-protoleon-soldiers-converted-by-witnessing", + "title": "Martyrs Anatolius and Protoleon, soldiers converted by witnessing the martyrdom of Saint George" + }, + { + "id": 108009, + "slug": "new-martyr-lazarus-of-bulgaria", + "title": "New Martyr Lazarus of Bulgaria" + }, + { + "id": 100543, + "slug": "holy-martyr-polychronia", + "title": "Holy Martyr Polychronia" + } + ], + "2026-04-24": [ + { + "id": 101188, + "slug": "martyr-savva-stratelates-the-general-of-rome-and-70-soldiers-wit", + "title": "Martyr Savva Stratelates \u201cthe General\u201d of Rome, and 70 soldiers with him" + }, + { + "id": 101190, + "slug": "venerable-savva-the-recluse-of-the-kiev-far-caves", + "title": "Venerable Savva the Recluse of the Kiev Far Caves" + }, + { + "id": 101191, + "slug": "venerable-alexius-the-recluse-of-the-kiev-far-caves", + "title": "Venerable Alexius the Recluse of the Kiev Far Caves" + }, + { + "id": 101193, + "slug": "martyrs-valentine-and-pasikrates-in-moesia-bulgaria", + "title": "Martyrs Valentine and Pasikrates in Moesia, Bulgaria" + }, + { + "id": 101194, + "slug": "martyrs-eusebius-neon-leontius-longinus-and-others-at-nicomedia", + "title": "Martyrs Eusebius, Neon, Leontius, Longinus, and others, at Nicomedia" + }, + { + "id": 101198, + "slug": "venerable-thomas-the-fool-of-syria", + "title": "Venerable Thomas the Fool of Syria" + }, + { + "id": 101199, + "slug": "saint-elizabeth-wonderworker-of-constantinople", + "title": "Saint Elizabeth, Wonderworker of Constantinople" + }, + { + "id": 101200, + "slug": "saint-iorest-metropolitan-of-ardeal-confessor-of-romania", + "title": "Saint Iorest, Metropolitan of Ardeal, Confessor of Romania" + }, + { + "id": 101201, + "slug": "saint-savva-brancovici-metropolitan-of-ardeal-confessor-of-roman", + "title": "Saint Savva Brancovici, Metropolitan of Ardeal, Confessor of Romania" + }, + { + "id": 101202, + "slug": "hieromartyr-and-confessor-elijah-ilie-the-wallachian", + "title": "Hieromartyr and Confessor Elijah (Ilie) the Wallachian" + }, + { + "id": 101203, + "slug": "icon-of-the-mother-of-god-of-molcha", + "title": "Icon of the Mother of God of Molcha" + }, + { + "id": 108042, + "slug": "hieromartyr-branko-dobrosavljevic-the-newmartyr", + "title": "Hieromartyr Branko (Dobrosavljevic) the Newmartyr" + }, + { + "id": 149008, + "slug": "saint-joseph-the-confessor-of-maramures", + "title": "Saint Joseph the Confessor of Maramures" + }, + { + "id": 205318, + "slug": "hieromartyr-branko-parish-priest-of-veljusa", + "title": "Hieromartyr Branko, parish priest of Veljusa" + } + ], + "2026-04-25": [ + { + "id": 149026, + "slug": "saint-basil-of-poiana-marului", + "title": "Saint Basil of Poiana Marului" + }, + { + "id": 101204, + "slug": "apostle-and-evangelist-mark", + "title": "Apostle and Evangelist Mark" + }, + { + "id": 101205, + "slug": "venerable-sylvester-abbot-of-obnora", + "title": "Venerable Sylvester, Abbot of Obnora" + }, + { + "id": 101206, + "slug": "constantinople-icon-of-the-mother-of-god", + "title": "Constantinople Icon of the Mother of God" + } + ], + "2026-04-26": [ + { + "id": 36, + "slug": "sunday-of-the-holy-myrrhbearing-women-with-the-noble-joseph", + "title": "Sunday of the Holy Myrrhbearing Women with the Noble Joseph" + }, + { + "id": 101207, + "slug": "hieromartyr-basil-bishop-of-amasea", + "title": "Hieromartyr Basil, Bishop of Amasea" + }, + { + "id": 101208, + "slug": "saint-stephen-bishop-of-perm", + "title": "Saint Stephen, Bishop of Perm" + }, + { + "id": 101209, + "slug": "righteous-virgin-martyr-glaphyra", + "title": "Righteous Virgin Martyr Glaphyra" + }, + { + "id": 101210, + "slug": "saint-joannicius-of-devich-serbia", + "title": "Saint Joannicius of Devich, Serbia" + }, + { + "id": 500, + "slug": "6000-martyrs-of-saint-david-gareji-monastery-georgia", + "title": "6,000 Martyrs of Saint David Gareji Monastery, Georgia" + }, + { + "id": 101211, + "slug": "icon-of-the-mother-of-god-of-mozdok-and-dubno-krasnogorsk", + "title": "Icon of the Mother of God of Mozdok and Dubno-Krasnogorsk" + } + ], + "2026-04-27": [ + { + "id": 107777, + "slug": "hieromartyr-simeon-kinsman-of-the-lord-second-bishop-of-jerusale", + "title": "Hieromartyr Simeon, kinsman of the Lord, second Bishop of Jerusalem" + }, + { + "id": 101213, + "slug": "venerable-stephen-abbot-of-the-kiev-far-caves-and-bishop-of-vlad", + "title": "Venerable Stephen, Abbot of the Kiev Far Caves, and Bishop of Vladimir, in Volhynia" + }, + { + "id": 101214, + "slug": "saint-eulogius-the-hospitable-of-constantinople", + "title": "Saint Eulogius the Hospitable of Constantinople" + }, + { + "id": 100127, + "slug": "the-burning-of-saint-savas-relics", + "title": "The Burning of Saint Sava's relics" + } + ], + "2026-04-28": [ + { + "id": 101215, + "slug": "apostles-jason-and-sosipater-of-the-seventy-the-virgin-kerkyra-a", + "title": "Apostles Jason and Sosipater of the Seventy, the Virgin Kerkyra, and those with them" + }, + { + "id": 101218, + "slug": "martyrs-dada-maximus-and-quinctilian-at-dorostolum", + "title": "Martyrs Dada, Maximus, and Quinctilian, at Dorostolum" + }, + { + "id": 101221, + "slug": "saint-cyril-bishop-of-turov", + "title": "Saint Cyril, Bishop of Turov" + } + ], + "2026-04-29": [ + { + "id": 101233, + "slug": "nine-martyrs-at-cyzicus-theognes-rufus-antipater-theostichus-art", + "title": "Nine Martyrs at Cyzicus: Theognes, Rufus, Antipater, Theostichus, Artemas, Magnus, Theodotus, Thaumasius, and Philemon" + }, + { + "id": 101242, + "slug": "venerable-memnon-the-wonderworker", + "title": "Venerable Memnon the Wonderworker" + }, + { + "id": 101243, + "slug": "martyrs-diodorus-and-rhodopianusdeacons-at-aphrodisia-in-anatoli", + "title": "Martyrs Diodorus and Rhodopianus\u2014Deacons, at Aphrodisia in Anatolia" + }, + { + "id": 101245, + "slug": "saint-basil-bishop-of-zakholmsk-in-montenegro-serbia", + "title": "Saint Basil, Bishop of Zakholmsk in Montenegro, Serbia" + }, + { + "id": 149001, + "slug": "venerable-nectarius-of-optina", + "title": "Venerable Nectarius of Optina" + }, + { + "id": 205301, + "slug": "martyrs-of-lazeti", + "title": "Martyrs of Lazeti" + }, + { + "id": 205351, + "slug": "saint-endellion-recluse-of-cornwall", + "title": "Saint Endellion, recluse of Cornwall" + } + ], + "2026-04-30": [ + { + "id": 101248, + "slug": "apostle-james-the-brother-of-saint-john-the-theologian", + "title": "Apostle James the Brother of Saint John the Theologian" + }, + { + "id": 101249, + "slug": "uncovering-of-the-relics-of-saint-niktas-bishop-of-novgorod", + "title": "Uncovering of the relics of Saint Nik\u1e17tas, Bishop of Novgorod" + }, + { + "id": 107780, + "slug": "saint-donatus-bishop-of-euroea-in-epirus", + "title": "Saint Donatus, Bishop of Euroea in Epirus" + }, + { + "id": 101250, + "slug": "uncovering-of-the-relics-of-saint-basil-bishop-of-amasea", + "title": "Uncovering of the relics of Saint Basil, Bishop of Amasea" + }, + { + "id": 101251, + "slug": "martyr-maximus-of-ephesus", + "title": "Martyr Maximus of Ephesus" + }, + { + "id": 101252, + "slug": "saint-ignatius-brianchaninov-bishop-of-the-caucasus-and-stavropo", + "title": "Saint Ignatius Brianchaninov, Bishop of the Caucasus and Stavropol" + }, + { + "id": 101266, + "slug": "new-martyr-argyra", + "title": "New Martyr Argyra" + } + ], + "2026-05-01": [ + { + "id": 101254, + "slug": "prophet-jeremiah", + "title": "Prophet Jeremiah" + }, + { + "id": 101255, + "slug": "venerable-paphnutius-abbot-of-borov", + "title": "Venerable Paphnutius, Abbot of Borov" + }, + { + "id": 101263, + "slug": "new-martyr-euthymius-of-mount-athos", + "title": "New Martyr Euthymius of Mount Athos" + }, + { + "id": 101264, + "slug": "new-martyr-ignatius-the-martyr-of-mount-athos", + "title": "New Martyr Ignatius the Martyr of Mount Athos" + }, + { + "id": 101265, + "slug": "new-martyr-acacius-martyr-of-mount-athos-and-seres", + "title": "New Martyr Acacius, Martyr of Mount Athos and Seres" + }, + { + "id": 101259, + "slug": "hieromartyr-macarius-metropolitan-of-kiev", + "title": "Hieromartyr Macarius, Metropolitan of Kiev" + }, + { + "id": 101260, + "slug": "martyr-bata-the-persian", + "title": "Martyr Bata the Persian" + }, + { + "id": 101261, + "slug": "right-believing-tamara-queen-of-georgia", + "title": "Right-believing Tamara, Queen of Georgia" + }, + { + "id": 101262, + "slug": "venerable-nikphros-of-chios", + "title": "Venerable Nik\u0113ph\u00f3ros of Chios" + }, + { + "id": 101267, + "slug": "unexpected-joy-icon-of-the-mother-of-god", + "title": "\u201cUnexpected Joy\u201d Icon of the Mother of God" + }, + { + "id": 101256, + "slug": "myrrh-bearing-icon-of-the-mother-of-god", + "title": "\u201cMyrrh-Bearing\u201d Icon of the Mother of God" + }, + { + "id": 101258, + "slug": "saint-panaretus-of-cyprus", + "title": "Saint Panaretus of Cyprus" + }, + { + "id": 148980, + "slug": "saint-gerasimus-of-boldino", + "title": "Saint Gerasimus of Boldino" + }, + { + "id": 205352, + "slug": "martyr-isidora", + "title": "Martyr Isidora" + }, + { + "id": 205457, + "slug": "saint-zosimas-ii-of-kumurdo", + "title": "Saint Zosimas II of Kumurdo" + } + ], + "2026-05-02": [ + { + "id": 205349, + "slug": "saint-matrona-of-moscow", + "title": "Saint Matrona of Moscow" + }, + { + "id": 101269, + "slug": "saint-athanasius-the-great-patriarch-of-alexandria", + "title": "Saint Athanasius the Great, Patriarch of Alexandria" + }, + { + "id": 101270, + "slug": "translation-of-the-relics-of-the-holy-passionbearers-boris-and-g", + "title": "Translation of the Relics of the Holy Passionbearers Boris and Gleb (in Baptism Roman and David\u20141072 and 1115)" + }, + { + "id": 101272, + "slug": "saint-athanasius-of-lubensk-patriarch-of-constantinople", + "title": "Saint Athanasius of Lubensk, Patriarch of Constantinople" + }, + { + "id": 101273, + "slug": "martyr-hesperus-with-his-wife-and-sons-at-attalia", + "title": "Martyr Hesperus with his wife and sons at Attalia" + }, + { + "id": 101277, + "slug": "saint-boris-in-baptism-michael-equal-of-the-apostles-prince-and", + "title": "Saint Boris (in Baptism Michael), Equal of the Apostles, Prince and Baptizer of Bulgaria" + }, + { + "id": 107782, + "slug": "icon-of-the-mother-of-god-of-putivil", + "title": "Icon of the Mother of God of Putivil" + } + ], + "2026-05-03": [ + { + "id": 37, + "slug": "sunday-of-the-paralytic", + "title": "Sunday of the Paralytic" + }, + { + "id": 101278, + "slug": "martyr-timothy-the-reader-and-his-wife-maura-in-egypt", + "title": "Martyr Timothy the Reader and his wife, Maura, in Egypt" + }, + { + "id": 101280, + "slug": "venerable-theodosius-abbot-of-the-kiev-far-caves-monastery-and-f", + "title": "Venerable Theodosius, Abbot of the Kiev Far Caves Monastery, and Founder of Coenobitic Monasticism in Russia" + }, + { + "id": 101281, + "slug": "saint-peter-the-wonderworker-bishop-of-argos", + "title": "Saint Peter the Wonderworker, Bishop of Argos" + }, + { + "id": 101282, + "slug": "svena-icon-of-the-mother-of-god", + "title": "\u201cSvena\u201d Icon of the Mother of God" + }, + { + "id": 101283, + "slug": "translation-of-the-dormition-icon-of-the-mother-of-god-from-cons", + "title": "Translation of the Dormition Icon of the Mother of God from Constantinople to the Kiev Caves, Far Caves" + }, + { + "id": 103841, + "slug": "saint-mamai-catholicos-of-georgia", + "title": "Saint Mamai, Catholicos of Georgia" + }, + { + "id": 103842, + "slug": "saints-michael-and-arsenius-of-ulompo-georgia", + "title": "Saints Michael and Arsenius of Ulompo, Georgia" + }, + { + "id": 205353, + "slug": "saint-ekoumnios-wonderworker-of-trikala", + "title": "Saint Ekoum\u00e9nios, Wonderworker of Trikala" + }, + { + "id": 100266, + "slug": "holy-great-martyr-xenia-of-kalamata", + "title": "Holy Great Martyr Xenia of Kalamata" + } + ], + "2026-05-04": [ + { + "id": 148978, + "slug": "new-martyr-archpriest-vasily-martysz", + "title": "New Martyr Archpriest Vasily Martysz" + }, + { + "id": 101285, + "slug": "virgin-martyr-pelagia-of-tarsus-in-asia-minor", + "title": "Virgin Martyr Pelagia of Tarsus, in Asia Minor" + }, + { + "id": 101286, + "slug": "venerable-alphan-with-his-brothers-of-novgorod-founders-of-the-s", + "title": "Venerable Alphan, with his brothers, of Novgorod, founders of the Sokolnitzky Monastery" + }, + { + "id": 101292, + "slug": "holy-confessor-erasmus-bishop-of-formia-in-campania", + "title": "Holy Confessor Erasmus, Bishop of Formia in Campania" + }, + { + "id": 101293, + "slug": "hieromartyr-albian-bishop-of-anaea-in-asia-minor", + "title": "Hieromartyr Albian, Bishop of Anaea in Asia Minor" + }, + { + "id": 101294, + "slug": "hieromartyr-silvanus-bishop-of-gaza-and-40-martyrs-with-him", + "title": "Hieromartyr Silvanus, Bishop of Gaza, and 40 Martyrs with him" + }, + { + "id": 101296, + "slug": "venerable-nikphros-of-mount-athos", + "title": "Venerable Nik\u0113ph\u00f3ros of Mount Athos" + }, + { + "id": 107784, + "slug": "staro-rus-old-russian-icon-of-the-mother-of-god", + "title": "\u201cStaro Rus\u201d Old Russian Icon of the Mother of God" + }, + { + "id": 148979, + "slug": "saint-monica", + "title": "Saint Monica" + } + ], + "2026-05-05": [ + { + "id": 101297, + "slug": "great-martyr-irene", + "title": "Great Martyr Irene" + }, + { + "id": 101298, + "slug": "uncovering-of-the-relics-of-venerable-james-abbot-of-zhelezny-bo", + "title": "Uncovering of the relics of Venerable James, Abbot of Zhelezny Bor" + }, + { + "id": 107785, + "slug": "new-martyr-ephraim", + "title": "New Martyr Ephraim" + }, + { + "id": 108789, + "slug": "inexhastible-chalice-icon-of-the-mother-of-god", + "title": "Inexhastible Chalice Icon of the Mother of God" + }, + { + "id": 100118, + "slug": "venerable-barlaam-of-serpukhov", + "title": "Venerable Barlaam of Serpukhov" + } + ], + "2026-05-06": [ + { + "id": 38, + "slug": "midfeast-of-pentecost", + "title": "Midfeast of Pentecost" + }, + { + "id": 101301, + "slug": "righteous-job-the-long-suffering", + "title": "Righteous Job the Long-Suffering" + }, + { + "id": 101307, + "slug": "venerable-micah-disciple-of-venerable-sergius-of-radonezh", + "title": "Venerable Micah, disciple of Venerable Sergius of Radonezh" + }, + { + "id": 101302, + "slug": "martyr-barbarus-the-soldier-and-those-with-him-in-morea", + "title": "Martyr Barbarus the Soldier, and those with him, in Morea" + }, + { + "id": 101306, + "slug": "martyr-barbarus-in-thessaly-who-was-a-robber", + "title": "Martyr Barbarus in Thessaly, who was a robber" + }, + { + "id": 101308, + "slug": "translation-of-the-relics-of-saint-savva-first-archbishop-of-ser", + "title": "Translation of the relics of Saint Savva, first Archbishop of Serbia" + }, + { + "id": 205354, + "slug": "saint-seraphim-of-labodeia", + "title": "Saint Seraphim of Labodeia" + } + ], + "2026-05-07": [ + { + "id": 107787, + "slug": "commemoration-of-the-apparition-of-the-sign-of-the-precious-cros", + "title": "Commemoration of the Apparition of the Sign of the Precious Cross Over Jerusalem, in 351 AD" + }, + { + "id": 101300, + "slug": "repose-of-saint-alexis-toth-confessor-and-defender-of-orthodoxy", + "title": "Repose of Saint Alexis Toth, Confessor and Defender of Orthodoxy in America" + }, + { + "id": 101313, + "slug": "martyr-acacius-the-centurion-at-byzantium", + "title": "Martyr Acacius the Centurion at Byzantium" + }, + { + "id": 101310, + "slug": "repose-of-venerable-nilus-abbot-of-sora", + "title": "Repose of Venerable Nilus, Abbot of Sora" + }, + { + "id": 101311, + "slug": "saint-john-zedazeni-of-zaden-georgia-with-his-12-disciples", + "title": "Saint John Zedazeni of Zaden, Georgia, with his 12 disciples" + }, + { + "id": 101323, + "slug": "venerable-nilus-the-myrrhgusher-of-lavra-of-mount-athos", + "title": "Venerable Nilus the Myrrhgusher of Lavra of Mount Athos" + }, + { + "id": 101324, + "slug": "monastic-martyr-pachomius-of-mount-athos", + "title": "Monastic Martyr Pachomius of Mount Athos" + }, + { + "id": 101325, + "slug": "icon-of-the-mother-of-god-of-zhirovits", + "title": "Icon of the Mother of God of Zhirovits" + }, + { + "id": 101326, + "slug": "icon-of-the-mother-of-god-of-lubech", + "title": "Icon of the Mother of God of Lubech" + }, + { + "id": 103845, + "slug": "saint-akaki-asistavi-of-georgia", + "title": "Saint Akaki Asistavi of Georgia" + }, + { + "id": 205355, + "slug": "martyr-quadratus-and-his-companions", + "title": "Martyr Quadratus and his companions" + } + ], + "2026-05-08": [ + { + "id": 101327, + "slug": "apostle-and-evangelist-john-the-theologian", + "title": "Apostle and Evangelist John the Theologian" + }, + { + "id": 101328, + "slug": "venerable-arsenius-the-great", + "title": "Venerable Arsenius the Great" + }, + { + "id": 107788, + "slug": "venerable-arsenius-the-lover-of-labor-of-the-kiev-far-caves", + "title": "Venerable Arsenius the Lover-of-Labor of the Kiev Far Caves" + }, + { + "id": 101330, + "slug": "venerable-pimen-the-ascetic-of-the-kiev-far-caves", + "title": "Venerable Pimen the Ascetic of the Kiev Far Caves" + } + ], + "2026-05-09": [ + { + "id": 100271, + "slug": "new-martyrs-and-confessors-of-butovo", + "title": "New Martyrs and Confessors of Butovo" + }, + { + "id": 101331, + "slug": "prophet-isaiah", + "title": "Prophet Isaiah" + }, + { + "id": 101334, + "slug": "martyr-christopher-of-lycia-and-with-him-the-martyrs-callinika-a", + "title": "Martyr Christopher of Lycia, and, with him, the Martyrs Callinika and Aquilina" + }, + { + "id": 101336, + "slug": "translation-of-the-relics-of-saint-nicholas-the-wonderworker-fro", + "title": "Translation of the relics of Saint Nicholas the Wonderworker from Myra to Bari" + }, + { + "id": 101332, + "slug": "repose-of-venerable-shio-the-anchorite-of-georgia", + "title": "Repose of Venerable Shio the Anchorite of Georgia" + }, + { + "id": 148995, + "slug": "venerable-joseph-of-optina", + "title": "Venerable Joseph of Optina" + } + ], + "2026-05-10": [ + { + "id": 39, + "slug": "sunday-of-the-samaritan-woman", + "title": "Sunday of the Samaritan Woman" + }, + { + "id": 101337, + "slug": "apostle-simon-the-zealot", + "title": "Apostle Simon the Zealot" + }, + { + "id": 107790, + "slug": "saint-simon-bishop-of-vladimir-and-suzdal-of-the-kiev-near-caves", + "title": "Saint Simon, Bishop of Vladimir and Suzdal of the Kiev Near Caves" + }, + { + "id": 101339, + "slug": "martyrs-philadelphus-cyprian-alphius-onesimus-erasmus-and-14-oth", + "title": "Martyrs Philadelphus, Cyprian, Alphius, Onesimus, Erasmus, and 14 others, in Sicily" + }, + { + "id": 101344, + "slug": "martyr-hesychius-of-antioch", + "title": "Martyr Hesychius of Antioch" + }, + { + "id": 101345, + "slug": "blessed-isidora-the-fool-of-tabenna-in-egypt", + "title": "Blessed Isidora the Fool of Tabenna in Egypt" + }, + { + "id": 101346, + "slug": "blessed-thais-of-egypt", + "title": "Blessed Thais of Egypt" + }, + { + "id": 101347, + "slug": "kiev-bratsk-icon-of-the-mother-of-god", + "title": "\u201cKiev-Bratsk\u201d Icon of the Mother of God" + }, + { + "id": 103921, + "slug": "venerable-comgall-of-bangor", + "title": "Venerable Comgall of Bangor" + } + ], + "2026-05-11": [ + { + "id": 107791, + "slug": "commemoration-of-the-founding-of-constantinople", + "title": "Commemoration of the Founding of Constantinople" + }, + { + "id": 101349, + "slug": "hieromartyr-mocius-the-presbyter-of-amphipolis-in-macedonia", + "title": "Hieromartyr Mocius the Presbyter of Amphipolis in Macedonia" + }, + { + "id": 101350, + "slug": "equals-of-the-apostles-and-teachers-of-the-slavs-cyril-and-metho", + "title": "Equals of the Apostles and Teachers of the Slavs, Cyril and Methodius" + }, + { + "id": 101352, + "slug": "venerable-sophronius-the-recluse-of-the-kiev-far-caves", + "title": "Venerable Sophronius the Recluse of the Kiev Far Caves" + }, + { + "id": 101353, + "slug": "saint-joseph-metropolitan-of-astrakhan", + "title": "Saint Joseph, Metropolitan of Astrakhan" + }, + { + "id": 101354, + "slug": "saint-nikodemos-archbishop-of-serbia", + "title": "Saint Nikodemos, Archbishop of Serbia" + }, + { + "id": 101355, + "slug": "saint-rostislav-prince-of-great-moravia", + "title": "Saint Rostislav, Prince of Great Moravia" + }, + { + "id": 205356, + "slug": "new-martyr-dioscorus", + "title": "New Martyr Dioscorus" + }, + { + "id": 205357, + "slug": "new-martyr-argyrus", + "title": "New Martyr Argyrus" + }, + { + "id": 205459, + "slug": "blessed-christopher-called-christesia", + "title": "Blessed Christopher, called Christesia" + }, + { + "id": 100128, + "slug": "holy-monastic-martyrs-olympia-and-euphrosyn", + "title": "Holy Monastic Martyrs Olympia and Euphrosyn\u0113" + } + ], + "2026-05-12": [ + { + "id": 101356, + "slug": "saint-epiphanius-bishop-of-cyprus", + "title": "Saint Epiphanius, Bishop of Cyprus" + }, + { + "id": 101357, + "slug": "saint-germanus-patriarch-of-constantinople", + "title": "Saint Germanus, Patriarch of Constantinople" + }, + { + "id": 101358, + "slug": "hieromartyr-hermogenes-patriarch-of-moscow-and-all-russia", + "title": "Hieromartyr Hermogenes, Patriarch of Moscow and All Russia" + }, + { + "id": 101359, + "slug": "venerable-dionysius-archimandrite-of-saint-sergius-monastery", + "title": "Venerable Dionysius, Archimandrite of Saint Sergius\u2019 Monastery" + }, + { + "id": 101360, + "slug": "saint-sabinus-archbishop-of-cyprus", + "title": "Saint Sabinus, Archbishop of Cyprus" + }, + { + "id": 101361, + "slug": "saint-polybius-bishop-in-cyprus", + "title": "Saint Polybius, Bishop in Cyprus" + }, + { + "id": 101362, + "slug": "martyr-john-of-vlachia-romania", + "title": "Martyr John of Vlachia, Romania" + }, + { + "id": 108487, + "slug": "martyr-pancratius", + "title": "Martyr Pancratius" + } + ], + "2026-05-13": [ + { + "id": 101363, + "slug": "virgin-martyr-glyceria-at-heraclea", + "title": "Virgin Martyr Glyceria at Heraclea" + }, + { + "id": 101364, + "slug": "martyr-laodicius-the-keeper-of-the-prison", + "title": "Martyr Laodicius the Keeper of the Prison" + }, + { + "id": 101365, + "slug": "righteous-virgin-glykera-of-novgorod", + "title": "Righteous Virgin Glyker\u03afa of Novgorod" + }, + { + "id": 101366, + "slug": "venerable-macarius-archimandrite-of-ovruch", + "title": "Venerable Macarius, Archimandrite of Ovruch" + }, + { + "id": 101367, + "slug": "martyr-alexander-of-rome", + "title": "Martyr Alexander of Rome" + }, + { + "id": 101368, + "slug": "saint-pausicacus-bishop-of-synnada", + "title": "Saint Pausicacus, Bishop of Synnada" + }, + { + "id": 101369, + "slug": "saint-george-the-confessor-with-his-wife-and-children-of-constan", + "title": "Saint George the Confessor, with his wife and children, of Constantinople" + }, + { + "id": 101370, + "slug": "saint-irene-with-her-husband-and-children-of-constantinople", + "title": "Saint Irene, with her husband and children, of Constantinople" + }, + { + "id": 101371, + "slug": "saint-euthymius-the-new-founder-of-the-ivron-monastery-and-his-f", + "title": "Saint Euthymius the New, Founder of the Iv\u1e17ron Monastery, and his fellow Georgian Saints of Mount Athos" + }, + { + "id": 101372, + "slug": "monastic-martyr-john-of-the-ivron-monastery-on-mount-athos", + "title": "Monastic Martyr John of the Iv\u1e17ron Monastery on Mount Athos" + }, + { + "id": 101373, + "slug": "monastic-martyr-george-of-the-ivron-monastery-on-mount-athos", + "title": "Monastic Martyr George of the Iv\u1e17ron Monastery on Mount Athos" + }, + { + "id": 101374, + "slug": "monastic-martyr-gabriel-of-the-ivron-monastery-on-mount-athos", + "title": "Monastic Martyr Gabriel of the Iv\u1e17ron Monastery on Mount Athos" + }, + { + "id": 205449, + "slug": "martyrs-killed-by-the-latins-at-the-ivron-monastery-on-mount-ath", + "title": "Martyrs killed by the Latins at the Iv\u1e17ron Monastery on Mount Athos" + } + ], + "2026-05-14": [ + { + "id": 101375, + "slug": "martyrs-isidore-and-myrope-of-chios", + "title": "Martyrs Isidore and Myrope of Chios" + }, + { + "id": 101376, + "slug": "venerable-isidore-the-fool-for-christ-and-wonderworker-of-rostov", + "title": "Venerable Isidore the Fool-For-Christ and Wonderworker of Rostov" + }, + { + "id": 101377, + "slug": "saint-niktas-bishop-of-novgorod-recluse-of-the-kiev-far-caves", + "title": "Saint Nik\u1e17tas, Bishop of Novgorod, Recluse of the Kiev Far Caves" + }, + { + "id": 101378, + "slug": "martyr-maximus", + "title": "Martyr Maximus" + }, + { + "id": 101379, + "slug": "venerable-serapion-of-egypt", + "title": "Venerable Serapion of Egypt" + }, + { + "id": 101380, + "slug": "saint-leontius-patriarch-of-jerusalem", + "title": "Saint Leontius, Patriarch of Jerusalem" + }, + { + "id": 101381, + "slug": "first-opening-of-the-relics-of-saint-tikhon-of-zadonsk", + "title": "First opening of the relics of Saint Tikhon of Zadonsk" + }, + { + "id": 101382, + "slug": "sweet-kissing-icon-of-the-mother-of-god", + "title": "\u201cSweet-Kissing\u201d Icon of the Mother of God" + }, + { + "id": 101383, + "slug": "yaroslavl-caves-icon-of-the-mother-of-god", + "title": "\u201cYaroslavl-Caves\u201d Icon of the Mother of God" + }, + { + "id": 108010, + "slug": "new-martyr-raiko-john-of-bulgaria", + "title": "New Martyr Raiko (John) of Bulgaria" + }, + { + "id": 205358, + "slug": "hieromartyr-therapontus-of-cyprus", + "title": "Hieromartyr Therapontus of Cyprus" + } + ], + "2026-05-15": [ + { + "id": 101384, + "slug": "venerable-pachomius-the-great-founder-of-coenobitic-monasticism", + "title": "Venerable Pachomius the Great, Founder of Coenobitic Monasticism" + }, + { + "id": 101385, + "slug": "saint-isaiah-the-wonderworker-bishop-of-rostov", + "title": "Saint Isaiah the Wonderworker, Bishop of Rostov" + }, + { + "id": 101386, + "slug": "the-holy-right-believing-tsarevich-demetrios-of-uglich-and-mosco", + "title": "The Holy Right-believing Tsarevich Demetrios of Uglich and Moscow" + }, + { + "id": 101387, + "slug": "venerable-isaiah-wonderworker-of-the-kiev-near-caves", + "title": "Venerable Isaiah, Wonderworker of the Kiev Near Caves" + }, + { + "id": 101388, + "slug": "venerable-pachomius-abbot-of-nerekhta", + "title": "Venerable Pachomius, Abbot of Nerekhta" + }, + { + "id": 101389, + "slug": "venerable-silvanus-of-nerekhta", + "title": "Venerable Silvanus of Nerekhta" + }, + { + "id": 101390, + "slug": "venerable-euphrosynos-igoumen-of-pskov", + "title": "Venerable Euphrosynos, Igoumen of Pskov" + }, + { + "id": 101391, + "slug": "venerable-serapion-of-pskov", + "title": "Venerable Serapion of Pskov" + }, + { + "id": 101392, + "slug": "saint-achilles-bishop-of-larissa", + "title": "Saint Achilles, Bishop of Larissa" + } + ], + "2026-05-16": [ + { + "id": 101393, + "slug": "venerable-theodore-the-sanctified-disciple-of-venerable-pachomiu", + "title": "Venerable Theodore the Sanctified, disciple of Venerable Pachomius the Great" + }, + { + "id": 101394, + "slug": "translation-of-the-relics-of-venerable-ephraim-abbot-of-perekop", + "title": "Translation of the relics of Venerable Ephraim, Abbot of Perekop, Novgorod" + }, + { + "id": 101395, + "slug": "venerable-cassian-abbot-of-komel-vologda", + "title": "Venerable Cassian, Abbot of Komel (Vologda)" + }, + { + "id": 101396, + "slug": "venerable-laurence-abbot-of-komel", + "title": "Venerable Laurence, Abbot of Komel" + }, + { + "id": 101397, + "slug": "saint-alexander-archbishop-of-jerusalem", + "title": "Saint Alexander, Archbishop of Jerusalem" + }, + { + "id": 101398, + "slug": "martyrs-vitus-modestus-and-crescentia-at-lucania", + "title": "Martyrs Vitus, Modestus, and Crescentia, at Lucania" + }, + { + "id": 101401, + "slug": "blessed-child-musa-of-rome", + "title": "Blessed Child Musa of Rome" + }, + { + "id": 101402, + "slug": "saint-george-bishop-of-mitylene", + "title": "Saint George, Bishop of Mitylene" + }, + { + "id": 101403, + "slug": "venerable-monastic-martyrs-of-saint-savva-lavra", + "title": "Venerable Monastic Martyrs of Saint Savva Lavra" + }, + { + "id": 108044, + "slug": "saint-theodore-of-vrsac-serbia", + "title": "Saint Theodore of Vrsac, Serbia" + }, + { + "id": 108045, + "slug": "new-martyr-vukasin-of-klepci-serbia", + "title": "New Martyr Vukasin of Klepci, Serbia" + }, + { + "id": 100130, + "slug": "new-martyr-nicholas-of-metsovo", + "title": "New Martyr Nicholas of Metsovo" + }, + { + "id": 100267, + "slug": "saint-brendan-the-navigator", + "title": "Saint Brendan the Navigator" + } + ], + "2026-05-17": [ + { + "id": 40, + "slug": "sunday-of-the-blind-man", + "title": "Sunday of the Blind Man" + }, + { + "id": 101253, + "slug": "icon-of-the-mother-of-god-of-the-passion", + "title": "Icon of the Mother of God \u201cof the Passion\u201d" + }, + { + "id": 101405, + "slug": "apostle-andronicus-of-the-seventy-and-his-fellow-laborer-junia", + "title": "Apostle Andronicus of the Seventy and his fellow-laborer, Junia" + }, + { + "id": 101407, + "slug": "saint-euphrosyn-great-princess-of-moscow", + "title": "Saint Euphrosyn\u0113, Great Princess of Moscow" + }, + { + "id": 101408, + "slug": "martyrs-solochon-pamphamer-and-pamphalon-at-chalcedon", + "title": "Martyrs Solochon, Pamphamer, and Pamphalon, at Chalcedon" + }, + { + "id": 101411, + "slug": "saint-stephen-archbishop-of-constantinople", + "title": "Saint Stephen, Archbishop of Constantinople" + }, + { + "id": 101412, + "slug": "venerable-dodo-of-the-saint-david-gareji-monastery-georgia", + "title": "Venerable Dodo of the Saint David-Gareji Monastery, Georgia" + }, + { + "id": 108011, + "slug": "great-martyr-nicholas-of-sofia-bulgaria", + "title": "Great Martyr Nicholas of Sofia (Bulgaria)" + }, + { + "id": 205359, + "slug": "saint-athanasius-the-new-wonderworker-and-archbishop-of-christia", + "title": "Saint Athanasius the New, Wonderworker and Archbishop of Christianopolis" + }, + { + "id": 100354, + "slug": "transfer-of-the-relics-of-the-hieromartyr-adrian-of-ondrusov-won", + "title": "Transfer of the relics of the Hieromartyr Adrian of Ondrusov, Wonderworker" + } + ], + "2026-05-18": [ + { + "id": 101413, + "slug": "martyr-theodotus-of-ancyra-and-with-him-the-seven-virgin-martyrs", + "title": "Martyr Theodotus of Ancyra, and with him the seven Virgin Martyrs: Alexandra, Tecusa, Claudia, Phaine, Euphraisa, Matrona, and Julia, who suffered under Decius" + }, + { + "id": 101414, + "slug": "martyrs-peter-dionysius-andrew-paul-and-christina-who-suffered-u", + "title": "Martyrs Peter, Dionysius, Andrew, Paul, and Christina who suffered under Decius" + }, + { + "id": 101426, + "slug": "martyrs-simeon-isaac-and-bachtisius-of-persia", + "title": "Martyrs Simeon, Isaac and Bachtisius, of Persia" + }, + { + "id": 101429, + "slug": "martyrs-heraclius-paulinus-and-benedimus", + "title": "Martyrs Heraclius, Paulinus, and Benedimus" + }, + { + "id": 101433, + "slug": "martyrs-david-and-tarichan-of-georgia", + "title": "Martyrs David and Tarichan of Georgia" + } + ], + "2026-05-19": [ + { + "id": 101435, + "slug": "hieromartyr-patrick-bishop-of-prusa-and-his-companions", + "title": "Hieromartyr Patrick, Bishop of Prusa, and his companions" + }, + { + "id": 101439, + "slug": "venerable-cornelius-abbot-of-komel-vologda", + "title": "Venerable Cornelius, Abbot of Komel, Vologda" + }, + { + "id": 101440, + "slug": "venerable-cornelius-abbot-of-paleostrov", + "title": "Venerable Cornelius, Abbot of Paleostrov" + }, + { + "id": 101441, + "slug": "right-believing-john-prince-of-uglich-tonsured-as-ignatius", + "title": "Right-believing John, Prince of Uglich, tonsured as Ignatius" + }, + { + "id": 101442, + "slug": "venerable-sergius-of-shukhtom", + "title": "Venerable Sergius of Shukhtom" + }, + { + "id": 101443, + "slug": "saint-john-bishop-of-the-goths-in-the-crimea", + "title": "Saint John, Bishop of the Goths in the Crimea" + }, + { + "id": 101444, + "slug": "right-believing-demetrios-donskoy-grand-prince-of-moscow", + "title": "Right-believing Demetrios Donskoy, Grand Prince of Moscow" + }, + { + "id": 101445, + "slug": "martyr-caluf-of-egypt", + "title": "Martyr Caluf of Egypt" + }, + { + "id": 103847, + "slug": "entrance-of-saint-nino-nina-the-enlightener-into-georgia", + "title": "Entrance of Saint Nino (Nina) the Enlightener into Georgia" + }, + { + "id": 205360, + "slug": "martyr-theotime", + "title": "Martyr Theotime" + } + ], + "2026-05-20": [ + { + "id": 41, + "slug": "leavetaking-of-pascha", + "title": "Leavetaking of Pascha" + }, + { + "id": 101446, + "slug": "unmercenary-physician-thallelaios-at-aegae-in-cilicia-and-his-co", + "title": "Unmercenary Physician Thallelaios at Aegae in Cilicia and his companions, Martyrs Alexander and Asterios" + }, + { + "id": 101449, + "slug": "uncovering-of-the-relics-of-saint-alexis-metropolitan-of-moscow", + "title": "Uncovering of the relics of Saint Alexis, Metropolitan of Moscow and Wonderworker of All Russia" + }, + { + "id": 101450, + "slug": "blessed-dovmont-timothy-prince-of-pskov", + "title": "Blessed Dovmont (Timothy), Prince of Pskov" + }, + { + "id": 101451, + "slug": "martyr-asclas-of-egypt", + "title": "Martyr Asclas of Egypt" + }, + { + "id": 101584, + "slug": "glorification-of-venerable-zabulon-and-sosanna-parents-of-saint", + "title": "Glorification of Venerable Zabulon and Sosanna, parents of Saint Nino, Enlightener of Georgia" + }, + { + "id": 108046, + "slug": "venerable-stephen-of-piperi-serbia", + "title": "Venerable Stephen of Piperi, Serbia" + }, + { + "id": 205364, + "slug": "saint-lydia-of-philippi", + "title": "Saint Lydia of Philippi" + } + ], + "2026-05-21": [ + { + "id": 42, + "slug": "the-ascension-of-our-lord", + "title": "The Ascension of our Lord" + }, + { + "id": 101452, + "slug": "equal-of-the-apostles-and-emperor-constantine-with-his-mother-he", + "title": "Equal of the Apostles and Emperor Constantine with his Mother Helen" + }, + { + "id": 101454, + "slug": "venerable-constantine-in-baptism-yaroslav-with-his-children-mich", + "title": "Venerable Constantine, (in baptism Yaroslav), with his children Michael and Theodore, Wonderworkers of Murom" + }, + { + "id": 101457, + "slug": "venerable-cassian-the-greek-of-uglich", + "title": "Venerable Cassian the Greek of Uglich" + }, + { + "id": 101458, + "slug": "meeting-of-the-vladimir-icon-of-the-mother-of-god", + "title": "Meeting of the Vladimir Icon of the Mother of God" + }, + { + "id": 101460, + "slug": "tenderness-icon-of-the-mother-of-god-from-the-pskov-caves", + "title": "\u201cTenderness\u201d Icon of the Mother of God from the Pskov Caves" + } + ], + "2026-05-22": [ + { + "id": 101461, + "slug": "martyr-basiliscus-bishop-of-comana", + "title": "Martyr Basiliscus, Bishop of Comana" + }, + { + "id": 101462, + "slug": "commemoration-of-the-holy-fathers-of-the-second-ecumenical-counc", + "title": "Commemoration of the Holy Fathers of the Second Ecumenical Council" + }, + { + "id": 101463, + "slug": "saint-john-vladimir-prince-of-bulgaria-greatmartyr-and-miracle-w", + "title": "Saint John-Vladimir, Prince of Bulgaria, Greatmartyr, and Miracle-worker" + }, + { + "id": 101464, + "slug": "monastic-martyr-paul-of-the-lavra-mount-athos", + "title": "Monastic Martyr Paul of the Lavra, Mount Athos" + }, + { + "id": 101465, + "slug": "icon-of-the-mother-of-god-of-cyprus", + "title": "Icon of the Mother of God of Cyprus" + }, + { + "id": 107812, + "slug": "blessed-james-of-borovichi-wonderworker-of-novgorod", + "title": "Blessed James of Borovichi, Wonderworker of Novgorod" + }, + { + "id": 205365, + "slug": "righteous-melchizedek-king-of-salem", + "title": "Righteous Melchizedek, King of Salem" + } + ], + "2026-05-23": [ + { + "id": 101466, + "slug": "saint-michael-the-confessor-bishop-of-synnada", + "title": "Saint Michael the Confessor, Bishop of Synnada" + }, + { + "id": 101468, + "slug": "synaxis-of-the-saints-of-rostov", + "title": "Synaxis of the Saints of Rostov" + }, + { + "id": 101499, + "slug": "venerable-euphrosyne-abbess-of-polotsk", + "title": "Venerable Euphrosyne, Abbess of Polotsk" + }, + { + "id": 101500, + "slug": "venerable-paisius-abbot-of-galich", + "title": "Venerable Paisius, Abbot of Galich" + }, + { + "id": 101501, + "slug": "martyr-michael-the-black-robed-of-saint-savva-monastery", + "title": "Martyr Michael \u201cthe Black-Robed\u201d of Saint Savva Monastery" + }, + { + "id": 103848, + "slug": "saint-damiane-demetrius-king-and-hymnographer", + "title": "Saint Damiane (Demetrius), King and Hymnographer" + }, + { + "id": 205458, + "slug": "icon-of-the-mother-of-god-you-are-a-vineyard-georgian-shen-khar", + "title": "Icon of the Mother of God \u201cYou are a Vineyard\u201d (Georgian: Shen khar venakhi)" + }, + { + "id": 100278, + "slug": "holy-myrrh-bearer-mary-the-wife-of-cleopas", + "title": "Holy Myrrh-bearer Mary, the wife of Cleopas" + }, + { + "id": 100355, + "slug": "saint-leontius-bishop-of-rostov", + "title": "Saint Leontius, Bishop of Rostov" + } + ], + "2026-05-24": [ + { + "id": 43, + "slug": "commemoration-of-the-holy-fathers-of-the-first-ecumenical-counci", + "title": "Commemoration of the Holy Fathers of the First Ecumenical Council" + }, + { + "id": 101502, + "slug": "venerable-simeon-stylites-the-younger-of-wonderful-mountain", + "title": "Venerable Simeon Stylites the Younger of Wonderful Mountain" + }, + { + "id": 101503, + "slug": "venerable-niketas-the-stylite-wonderworker-of-pereyaslavl-zaless", + "title": "Venerable Niketas the Stylite, Wonderworker of Pereyaslavl, Zalesski" + }, + { + "id": 101504, + "slug": "martyr-meletius-stratelates-who-suffered-in-galatia-and-those-wi", + "title": "Martyr Meletius Stratelates who suffered in Galatia, and those with him" + }, + { + "id": 101530, + "slug": "saint-vincent-of-lerins", + "title": "Saint Vincent of Lerins" + } + ], + "2026-05-25": [ + { + "id": 101531, + "slug": "third-finding-of-the-honorable-head-of-the-holy-glorious-prophet", + "title": "Third Finding of the Honorable Head of the Holy Glorious Prophet, Forerunner and Baptist John" + }, + { + "id": 101532, + "slug": "hieromartyr-therapon-bishop-of-cyprus", + "title": "Hieromartyr Therapon, Bishop of Cyprus" + }, + { + "id": 101533, + "slug": "hieromartyr-urban-pope-of-rome", + "title": "Hieromartyr Urban, Pope of Rome" + } + ], + "2026-05-26": [ + { + "id": 101535, + "slug": "apostle-carpus-of-the-seventy", + "title": "Apostle Carpus of the Seventy" + }, + { + "id": 101536, + "slug": "apostle-alphaeus-of-the-seventy", + "title": "Apostle Alphaeus of the Seventy" + }, + { + "id": 101537, + "slug": "greatmartyr-george-the-new-at-sofia-bulgaria", + "title": "Greatmartyr George the New at Sofia, Bulgaria" + }, + { + "id": 101538, + "slug": "uncovering-of-the-relics-of-venerable-macarius-abbot-of-kalyazin", + "title": "Uncovering of the relics of Venerable Macarius, Abbot of Kalyazin" + }, + { + "id": 101539, + "slug": "martyrs-abercius-and-helen-children-of-the-apostle-alphus", + "title": "Martyrs Abercius and Helen, children of the Apostle Alph\u00e6us" + }, + { + "id": 101541, + "slug": "venerable-confessor-john-psykhaitis", + "title": "Venerable Confessor John Psykhaitis" + }, + { + "id": 101542, + "slug": "saint-augustine-of-canterbury-evangelizer-of-england", + "title": "Saint Augustine of Canterbury, Evangelizer of England" + } + ], + "2026-05-27": [ + { + "id": 101543, + "slug": "hieromartyr-therapon-bishop-of-sardis", + "title": "Hieromartyr Therapon, Bishop of Sardis" + }, + { + "id": 101544, + "slug": "translation-of-the-relics-of-venerable-nilus-of-stolobensk", + "title": "Translation of the relics of Venerable Nilus of Stolobensk" + }, + { + "id": 101545, + "slug": "saint-john-the-russian-and-confessor-whose-relics-are-on-the-isl", + "title": "Saint John the Russian and Confessor, whose relics are on the island of Euboia" + }, + { + "id": 101546, + "slug": "venerable-therapon-abbot-of-white-lake", + "title": "Venerable Therapon, Abbot of White Lake" + }, + { + "id": 101547, + "slug": "translation-of-the-relics-of-saints-cyprian-photius-and-jonah-me", + "title": "Translation of the relics of Saints Cyprian, Photius, and Jonah, Metropolitans of Moscow and All Russia" + }, + { + "id": 101550, + "slug": "venerable-therapon-abbot-of-monza", + "title": "Venerable Therapon, Abbot of Monza" + }, + { + "id": 101551, + "slug": "virgin-martyr-theodora-and-martyr-didymus-the-soldier-of-alexand", + "title": "Virgin Martyr Theodora and Martyr Didymus the Soldier, of Alexandria" + }, + { + "id": 103796, + "slug": "venerable-bede-the-church-historian", + "title": "Venerable Bede, the Church Historian" + }, + { + "id": 103849, + "slug": "saint-basil-of-georgia-son-of-king-bagrat-iii", + "title": "Saint Basil of Georgia, son of King Bagrat III" + }, + { + "id": 205452, + "slug": "venerable-michael-of-parekhi", + "title": "Venerable Michael of Parekhi" + }, + { + "id": 100436, + "slug": "venerable-matthew-of-zaransk", + "title": "Venerable Matthew of Zaransk" + } + ], + "2026-05-28": [ + { + "id": 101553, + "slug": "saint-niketas-bishop-of-chalcedon", + "title": "Saint Niketas, Bishop of Chalcedon" + }, + { + "id": 101554, + "slug": "saint-ignatius-the-wonderworker-bishop-of-rostov", + "title": "Saint Ignatius the Wonderworker, Bishop of Rostov" + }, + { + "id": 101555, + "slug": "saint-eutychius-bishop-of-melitene", + "title": "Saint Eutychius, Bishop of Melitene" + }, + { + "id": 101556, + "slug": "martyr-heliconis-of-thessalonica", + "title": "Martyr Heliconis of Thessalonica" + }, + { + "id": 101557, + "slug": "hieromartyr-helladius-bishop-in-the-east", + "title": "Hieromartyr Helladius, Bishop in the East" + }, + { + "id": 101558, + "slug": "saint-germanus-bishop-of-paris", + "title": "Saint Germanus, Bishop of Paris" + }, + { + "id": 108012, + "slug": "saint-sophronius-the-bulgarian", + "title": "Saint Sophronius the Bulgarian" + }, + { + "id": 205366, + "slug": "new-martyr-demetrius", + "title": "New Martyr Demetrius" + }, + { + "id": 205367, + "slug": "icon-of-the-mother-of-god-of-nicea", + "title": "Icon of the Mother of God of Nicea" + }, + { + "id": 100252, + "slug": "saint-william-of-gellone", + "title": "Saint William of Gellone" + } + ], + "2026-05-29": [ + { + "id": 107796, + "slug": "holy-virgin-martyr-theodosa-of-tyre", + "title": "Holy Virgin Martyr Theodos\u03afa of Tyre" + }, + { + "id": 101562, + "slug": "repose-of-the-blessed-john-of-ustiug-the-fool-for-christ", + "title": "Repose of the Blessed John of Ustiug the Fool-for-Christ" + }, + { + "id": 101564, + "slug": "virgin-martyr-theodosia-the-nun-of-constantinople", + "title": "Virgin Martyr Theodosia the Nun of Constantinople" + }, + { + "id": 101565, + "slug": "icon-of-the-mother-of-god-the-surety-of-sinners", + "title": "Icon of the Mother of God \u201cthe Surety of Sinners\u201d" + }, + { + "id": 510, + "slug": "martyred-fathers-and-mothers-of-atchara", + "title": "Martyred Fathers and Mothers of Atchara" + } + ], + "2026-05-30": [ + { + "id": 44, + "slug": "memorial-saturday", + "title": "Memorial Saturday" + }, + { + "id": 101566, + "slug": "venerable-isaac-founder-of-dalmtos-monastery-at-constantinople", + "title": "Venerable Isaac, Founder of Dalm\u00e1tos Monastery at Constantinople" + }, + { + "id": 100444, + "slug": "saint-emmelea", + "title": "Saint Emmele\u03afa" + } + ], + "2026-05-31": [ + { + "id": 45, + "slug": "holy-pentecost", + "title": "Holy Pentecost" + }, + { + "id": 101567, + "slug": "apostle-hermas-of-the-seventy", + "title": "Apostle Hermas of the Seventy" + }, + { + "id": 101568, + "slug": "martyr-hermias-at-comana", + "title": "Martyr Hermias at Comana" + }, + { + "id": 101569, + "slug": "martyr-philosophus-at-alexandria", + "title": "Martyr Philosophus at Alexandria" + }, + { + "id": 108077, + "slug": "hieromartyr-philosophos-of-st-petersburg", + "title": "Hieromartyr Philosophos of St. Petersburg" + }, + { + "id": 100472, + "slug": "metropolitan-philotheos-of-tobolsk-enlightener-of-siberia", + "title": "Metropolitan Philotheos of Tobolsk, Enlightener of Siberia" + }, + { + "id": 100325, + "slug": "saint-apollonios-apollo-of-the-egyptian-thebaid", + "title": "Saint Apollonios (Apollo) of the Egyptian Thebaid" + } + ], + "2026-06-01": [ + { + "id": 46, + "slug": "postfeast-of-pentecost-day-of-the-holy-spirit", + "title": "Postfeast of Pentecost \u2014 Day of the Holy Spirit" + }, + { + "id": 101570, + "slug": "martyr-justin-the-philosopher-and-those-with-him-at-rome", + "title": "Martyr Justin the Philosopher and those with him at Rome" + }, + { + "id": 101579, + "slug": "venerable-dionysius-abbot-of-glushitsa-vologda", + "title": "Venerable Dionysius, Abbot of Glushitsa, Vologda" + }, + { + "id": 101580, + "slug": "venerable-agapitus-the-unmercenary-physician-of-the-kiev-near-ca", + "title": "Venerable Agapitus the Unmercenary Physician of the Kiev Near Caves" + }, + { + "id": 103851, + "slug": "martyrs-shio-david-gabriel-and-paul-of-akhalkalaki-in-georgia", + "title": "Martyrs Shio, David, Gabriel, and Paul of Akhalkalaki in Georgia" + } + ], + "2026-06-02": [ + { + "id": 47, + "slug": "postfeast-of-pentecost-3rd-day-of-the-trinity", + "title": "Postfeast of Pentecost \u2014 3rd Day of the Trinity" + }, + { + "id": 101581, + "slug": "saint-nikephoros-the-confessor-patriarch-of-constantinople", + "title": "Saint Nikephoros the Confessor, Patriarch of Constantinople" + }, + { + "id": 101582, + "slug": "new-martyr-john-the-new-of-sochi-who-suffered-at-belgrade", + "title": "New Martyr John the New of Sochi, who suffered at Belgrade" + }, + { + "id": 101586, + "slug": "uncovering-of-the-relics-of-venerable-juliana-princess-of-vyazma", + "title": "Uncovering of the relics of Venerable Juliana, Princess of Vyazma" + }, + { + "id": 101588, + "slug": "icon-of-the-mother-of-god-of-kiev-bratsk", + "title": "Icon of the Mother of God of Kiev-Bratsk" + }, + { + "id": 108047, + "slug": "venerable-erasmus-of-ochrid", + "title": "Venerable Erasmus of Ochrid" + } + ], + "2026-06-03": [ + { + "id": 101571, + "slug": "martyr-lucillian-and-those-who-suffered-with-him-at-byzantium", + "title": "Martyr Lucillian and those who suffered with him at Byzantium" + }, + { + "id": 101589, + "slug": "translation-of-the-relics-of-slain-crown-prince-demetrius-of-mos", + "title": "Translation of the relics of slain Crown Prince Demetrius of Moscow" + }, + { + "id": 101596, + "slug": "hieromartyr-lucian-bishop-of-beauvais-and-those-with-him-in-fran", + "title": "Hieromartyr Lucian, Bishop of Beauvais, and those with him in France" + }, + { + "id": 100174, + "slug": "saint-kevin-of-glendalough", + "title": "Saint Kevin of Glendalough" + } + ], + "2026-06-04": [ + { + "id": 101534, + "slug": "surety-of-sinners-icon-of-the-mother-of-god-of-korets", + "title": "\u201cSurety of Sinners\u201d Icon of the Mother of God of Korets" + }, + { + "id": 101609, + "slug": "saint-metrophanes-first-patriarch-of-constantinople", + "title": "Saint Metrophanes, first Patriarch of Constantinople" + }, + { + "id": 103797, + "slug": "righteous-martha-and-mary-the-sisters-of-lazarus", + "title": "Righteous Martha and Mary, the sisters of Lazarus" + }, + { + "id": 101602, + "slug": "venerable-methodius-abbot-of-peshnosha-disciple-of-venerable-ser", + "title": "Venerable Methodius, Abbot of Peshnosha, Disciple of Venerable Sergius of Radonezh" + }, + { + "id": 101603, + "slug": "martyrs-frontasius-severinus-severian-and-silanus-of-gaul", + "title": "Martyrs Frontasius, Severinus, Severian, and Silanus, of Gaul" + }, + { + "id": 101607, + "slug": "martyr-concordius-of-spoleto", + "title": "Martyr Concordius of Spoleto" + }, + { + "id": 101608, + "slug": "hieromartyr-astius-bishop-of-dyrrachium-in-macedonia", + "title": "Hieromartyr Astius, Bishop of Dyrrachium in Macedonia" + }, + { + "id": 101601, + "slug": "venerable-father-zosima-bishop-of-babylon", + "title": "Venerable Father Zosima, Bishop of Babylon" + }, + { + "id": 103803, + "slug": "venerable-sophia-of-ainos", + "title": "Venerable Sophia of Ainos" + }, + { + "id": 108048, + "slug": "hieromartyr-joannicius-of-serbia", + "title": "Hieromartyr Joannicius of Serbia" + }, + { + "id": 108049, + "slug": "hieromartyr-george-of-serbia", + "title": "Hieromartyr George of Serbia" + }, + { + "id": 149036, + "slug": "martyrs-of-niculitsel", + "title": "Martyrs of Niculitsel" + }, + { + "id": 149048, + "slug": "new-martyr-archbishop-andronicus-of-perm", + "title": "New Martyr Archbishop Andronicus of Perm" + }, + { + "id": 205314, + "slug": "hieromartyr-joanicus-metropolitan-of-montenegro-and-the-coast", + "title": "Hieromartyr Joanicus, Metropolitan of Montenegro and the Coast" + }, + { + "id": 205315, + "slug": "hieromartyr-savva-bishop-of-upper-karlovac", + "title": "Hieromartyr Savva, Bishop of Upper Karlovac" + } + ], + "2026-06-05": [ + { + "id": 101610, + "slug": "hieromartyr-dorotheus-bishop-of-tyre", + "title": "Hieromartyr Dorotheus, Bishop of Tyre" + }, + { + "id": 101611, + "slug": "translation-of-the-relics-of-the-right-believing-igor-george-ton", + "title": "Translation of the relics of the Right-believing Igor-George, Tonsured Gabriel, Grand Prince of Chernigov, and Kiev" + }, + { + "id": 101612, + "slug": "blessed-constantine-metropolitan-of-kiev", + "title": "Blessed Constantine, Metropolitan of Kiev" + }, + { + "id": 101613, + "slug": "repose-of-saint-theodore-yaroslavich-older-brother-of-saint-alex", + "title": "Repose of Saint Theodore Yaroslavich, older brother of Saint Alexander Nevsky" + }, + { + "id": 101614, + "slug": "finding-of-the-relics-of-venerable-bassian-and-jonah-monks-of-pe", + "title": "Finding of the Relics of Venerable Bassian and Jonah, Monks of Pertominsk" + }, + { + "id": 101616, + "slug": "martyrs-marcian-nicander-hyperechius-appolonius-leonidas-arius-g", + "title": "Martyrs Marcian, Nicander, Hyperechius, Appolonius, Leonidas, Arius, Gorgias, Pambo, Selenia, and Irene of Egypt" + }, + { + "id": 101626, + "slug": "venerable-theodore-wonderworker-and-hermit-of-the-jordan", + "title": "Venerable Theodore, Wonderworker and Hermit of the Jordan" + }, + { + "id": 101627, + "slug": "venerable-anubius-the-confessor-and-anchorite-of-egypt", + "title": "Venerable Anubius the Confessor and Anchorite of Egypt" + }, + { + "id": 101628, + "slug": "venerable-abba-dorotheus-of-palestine", + "title": "Venerable Abba Dorotheus of Palestine" + }, + { + "id": 101629, + "slug": "saint-peter-of-korisha", + "title": "Saint Peter of Korisha" + }, + { + "id": 101630, + "slug": "icon-of-the-mother-of-god-of-igor", + "title": "Icon of the Mother of God of Igor" + } + ], + "2026-06-06": [ + { + "id": 101631, + "slug": "venerable-bessarion-wonderworker-of-egypt", + "title": "Venerable Bessarion, Wonderworker of Egypt" + }, + { + "id": 101632, + "slug": "venerable-hilarion-the-new-abbot-of-the-dalmatian-monastery", + "title": "Venerable Hilarion the New, Abbot of the Dalmatian Monastery" + }, + { + "id": 101633, + "slug": "saint-jonah-bishop-of-perm", + "title": "Saint Jonah, Bishop of Perm" + }, + { + "id": 101634, + "slug": "venerable-paisius-abbot-of-uglich", + "title": "Venerable Paisius, Abbot of Uglich" + }, + { + "id": 101635, + "slug": "venerable-jonah-abbot-of-klimetzk", + "title": "Venerable Jonah, Abbot of Klimetzk" + }, + { + "id": 101636, + "slug": "virgin-martyrs-archelais-thekla-and-susanna-at-salerno", + "title": "Virgin Martyrs Archelais, Thekla, and Susanna, at Salerno" + }, + { + "id": 101640, + "slug": "pimenov-icon-of-the-mother-of-god", + "title": "Pimenov Icon of the Mother of God" + }, + { + "id": 205373, + "slug": "martyr-gelasius", + "title": "Martyr Gelasius" + } + ], + "2026-06-07": [ + { + "id": 48, + "slug": "synaxis-of-all-saints", + "title": "Synaxis of All Saints" + }, + { + "id": 101560, + "slug": "icon-of-the-mother-of-god-the-unbreakable-wall", + "title": "Icon of the Mother of God \u201cThe Unbreakable Wall\u201d" + }, + { + "id": 101559, + "slug": "seven-arrows-icon-of-the-mother-of-god", + "title": "\"Seven Arrows\" Icon of the Mother of God" + }, + { + "id": 101641, + "slug": "hieromartyr-theodotus-bishop-of-ancyra", + "title": "Hieromartyr Theodotus, Bishop of Ancyra" + }, + { + "id": 101642, + "slug": "hieromartyr-marcellinus-pope-of-rome-and-those-with-him", + "title": "Hieromartyr Marcellinus, Pope of Rome, and those with him" + }, + { + "id": 101647, + "slug": "hieromartyr-sisinius-the-deacon-of-rome-and-those-with-him", + "title": "Hieromartyr Sisinius the Deacon of Rome and those with him" + }, + { + "id": 101659, + "slug": "martyrs-kyriake-kaleria-and-mary-of-caesarea-in-palestine", + "title": "Martyrs Kyriake, Kaleria, and Mary of Caesarea, in Palestine" + }, + { + "id": 205374, + "slug": "martyr-znada-zenais-of-caesarea-in-palestine", + "title": "Martyr Z\u0113na\u03afda (Zenais) of Caesarea in Palestine" + }, + { + "id": 100126, + "slug": "venerable-daniel-of-sketis", + "title": "Venerable Daniel of Sketis" + }, + { + "id": 100544, + "slug": "saint-potamiani-of-alexandria", + "title": "Saint Potamiani of Alexandria" + } + ], + "2026-06-08": [ + { + "id": 101662, + "slug": "translation-of-the-relics-of-the-greatmartyr-theodore-stratelate", + "title": "Translation of the relics of the Greatmartyr Theodore Stratelates" + }, + { + "id": 101663, + "slug": "saint-theodore-first-bishop-of-rostov-and-suzdal", + "title": "Saint Theodore, first Bishop of Rostov and Suzdal" + }, + { + "id": 101664, + "slug": "finding-of-the-relics-of-saints-basil-and-constantine-princes-of", + "title": "Finding of the Relics of Saints Basil and Constantine, Princes of Yaroslavl" + }, + { + "id": 101666, + "slug": "saint-ephraim-patriarch-of-antioch", + "title": "Saint Ephraim, Patriarch of Antioch" + }, + { + "id": 101667, + "slug": "venerable-zosimus-of-phoenicia-syria", + "title": "Venerable Zosimus of Phoenicia, Syria" + }, + { + "id": 101669, + "slug": "icon-of-the-mother-of-god-of-yaroslavl", + "title": "Icon of the Mother of God of Yaroslavl" + }, + { + "id": 103711, + "slug": "icon-of-the-mother-of-god-of-white-lake", + "title": "Icon of the Mother of God of White Lake" + }, + { + "id": 205448, + "slug": "hieromartyr-theodore-tevdore-of-kvelta", + "title": "Hieromartyr Theodore (Tevdore) of Kvelta" + } + ], + "2026-06-09": [ + { + "id": 101595, + "slug": "saint-cyril-archbishop-of-alexandria", + "title": "Saint Cyril, Archbishop of Alexandria" + }, + { + "id": 101671, + "slug": "venerable-cyril-igoumen-of-white-lake", + "title": "Venerable Cyril, Igoumen of White Lake" + }, + { + "id": 101672, + "slug": "venerable-alexander-abbot-of-kushta-vologda", + "title": "Venerable Alexander, Abbot of Kushta, Vologda" + }, + { + "id": 101673, + "slug": "five-nuns-beheaded-in-persia-martyrs-thecla-mariamne-martha-mary", + "title": "Five Nuns beheaded in Persia: Martyrs Thecla, Mariamne, Martha, Mary, and Ennatha" + }, + { + "id": 101679, + "slug": "saint-columba-of-iona-enlightener-of-scotland", + "title": "Saint Columba of Iona, Enlightener of Scotland" + }, + { + "id": 103857, + "slug": "saint-john-of-shavta-gelati", + "title": "Saint John of Shavta-Gelati" + }, + { + "id": 502, + "slug": "saint-david-gareji-and-venerable-lucian-spiritual-son-of-saint-d", + "title": "Saint David Gareji, and Venerable Lucian, spiritual son of Saint David" + } + ], + "2026-06-10": [ + { + "id": 101680, + "slug": "hieromartyr-timothy-bishop-of-prusa", + "title": "Hieromartyr Timothy, Bishop of Prusa" + }, + { + "id": 101681, + "slug": "venerable-silvanus-the-schemamonk-of-the-kiev-far-caves", + "title": "Venerable Silvanus the Schemamonk, of the Kiev Far Caves" + }, + { + "id": 101682, + "slug": "finding-of-the-relics-of-saint-basil-bishop-of-ryazan", + "title": "Finding of the relics of Saint Basil, Bishop of Ryazan" + }, + { + "id": 101683, + "slug": "saint-john-maximovitch-metropolitan-of-tobolsk", + "title": "Saint John Maximovitch, Metropolitan of Tobolsk" + }, + { + "id": 101684, + "slug": "martyr-alexander-and-virgin-martyr-antonina-at-constantinople", + "title": "Martyr Alexander and Virgin Martyr Antonina at Constantinople" + }, + { + "id": 100481, + "slug": "saint-kanides-the-monk-of-cappadocia", + "title": "Saint Kanides the Monk of Cappadocia" + }, + { + "id": 101686, + "slug": "venerable-theophanes-and-saint-pansemne-of-antioch", + "title": "Venerable Theophanes and Saint Pansemne of Antioch" + }, + { + "id": 101687, + "slug": "saint-bassianus-bishop-of-lodi-in-liguria", + "title": "Saint Bassianus, Bishop of Lodi in Liguria" + }, + { + "id": 101688, + "slug": "synaxis-of-the-saints-of-ryzan", + "title": "Synaxis of the Saints of Ryzan" + }, + { + "id": 101689, + "slug": "synaxis-of-the-saints-of-siberia", + "title": "Synaxis of the Saints of Siberia" + }, + { + "id": 100480, + "slug": "saint-neaniskos-the-martyr", + "title": "Saint Neaniskos the Martyr" + } + ], + "2026-06-11": [ + { + "id": 101690, + "slug": "apostle-bartholomew-of-the-twelve", + "title": "Apostle Bartholomew of the Twelve" + }, + { + "id": 101691, + "slug": "apostle-barnabas-of-the-seventy", + "title": "Apostle Barnabas of the Seventy" + }, + { + "id": 101692, + "slug": "venerable-barnabas-abbot-of-vetluga", + "title": "Venerable Barnabas, Abbot of Vetluga" + }, + { + "id": 101693, + "slug": "uncovering-of-the-relics-of-venerable-ephraim-abbot-of-novy-torg", + "title": "Uncovering of the relics of Venerable Ephraim, Abbot of Novy Torg" + }, + { + "id": 101695, + "slug": "synaxis-of-the-axion-estin-icon-of-the-mother-of-god", + "title": "Synaxis of the \u201cAxion Estin\u201d Icon of the Mother of God" + }, + { + "id": 205368, + "slug": "hieromartyr-metrophanes-chang-tzi-tzung-first-chinese-priest-and", + "title": "Hieromartyr Metrophanes (Chang Tzi-tzung), first Chinese priest and the martyrs of the Boxer Rising in China" + }, + { + "id": 100476, + "slug": "saint-luke-archbishop-of-simferopol", + "title": "Saint Luke, Archbishop of Simferopol" + }, + { + "id": 100542, + "slug": "abul-icon-of-the-mother-of-god", + "title": "Abul Icon of the Mother of God" + } + ], + "2026-06-12": [ + { + "id": 107799, + "slug": "venerable-onuphrius-the-great", + "title": "Venerable Onuphrius the Great" + }, + { + "id": 101697, + "slug": "venerable-peter-of-mount-athos", + "title": "Venerable Peter of Mount Athos" + }, + { + "id": 101699, + "slug": "recovery-of-the-relics-1650-and-the-second-glorification-1909-of", + "title": "Recovery of the Relics (1650) and the Second Glorification (1909) of the Holy Venerable Right-believing Great Princess Anna of Kashin, Wonderworker" + }, + { + "id": 101700, + "slug": "venerable-arsenius-abbot-of-konevits", + "title": "Venerable Arsenius, Abbot of Konevits" + }, + { + "id": 101701, + "slug": "venerable-onuphrius-abbot-of-malsk-pskov", + "title": "Venerable Onuphrius, Abbot of Malsk, Pskov" + }, + { + "id": 101702, + "slug": "venerable-bassian-of-pertomsk-solovki", + "title": "Venerable Bassian of Pertomsk, Solovki" + }, + { + "id": 101704, + "slug": "venerable-onouphrios-and-auxentios-of-vologda", + "title": "Venerable Onouphrios and Auxentios of Vologda" + }, + { + "id": 101706, + "slug": "venerable-stephen-of-komel-abbot-of-ozersk-monastery-vologda", + "title": "Venerable Stephen of Komel, Abbot of Ozersk Monastery, Vologda" + }, + { + "id": 101707, + "slug": "venerable-john-andrew-heraclemon-and-theophilus-hermits-of-egypt", + "title": "Venerable John, Andrew, Heraclemon, and Theophilus, Hermits, of Egypt" + }, + { + "id": 103858, + "slug": "saint-john-tornike-of-mount-athos", + "title": "Saint (John) Tornike of Mount Athos" + }, + { + "id": 101703, + "slug": "venerable-jonah-of-pertomsk-solovki", + "title": "Venerable Jonah of Pertomsk, Solovki" + }, + { + "id": 101698, + "slug": "transfer-of-the-relics-of-the-right-believing-anna-of-kashin", + "title": "Transfer of the relics of the Right-Believing Anna of Kashin" + } + ], + "2026-06-13": [ + { + "id": 101712, + "slug": "martyr-aquilina-of-byblos-in-syria", + "title": "Martyr Aquilina of Byblos in Syria" + }, + { + "id": 101713, + "slug": "saint-triphyllius-bishop-of-leucosia-nicosia-cyprus", + "title": "Saint Triphyllius, Bishop of Leucosia (Nicosia), Cyprus" + }, + { + "id": 101714, + "slug": "venerable-andronikos-disciple-of-saint-sergius", + "title": "Venerable Andronikos, Disciple of Saint Sergius" + }, + { + "id": 107800, + "slug": "venerable-savva-abbot-of-moscow", + "title": "Venerable Savva, Abbot of Moscow" + }, + { + "id": 101715, + "slug": "martyr-antonina-of-nicea", + "title": "Martyr Antonina of Nicea" + }, + { + "id": 101716, + "slug": "saint-anna-and-her-son-saint-john-of-constantinople", + "title": "Saint Anna and her son, Saint John, of Constantinople" + }, + { + "id": 149022, + "slug": "venerable-james-who-was-deceived-and-worshiped-the-antichrist", + "title": "Venerable James, who was deceived and worshiped the Antichrist" + }, + { + "id": 205375, + "slug": "saint-antipater-bishop-of-bostra-arabia", + "title": "Saint Antipater, Bishop of Bostra, Arabia" + }, + { + "id": 205381, + "slug": "saint-anthimus-bishop-of-georgia", + "title": "Saint Anthimus, Bishop of Georgia" + }, + { + "id": 100176, + "slug": "10000-martyrs", + "title": "10,000 Martyrs" + }, + { + "id": 100272, + "slug": "the-finding-of-the-holy-relics-of-saint-nicholas-the-deacon-of-l", + "title": "The Finding of the Holy Relics of Saint Nicholas the Deacon of Lesbos" + } + ], + "2026-06-14": [ + { + "id": 49, + "slug": "synaxis-of-the-saints-of-north-america", + "title": "Synaxis of the Saints of North America" + }, + { + "id": 101668, + "slug": "glorification-of-saint-john-of-kronstadt", + "title": "Glorification of Saint John of Kronstadt" + }, + { + "id": 101718, + "slug": "prophet-elisha", + "title": "Prophet Elisha" + }, + { + "id": 101719, + "slug": "saint-methodius-patriarch-of-constantinople", + "title": "Saint Methodius, Patriarch of Constantinople" + }, + { + "id": 101720, + "slug": "saint-mstislav-george-prince-of-novgorod", + "title": "Saint Mstislav (George), Prince of Novgorod" + }, + { + "id": 101721, + "slug": "venerable-methodius-abbot-of-peshnosha", + "title": "Venerable Methodius, Abbot of Peshnosha" + }, + { + "id": 101722, + "slug": "venerable-elisha-of-suma-solovki", + "title": "Venerable Elisha of Suma, Solovki" + }, + { + "id": 101723, + "slug": "venerable-niphon-of-mount-athos", + "title": "Venerable Niphon of Mount Athos" + }, + { + "id": 103750, + "slug": "synaxis-of-the-saints-of-belarus", + "title": "Synaxis of the Saints of Belarus" + }, + { + "id": 100177, + "slug": "synaxis-of-the-saints-of-diveyevo", + "title": "Synaxis of the Saints of Diveyevo" + } + ], + "2026-06-15": [ + { + "id": 101724, + "slug": "prophet-amos", + "title": "Prophet Amos" + }, + { + "id": 101725, + "slug": "saint-jonah-metropolitan-of-moscow", + "title": "Saint Jonah, Metropolitan of Moscow" + }, + { + "id": 101727, + "slug": "venerable-cassian-and-gregory-abbots-of-avnezh-vologda", + "title": "Venerable Cassian and Gregory, Abbots of Avnezh, Vologda" + }, + { + "id": 101729, + "slug": "martyrs-modestus-crescentia-and-vitus-at-lucania", + "title": "Martyrs Modestus, Crescentia, and Vitus, at Lucania" + }, + { + "id": 101730, + "slug": "martyr-doulas-of-cilicia", + "title": "Martyr Doulas of Cilicia" + }, + { + "id": 101731, + "slug": "saint-doulas-passion-bearer-of-egypt", + "title": "Saint Doulas, Passion-Bearer of Egypt" + }, + { + "id": 101732, + "slug": "saint-jerome-hieronymus-of-stridon", + "title": "Saint Jerome (Hieronymus) of Stridon" + }, + { + "id": 101733, + "slug": "translation-of-the-relics-of-saint-theodore-the-sykeote", + "title": "Translation of the relics of Saint Theodore the Sykeote" + }, + { + "id": 101734, + "slug": "right-believing-prince-lazarus-the-great-martyr-of-serbia", + "title": "Right-believing Prince Lazarus the Great Martyr of Serbia" + }, + { + "id": 101735, + "slug": "saint-ephraim-the-bulgarian-patriarch-of-serbia", + "title": "Saint Ephraim the Bulgarian, Patriarch of Serbia" + }, + { + "id": 101736, + "slug": "blessed-augustine-bishop-of-hippo", + "title": "Blessed Augustine, Bishop of Hippo" + }, + { + "id": 101737, + "slug": "marianica-icon-of-the-mother-of-god", + "title": "\u201cMarianica\u201d Icon of the Mother of God" + }, + { + "id": 103805, + "slug": "saint-michael-first-metropolitan-of-kiev", + "title": "Saint Michael, first Metropolitan of Kiev" + }, + { + "id": 105911, + "slug": "saint-theophanes-of-the-roslavl-forests", + "title": "Saint Theophanes of the Roslavl Forests" + }, + { + "id": 100087, + "slug": "apostles-fortunatus-akhaikos-and-stephanas-of-the-70", + "title": "Apostles Fortunatus, Akhaikos, and Stephanas of the 70" + }, + { + "id": 100491, + "slug": "voronin-icon-of-the-mother-of-god", + "title": "Voronin Icon of the Mother of God" + } + ], + "2026-06-16": [ + { + "id": 101738, + "slug": "saint-tikhon-bishop-of-amathus-in-cyprus", + "title": "Saint Tikhon, Bishop of Amathus in Cyprus" + }, + { + "id": 101739, + "slug": "venerable-tikhon-of-kaluga-or-medin", + "title": "Venerable Tikhon of Kaluga Or Medin" + }, + { + "id": 101740, + "slug": "venerable-tikhon-of-luchov-kostroma", + "title": "Venerable Tikhon of Luchov, Kostroma" + }, + { + "id": 101741, + "slug": "martyrs-tigrius-the-presbyter-and-eutropius-the-reader-of-consta", + "title": "Martyrs Tigrius the Presbyter and Eutropius the Reader, of Constantinople" + }, + { + "id": 103859, + "slug": "saint-kaikhosro-the-georgian", + "title": "Saint Kaikhosro the Georgian" + }, + { + "id": 149000, + "slug": "venerable-moses-of-optina", + "title": "Venerable Moses of Optina" + } + ], + "2026-06-17": [ + { + "id": 101743, + "slug": "martyrs-manuel-sabel-and-ismael-of-persia", + "title": "Martyrs Manuel, Sabel, and Ismael, of Persia" + }, + { + "id": 103751, + "slug": "martyr-nectan-of-hartland", + "title": "Martyr Nectan of Hartland" + }, + { + "id": 103860, + "slug": "saint-shalva-of-akhaltsikhe", + "title": "Saint Shalva of Akhaltsikhe" + }, + { + "id": 100317, + "slug": "venerable-botolph-of-iken", + "title": "Venerable Botolph of Iken" + }, + { + "id": 100345, + "slug": "saint-hervius-of-plouvien", + "title": "Saint Hervius of Plouvien" + }, + { + "id": 100274, + "slug": "venerable-ananias-the-iconographer", + "title": "Venerable Ananias the Iconographer" + } + ], + "2026-06-18": [ + { + "id": 101746, + "slug": "martyrs-leontius-hypatius-and-theodulus-at-tripoli-in-syria", + "title": "Martyrs Leontius, Hypatius, and Theodulus at Tripoli in Syria" + }, + { + "id": 101749, + "slug": "venerable-leontius-of-the-kiev-far-caves", + "title": "Venerable Leontius of the Kiev Far Caves" + }, + { + "id": 101750, + "slug": "venerable-leontius-the-hagiorite", + "title": "Venerable Leontius the Hagiorite" + }, + { + "id": 101751, + "slug": "bogolyubov-icon-of-the-mother-of-god", + "title": "\u201cBogolyubov\u201d Icon of the Mother of God" + } + ], + "2026-06-19": [ + { + "id": 101752, + "slug": "apostle-jude-the-brother-of-the-lord", + "title": "Apostle Jude the Brother of the Lord" + }, + { + "id": 101753, + "slug": "venerable-barlaam-of-shenkursk", + "title": "Venerable Barlaam of Shenkursk" + }, + { + "id": 101754, + "slug": "martyr-zosimus-the-soldier-at-antioch-in-pisidia", + "title": "Martyr Zosimus the Soldier at Antioch, in Pisidia" + }, + { + "id": 101755, + "slug": "venerable-paisius-the-great", + "title": "Venerable Paisius the Great" + }, + { + "id": 101756, + "slug": "saint-john-the-solitary-of-jerusalem", + "title": "Saint John the Solitary of Jerusalem" + }, + { + "id": 101757, + "slug": "venerable-paisius-of-hilandar-bulgaria", + "title": "Venerable Paisius of Hilandar, Bulgaria" + }, + { + "id": 101758, + "slug": "repose-of-saint-job-patriarch-of-moscow-and-all-russia", + "title": "Repose of Saint Job, Patriarch of Moscow and all Russia" + } + ], + "2026-06-20": [ + { + "id": 101759, + "slug": "hieromartyr-methodius-bishop-of-patara", + "title": "Hieromartyr Methodius, Bishop of Patara" + }, + { + "id": 101760, + "slug": "blessed-prince-gleb-andreevich-son-of-saint-andrew-bogoliubsky", + "title": "Blessed Prince Gleb Andreevich, son of Saint Andrew Bogoliubsky" + }, + { + "id": 101761, + "slug": "translation-of-the-relics-of-saint-gurias-archbishop-of-kazan", + "title": "Translation of the relics of Saint Gurias, Archbishop of Kazan" + }, + { + "id": 101762, + "slug": "martyrs-inna-pinna-and-rimma-disciples-of-apostle-andrew-in-scyt", + "title": "Martyrs Inna, Pinna, and Rimma, disciples of Apostle Andrew in Scythia" + }, + { + "id": 101765, + "slug": "martyrs-aristocles-the-presbyter-demetrian-the-deacon-and-athana", + "title": "Martyrs Aristocles the Presbyter, Demetrian the Deacon, and Athanasius the Reader, of Cyprus" + }, + { + "id": 101768, + "slug": "saint-leucius-bishop-of-brindisi", + "title": "Saint Leucius, Bishop of Brindisi" + }, + { + "id": 101769, + "slug": "saint-callistus-patriarch-of-constantinople", + "title": "Saint Callistus, Patriarch of Constantinople" + }, + { + "id": 101771, + "slug": "saint-menas-bishop-of-polotsk", + "title": "Saint Menas, Bishop of Polotsk" + }, + { + "id": 103753, + "slug": "venerable-nicholas-cabasilas", + "title": "Venerable Nicholas Cabasilas" + }, + { + "id": 108013, + "slug": "saint-nahum-of-ochrid-disciple-of-saints-cyril-and-methodius-equ", + "title": "Saint Nahum of Ochrid, disciple of Saints Cyril and Methodius, Equals of the Apostles" + }, + { + "id": 100178, + "slug": "hodegetria-icon-of-the-mother-of-god", + "title": "Hodegetria Icon of the Mother of God (\u03a0\u03b1\u03bd\u03b1\u03b3\u03af\u03b1 \u039f\u03b4\u03b7\u03b3\u03ae\u03c4\u03c1\u03b9\u03b1)" + } + ], + "2026-06-21": [ + { + "id": 100287, + "slug": "venerable-ananias-the-iconographer", + "title": "Venerable Ananias the Iconographer" + }, + { + "id": 101772, + "slug": "martyr-julian-of-tarsus-in-cilicia", + "title": "Martyr Julian of Tarsus, in Cilicia" + }, + { + "id": 101773, + "slug": "hieromartyr-terence-bishop-of-iconium", + "title": "Hieromartyr Terence, Bishop of Iconium" + }, + { + "id": 101774, + "slug": "saint-julius-presbyter-of-novara-and-his-brother-saint-julian-th", + "title": "Saint Julius, Presbyter of Novara, and his brother, Saint Julian the Deacon" + }, + { + "id": 101776, + "slug": "martyr-archil-ii-king-of-georgia", + "title": "Martyr Archil II, King of Georgia" + }, + { + "id": 101777, + "slug": "martyr-luarsab-ii-king-of-georgia", + "title": "Martyr Luarsab II, King of Georgia" + }, + { + "id": 108050, + "slug": "venerable-anastasia-of-serbia", + "title": "Venerable Anastasia of Serbia" + }, + { + "id": 205376, + "slug": "new-martyr-niktas-of-nisyros-near-rhodes", + "title": "New Martyr Nik\u1e17tas of Nisyros near Rhodes" + } + ], + "2026-06-22": [ + { + "id": 101779, + "slug": "hieromartyr-eusebius-bishop-of-samosata", + "title": "Hieromartyr Eusebius, Bishop of Samosata" + }, + { + "id": 101780, + "slug": "martyrs-zeno-and-his-servant-zenas-of-philadelphia", + "title": "Martyrs Zeno and his servant, Zenas, of Philadelphia" + }, + { + "id": 101782, + "slug": "martyrs-galacteon-juliana-and-saturninus-of-constantinople", + "title": "Martyrs Galacteon, Juliana, and Saturninus, of Constantinople" + }, + { + "id": 101785, + "slug": "saint-alban-protomartyr-of-britain", + "title": "Saint Alban, Protomartyr of Britain" + }, + { + "id": 101786, + "slug": "hieromartyr-niktas-of-remesiana", + "title": "Hieromartyr Nik\u1e17tas of Remesiana" + }, + { + "id": 101787, + "slug": "martyr-niktas-the-dacian", + "title": "Martyr Nik\u1e17tas the Dacian" + }, + { + "id": 149028, + "slug": "saint-gregory-metropolitan-of-wallachia", + "title": "Saint Gregory, Metropolitan of Wallachia" + } + ], + "2026-06-23": [ + { + "id": 101788, + "slug": "martyr-agrippina-of-rome", + "title": "Martyr Agrippina of Rome" + }, + { + "id": 101789, + "slug": "righteous-artemius-of-verkola", + "title": "Righteous Artemius of Verkola" + }, + { + "id": 101790, + "slug": "second-translation-of-the-relics-of-saint-herman-archbishop-of-k", + "title": "Second Translation of the relics of Saint Herman, Archbishop of Kazan" + }, + { + "id": 101791, + "slug": "martyrs-eustochius-gaius-probus-lollius-and-urban-of-ancyra", + "title": "Martyrs Eustochius, Gaius, Probus, Lollius, and Urban, of Ancyra" + }, + { + "id": 101796, + "slug": "synaxis-of-the-saints-of-vladimir", + "title": "Synaxis of the Saints of Vladimir" + }, + { + "id": 101797, + "slug": "meeting-of-the-vladimir-icon-of-the-mother-of-god-in-memory-of-t", + "title": "Meeting of the Vladimir Icon of the Mother of God in memory of the Saving of Moscow from the Invasion of Khan Achmed" + }, + { + "id": 101798, + "slug": "tenderness-icon-of-the-mother-of-god-of-the-pskov-caves", + "title": "\u201cTenderness\u201d Icon of the Mother of God of the Pskov Caves" + }, + { + "id": 100482, + "slug": "niktas-of-thebes-and-those-with-him", + "title": "Nik\u1e17tas of Thebes and those with him" + }, + { + "id": 100477, + "slug": "saint-etheldreda-of-ely", + "title": "Saint Etheldreda of Ely" + }, + { + "id": 100446, + "slug": "glich-portatissa-gatekeeper-icon-of-the-mother-of-god", + "title": "\u00daglich Porta\u03aftissa (Gatekeeper) Icon of the Mother of God" + } + ], + "2026-06-24": [ + { + "id": 101800, + "slug": "nativity-of-the-holy-glorious-prophet-forerunner-and-baptist-joh", + "title": "Nativity of the Holy Glorious Prophet, Forerunner and Baptist, John" + }, + { + "id": 107803, + "slug": "venerable-anthony-abbot-of-dymsk-novgorod", + "title": "Venerable Anthony, Abbot of Dymsk, Novgorod" + }, + { + "id": 101801, + "slug": "righteous-youths-john-and-jacob-james-of-meniugi", + "title": "Righteous Youths John and Jacob (James) of Meniugi" + }, + { + "id": 101803, + "slug": "seven-martyred-brothers-orentius-pharnacius-eros-firmus-firminus", + "title": "Seven Martyred Brothers: Orentius, Pharnacius, Eros, Firmus, Firminus, Cyriacus, and Longinus, in Georgia" + }, + { + "id": 149033, + "slug": "saint-athanasius-parios", + "title": "Saint Athanasius Parios" + }, + { + "id": 101587, + "slug": "venerable-barlaam-of-khutin", + "title": "Venerable Barlaam of Khutin" + } + ], + "2026-06-25": [ + { + "id": 101812, + "slug": "virgin-martyr-febronia-of-nisibis", + "title": "Virgin Martyr Febronia of Nisibis" + }, + { + "id": 101811, + "slug": "saints-peter-and-fevronia-tonsured-david-and-euphrosyne-wonderwo", + "title": "Saints Peter and Fevronia (tonsured David and Euphrosyne), Wonderworkers of Murom" + }, + { + "id": 101813, + "slug": "saint-dionysios-the-builder-of-prodromou-monastery-mount-athos", + "title": "Saint Dionysios, the builder of Prodromou Monastery, Mount Athos" + }, + { + "id": 101814, + "slug": "venerable-dometius-of-dionysiou", + "title": "Venerable Dometius of Dionysiou" + }, + { + "id": 101815, + "slug": "monastic-martyr-procopius-of-the-ivron-monastery-on-mount-athos", + "title": "Monastic Martyr Procopius of the Iv\u1e17ron Monastery on Mount Athos" + }, + { + "id": 108014, + "slug": "new-martyr-procopius-of-varna", + "title": "New Martyr Procopius of Varna" + }, + { + "id": 149002, + "slug": "venerable-nikon-of-optina", + "title": "Venerable Nikon of Optina" + }, + { + "id": 149050, + "slug": "new-martyr-george-of-attalia", + "title": "New Martyr George of Attalia" + }, + { + "id": 100344, + "slug": "saint-moloug-of-lismore", + "title": "Saint Moloug of Lismore" + }, + { + "id": 100451, + "slug": "saint-theoleptos-metropolitan-of-philadelphia", + "title": "Saint Theoleptos, Metropolitan of Philadelphia" + } + ], + "2026-06-26": [ + { + "id": 101817, + "slug": "saint-david-of-thessaloniki", + "title": "Saint David of Thessaloniki" + }, + { + "id": 101820, + "slug": "saint-dionysius-archbishop-of-suzdal", + "title": "Saint Dionysius, Archbishop of Suzdal" + }, + { + "id": 101818, + "slug": "translation-of-the-relics-of-saint-tikhon-of-luchov-kostroma", + "title": "Translation of the relics of Saint Tikhon of Luchov, Kostroma" + }, + { + "id": 101819, + "slug": "saint-john-bishop-of-the-goths-in-the-crimea", + "title": "Saint John, Bishop of the Goths in the Crimea" + }, + { + "id": 101821, + "slug": "appearance-of-the-tikhvin-icon-of-the-mother-of-god", + "title": "Appearance of the Tikhvin Icon of the Mother of God" + }, + { + "id": 101824, + "slug": "seven-lakes-icon-of-the-mother-of-god", + "title": "\u201cSeven Lakes\u201d Icon of the Mother of God" + }, + { + "id": 101823, + "slug": "neamts-icon-of-the-mother-of-god", + "title": "\u201cNeamts\u201d Icon of the Mother of God" + }, + { + "id": 101825, + "slug": "icon-of-the-mother-of-god-of-lydda-or-the-roman", + "title": "Icon of the Mother of God of Lydda or \u201cthe Roman\u201d" + }, + { + "id": 503, + "slug": "feast-of-all-saints-of-georgia", + "title": "Feast of All Saints of Georgia" + }, + { + "id": 100473, + "slug": "new-martyr-david-of-saint-annes-skete", + "title": "New Martyr David of Saint Anne's Skete" + } + ], + "2026-06-27": [ + { + "id": 101828, + "slug": "saint-sampson-the-hospitable-of-constantinople", + "title": "Saint Sampson the Hospitable of Constantinople" + }, + { + "id": 101827, + "slug": "saint-joanna-the-myrrhbearer", + "title": "Saint Joanna the Myrrhbearer" + }, + { + "id": 107806, + "slug": "venerable-serapion-of-kozhe-lake", + "title": "Venerable Serapion of Kozhe Lake" + }, + { + "id": 101829, + "slug": "saint-severus-the-presbyter-of-interocrea-italy", + "title": "Saint Severus the Presbyter of Interocrea, Italy" + }, + { + "id": 101830, + "slug": "venerable-george-of-mount-athos", + "title": "Venerable George of Mount Athos" + }, + { + "id": 101831, + "slug": "finding-of-the-relics-of-venerable-ambrose-of-optina", + "title": "Finding of the relics of Venerable Ambrose of Optina" + }, + { + "id": 101832, + "slug": "venerable-martin-of-turov", + "title": "Venerable Martin of Turov" + }, + { + "id": 205447, + "slug": "hieromartyr-kirion-ii-catholicos-patriarch-of-all-georgia", + "title": "Hieromartyr Kirion II, Catholicos-Patriarch of All Georgia" + } + ], + "2026-06-28": [ + { + "id": 101834, + "slug": "translation-of-the-relics-of-the-holy-and-wonderworking-unmercen", + "title": "Translation of the Relics of the holy and wonderworking Unmercenaries Cyrus and John" + }, + { + "id": 107807, + "slug": "venerable-xenophon-abbot-of-robeika-novgorod", + "title": "Venerable Xenophon, Abbot of Robeika, Novgorod" + }, + { + "id": 101836, + "slug": "venerable-sergius-and-herman-wonderworkers-of-valaam", + "title": "Venerable Sergius and Herman, Wonderworkers of Valaam" + }, + { + "id": 101838, + "slug": "saint-paul-physician-of-corinth", + "title": "Saint Paul, Physician of Corinth" + }, + { + "id": 101839, + "slug": "icon-of-the-mother-of-god-of-the-three-hands", + "title": "Icon of the Mother of God \u201cOf the Three Hands\u201d" + }, + { + "id": 100237, + "slug": "hieromartyr-basil", + "title": "Hieromartyr Basil" + }, + { + "id": 100236, + "slug": "holy-martyr-pappias", + "title": "Holy Martyr Pappias" + }, + { + "id": 100478, + "slug": "venerable-confessor-sergius-of-paphlagonia", + "title": "Venerable Confessor Sergius of Paphlagonia" + } + ], + "2026-06-29": [ + { + "id": 101840, + "slug": "the-holy-glorious-and-all-praised-leaders-of-the-apostles-peter", + "title": "The Holy Glorious and All-Praised Leaders of the Apostles, Peter and Paul" + }, + { + "id": 101841, + "slug": "the-holy-glorious-and-all-praised-leader-of-the-apostles-peter", + "title": "The Holy Glorious and All-Praised Leader of the Apostles, Peter" + }, + { + "id": 101842, + "slug": "the-holy-glorious-and-all-praised-leader-of-the-apostles-paul", + "title": "The Holy Glorious and All-Praised Leader of the Apostles, Paul" + }, + { + "id": 103752, + "slug": "icon-of-the-mother-of-god-of-kasperov", + "title": "Icon of the Mother of God of Kasperov" + } + ], + "2026-06-30": [ + { + "id": 101711, + "slug": "synaxis-of-the-holy-glorious-and-all-praised-twelve-apostles", + "title": "Synaxis of the Holy, Glorious and All-Praised Twelve Apostles" + }, + { + "id": 101856, + "slug": "saint-peter-prince-of-ordinsk-rostov", + "title": "Saint Peter, Prince of Ordinsk, Rostov" + }, + { + "id": 101857, + "slug": "translation-of-the-relics-of-saint-sophronius-bishop-of-irkutsk", + "title": "Translation of the relics of Saint Sophronius, Bishop of Irkutsk" + }, + { + "id": 101858, + "slug": "icon-of-the-mother-of-god-of-balikin", + "title": "Icon of the Mother of God of Balikin" + }, + { + "id": 149009, + "slug": "saint-gelasius-of-rimet", + "title": "Saint Gelasius of Rimet" + }, + { + "id": 205474, + "slug": "holy-queen-dinar", + "title": "Holy Queen Dinar" + } + ], + "2026-07-01": [ + { + "id": 101859, + "slug": "holy-wonderworking-unmercenary-physicians-cosmas-and-damian-at-r", + "title": "Holy Wonderworking Unmercenary Physicians Cosmas and Damian at Rome" + }, + { + "id": 101861, + "slug": "martyr-potitus-at-naples", + "title": "Martyr Potitus at Naples" + }, + { + "id": 101862, + "slug": "venerable-peter-of-constantinople", + "title": "Venerable Peter of Constantinople" + }, + { + "id": 101863, + "slug": "saint-angelina-of-serbia", + "title": "Saint Angelina of Serbia" + }, + { + "id": 101860, + "slug": "translation-of-the-relics-of-venerable-john-of-rila-from-trnovo", + "title": "Translation of the relics of Venerable John of Rila from Trnovo to Rila" + }, + { + "id": 149010, + "slug": "saint-leontius-of-rdui", + "title": "Saint Leontius of R\u0103d\u0103u\u0163i" + } + ], + "2026-07-02": [ + { + "id": 206392, + "slug": "saint-john-maximovitch-archbishop-of-shanghai-and-san-francisco", + "title": "Saint John [Maximovitch], Archbishop of Shanghai and San Francisco" + }, + { + "id": 101866, + "slug": "the-placing-of-the-honorable-robe-of-the-most-holy-mother-of-god", + "title": "The Placing of the Honorable Robe of the Most Holy Mother of God at Blachernae" + }, + { + "id": 101867, + "slug": "saint-photius-metropolitan-of-kiev", + "title": "Saint Photius, Metropolitan of Kiev" + }, + { + "id": 101868, + "slug": "saint-juvenal-patriarch-of-jerusalem", + "title": "Saint Juvenal, Patriarch of Jerusalem" + }, + { + "id": 101869, + "slug": "icon-of-the-mother-of-god-of-akhtyr", + "title": "Icon of the Mother of God of Akhtyr" + }, + { + "id": 101870, + "slug": "icon-of-the-mother-of-god-of-pozhai", + "title": "Icon of the Mother of God of Pozhai" + }, + { + "id": 101871, + "slug": "icon-of-the-mother-of-god-of-theodotiev", + "title": "Icon of the Mother of God of Theodotiev" + }, + { + "id": 149011, + "slug": "saint-stephen-the-great", + "title": "Saint Stephen the Great" + } + ], + "2026-07-03": [ + { + "id": 101872, + "slug": "martyr-hyacinth-of-caesarea-in-cappadocia-and-those-with-him", + "title": "Martyr Hyacinth of Caesarea, in Cappadocia, and those with him" + }, + { + "id": 101873, + "slug": "translation-of-the-relics-of-hieromartyr-philip-metropolitan-of", + "title": "Translation of the relics of Hieromartyr Philip, Metropolitan of Moscow" + }, + { + "id": 101874, + "slug": "venerable-anatolius-of-the-kiev-near-caves", + "title": "Venerable Anatolius of the Kiev Near Caves" + }, + { + "id": 101875, + "slug": "venerable-anatolius-the-recluse-of-the-kiev-far-caves", + "title": "Venerable Anatolius the Recluse of the Kiev Far Caves" + }, + { + "id": 101876, + "slug": "saint-basil-bishop-of-ryazan", + "title": "Saint Basil, Bishop of Ryazan" + }, + { + "id": 101877, + "slug": "right-believing-princes-basil-and-constantine-vsevolodovich-of-y", + "title": "Right-believing Princes Basil and Constantine Vsevolodovich of Yaroslavl" + }, + { + "id": 101879, + "slug": "venerable-john-wonderworker-of-yarenga-solovki", + "title": "Venerable John, Wonderworker of Yarenga, Solovki" + }, + { + "id": 101880, + "slug": "venerable-longinus-wonderworker-of-yarenga-solovki", + "title": "Venerable Longinus, Wonderworker of Yarenga, Solovki" + }, + { + "id": 101881, + "slug": "blessed-john-of-moscow-the-fool-for-christ", + "title": "Blessed John of Moscow the Fool-For-Christ" + }, + { + "id": 101882, + "slug": "venerable-ikdmos-abbot-of-kozhe-lake", + "title": "Venerable \u039dik\u03ccd\u0113mos, Abbot of Kozhe Lake" + }, + { + "id": 101888, + "slug": "martyrs-mark-and-mocius", + "title": "Martyrs Mark and Mocius" + }, + { + "id": 101889, + "slug": "saint-alexander-founder-of-the-monastery-of-the-unsleeping-ones", + "title": "Saint Alexander, founder of the Monastery of the \u201cUnsleeping Ones\u201d" + }, + { + "id": 101890, + "slug": "saint-anatolius-patriarch-of-constantinople", + "title": "Saint Anatolius, Patriarch of Constantinople" + }, + { + "id": 101891, + "slug": "monastic-martyr-gerasimus-the-new-of-carpenision", + "title": "Monastic Martyr Gerasimus the New of Carpenision" + }, + { + "id": 101892, + "slug": "icon-of-the-mother-of-god-the-milk-giver-of-the-hilandar-monaste", + "title": "Icon of the Mother of God the \u201cMilk-Giver\u201d of the Hilandar Monastery on Mount Athos" + }, + { + "id": 205460, + "slug": "saint-george-the-god-bearer", + "title": "Saint George the God-Bearer" + } + ], + "2026-07-04": [ + { + "id": 101212, + "slug": "finding-of-the-relics-of-venerable-maximus-the-greek-july-4-1996", + "title": "Finding of the relics of Venerable Maximus the Greek (July 4, 1996)" + }, + { + "id": 101894, + "slug": "saint-andrew-archbishop-of-crete", + "title": "Saint Andrew, Archbishop of Crete" + }, + { + "id": 101893, + "slug": "venerable-andrew-rublev-the-iconographer", + "title": "Venerable Andrew Rublev the Iconographer" + }, + { + "id": 101895, + "slug": "venerable-martha-mother-of-venerable-simeon-stylites-the-younger", + "title": "Venerable Martha, mother of Venerable Simeon Stylites the Younger" + }, + { + "id": 101896, + "slug": "burial-of-saint-andrew-the-prince", + "title": "Burial of Saint Andrew the Prince" + }, + { + "id": 101897, + "slug": "uncovering-of-the-relics-of-venerable-euthymius-archimandrite-of", + "title": "Uncovering of the relics of Venerable Euthymius, Archimandrite of Suzdal" + }, + { + "id": 101898, + "slug": "martyr-theodotus-and-theodotia-at-caesarea-in-cappadocia", + "title": "Martyr Theodotus and Theodotia at Caesarea, in Cappadocia" + }, + { + "id": 101900, + "slug": "hieromartyr-theodore-bishop-of-cyrene-in-libya-and-those-with-hi", + "title": "Hieromartyr Theodore, Bishop of Cyrene in Libya, and those with him" + }, + { + "id": 101904, + "slug": "venerable-tikhon-vasily-and-nikon-monks-of-solovki", + "title": "Venerable Tikhon, Vasily and Nikon, Monks of Solovki" + }, + { + "id": 101907, + "slug": "icon-of-the-mother-of-god-of-galatea", + "title": "Icon of the Mother of God of Galatea" + }, + { + "id": 108051, + "slug": "hieromartyr-platon-the-newmartyr-of-banjaluka", + "title": "Hieromartyr Platon the Newmartyr of Banjaluka" + }, + { + "id": 205319, + "slug": "hieromartyr-george", + "title": "Hieromartyr George" + }, + { + "id": 205382, + "slug": "saint-savva-bishop-of-gornjikarlovci", + "title": "Saint Savva, Bishop of Gornjikarlovci" + } + ], + "2026-07-05": [ + { + "id": 101908, + "slug": "venerable-athanasius-founder-of-the-great-lavra-and-coenobitic-m", + "title": "Venerable Athanasius, founder of the Great Lavra and Coenobitic Monasticism on Mount Athos, and his six disciples" + }, + { + "id": 101910, + "slug": "uncovering-of-the-relics-of-venerable-sergius-of-radonezh", + "title": "Uncovering of the relics of Venerable Sergius of Radonezh" + }, + { + "id": 101911, + "slug": "martyr-anna-at-rome", + "title": "Martyr Anna at Rome" + }, + { + "id": 101912, + "slug": "martyr-cyrilla-of-cyrene-in-libya-a-widow", + "title": "Martyr Cyrilla of Cyrene in Libya, a widow" + }, + { + "id": 101913, + "slug": "hieromartyr-lampados-of-irenopolis", + "title": "Hieromartyr Lampados of Irenopolis" + }, + { + "id": 101914, + "slug": "hieromartyr-cyprian-of-mount-athos", + "title": "Hieromartyr Cyprian of Mount Athos" + }, + { + "id": 101917, + "slug": "economissa-icon-of-the-mother-of-god", + "title": "\u201cEconomissa\u201d Icon of the Mother of God" + } + ], + "2026-07-06": [ + { + "id": 101918, + "slug": "venerable-sisoes-the-great", + "title": "Venerable Sisoes the Great" + }, + { + "id": 101919, + "slug": "venerable-sisoes-the-schemamonk-of-the-kiev-far-caves", + "title": "Venerable Sisoes the Schemamonk of the Kiev Far Caves" + }, + { + "id": 101920, + "slug": "uncovering-of-the-relics-of-holy-princess-juliana-olshanskaya", + "title": "Uncovering of the relics of Holy Princess Juliana Olshanskaya" + }, + { + "id": 101921, + "slug": "martyr-marinus-his-wife-martha-their-children-and-those-with-the", + "title": "Martyr Marinus, his wife Martha, their children, and those with them at Rome" + }, + { + "id": 101928, + "slug": "martyr-isaurius-the-deacon-of-apollonia-in-macedonia-and-those-w", + "title": "Martyr Isaurius the Deacon of Apollonia in Macedonia and those with him" + }, + { + "id": 101936, + "slug": "confessor-and-wonderworker-quintus-of-phrygia", + "title": "Confessor and Wonderworker Quintus of Phrygia" + }, + { + "id": 101937, + "slug": "martyr-lucy-and-those-with-her-at-rome", + "title": "Martyr Lucy, and those with her, at Rome" + }, + { + "id": 101949, + "slug": "synaxis-of-the-saints-of-radonezh", + "title": "Synaxis of the Saints of Radonezh" + } + ], + "2026-07-07": [ + { + "id": 101843, + "slug": "venerable-thomas-of-mount-maleos", + "title": "Venerable Thomas of Mount Maleos" + }, + { + "id": 101951, + "slug": "venerable-acacius-of-sinai-who-is-mentioned-in-the-ladder", + "title": "Venerable Acacius of Sinai, who is mentioned in the Ladder" + }, + { + "id": 101952, + "slug": "venerable-eudokia-in-monasticism-euphrosyne-grand-duchess-of-mos", + "title": "Venerable Eudokia (in monasticism Euphrosyne), Grand Duchess of Moscow" + }, + { + "id": 101953, + "slug": "martyrs-peregrinus-lucian-ompeius-hesychius-papius-saturninus-an", + "title": "Martyrs Peregrinus, Lucian, Ompeius, Hesychius, Papius, Saturninus, and Germanus, of Dyrrachium in Macedonia" + }, + { + "id": 101962, + "slug": "martyr-evangelicus-bishop-of-tomis-constana-in-romania", + "title": "Martyr Evangelicus, Bishop of Tomis, Constan\u021ba in Romania" + }, + { + "id": 101963, + "slug": "martyr-kyriake-of-nicomedia", + "title": "Martyr Kyriake of Nicomedia" + }, + { + "id": 101964, + "slug": "translation-of-the-blachernae-icon-of-the-mother-of-god-to-russi", + "title": "Translation of the \u201cBlachernae\u201d Icon of the Mother of God to Russia" + }, + { + "id": 100182, + "slug": "saint-prosper-of-aquitaine", + "title": "Saint Prosper of Aquitaine" + } + ], + "2026-07-08": [ + { + "id": 101965, + "slug": "our-lady-of-sitka-icon-of-the-mother-of-god", + "title": "\u201cOur Lady of Sitka\u201d Icon of the Mother of God" + }, + { + "id": 101966, + "slug": "greatmartyr-procopius-of-caesarea-in-palestine", + "title": "Greatmartyr Procopius of Caesarea, in Palestine" + }, + { + "id": 102283, + "slug": "righteous-procopius-the-fool-for-christ-and-wonderworker-of-usty", + "title": "Righteous Procopius the Fool-For-Christ and Wonderworker of Ustya, Vologda" + }, + { + "id": 101967, + "slug": "kazan-icons-of-the-mother-of-god-in-kazan-st-petersburg-and-mosc", + "title": "Kazan Icons of the Mother of God in Kazan, St. Petersburg, and Moscow" + }, + { + "id": 101968, + "slug": "tenderness-icon-of-the-mother-of-god-in-novgorod", + "title": "\u201cTenderness\u201d Icon of the Mother of God in Novgorod" + }, + { + "id": 101960, + "slug": "monastic-martyrs-epictetus-and-astion-at-halmyris", + "title": "Monastic Martyrs Epictetus and Astion, at Halmyris" + }, + { + "id": 101969, + "slug": "miracle-of-the-annunciation-icon-of-the-mother-of-god-at-ustiug", + "title": "Miracle of the Annunciation Icon of the Mother of God at Ustiug" + }, + { + "id": 108015, + "slug": "venerable-theophilus-the-myrrhgusher-of-macedonia", + "title": "Venerable Theophilus the Myrrhgusher of Macedonia" + }, + { + "id": 205383, + "slug": "icon-of-the-mother-of-god-of-tambov", + "title": "Icon of the Mother of God of Tambov" + }, + { + "id": 205461, + "slug": "royal-martyr-mirdat-king-of-kartli", + "title": "Royal Martyr Mirdat, King of Kartli" + }, + { + "id": 100129, + "slug": "kazan-yaroslavl-icon-of-the-mother-of-god", + "title": "Kazan-Yaroslavl Icon of the Mother of God" + } + ], + "2026-07-09": [ + { + "id": 101970, + "slug": "hieromartyr-pancratius-bishop-of-taormina-in-sicily", + "title": "Hieromartyr Pancratius, Bishop of Taormina in Sicily" + }, + { + "id": 101971, + "slug": "hieromartyr-cyril-bishop-of-gortyna-in-crete", + "title": "Hieromartyr Cyril, Bishop of Gortyna in Crete" + }, + { + "id": 101972, + "slug": "martyrs-patermuthius-coprius-and-alexander-the-soldier-in-egypt", + "title": "Martyrs Patermuthius, Coprius, and Alexander the Soldier, in Egypt" + }, + { + "id": 101975, + "slug": "saint-theodore-bishop-of-edessa", + "title": "Saint Theodore, Bishop of Edessa" + }, + { + "id": 101978, + "slug": "saint-dionysios-the-rhetorician-and-his-disciple-saint-mtrophns", + "title": "Saint Dionysios the Rhetorician and his disciple Saint M\u0113troph\u00e1n\u0113s" + }, + { + "id": 101980, + "slug": "icon-of-the-mother-of-god-of-koloch", + "title": "Icon of the Mother of God of Koloch" + }, + { + "id": 101981, + "slug": "icon-of-the-mother-of-god-of-cyprus", + "title": "Icon of the Mother of God of Cyprus" + } + ], + "2026-07-10": [ + { + "id": 101994, + "slug": "venerable-anthony-of-the-kiev-far-caves-founder-of-monasticism-i", + "title": "Venerable Anthony of the Kiev Far Caves, Founder of Monasticism in Russia" + }, + { + "id": 101984, + "slug": "45-holy-martyrs-at-nicopolis-in-armenia", + "title": "45 Holy Martyrs at Nicopolis in Armenia" + }, + { + "id": 101993, + "slug": "the-placing-of-the-honorable-robe-of-the-lord-at-moscow", + "title": "The Placing of the Honorable Robe of the Lord at Moscow" + }, + { + "id": 101995, + "slug": "venerable-silvanus-the-schemamonk-of-the-kiev-far-caves", + "title": "Venerable Silvanus the Schemamonk of the Kiev Far Caves" + }, + { + "id": 101996, + "slug": "martyr-apollonius-of-sardis", + "title": "Martyr Apollonius of Sardis" + }, + { + "id": 101997, + "slug": "martyrs-bianor-and-silvanus-of-pisidia", + "title": "Martyrs Bianor and Silvanus of Pisidia" + }, + { + "id": 101999, + "slug": "10000-martyred-fathers-of-the-deserts-and-caves-of-scete-by-the", + "title": "10,000 Martyred Fathers of the Deserts and Caves of Scete by the Impious Patriarch Theophilus of Alexandria" + }, + { + "id": 102000, + "slug": "martyr-ikdmos-of-elbassan-albania", + "title": "Martyr \u039dik\u03ccd\u0113mos of Elbassan Albania" + }, + { + "id": 102001, + "slug": "monastic-martyr-nectarius-of-saint-anne-skete-on-mount-athos", + "title": "Monastic Martyr Nectarius of Saint Anne Skete on Mount Athos" + }, + { + "id": 101983, + "slug": "icon-of-the-mother-of-god-of-konevits", + "title": "Icon of the Mother of God of Konevits" + }, + { + "id": 169050, + "slug": "saint-joseph-and-his-companions-of-damascus", + "title": "Saint Joseph, and his companions, of Damascus" + } + ], + "2026-07-11": [ + { + "id": 102002, + "slug": "greatmartyr-euphemia-the-all-praised", + "title": "Greatmartyr Euphemia the All-praised" + }, + { + "id": 102003, + "slug": "equal-to-the-apostles-blessed-great-princess-olga-in-holy-baptis", + "title": "Equal-to-the-Apostles Blessed Great Princess Olga (in Holy Baptism Helen)" + }, + { + "id": 102004, + "slug": "hieromartyr-kindeos-the-presbyter-of-pamphylia", + "title": "Hieromartyr Kindeos the Presbyter of Pamphylia" + }, + { + "id": 102005, + "slug": "icon-of-the-mother-of-god-of-rzhevsk", + "title": "Icon of the Mother of God of Rzhevsk" + }, + { + "id": 108016, + "slug": "new-monastic-martyr-ikdmos-of-albania", + "title": "New Monastic Martyr \u039dik\u03ccd\u0113mos of Albania" + }, + { + "id": 149025, + "slug": "transfer-of-the-relics-of-saint-barbara", + "title": "Transfer of the Relics of Saint Barbara" + }, + { + "id": 205398, + "slug": "venerable-arcadius-of-novotorsk", + "title": "Venerable Arcadius of Novotorsk" + }, + { + "id": 100180, + "slug": "finding-of-the-relics-of-saint-hilarion-archbishop-of-verey", + "title": "Finding of the Relics of Saint Hilarion, Archbishop of Verey" + } + ], + "2026-07-12": [ + { + "id": 102008, + "slug": "martyrs-proclus-and-hilary-of-ancyra", + "title": "Martyrs Proclus and Hilary of Ancyra" + }, + { + "id": 103802, + "slug": "venerable-michael-maleinos", + "title": "Venerable Michael Maleinos" + }, + { + "id": 102009, + "slug": "martyrs-theodore-and-his-son-john-of-kiev", + "title": "Martyrs Theodore and his son, John, of Kiev" + }, + { + "id": 102011, + "slug": "venerable-arsenius-of-novgorod-the-fool-for-christ", + "title": "Venerable Arsenius of Novgorod the Fool-For-Christ" + }, + { + "id": 102012, + "slug": "venerable-simon-abbot-of-volomsk", + "title": "Venerable Simon, Abbot of Volomsk" + }, + { + "id": 102013, + "slug": "martyr-golinduc-in-baptism-mary-of-persia", + "title": "Martyr Golinduc (in Baptism Mary), of Persia" + }, + { + "id": 102014, + "slug": "venerable-john-the-georgian-of-mount-athos", + "title": "Venerable John the Georgian of Mount Athos" + }, + { + "id": 102015, + "slug": "venerable-gabriel-the-georgian-of-mount-athos", + "title": "Venerable Gabriel the Georgian of Mount Athos" + }, + { + "id": 102016, + "slug": "icon-of-the-mother-of-god-of-the-three-hands-on-mount-athos", + "title": "Icon of the Mother of God \u201cof the Three Hands\u201d on Mount Athos" + }, + { + "id": 102006, + "slug": "saint-veronica-bernice-the-woman-with-the-issue-of-blood", + "title": "Saint Veronica (Bernice), the woman with the issue of blood" + }, + { + "id": 100179, + "slug": "saint-serapion-the-new", + "title": "Saint Serapion the New" + }, + { + "id": 100401, + "slug": "venerable-paisios-of-the-holy-mountain", + "title": "Venerable Paisios of the Holy Mountain" + }, + { + "id": 100353, + "slug": "prodromitsa-icon-of-the-mother-of-god", + "title": "Prodromitsa Icon of the Mother of God" + } + ], + "2026-07-13": [ + { + "id": 102017, + "slug": "synaxis-of-the-archangel-gabriel", + "title": "Synaxis of the Archangel Gabriel" + }, + { + "id": 102018, + "slug": "venerable-stephen-of-saint-savva-monastery", + "title": "Venerable Stephen of Saint Savva Monastery" + }, + { + "id": 102019, + "slug": "saint-julian-bishop-of-cenomanis-le-mans-gaul", + "title": "Saint Julian, Bishop of Cenomanis (Le Mans), Gaul" + }, + { + "id": 102020, + "slug": "martyr-serapion", + "title": "Martyr Serapion" + }, + { + "id": 102021, + "slug": "martyr-marcian-of-iconium", + "title": "Martyr Marcian of Iconium" + }, + { + "id": 102022, + "slug": "it-is-truly-meet-axion-estin-icon-of-the-mother-of-god", + "title": "\u201cIt Is Truly Meet\u201d (\u201cAxion Estin\u201d) Icon of the Mother of God" + }, + { + "id": 205400, + "slug": "saint-just-of-penwith", + "title": "Saint Just of Penwith" + }, + { + "id": 205401, + "slug": "virgin-abbess-sarah-of-sketis-in-libya", + "title": "Virgin Abbess Sarah of Sketis in Libya" + } + ], + "2026-07-14": [ + { + "id": 101950, + "slug": "apostle-aquila-of-the-seventy", + "title": "Apostle Aquila of the Seventy" + }, + { + "id": 102024, + "slug": "venerable-stephen-abbot-of-makhrishche-vologda", + "title": "Venerable Stephen, Abbot of Makhrishche, Vologda" + }, + { + "id": 102025, + "slug": "martyr-justus-at-rome", + "title": "Martyr Justus at Rome" + }, + { + "id": 102026, + "slug": "venerable-hellius-of-egypt", + "title": "Venerable Hellius of Egypt" + }, + { + "id": 102027, + "slug": "venerable-onesimus-of-magnesia", + "title": "Venerable Onesimus of Magnesia" + }, + { + "id": 102028, + "slug": "repose-of-venerable-nikodemos-the-hagiorite", + "title": "Repose of Venerable Nikodemos the Hagiorite" + } + ], + "2026-07-15": [ + { + "id": 102031, + "slug": "holy-great-prince-vladimir-basil-in-baptism-equal-of-the-apostle", + "title": "Holy Great Prince Vladimir (Basil in Baptism), Equal of the Apostles, and Enlightener of Rus'" + }, + { + "id": 102041, + "slug": "saint-quiricus-krykos-and-his-mother-julitta", + "title": "Saint Quiricus (K\u1e17rykos) and his mother Julitta" + }, + { + "id": 102032, + "slug": "martyr-aboudimos-of-the-isle-of-tenedos", + "title": "Martyr Aboudimos of the Isle of Tenedos" + } + ], + "2026-07-16": [ + { + "id": 102033, + "slug": "hieromartyr-athenogenes-bishop-of-heracleopolis-and-his-ten-disc", + "title": "Hieromartyr Athenogenes, Bishop of Heracleopolis, and his ten disciples" + }, + { + "id": 102035, + "slug": "martyrs-paul-and-two-sisters-chionia-thea-and-alevtina-valentina", + "title": "Martyrs Paul and two sisters, Chionia (Thea) and Alevtina (Valentina), at C\u00e6sarea in Palestine" + }, + { + "id": 102038, + "slug": "martyr-antiochus-the-physician-of-sebaste", + "title": "Martyr Antiochus the Physician of Sebaste" + }, + { + "id": 102039, + "slug": "virgin-martyr-julia-of-carthage", + "title": "Virgin Martyr Julia of Carthage" + }, + { + "id": 108017, + "slug": "new-martyr-john-of-trnovo", + "title": "New Martyr John of Trnovo" + }, + { + "id": 108999, + "slug": "icon-of-the-mother-of-god-of-chirsk-pskov", + "title": "Icon of the Mother of God of Chirsk-Pskov" + } + ], + "2026-07-17": [ + { + "id": 102042, + "slug": "great-martyr-marina-margaret-of-antioch", + "title": "Great Martyr Marina (Margaret) of Antioch" + }, + { + "id": 102043, + "slug": "venerable-irenarchus-abbot-of-solovki", + "title": "Venerable Irenarchus, Abbot of Solovki" + }, + { + "id": 102044, + "slug": "translation-of-the-relics-of-venerable-lazarus-of-mount-galesius", + "title": "Translation of the relics of Venerable Lazarus of Mount Galesius near Ephesus" + }, + { + "id": 103789, + "slug": "royal-passionbearers-tsar-nicholas-nikolai-tsaritsa-alexandra-ts", + "title": "Royal Passionbearers Tsar Nicholas (Nikolai), Tsaritsa Alexandra, Tsarevich Aleksy, Grand Duchesses Olga, Tatiana, Maria, Anastasia" + }, + { + "id": 102045, + "slug": "venerable-leonid-of-ustnedumsk", + "title": "Venerable Leonid of Ustnedumsk" + }, + { + "id": 102046, + "slug": "icon-of-the-mother-of-god-of-sviatogorsk", + "title": "Icon of the Mother of God of Sviatogorsk" + } + ], + "2026-07-18": [ + { + "id": 102047, + "slug": "martyr-emilian-of-silistria-in-bulgaria", + "title": "Martyr Emilian of Silistria in Bulgaria" + }, + { + "id": 102048, + "slug": "martyr-hyacinthus-of-amastridea", + "title": "Martyr Hyacinthus of Amastridea" + }, + { + "id": 102049, + "slug": "venerable-john-the-long-suffering-of-the-kiev-near-caves", + "title": "Venerable John the Long-Suffering of the Kiev Near Caves" + }, + { + "id": 102050, + "slug": "venerable-pambo-the-recluse-of-the-kiev-far-caves", + "title": "Venerable Pambo the Recluse of the Kiev Far Caves" + }, + { + "id": 102051, + "slug": "venerable-pambo-the-hermit-of-egypt", + "title": "Venerable Pambo the Hermit of Egypt" + }, + { + "id": 101915, + "slug": "grand-duchess-elizabeth", + "title": "Grand Duchess Elizabeth" + }, + { + "id": 101916, + "slug": "nun-martyr-barbara", + "title": "Nun-martyr Barbara" + }, + { + "id": 102052, + "slug": "icon-of-the-mother-of-god-of-tolga", + "title": "Icon of the Mother of God of Tolga" + }, + { + "id": 205462, + "slug": "hieromartyr-kozman", + "title": "Hieromartyr Kozman" + } + ], + "2026-07-19": [ + { + "id": 50, + "slug": "fathers-of-the-first-six-councils", + "title": "Fathers of the First Six Councils" + }, + { + "id": 102053, + "slug": "uncovering-of-the-relics-of-venerable-seraphim-of-sarov", + "title": "Uncovering of the relics of Venerable Seraphim of Sarov" + }, + { + "id": 102055, + "slug": "venerable-macrina-sister-of-saint-basil-the-great", + "title": "Venerable Macrina, sister of Saint Basil the Great" + }, + { + "id": 102054, + "slug": "venerable-dius-abbot-of-antioch", + "title": "Venerable Dius, Abbot of Antioch" + }, + { + "id": 102056, + "slug": "right-believing-prince-roman-of-ryazan", + "title": "Right-believing Prince Roman of Ryazan" + }, + { + "id": 102057, + "slug": "venerable-paisius-of-the-kiev-far-caves", + "title": "Venerable Paisius of the Kiev Far Caves" + }, + { + "id": 102058, + "slug": "blessed-stephen-king-of-serbia", + "title": "Blessed Stephen, King of Serbia" + }, + { + "id": 102059, + "slug": "holy-right-believing-princess-militsa-of-serbia", + "title": "Holy Right-believing Princess Militsa of Serbia" + }, + { + "id": 100483, + "slug": "saint-theodore-of-edessa-mesopotamia", + "title": "Saint Theodore of Edessa, Mesopotamia" + } + ], + "2026-07-20": [ + { + "id": 102060, + "slug": "holy-glorious-prophet-elijah", + "title": "Holy, Glorious Prophet Elijah" + }, + { + "id": 102061, + "slug": "repose-of-venerable-abramius-of-galich-or-chukhloma-lake-discipl", + "title": "Repose of Venerable Abramius of Galich or Chukhloma Lake, disciple of Venerable Sergius of Radonezh" + }, + { + "id": 102062, + "slug": "uncovering-of-the-relics-of-venerable-athanasius-abbot-of-brest", + "title": "Uncovering of the relics of Venerable Athanasius, Abbot of Brest-Litovsk" + }, + { + "id": 102063, + "slug": "chukhloma-icon-of-the-mother-of-god-from-galich", + "title": "\u201cChukhloma\u201d Icon of the Mother of God from Galich" + }, + { + "id": 103867, + "slug": "martyr-ilia-chavchavadze-of-georgia", + "title": "Martyr Ilia Chavchavadze of Georgia" + }, + { + "id": 108892, + "slug": "righteous-martyr-maria-skobtsova", + "title": "Righteous Martyr Maria (Skobtsova)" + }, + { + "id": 108893, + "slug": "priestmartyr-demetrius-klepinine", + "title": "Priestmartyr Demetrius (Klepinine)" + }, + { + "id": 108894, + "slug": "priestmartyr-alexei-medvedkov", + "title": "Priestmartyr Alexei (Medvedkov)" + }, + { + "id": 205478, + "slug": "martyr-salome-the-georgian", + "title": "Martyr Salome the Georgian" + }, + { + "id": 100516, + "slug": "righteous-aaron", + "title": "Righteous Aaron" + } + ], + "2026-07-21": [ + { + "id": 102064, + "slug": "prophet-ezekiel", + "title": "Prophet Ezekiel" + }, + { + "id": 102065, + "slug": "venerable-simeon-of-emessa-the-fool-for-christ-and-his-fellow-as", + "title": "Venerable Simeon of Emessa the Fool-For-Christ, and his fellow ascetic Venerable John" + }, + { + "id": 102067, + "slug": "venerable-onuphrius-the-silent-and-venerable-onesimos-the-reclus", + "title": "Venerable Onuphrius the Silent and Venerable Onesimos the Recluse, of the Kiev Caves" + }, + { + "id": 102069, + "slug": "icon-of-the-mother-of-god-of-armatia", + "title": "Icon of the Mother of God of Armatia" + }, + { + "id": 100175, + "slug": "the-finding-of-the-honored-relics-of-the-venerable-right-believi", + "title": "The Finding of the honored relics of the Venerable right-believing Great Princess and Nun Anna of Kashin, Wonderworker" + } + ], + "2026-07-22": [ + { + "id": 102070, + "slug": "myrrhbearer-and-equal-of-the-apostles-mary-magdalene", + "title": "Myrrhbearer and Equal of the Apostles Mary Magdalene" + }, + { + "id": 102071, + "slug": "translation-of-the-relics-of-the-hieromartyr-phocas-bishop-of-si", + "title": "Translation of the relics of the Hieromartyr Phocas, Bishop of Sinope" + }, + { + "id": 102072, + "slug": "repose-of-venerable-cornelius-of-pereyaslavl", + "title": "Repose of Venerable Cornelius of Pereyaslavl" + }, + { + "id": 102073, + "slug": "martyr-markella-of-chios", + "title": "Martyr Markella of Chios" + } + ], + "2026-07-23": [ + { + "id": 102075, + "slug": "martyr-trophimus-and-14-others-in-lycia", + "title": "Martyr Trophimus and 14 Others in Lycia" + }, + { + "id": 102079, + "slug": "hieromartyr-apollinaris-bishop-of-ravenna", + "title": "Hieromartyr Apollinaris, Bishop of Ravenna" + }, + { + "id": 102081, + "slug": "icon-of-the-mother-of-god-the-joy-of-all-who-sorrow-with-coins-i", + "title": "Icon of the Mother of God \u201cthe Joy of All who Sorrow\u201d (with coins) in St. Petersburg" + }, + { + "id": 205390, + "slug": "hieromartyr-vitalius-bishop-of-ravenna", + "title": "Hieromartyr Vitalius, Bishop of Ravenna" + }, + { + "id": 102074, + "slug": "icon-of-the-mother-of-god-of-pochaev", + "title": "Icon of the Mother of God of Pochaev" + }, + { + "id": 108985, + "slug": "saint-anna-of-leukadio", + "title": "Saint Anna of Leukadio" + } + ], + "2026-07-24": [ + { + "id": 102082, + "slug": "martyrs-and-passion-bearers-boris-and-gleb", + "title": "Martyrs and Passion-Bearers Boris and Gleb" + }, + { + "id": 102084, + "slug": "martyr-christina-of-tyre", + "title": "Martyr Christina of Tyre" + }, + { + "id": 102085, + "slug": "venerable-polycarp-archimandrite-of-the-kiev-far-caves", + "title": "Venerable Polycarp, Archimandrite of the Kiev Far Caves" + }, + { + "id": 103868, + "slug": "saint-hilarion-of-tvali", + "title": "Saint Hilarion of Tvali" + }, + { + "id": 206391, + "slug": "synaxis-of-the-smolensk-saints", + "title": "Synaxis of the Smolensk Saints" + }, + { + "id": 206388, + "slug": "saint-athenagoras-of-athens", + "title": "Saint Athenagoras of Athens" + } + ], + "2026-07-25": [ + { + "id": 102086, + "slug": "dormition-of-the-righteous-anna-the-mother-of-the-most-holy-theo", + "title": "Dormition of the Righteous Anna, the Mother of the Most Holy Theotokos" + }, + { + "id": 102087, + "slug": "holy-woman-olympias-olympiada-the-deaconess-of-constantinople", + "title": "Holy Woman Olympias (Olympiada) the Deaconess of Constantinople" + }, + { + "id": 102088, + "slug": "virgin-martyr-eupraxia-of-tabenna", + "title": "Virgin Martyr Eupraxia of Tabenna" + }, + { + "id": 102089, + "slug": "venerable-makarios-abbot-of-zheltovod-and-unzha", + "title": "Venerable Makarios, Abbot of Zheltovod and Unzha" + }, + { + "id": 102090, + "slug": "commemoration-of-the-holy-165-fathers-of-the-fifth-ecumenical-co", + "title": "Commemoration of the Holy 165 Fathers of the Fifth Ecumenical Council" + } + ], + "2026-07-26": [ + { + "id": 102091, + "slug": "repose-of-saint-jacob-netsvetov-enlightener-of-the-peoples-of-al", + "title": "Repose of Saint Jacob Netsvetov, Enlightener of the Peoples of Alaska" + }, + { + "id": 102092, + "slug": "hieromartyr-hermolaus-and-martyrs-hermippus-and-hermocrates-at-n", + "title": "Hieromartyr Hermolaus and Martyrs Hermippus and Hermocrates at Nicomedia" + }, + { + "id": 102095, + "slug": "venerable-moses-the-hungarian-of-the-kiev-near-caves", + "title": "Venerable Moses the Hungarian of the Kiev Near Caves" + }, + { + "id": 102096, + "slug": "martyr-paraskevi-of-rome", + "title": "Martyr Paraskevi of Rome" + }, + { + "id": 102097, + "slug": "venerable-gerntios-the-founder-of-the-skt-of-saint-anna-on-mount", + "title": "Venerable Ger\u00f3ntios, the Founder of the Sk\u1e17t\u0113 of Saint Anna on Mount Athos" + }, + { + "id": 102098, + "slug": "icon-of-the-mother-of-god-in-constantinople-of-emvolon", + "title": "Icon of the Mother of God in Constantinople of \u201cEmvolon\u201d" + }, + { + "id": 108052, + "slug": "saint-savva-iii-of-serbia", + "title": "Saint Savva III of Serbia" + }, + { + "id": 100269, + "slug": "holy-virgin-martyr-oraiozele-disciple-of-the-holy-apostle-andrew", + "title": "Holy Virgin Martyr Oraiozele, disciple of the Holy Apostle Andrew" + } + ], + "2026-07-27": [ + { + "id": 102099, + "slug": "greatmartyr-and-healer-panteleimon", + "title": "Greatmartyr and Healer Panteleimon" + }, + { + "id": 102100, + "slug": "blessed-nicholas-kochanov-the-fool-for-christ-at-novgorod", + "title": "Blessed Nicholas Kochanov the Fool-For-Christ at Novgorod" + }, + { + "id": 102101, + "slug": "venerable-anthousa-the-confessor", + "title": "Venerable Anthousa the Confessor" + }, + { + "id": 102103, + "slug": "saint-clement-of-ochrid-equal-of-the-apostles-bishop-of-greater", + "title": "Saint Clement of Ochrid, Equal of the Apostles, Bishop of Greater Macedonia, and his companions Nahum, Savva, Gorazd and Angelar" + } + ], + "2026-07-28": [ + { + "id": 102109, + "slug": "holy-apostles-of-the-seventy-and-deacons-prochorus-nicanor-timon", + "title": "Holy Apostles of the Seventy and Deacons: Prochorus, Nicanor, Timon, and Parmenas" + }, + { + "id": 102112, + "slug": "saint-pitirim-bishop-of-tambov", + "title": "Saint Pitirim, Bishop of Tambov" + }, + { + "id": 102113, + "slug": "venerable-moses-wonderworker-of-the-kiev-caves", + "title": "Venerable Moses, Wonderworker of the Kiev Caves" + }, + { + "id": 102114, + "slug": "martyr-julian-of-dalmatia", + "title": "Martyr Julian of Dalmatia" + }, + { + "id": 102115, + "slug": "martyr-eustathius-eustace-of-apamea", + "title": "Martyr Eustathius (Eustace) of Apamea" + }, + { + "id": 102116, + "slug": "venerable-paul-founder-of-the-xeropotamou-monastery-on-mount-ath", + "title": "Venerable Paul, founder of the Xeropotamou Monastery on Mount Athos" + }, + { + "id": 102120, + "slug": "appearance-of-the-smolensk-directress-icon-of-the-mother-of-god", + "title": "Appearance of the Smolensk \u201cDirectress\u201d Icon of the Mother of God brought from Constantinople" + }, + { + "id": 102117, + "slug": "martyr-acacius-of-apamea", + "title": "Martyr Acacius of Apamea" + }, + { + "id": 102118, + "slug": "martyr-melitina", + "title": "Martyr Melitina" + }, + { + "id": 102119, + "slug": "saint-irene-chrysovolantou", + "title": "Saint Irene Chrysovolantou" + }, + { + "id": 102121, + "slug": "icon-of-the-mother-of-god-of-greben", + "title": "Icon of the Mother of God of Greben" + }, + { + "id": 102122, + "slug": "seraphim-diveyevo-tenderness-icon-of-the-mother-of-god", + "title": "Seraphim-Diveyevo Tenderness Icon of the Mother of God" + }, + { + "id": 103712, + "slug": "icon-of-the-mother-of-god-of-white-lake", + "title": "Icon of the Mother of God of White Lake" + }, + { + "id": 109013, + "slug": "icon-of-the-mother-of-god-of-kostroma", + "title": "Icon of the Mother of God of Kostroma" + }, + { + "id": 109014, + "slug": "icon-of-the-mother-of-god-of-ustiuzhena", + "title": "Icon of the Mother of God of Ustiuzhena" + }, + { + "id": 109015, + "slug": "icon-of-the-mother-of-god-of-voroninsk", + "title": "Icon of the Mother of God of Voroninsk" + }, + { + "id": 109016, + "slug": "icon-of-the-mother-of-god-of-saint-christopher", + "title": "Icon of the Mother of God of \u201cSaint Christopher\u201d" + }, + { + "id": 109017, + "slug": "icon-of-the-mother-of-god-of-suprasl", + "title": "Icon of the Mother of God of Suprasl" + }, + { + "id": 109018, + "slug": "icon-of-the-mother-of-god-of-vydropussk", + "title": "Icon of the Mother of God of Vydropussk" + }, + { + "id": 109019, + "slug": "icon-of-the-mother-of-god-of-yuga", + "title": "Icon of the Mother of God of Yuga" + }, + { + "id": 109020, + "slug": "icon-of-the-mother-of-god-of-igritsa", + "title": "Icon of the Mother of God of Igritsa" + }, + { + "id": 109021, + "slug": "icon-of-the-mother-of-god-of-shui", + "title": "Icon of the Mother of God of Shui" + }, + { + "id": 109022, + "slug": "seven-lakes-icon-of-the-mother-of-god", + "title": "\u201cSeven Lakes\u201d Icon of the Mother of God" + }, + { + "id": 109023, + "slug": "icon-of-the-mother-of-god-of-the-trinity-saint-sergius-lavra", + "title": "Icon of the Mother of God of the Trinity-Saint Sergius Lavra" + }, + { + "id": 205463, + "slug": "venerable-george-the-builder", + "title": "Venerable George the Builder" + } + ], + "2026-07-29": [ + { + "id": 102123, + "slug": "martyr-callinicus-of-gangra-in-asia-minor", + "title": "Martyr Callinicus of Gangra in Asia Minor" + }, + { + "id": 102124, + "slug": "venerable-constantine-and-cosmas-abbots-of-kosinsk", + "title": "Venerable Constantine and Cosmas, Abbots of Kosinsk" + }, + { + "id": 102126, + "slug": "virgin-martyr-seraphima-serapia-of-antioch", + "title": "Virgin Martyr Seraphima (Serapia) of Antioch" + }, + { + "id": 102127, + "slug": "martyr-theodota-and-her-three-sons-in-bithynia", + "title": "Martyr Theodota and her three sons in Bithynia" + }, + { + "id": 102130, + "slug": "martyr-eustathius-of-mtskheta-in-georgia", + "title": "Martyr Eustathius of Mtskheta in Georgia" + }, + { + "id": 108018, + "slug": "martyr-bessarion-bishop-of-smolyan", + "title": "Martyr Bessarion, Bishop of Smolyan" + }, + { + "id": 109011, + "slug": "child-schemamonk-bogolep", + "title": "Child Schemamonk Bogolep" + }, + { + "id": 109012, + "slug": "saint-roman-of-kirzhachsk", + "title": "Saint Roman of Kirzhachsk" + }, + { + "id": 100347, + "slug": "martyr-michael-the-black-robed-of-saint-savva-monastery", + "title": "Martyr Michael \u201cthe Black-Robed\u201d of Saint Savva Monastery" + }, + { + "id": 206397, + "slug": "nativity-of-saint-nicholas-the-wonderworker", + "title": "Nativity of Saint Nicholas the Wonderworker" + }, + { + "id": 102129, + "slug": "martyr-michael", + "title": "Martyr Michael" + }, + { + "id": 100346, + "slug": "emperor-theodosios-the-younger", + "title": "Emperor Theodosios the Younger" + } + ], + "2026-07-30": [ + { + "id": 102131, + "slug": "apostle-silas-of-the-seventy", + "title": "Apostle Silas of the Seventy" + }, + { + "id": 102132, + "slug": "apostle-silvanus-of-the-seventy", + "title": "Apostle Silvanus of the Seventy" + }, + { + "id": 102133, + "slug": "apostle-crescens-of-the-seventy", + "title": "Apostle Crescens of the Seventy" + }, + { + "id": 102134, + "slug": "apostle-epenetus-of-the-seventy", + "title": "Apostle Epenetus of the Seventy" + }, + { + "id": 102135, + "slug": "apostle-andronicus-of-the-seventy", + "title": "Apostle Andronicus of the Seventy" + }, + { + "id": 102136, + "slug": "martyr-john-the-soldier-at-constantinople", + "title": "Martyr John the Soldier at Constantinople" + }, + { + "id": 102137, + "slug": "uncovering-of-the-relics-of-venerable-herman-of-solovki", + "title": "Uncovering of the relics of Venerable Herman of Solovki" + }, + { + "id": 102138, + "slug": "hieromartyr-polychronius-bishop-of-babylon-and-those-with-him", + "title": "Hieromartyr Polychronius, Bishop of Babylon, and those with him" + }, + { + "id": 102148, + "slug": "hieromartyr-valentine-bishop-of-interamna-terni-in-italy-and-tho", + "title": "Hieromartyr Valentine, Bishop of Interamna, Terni in Italy, and those with him" + }, + { + "id": 108053, + "slug": "venerable-angelina-of-serbia", + "title": "Venerable Angelina of Serbia" + }, + { + "id": 109010, + "slug": "icon-of-the-mother-of-god-of-okonsk", + "title": "Icon of the Mother of God of Okonsk" + }, + { + "id": 148991, + "slug": "venerable-anatole-ii-of-optina", + "title": "Venerable Anatole II of Optina" + }, + { + "id": 205479, + "slug": "saint-tsotne-dadiani-the-confessor", + "title": "Saint Tsotne Dadiani the Confessor" + }, + { + "id": 100558, + "slug": "velikorets-icon-of-saint-nicholas-the-wonderworker", + "title": "Velikorets Icon of Saint Nicholas the Wonderworker" + } + ], + "2026-07-31": [ + { + "id": 102153, + "slug": "forefeast-of-the-procession-of-the-honorable-and-lifegiving-cros", + "title": "Forefeast of the Procession of the Honorable and Lifegiving Cross of the Lord" + }, + { + "id": 102154, + "slug": "righteous-eudocimus-of-cappadocia", + "title": "Righteous Eudocimus of Cappadocia" + }, + { + "id": 102155, + "slug": "martyr-julitta-at-caesarea", + "title": "Martyr Julitta at Caesarea" + }, + { + "id": 102156, + "slug": "saint-germanus-bishop-of-auxerre", + "title": "Saint Germanus, Bishop of Auxerre" + }, + { + "id": 102157, + "slug": "hieromartyr-benjamin-metropolitan-of-petrograd-and-gdovsk-and-th", + "title": "Hieromartyr Benjamin, Metropolitan of Petrograd and Gdovsk, and those with him" + }, + { + "id": 103869, + "slug": "saint-arsenius-bishop-of-ninotsminda", + "title": "Saint Arsenius, Bishop of Ninotsminda" + }, + { + "id": 109009, + "slug": "righteous-joseph-of-arimathea", + "title": "Righteous Joseph of Arimathea" + } + ], + "2026-08-01": [ + { + "id": 102161, + "slug": "procession-of-the-honorable-wood-of-the-life-giving-cross-of-the", + "title": "Procession of the Honorable Wood of the Life-Giving Cross of the Lord (First of the three \u201cFeasts of the Savior\u201d in August)" + }, + { + "id": 102162, + "slug": "7-holy-maccabee-martyrs", + "title": "7 Holy Maccabee Martyrs" + }, + { + "id": 102170, + "slug": "martyr-solomonia-mother-of-the-holy-seven-maccabee-martyrs", + "title": "Martyr Solomonia, mother of the Holy Seven Maccabee Martyrs" + }, + { + "id": 102171, + "slug": "martyr-eleazar-the-teacher-of-the-holy-seven-maccabee-martyrs", + "title": "Martyr Eleazar the Teacher of the Holy Seven Maccabee Martyrs" + }, + { + "id": 102172, + "slug": "nine-martyrs-of-perge-in-pamphilia", + "title": "Nine Martyrs of Perge in Pamphilia" + }, + { + "id": 100183, + "slug": "foreteller-icon-of-the-mother-of-god", + "title": "\"Foreteller\" Icon of the Mother of God" + } + ], + "2026-08-02": [ + { + "id": 102181, + "slug": "translation-of-the-relics-of-the-protomartyr-and-archdeacon-step", + "title": "Translation of the relics of the Protomartyr and Archdeacon Stephen from Jerusalem to Constantinople" + }, + { + "id": 102182, + "slug": "finding-of-the-relics-of-righteous-saint-ikdmos", + "title": "Finding of the relics of Righteous Saint \u039dik\u03ccd\u0113mos" + }, + { + "id": 102183, + "slug": "finding-of-the-relics-of-saint-gamaliel", + "title": "Finding of the relics of Saint Gamaliel" + }, + { + "id": 102184, + "slug": "finding-of-the-relics-of-saint-abibas", + "title": "Finding of the relics of Saint Abibas" + }, + { + "id": 102185, + "slug": "blessed-basil-of-moscow-the-fool-for-christ", + "title": "Blessed Basil of Moscow the Fool-For-Christ" + }, + { + "id": 102186, + "slug": "holy-fool-basil-of-kamen", + "title": "Holy Fool Basil of Kamen" + }, + { + "id": 102187, + "slug": "hieromartyr-stephen-pope-of-rome-and-those-with-him", + "title": "Hieromartyr Stephen, Pope of Rome, and those with him" + }, + { + "id": 100534, + "slug": "saint-photeine-of-cyprus-wonderworker", + "title": "Saint Photeine of Cyprus, Wonderworker" + } + ], + "2026-08-03": [ + { + "id": 102189, + "slug": "venerable-isaac-the-ascetic-of-the-dalmatian-monastery-at-consta", + "title": "Venerable Isaac the Ascetic of the Dalmatian Monastery at Constantinople" + }, + { + "id": 102190, + "slug": "venerable-dalmatus-the-ascetic-of-the-dalmatian-monastery-at-con", + "title": "Venerable Dalmatus the Ascetic of the Dalmatian Monastery at Constantinople" + }, + { + "id": 102191, + "slug": "venerable-faustus-the-ascetic-of-the-dalmatian-monastery-at-cons", + "title": "Venerable Faustus the Ascetic of the Dalmatian Monastery at Constantinople" + }, + { + "id": 102192, + "slug": "venerable-anthony-the-roman-and-abbot-of-novgorod", + "title": "Venerable Anthony the Roman and Abbot of Novgorod" + }, + { + "id": 102193, + "slug": "martyr-razhden-of-persia-the-georgian", + "title": "Martyr Razhden of Persia the Georgian" + }, + { + "id": 102194, + "slug": "venerable-cosmas-the-eunuch-and-hermit-of-palestine", + "title": "Venerable Cosmas the Eunuch and Hermit of Palestine" + }, + { + "id": 205464, + "slug": "9-kherkheulidze-brothers-with-their-mother-and-sister-and-nine-t", + "title": "9 Kherkheulidze Brothers with their Mother and Sister and Nine Thousand Martyrs of Marabda" + }, + { + "id": 100348, + "slug": "venerable-theodora-and-her-daughter-theopiste", + "title": "Venerable Theodora and her daughter Theopiste" + }, + { + "id": 100493, + "slug": "holy-myrrhbearer-salome", + "title": "Holy Myrrhbearer Salome" + } + ], + "2026-08-04": [ + { + "id": 102195, + "slug": "7-holy-youths-seven-sleepers-of-ephesus", + "title": "7 Holy Youths \u201cSeven Sleepers\u201d of Ephesus" + }, + { + "id": 102203, + "slug": "martyr-eudokia-of-persia", + "title": "Martyr Eudokia of Persia" + }, + { + "id": 102204, + "slug": "martyr-eleutherius-of-constantinople", + "title": "Martyr Eleutherius of Constantinople" + } + ], + "2026-08-05": [ + { + "id": 102205, + "slug": "forefeast-of-the-transfiguration-of-our-lord", + "title": "Forefeast of the Transfiguration of our Lord" + }, + { + "id": 102206, + "slug": "martyr-eusignius-of-antioch", + "title": "Martyr Eusignius of Antioch" + }, + { + "id": 102207, + "slug": "venerable-job-of-ushchelsk", + "title": "Venerable Job of Ushchelsk" + }, + { + "id": 102208, + "slug": "hieromartyr-antherus-antheros-pope-of-rome", + "title": "Hieromartyr Antherus (Antheros) Pope of Rome" + }, + { + "id": 102209, + "slug": "hieromartyr-fabian-pope-of-rome-and-martyr-pontious", + "title": "Hieromartyr Fabian, Pope of Rome, and Martyr Pontious" + }, + { + "id": 102211, + "slug": "martyrs-cantidius-cantidian-and-sibelius-sobel-of-egypt", + "title": "Martyrs Cantidius, Cantidian, and Sibelius (Sobel) of Egypt" + }, + { + "id": 102214, + "slug": "righteous-nonna-mother-of-saint-gregory-the-theologian", + "title": "Righteous Nonna, mother of Saint Gregory the Theologian" + }, + { + "id": 109007, + "slug": "saint-theoctistus-bishop-of-chernigov", + "title": "Saint Theoctistus, Bishop of Chernigov" + }, + { + "id": 109008, + "slug": "martyr-pontius", + "title": "Martyr Pontius" + }, + { + "id": 109072, + "slug": "saint-oswald-king-and-martyr", + "title": "Saint Oswald, king and martyr" + }, + { + "id": 149012, + "slug": "saint-john-jacob-the-chozebite", + "title": "Saint John Jacob the Chozebite" + }, + { + "id": 205385, + "slug": "martyr-christos-of-preveza", + "title": "Martyr Christos of Preveza" + } + ], + "2026-08-06": [ + { + "id": 102215, + "slug": "the-holy-transfiguration-of-our-lord-god-and-savior-jesus-christ", + "title": "The Holy Transfiguration of our Lord God and Savior Jesus Christ (the Second \u201cFeast of the Savior\u201d in August)" + }, + { + "id": 100535, + "slug": "new-martyr-habakkuk", + "title": "New Martyr Habakkuk" + } + ], + "2026-08-07": [ + { + "id": 102216, + "slug": "afterfeast-of-the-transfiguration-of-our-lord", + "title": "Afterfeast of the Transfiguration of our Lord" + }, + { + "id": 102217, + "slug": "martyr-dometius-of-persia-and-his-two-disciples", + "title": "Martyr Dometius of Persia and his two disciples" + }, + { + "id": 102219, + "slug": "first-finding-of-the-relics-of-saint-metrophanes-first-bishop-of", + "title": "First finding of the relics of Saint Metrophanes, first Bishop of Voronezh" + }, + { + "id": 102220, + "slug": "venerable-pimen-the-much-ailing-of-the-kiev-near-caves", + "title": "Venerable Pimen the Much-Ailing of the Kiev Near Caves" + }, + { + "id": 102221, + "slug": "venerable-pimen-the-faster-of-the-kiev-caves", + "title": "Venerable Pimen the Faster of the Kiev Caves" + }, + { + "id": 102222, + "slug": "saint-mercurius-bishop-of-smolensk-kiev-near-caves", + "title": "Saint Mercurius, Bishop of Smolensk, Kiev Near Caves" + }, + { + "id": 102223, + "slug": "martyr-marinus-the-soldier-at-caesarea-in-palestine", + "title": "Martyr Marinus the Soldier at Caesarea in Palestine" + }, + { + "id": 102224, + "slug": "martyr-asterius-the-senator-at-caesarea-in-palestine", + "title": "Martyr Asterius the Senator at Caesarea, in Palestine" + }, + { + "id": 102225, + "slug": "venerable-horus-of-the-thebaid-egypt", + "title": "Venerable Horus of the Thebaid, Egypt" + }, + { + "id": 102226, + "slug": "virgin-martyr-potamia-the-wonderworker", + "title": "Virgin Martyr Potamia the Wonderworker" + }, + { + "id": 102227, + "slug": "venerable-dometius-of-philotheou-mount-athos", + "title": "Venerable Dometius of Philotheou, Mount Athos" + }, + { + "id": 148982, + "slug": "valaam-icon-of-the-mother-of-god", + "title": "Valaam Icon of the Mother of God" + }, + { + "id": 148992, + "slug": "venerable-anthony-of-optina", + "title": "Venerable Anthony of Optina" + }, + { + "id": 149013, + "slug": "saint-theodora-of-sihla", + "title": "Saint Theodora of Sihla" + }, + { + "id": 205386, + "slug": "saint-nicanor-wonderworker-of-mount-calistratus", + "title": "Saint Nicanor, Wonderworker of Mount Calistratus" + }, + { + "id": 205389, + "slug": "saint-theodosius-the-new-healer-of-peloponnesus", + "title": "Saint Theodosius the New, Healer of Peloponnesus" + }, + { + "id": 100185, + "slug": "holy-artyr-mercurius-of-smolensk", + "title": "Holy \u041cartyr Mercurius of Smolensk" + }, + { + "id": 100402, + "slug": "saint-narcissus-bishop-of-jerusalem", + "title": "Saint Narcissus, Bishop of Jerusalem" + } + ], + "2026-08-08": [ + { + "id": 102228, + "slug": "afterfeast-of-the-transfiguration-of-our-lord", + "title": "Afterfeast of the Transfiguration of our Lord" + }, + { + "id": 102229, + "slug": "holy-confessor-emilian-bishop-of-kyzikos", + "title": "Holy Confessor Emilian, Bishop of Kyzikos" + }, + { + "id": 102230, + "slug": "venerable-gregory-the-iconographer-of-the-kiev-near-caves", + "title": "Venerable Gregory the Iconographer of the Kiev Near Caves" + }, + { + "id": 102231, + "slug": "translation-of-the-relics-of-venerable-zosimas-and-sabbatius-of", + "title": "Translation of the relics of Venerable Zosimas and Sabbatius of Solovki" + }, + { + "id": 102233, + "slug": "saint-myron-the-wonderworker-bishop-of-crete", + "title": "Saint Myron the Wonderworker, Bishop of Crete" + }, + { + "id": 102234, + "slug": "martyrs-eleutherius-and-leonidas-of-constantinople-and-many-infa", + "title": "Martyrs Eleutherius and Leonidas of Constantinople, and many infants martyred with them" + }, + { + "id": 102237, + "slug": "venerable-gregory-of-sinai", + "title": "Venerable Gregory of Sinai" + }, + { + "id": 102240, + "slug": "icon-of-the-mother-of-god-of-tolga", + "title": "Icon of the Mother of God of Tolga" + }, + { + "id": 103871, + "slug": "saint-euthymius-the-elder-of-saint-john-the-baptist-monastery", + "title": "Saint Euthymius the Elder of Saint John the Baptist Monastery" + }, + { + "id": 108019, + "slug": "new-martyr-triandaphyllus-of-stara-zagora", + "title": "New Martyr Triandaphyllus of Stara Zagora" + }, + { + "id": 108054, + "slug": "venerable-zosimas-of-tuman", + "title": "Venerable Zosimas of Tuman" + }, + { + "id": 109005, + "slug": "10-egyptian-ascetics-and-two-martyrs-of-tyre", + "title": "10 Egyptian Ascetics and Two Martyrs of Tyre" + } + ], + "2026-08-09": [ + { + "id": 102242, + "slug": "afterfeast-of-the-transfiguration-of-our-lord", + "title": "Afterfeast of the Transfiguration of our Lord" + }, + { + "id": 102241, + "slug": "glorification-of-venerable-herman-of-alaska-wonderworker-of-all", + "title": "Glorification of Venerable Herman of Alaska, Wonderworker of All America" + }, + { + "id": 102243, + "slug": "apostle-matthias-of-the-seventy", + "title": "Apostle Matthias of the Seventy" + }, + { + "id": 102244, + "slug": "martyr-anthony-of-alexandria", + "title": "Martyr Anthony of Alexandria" + }, + { + "id": 102245, + "slug": "venerable-psoi-of-egypt", + "title": "Venerable Psoi of Egypt" + }, + { + "id": 102246, + "slug": "martyr-julian-of-constantinople-and-those-with-him", + "title": "Martyr Julian of Constantinople and those with him" + }, + { + "id": 102256, + "slug": "synaxis-of-the-saints-of-solovki-monastery", + "title": "Synaxis of the Saints of Solovki Monastery" + }, + { + "id": 109003, + "slug": "saint-macarius-of-oredezhsk", + "title": "Saint Macarius of Oredezhsk" + }, + { + "id": 109004, + "slug": "restoration-of-the-temple-of-the-40-martyrs", + "title": "Restoration of the Temple of the 40 Martyrs" + }, + { + "id": 206393, + "slug": "holy-new-martyr-ignatius-bazyluk", + "title": "Holy New Martyr Ignatius (Bazyluk)" + }, + { + "id": 100184, + "slug": "hieromartyr-euthymios-of-rhodes", + "title": "Hieromartyr Euthymios of Rhodes" + } + ], + "2026-08-10": [ + { + "id": 102257, + "slug": "afterfeast-of-the-transfiguration-of-our-lord", + "title": "Afterfeast of the Transfiguration of our Lord" + }, + { + "id": 102258, + "slug": "martyr-and-archdeacon-laurence-and-those-with-him-of-rome", + "title": "Martyr and Archdeacon Laurence, and those with him, of Rome" + }, + { + "id": 102262, + "slug": "blessed-laurence-the-fool-for-christ-at-kaluga", + "title": "Blessed Laurence the Fool-For-Christ at Kaluga" + } + ], + "2026-08-11": [ + { + "id": 102263, + "slug": "afterfeast-of-the-transfiguration-of-our-lord", + "title": "Afterfeast of the Transfiguration of our Lord" + }, + { + "id": 102264, + "slug": "martyr-and-archdeacon-euplus-of-catania", + "title": "Martyr and Archdeacon Euplus of Catania" + }, + { + "id": 102265, + "slug": "martyrs-basil-and-theodore-of-the-kiev-caves", + "title": "Martyrs Basil and Theodore of the Kiev Caves" + }, + { + "id": 102267, + "slug": "saint-theodosius-prince-theodore-of-ostrog-of-the-kiev-caves", + "title": "Saint Theodosius (Prince Theodore of Ostrog) of the Kiev Caves" + }, + { + "id": 102268, + "slug": "virgin-martyr-susanna-and-those-with-her-at-rome", + "title": "Virgin Martyr Susanna, and those with her, at Rome" + }, + { + "id": 102277, + "slug": "saint-niphon-patriarch-of-constantinople", + "title": "Saint Niphon, Patriarch of Constantinople" + }, + { + "id": 102276, + "slug": "icon-of-the-mother-of-god-of-constantinople", + "title": "Icon of the Mother of God of Constantinople" + }, + { + "id": 108998, + "slug": "saint-passarion", + "title": "Saint Passarion" + }, + { + "id": 109002, + "slug": "saint-mary-syncletica", + "title": "Saint Mary Syncletica" + } + ], + "2026-08-12": [ + { + "id": 102278, + "slug": "afterfeast-of-the-transfiguration-of-our-lord", + "title": "Afterfeast of the Transfiguration of our Lord" + }, + { + "id": 102279, + "slug": "martyrs-anicetus-and-photius-of-nicomedia-and-those-with-them", + "title": "Martyrs Anicetus and Photius of Nicomedia, and those with them" + }, + { + "id": 102282, + "slug": "hieromartyr-alexander-bishop-of-comana", + "title": "Hieromartyr Alexander, Bishop of Comana" + }, + { + "id": 103872, + "slug": "martyr-gerontius-and-those-with-him-of-saint-david-gareji-monast", + "title": "Martyr Gerontius, and those with him, of Saint David Gareji Monastery, Georgia" + }, + { + "id": 108996, + "slug": "martyrs-pamphilus-and-capiton", + "title": "Martyrs Pamphilus and Capiton" + } + ], + "2026-08-13": [ + { + "id": 102284, + "slug": "leavetaking-of-the-transfiguration-of-our-lord", + "title": "Leavetaking of the Transfiguration of our Lord" + }, + { + "id": 102287, + "slug": "saint-tikhon-bishop-of-voronezh-wonderworker-of-zadonsk-and-all", + "title": "Saint Tikhon, Bishop of Voronezh, Wonderworker of Zadonsk and All Russia" + }, + { + "id": 102285, + "slug": "translation-of-the-relics-of-saint-maximus-the-confessor", + "title": "Translation of the relics of Saint Maximus the Confessor" + }, + { + "id": 102286, + "slug": "uncovering-of-the-relics-of-venerable-maximus-of-moscow-the-fool", + "title": "Uncovering of the relics of Venerable Maximus of Moscow the Fool-for-Christ" + }, + { + "id": 102288, + "slug": "martyr-hippolytus-of-rome-and-those-with-him-martyr-concordia-ir", + "title": "Martyr Hippolytus of Rome and those with him: Martyr Concordia, Irenaeus, and Abundius" + }, + { + "id": 102292, + "slug": "icon-of-the-mother-of-god-of-the-passion", + "title": "Icon of the Mother of God \u201cof the Passion\u201d" + }, + { + "id": 102293, + "slug": "seven-arrows-icon-of-the-mother-of-god", + "title": "\"Seven Arrows\" Icon of the Mother of God" + }, + { + "id": 102294, + "slug": "second-finding-of-the-relics-of-saint-tikhon-wonderworker-of-zad", + "title": "Second Finding of the relics of Saint Tikhon, Wonderworker of Zadonsk" + }, + { + "id": 108995, + "slug": "icon-of-the-mother-of-god-of-minsk", + "title": "Icon of the Mother of God of Minsk" + }, + { + "id": 205404, + "slug": "holy-empress-irene-schema-nun-xenia", + "title": "Holy Empress Irene (Schema-nun Xenia)" + }, + { + "id": 205405, + "slug": "monastic-martyr-dositheus", + "title": "Monastic Martyr Dositheus" + } + ], + "2026-08-14": [ + { + "id": 102295, + "slug": "forefeast-of-the-dormition-of-the-mother-of-god", + "title": "Forefeast of the Dormition of the Mother of God" + }, + { + "id": 102296, + "slug": "prophet-micah", + "title": "Prophet Micah" + }, + { + "id": 102297, + "slug": "translation-of-the-relics-of-venerable-theodosius-of-the-kiev-fa", + "title": "Translation of the relics of Venerable Theodosius of the Kiev Far Caves" + }, + { + "id": 102298, + "slug": "venerable-arcadius-of-novotorsk", + "title": "Venerable Arcadius of Novotorsk" + }, + { + "id": 102299, + "slug": "hieromartyr-marcellus-bishop-of-apamea", + "title": "Hieromartyr Marcellus, Bishop of Apamea" + }, + { + "id": 102300, + "slug": "conversational-icon-of-the-mother-of-god", + "title": "\u201cConversational\u201d Icon of the Mother of God" + }, + { + "id": 102301, + "slug": "icon-of-the-mother-of-god-of-narva", + "title": "Icon of the Mother of God of Narva" + }, + { + "id": 205410, + "slug": "new-martyr-nazarius-metropolitan-of-kutaisi-gaenati-and-his-comp", + "title": "New Martyr Nazarius, Metropolitan of Kutaisi-Gaenati, and his companions, of Georgia" + } + ], + "2026-08-15": [ + { + "id": 102302, + "slug": "the-dormition-of-our-most-holy-lady-the-mother-of-god-and-ever-v", + "title": "The Dormition of our Most Holy Lady the Mother of God and Ever-Virgin Mary" + }, + { + "id": 149024, + "slug": "saint-makarios-the-roman", + "title": "Saint Makarios the Roman" + }, + { + "id": 205403, + "slug": "icon-of-sophia-the-wisdom-of-god-novgorod", + "title": "Icon of Sophia, the Wisdom of God (Novgorod)" + }, + { + "id": 205406, + "slug": "enlightener-of-minds-icon-of-the-mother-of-god", + "title": "\u201cEnlightener of Minds\u201d Icon of the Mother of God" + } + ], + "2026-08-16": [ + { + "id": 102303, + "slug": "afterfeast-of-the-dormition-of-the-mother-of-god", + "title": "Afterfeast of the Dormition of the Mother of God" + }, + { + "id": 102304, + "slug": "translation-of-the-image-not-made-by-hands-of-our-lord-jesus-chr", + "title": "Translation of the Image \u201cNot-Made-By-Hands\u201d of our Lord Jesus Christ from Edessa to Constantinople, the Third \u201cFeast of the Savior in August\u201d" + }, + { + "id": 102305, + "slug": "holy-unmercenary-physician-diomedes", + "title": "Holy Unmercenary Physician Diomedes" + }, + { + "id": 102306, + "slug": "venerable-cherimon-chaeremon-of-egypt", + "title": "Venerable Cherimon (Chaeremon) of Egypt" + }, + { + "id": 102307, + "slug": "icon-of-the-mother-of-god-of-saint-theodore", + "title": "Icon of the Mother of God of Saint Theodore" + }, + { + "id": 103878, + "slug": "saint-anthony-of-martkofeli", + "title": "Saint Anthony of Martkofeli" + }, + { + "id": 103879, + "slug": "martyr-christopher-of-guria-georgia", + "title": "Martyr Christopher of Guria, Georgia" + }, + { + "id": 103882, + "slug": "martyr-isaac-of-karnu-georgia", + "title": "Martyr Isaac of Karnu, Georgia" + }, + { + "id": 103883, + "slug": "martyr-joseph-of-karnu-georgia", + "title": "Martyr Joseph of Karnu, Georgia" + }, + { + "id": 108020, + "slug": "saint-joachim-of-osogovo", + "title": "Saint Joachim of Osogovo" + }, + { + "id": 108055, + "slug": "saint-roman-of-banat", + "title": "Saint Roman of Banat" + }, + { + "id": 108056, + "slug": "saint-eustathius-of-serbia", + "title": "Saint Eustathius of Serbia" + }, + { + "id": 108057, + "slug": "saint-raphael-of-banat", + "title": "Saint Raphael of Banat" + }, + { + "id": 108991, + "slug": "hieromartyr-ikdmos-of-meteora", + "title": "Hieromartyr \u039dik\u03ccd\u0113mos of Meteora" + }, + { + "id": 108992, + "slug": "new-martyr-stamatius-of-volos", + "title": "New Martyr Stamatius of Volos" + }, + { + "id": 108993, + "slug": "venerable-gerasimus-the-new-ascetic-of-cephalonia", + "title": "Venerable Gerasimus the New Ascetic of Cephalonia" + }, + { + "id": 149014, + "slug": "saint-constantine-brancoveanu-and-those-with-him", + "title": "Saint Constantine Brancoveanu and those with him" + } + ], + "2026-08-17": [ + { + "id": 102308, + "slug": "afterfeast-of-the-dormition-of-the-mother-of-god", + "title": "Afterfeast of the Dormition of the Mother of God" + }, + { + "id": 102309, + "slug": "martyr-myron-the-presbyter-of-cyzicus", + "title": "Martyr Myron the Presbyter of Cyzicus" + }, + { + "id": 102310, + "slug": "venerable-alypios-iconographer-of-the-kiev-near-caves", + "title": "Venerable Alypios, Iconographer of the Kiev Near Caves" + }, + { + "id": 102311, + "slug": "martyrs-paul-and-juliana-of-syria", + "title": "Martyrs Paul and Juliana of Syria" + }, + { + "id": 102313, + "slug": "martyrs-thyrsus-leucius-coronatus-and-those-with-them-at-caesare", + "title": "Martyrs Thyrsus, Leucius, Coronatus, and those with them at Caesarea, in Bithynia" + }, + { + "id": 102316, + "slug": "martyr-patroclus-of-troyes", + "title": "Martyr Patroclus of Troyes" + }, + { + "id": 102317, + "slug": "martyrs-straton-philip-eutychian-and-cyprian-of-nicomedia", + "title": "Martyrs Straton, Philip, Eutychian, and Cyprian, of Nicomedia" + }, + { + "id": 102321, + "slug": "venerable-theodoritus-enlightener-of-the-lapps-solovki", + "title": "Venerable Theodoritus, Enlightener of the Lapps, Solovki" + }, + { + "id": 102322, + "slug": "icon-of-the-mother-of-god-of-the-kiev-caves", + "title": "Icon of the Mother of God of the Kiev Caves" + }, + { + "id": 108986, + "slug": "saint-leucius-of-volokolamsk", + "title": "Saint Leucius of Volokolamsk" + }, + { + "id": 108988, + "slug": "saint-philip-of-sukhona", + "title": "Saint Philip of Sukhona" + }, + { + "id": 108989, + "slug": "svena-icon-of-the-mother-of-god", + "title": "Svena Icon of the Mother of God" + }, + { + "id": 108990, + "slug": "icon-of-the-mother-of-god-of-armatia", + "title": "Icon of the Mother of God of Armatia" + }, + { + "id": 205402, + "slug": "new-martyr-demetrius-of-samarina-in-epirus", + "title": "New Martyr Demetrius of Samarina in Epirus" + }, + { + "id": 205470, + "slug": "saint-tbeli-abuseridze", + "title": "Saint Tbeli Abuseridze" + } + ], + "2026-08-18": [ + { + "id": 102323, + "slug": "afterfeast-of-the-dormition-of-the-mother-of-god", + "title": "Afterfeast of the Dormition of the Mother of God" + }, + { + "id": 102324, + "slug": "martyrs-florus-and-laurus-of-illyria", + "title": "Martyrs Florus and Laurus of Illyria" + }, + { + "id": 102326, + "slug": "martyrs-hermes-serapion-and-polyaenus-of-rome", + "title": "Martyrs Hermes, Serapion, and Polyaenus of Rome" + }, + { + "id": 102329, + "slug": "hieromartyr-emilian-and-with-him-martyrs-hilarion-dionysius-and", + "title": "Hieromartyr Emilian and with him Martyrs Hilarion, Dionysius, and Hermippus" + }, + { + "id": 102333, + "slug": "saint-john-patriarch-of-constantinople", + "title": "Saint John, Patriarch of Constantinople" + }, + { + "id": 102334, + "slug": "saint-george-patriarch-of-constantinople", + "title": "Saint George, Patriarch of Constantinople" + }, + { + "id": 102335, + "slug": "venerable-macarius-the-monk-of-pelekete", + "title": "Venerable Macarius the Monk of Pelekete" + }, + { + "id": 102336, + "slug": "repose-of-venerable-john-abbot-of-rila", + "title": "Repose of Venerable John, Abbot of Rila" + }, + { + "id": 102337, + "slug": "venerable-sophronius-of-saint-anne-skete-mount-athos", + "title": "Venerable Sophronius of Saint Anne Skete, Mount Athos" + }, + { + "id": 102338, + "slug": "venerable-arsenius-of-paros", + "title": "Venerable Arsenius of Paros" + }, + { + "id": 108980, + "slug": "saints-barnabas-and-sophronius-of-asia-minor", + "title": "Saints Barnabas and Sophronius of Asia Minor" + }, + { + "id": 108982, + "slug": "saint-christopher-of-gazara", + "title": "Saint Christopher of Gazara" + }, + { + "id": 108983, + "slug": "directress-icon-of-the-mother-of-god", + "title": "\u201cDirectress\u201d Icon of the Mother of God" + }, + { + "id": 108984, + "slug": "4-ascetics", + "title": "4 Ascetics" + }, + { + "id": 205475, + "slug": "venerable-christodoulos-the-philosopher", + "title": "Venerable Christodoulos the Philosopher" + } + ], + "2026-08-19": [ + { + "id": 102339, + "slug": "afterfeast-of-the-dormition-of-the-mother-of-god", + "title": "Afterfeast of the Dormition of the Mother of God" + }, + { + "id": 102340, + "slug": "martyr-andrew-stratelates-and-2593-soldiers-with-him-in-cilicia", + "title": "Martyr Andrew Stratelates, and 2,593 soldiers with him, in Cilicia" + }, + { + "id": 102342, + "slug": "saint-pitirim-bishop-of-perm", + "title": "Saint Pitirim, Bishop of Perm" + }, + { + "id": 102343, + "slug": "martyrs-timothy-agapius-and-thekla-of-palestine", + "title": "Martyrs Timothy, Agapius, and Thekla, of Palestine" + }, + { + "id": 102346, + "slug": "venerable-theophanes-of-docheiariou-mount-athos", + "title": "Venerable Theophanes of Docheiariou, Mount Athos" + }, + { + "id": 102347, + "slug": "don-icon-of-the-mother-of-god", + "title": "Don Icon of the Mother of God" + } + ], + "2026-08-20": [ + { + "id": 102348, + "slug": "afterfeast-of-the-dormition-of-the-mother-of-god", + "title": "Afterfeast of the Dormition of the Mother of God" + }, + { + "id": 102349, + "slug": "prophet-samuel", + "title": "Prophet Samuel" + }, + { + "id": 102351, + "slug": "hieromartyr-philip-bishop-of-heraclea-and-with-him-the-martyrs-s", + "title": "Hieromartyr Philip, Bishop of Heraclea and with him the Martyrs Severus, Memnon, and 37 Soldiers in Thrace" + }, + { + "id": 108978, + "slug": "martyrs-heliodorus-and-dosa-of-persia", + "title": "Martyrs Heliodorus and Dosa of Persia" + }, + { + "id": 148977, + "slug": "martyr-lucius", + "title": "Martyr Lucius" + }, + { + "id": 109706, + "slug": "holy-new-martyr-theokhares-at-neopolis-in-asia-minor", + "title": "Holy New Martyr Theokhares at Neopolis in Asia Minor" + } + ], + "2026-08-21": [ + { + "id": 102354, + "slug": "afterfeast-of-the-dormition-of-the-mother-of-god", + "title": "Afterfeast of the Dormition of the Mother of God" + }, + { + "id": 102355, + "slug": "apostle-thaddeus-of-the-seventy", + "title": "Apostle Thaddeus of the Seventy" + }, + { + "id": 102356, + "slug": "martyr-bassa-of-edessa-and-her-sons-theogonius-agapius-and-pistu", + "title": "Martyr Bassa of Edessa and her sons Theogonius, Agapius, and Pistus" + }, + { + "id": 102360, + "slug": "venerable-abramius-the-wonderworker-archimandrite-of-smolensk", + "title": "Venerable Abramius the Wonderworker, Archimandrite of Smolensk" + }, + { + "id": 102361, + "slug": "venerable-ephraim-the-wonderworker-disciple-of-abramius-and-arch", + "title": "Venerable Ephraim the Wonderworker, disciple of Abramius, and Archimandrite of Smolensk" + }, + { + "id": 102362, + "slug": "venerable-abramius-the-lover-of-labor-of-the-kiev-near-caves", + "title": "Venerable Abramius the lover-of-labor of the Kiev Near Caves" + }, + { + "id": 103881, + "slug": "saint-sarmean-catholicos-of-kartli-georgia", + "title": "Saint Sarmean, Catholicos of Kartli, Georgia" + }, + { + "id": 108021, + "slug": "new-martyr-simeon-of-samokov", + "title": "New Martyr Simeon of Samokov" + }, + { + "id": 108058, + "slug": "hieromartyr-raphael-of-serbia", + "title": "Hieromartyr Raphael of Serbia" + }, + { + "id": 108977, + "slug": "venerable-cornelius-of-paleostrov-olonets", + "title": "Venerable Cornelius of Paleostrov, Olonets" + }, + { + "id": 205316, + "slug": "hieromartyr-raphael-of-sisatovac", + "title": "Hieromartyr Raphael of Sisatovac" + }, + { + "id": 100247, + "slug": "venerable-schema-nun-martha-of-diveyevo", + "title": "Venerable Schema-nun Martha of Diveyevo" + } + ], + "2026-08-22": [ + { + "id": 102363, + "slug": "afterfeast-of-the-dormition-of-the-mother-of-god", + "title": "Afterfeast of the Dormition of the Mother of God" + }, + { + "id": 102364, + "slug": "martyr-agathonicus-of-nicomedia-and-those-with-him-who-suffered", + "title": "Martyr Agathonicus of Nicomedia, and those with him, who suffered under Maximian" + }, + { + "id": 102370, + "slug": "hieromartyr-athanasios-venerable-anthousa-and-others", + "title": "Hieromartyr Athanasios, Venerable Anthousa, and others" + }, + { + "id": 102374, + "slug": "virgin-martyr-eulalia-of-barcelona-and-the-martyr-felix", + "title": "Virgin Martyr Eulalia of Barcelona and the Martyr Felix" + }, + { + "id": 102376, + "slug": "icon-of-the-mother-of-god-of-georgia", + "title": "Icon of the Mother of God of Georgia" + }, + { + "id": 108976, + "slug": "saint-bogolep-disciple-of-saint-paisius-of-uglich", + "title": "Saint Bogolep, disciple of Saint Paisius of Uglich" + }, + { + "id": 148996, + "slug": "venerable-isaac-i-of-optina", + "title": "Venerable Isaac I of Optina" + } + ], + "2026-08-23": [ + { + "id": 102377, + "slug": "leavetaking-of-the-dormition-of-the-mother-of-god", + "title": "Leavetaking of the Dormition of the Mother of God" + }, + { + "id": 102378, + "slug": "martyr-lupus-slave-of-saint-demetrius-of-thessalonica", + "title": "Martyr Lupus, slave of Saint Demetrius of Thessalonica" + }, + { + "id": 102379, + "slug": "hieromartyr-irenaeus-bishop-of-lyons", + "title": "Hieromartyr Irenaeus, Bishop of Lyons" + }, + { + "id": 102380, + "slug": "saints-eutychius-and-florentius-of-nursia", + "title": "Saints Eutychius and Florentius of Nursia" + }, + { + "id": 102382, + "slug": "saint-callinicus-patriarch-of-constantinople", + "title": "Saint Callinicus, Patriarch of Constantinople" + }, + { + "id": 100186, + "slug": "prousiotissa-icon-of-the-mother-of-god", + "title": "Prousiotissa Icon of the Mother of God" + } + ], + "2026-08-24": [ + { + "id": 102383, + "slug": "hieromartyr-eutyches-disciple-of-saint-john-the-theologian", + "title": "Hieromartyr Eutyches, disciple of Saint John the Theologian" + }, + { + "id": 102384, + "slug": "translation-of-the-relics-of-saint-peter-metropolitan-of-moscow", + "title": "Translation of the relics of Saint Peter, Metropolitan of Moscow and All Russia" + }, + { + "id": 102385, + "slug": "venerable-arsenius-abbot-of-komel-vologda", + "title": "Venerable Arsenius, Abbot of Komel, Vologda" + }, + { + "id": 102386, + "slug": "martyr-tation-tatio-of-claudiopolis", + "title": "Martyr Tation (Tatio) of Claudiopolis" + }, + { + "id": 102387, + "slug": "virgin-martyr-syra-of-persia", + "title": "Virgin Martyr Syra of Persia" + }, + { + "id": 102388, + "slug": "saint-george-limniotes-confessor-of-mount-olympus", + "title": "Saint George Limniotes, Confessor of Mount Olympus" + }, + { + "id": 102390, + "slug": "repose-of-the-new-hieromartyr-cosmas-of-aitolia-equal-of-the-apo", + "title": "Repose of the New-Hieromartyr Cosmas of Aitolia, Equal of the Apostles" + }, + { + "id": 102391, + "slug": "saint-peter-of-moscow-icon-of-the-mother-of-god", + "title": "\u201cSaint Peter of Moscow\u201d Icon of the Mother of God" + }, + { + "id": 108973, + "slug": "saint-martyrius-archbishop-of-novgorod", + "title": "Saint Martyrius, Archbishop of Novgorod" + }, + { + "id": 108974, + "slug": "appearance-of-the-mother-of-god-to-saint-sergius-of-radonezh", + "title": "Appearance of the Mother of God to Saint Sergius of Radonezh" + }, + { + "id": 205476, + "slug": "venerable-serapion-the-wonderworker-abbot-of-saint-john-the-bapt", + "title": "Venerable Serapion the Wonderworker, Abbot of Saint John the Baptist Monastery" + } + ], + "2026-08-25": [ + { + "id": 102392, + "slug": "return-of-the-relics-of-the-apostle-bartholomew-from-anastasiopo", + "title": "Return of the Relics of the Apostle Bartholomew from Anastasiopolis to Lipari" + }, + { + "id": 102393, + "slug": "apostle-titus-of-the-seventy-and-bishop-of-crete", + "title": "Apostle Titus of the Seventy and Bishop of Crete" + }, + { + "id": 102394, + "slug": "confessors-barses-and-eulogius-bishops-of-edessa-and-protogenes", + "title": "Confessors Barses and Eulogius, Bishops of Edessa, and Protogenes, Bishop of Carrhae" + }, + { + "id": 102397, + "slug": "saint-menas-patriarch-of-constantinople", + "title": "Saint Menas, Patriarch of Constantinople" + }, + { + "id": 103913, + "slug": "new-hieromartyr-vladimir-moshchansky-of-tver", + "title": "New Hieromartyr Vladimir (Moshchansky) of Tver" + }, + { + "id": 108971, + "slug": "saint-john-the-cappadocian-patriarch-of-constantinople", + "title": "Saint John the Cappadocian, Patriarch of Constantinople" + }, + { + "id": 108972, + "slug": "saint-epiphanius-patriarch-of-constantinople", + "title": "Saint Epiphanius, Patriarch of Constantinople" + }, + { + "id": 100206, + "slug": "saint-constantia-of-paphos", + "title": "Saint Constantia of Paphos" + } + ], + "2026-08-26": [ + { + "id": 102398, + "slug": "martyrs-adrian-and-natalia-and-23-companions-of-nicomedia", + "title": "Martyrs Adrian and Natalia and 23 companions, of Nicomedia" + }, + { + "id": 102401, + "slug": "venerable-adrian-abbot-of-ondrusov-valaam", + "title": "Venerable Adrian, Abbot of Ondrusov, Valaam" + }, + { + "id": 102402, + "slug": "commemoration-of-the-vladimir-icon-of-the-mother-of-god-and-the", + "title": "Commemoration of the Vladimir Icon of the Mother of God and the deliverance of Moscow from the Invasion of Tamerlane" + }, + { + "id": 102403, + "slug": "virgin-of-tenderness-icon-of-the-mother-of-god-of-the-pskov-cave", + "title": "\u201cVirgin of Tenderness\u201d Icon of the Mother of God of the Pskov Caves" + }, + { + "id": 108970, + "slug": "saint-adrian-of-glich", + "title": "Saint Adrian of \u00daglich" + }, + { + "id": 205407, + "slug": "venerable-joasaph-son-of-saint-abenner-the-king", + "title": "Venerable Joasaph, son of Saint Abenner the King" + }, + { + "id": 100559, + "slug": "blessed-pelagia-paraskeva-and-maria-of-diveyevo", + "title": "Blessed Pelagia, Paraskeva, and Maria of Diveyevo" + } + ], + "2026-08-27": [ + { + "id": 102404, + "slug": "venerable-pimen-the-great", + "title": "Venerable Pimen the Great" + }, + { + "id": 102405, + "slug": "hieromartyr-kuksha-and-venerable-pimen-of-the-kiev-near-caves", + "title": "Hieromartyr Kuksha and Venerable Pimen of the Kiev Near Caves" + }, + { + "id": 102407, + "slug": "saint-hosius-the-confessor-bishop-of-crdoba", + "title": "Saint Hosius the Confessor, Bishop of C\u00f3rdoba" + }, + { + "id": 102408, + "slug": "saint-liberius-pope-of-rome", + "title": "Saint Liberius, Pope of Rome" + }, + { + "id": 102409, + "slug": "venerable-pimen-of-palestine", + "title": "Venerable Pimen of Palestine" + }, + { + "id": 102410, + "slug": "martyr-anthusa", + "title": "Martyr Anthusa" + }, + { + "id": 102411, + "slug": "venerable-savva-of-benephali", + "title": "Venerable Savva of Benephali" + }, + { + "id": 102412, + "slug": "saint-caesarius-bishop-of-arles", + "title": "Saint Caesarius, Bishop of Arles" + }, + { + "id": 108969, + "slug": "saint-phanourius", + "title": "Saint Phanourius" + } + ], + "2026-08-28": [ + { + "id": 102415, + "slug": "recovery-of-the-relics-of-saint-job-of-pochaev", + "title": "Recovery of the relics of Saint Job of Pochaev" + }, + { + "id": 102414, + "slug": "venerable-moses-the-ethiopian-of-scete", + "title": "Venerable Moses the Ethiopian of Scete" + }, + { + "id": 102416, + "slug": "righteous-anna-the-prophetess-and-daughter-of-phanuel-who-met-th", + "title": "Righteous Anna the Prophetess and Daughter of Phanuel, who met the Lord at the Temple in Jerusalem" + }, + { + "id": 102417, + "slug": "martyr-susanna-queen-of-georgia", + "title": "Martyr Susanna, Queen of Georgia" + }, + { + "id": 102418, + "slug": "synaxis-of-the-saints-of-the-kiev-caves-whose-relics-repose-in-t", + "title": "Synaxis of the Saints of the Kiev Caves, whose relics repose in the Far Caves of Venerable Theodosius" + }, + { + "id": 108966, + "slug": "saint-savva-of-pskov", + "title": "Saint Savva of Pskov" + }, + { + "id": 108967, + "slug": "righteous-hezekiah", + "title": "Righteous Hezekiah" + } + ], + "2026-08-29": [ + { + "id": 102419, + "slug": "the-beheading-of-the-holy-glorious-prophet-forerunner-and-baptis", + "title": "The Beheading of the Holy Glorious Prophet, Forerunner, and Baptist John" + }, + { + "id": 108022, + "slug": "saint-anastasius-of-the-strumitza-eparchy", + "title": "Saint Anastasius of the Strumitza Eparchy" + }, + { + "id": 100018, + "slug": "saint-arkadios-the-wonderworker-bishop-of-arsinoe-cyprus", + "title": "Saint Arkadios the Wonderworker, Bishop of Arsinoe, Cyprus" + }, + { + "id": 100349, + "slug": "venerable-theodora-and-her-daughter-theopiste", + "title": "Venerable Theodora and her daughter Theopiste" + }, + { + "id": 100187, + "slug": "deposition-of-the-holy-relics-of-saint-joseph-samakos-the-sancti", + "title": "Deposition of the Holy Relics of Saint Joseph Samakos the Sanctified (1669)" + } + ], + "2026-08-30": [ + { + "id": 102420, + "slug": "saint-alexander-patriarch-of-constantinople", + "title": "Saint Alexander, Patriarch of Constantinople" + }, + { + "id": 102421, + "slug": "saint-john-patriarch-of-constantinople", + "title": "Saint John, Patriarch of Constantinople" + }, + { + "id": 102422, + "slug": "saint-paul-the-new-patriarch-of-constantinople", + "title": "Saint Paul the New, Patriarch of Constantinople" + }, + { + "id": 102423, + "slug": "venerable-alexander-abbot-of-svir", + "title": "Venerable Alexander, Abbot of Svir" + }, + { + "id": 102424, + "slug": "translation-of-the-relics-of-saint-alexander-nevsky", + "title": "Translation of the relics of Saint Alexander Nevsky" + }, + { + "id": 102425, + "slug": "uncovering-of-the-relics-of-saint-daniel-prince-of-moscow", + "title": "Uncovering of the relics of Saint Daniel, Prince of Moscow" + }, + { + "id": 102426, + "slug": "saint-christopher-of-palestine", + "title": "Saint Christopher of Palestine" + }, + { + "id": 102427, + "slug": "saint-fantinus-of-calabria", + "title": "Saint Fantinus of Calabria" + }, + { + "id": 102428, + "slug": "synaxis-of-the-serbian-hierarchs", + "title": "Synaxis of the Serbian Hierarchs" + }, + { + "id": 102437, + "slug": "saint-spyridon-patriarch-of-serbia", + "title": "Saint Spyridon, Patriarch of Serbia" + }, + { + "id": 102439, + "slug": "saint-macarius-patriarch-of-serbia", + "title": "Saint Macarius, Patriarch of Serbia" + }, + { + "id": 102440, + "slug": "saint-gabriel-i-patriarch-of-serbia", + "title": "Saint Gabriel I, Patriarch of Serbia" + }, + { + "id": 102441, + "slug": "saint-gregory-the-bishop", + "title": "Saint Gregory the Bishop" + } + ], + "2026-08-31": [ + { + "id": 102442, + "slug": "the-placing-of-the-cincture-sash-of-the-mother-of-god", + "title": "The Placing of the Cincture (Sash) of the Mother of God" + }, + { + "id": 102443, + "slug": "hieromartyr-cyprian-bishop-of-carthage", + "title": "Hieromartyr Cyprian, Bishop of Carthage" + }, + { + "id": 102444, + "slug": "saint-gennadius-patriarch-of-constantinople", + "title": "Saint Gennadius, Patriarch of Constantinople" + }, + { + "id": 102445, + "slug": "saint-aidan-bishop-of-lindesfarne", + "title": "Saint Aidan, Bishop of Lindesfarne" + }, + { + "id": 102446, + "slug": "saint-eanswythe-abbess-of-folkestone", + "title": "Saint Eanswythe, Abbess of Folkestone" + }, + { + "id": 100301, + "slug": "the-restoration-of-the-church-of-the-theotokos-at-neorion", + "title": "The restoration of the church of the Theotokos at Neorion" + } + ], + "2026-09-01": [ + { + "id": 501, + "slug": "church-new-year", + "title": "Church New Year" + }, + { + "id": 102448, + "slug": "saint-simeon-stylites-the-elder", + "title": "Saint Simeon Stylites, the Elder" + }, + { + "id": 102449, + "slug": "venerable-martha-mother-of-saint-simeon-stylites", + "title": "Venerable Martha, mother of Saint Simeon Stylites" + }, + { + "id": 102450, + "slug": "martyr-aithalas-of-persia", + "title": "Martyr Aithalas of Persia" + }, + { + "id": 102451, + "slug": "holy-forty-women-martyrs-and-martyr-ammon-the-deacon-their-teach", + "title": "Holy Forty Women Martyrs and Martyr Ammon the Deacon, their teacher, at Heraclea in Thrace" + }, + { + "id": 102453, + "slug": "martyrs-callista-and-her-brothers-evodius-and-hermogenes-at-nico", + "title": "Martyrs Callista and her brothers, Evodius and Hermogenes, at Nicomedia" + }, + { + "id": 102456, + "slug": "righteous-joshua-son-of-nun-navi", + "title": "Righteous Joshua, son of Nun (Navi)" + }, + { + "id": 102457, + "slug": "finding-of-the-icon-of-the-mother-of-god-at-the-miasena-monaster", + "title": "Finding of the Icon of the Mother of God at the Miasena Monastery" + }, + { + "id": 102458, + "slug": "chernigov-gethsemane-icon-of-the-mother-of-god", + "title": "\u201cChernigov-Gethsemane\u201d Icon of the Mother of God" + }, + { + "id": 108079, + "slug": "saint-meletius-the-new", + "title": "Saint Meletius the New" + }, + { + "id": 108965, + "slug": "all-blessed-icon-of-the-mother-of-god", + "title": "\u201cAll Blessed\u201d Icon of the Mother of God" + }, + { + "id": 205391, + "slug": "venerable-evanthia", + "title": "Venerable Evanthia" + } + ], + "2026-09-02": [ + { + "id": 102463, + "slug": "venerable-anthony-of-the-kiev-far-caves", + "title": "Venerable Anthony of the Kiev Far Caves" + }, + { + "id": 102464, + "slug": "venerable-theodosius-of-the-kiev-far-caves", + "title": "Venerable Theodosius of the Kiev Far Caves" + }, + { + "id": 102459, + "slug": "martyr-mamas-of-caesarea-in-cappadocia", + "title": "Martyr Mamas of Caesarea in Cappadocia" + }, + { + "id": 102460, + "slug": "martyrs-theodotus-and-rufina-of-caesarea-in-cappadocia", + "title": "Martyrs Theodotus and Rufina of Caesarea, in Cappadocia" + }, + { + "id": 102462, + "slug": "saint-john-the-faster-patriarch-of-constantinople", + "title": "Saint John the Faster, Patriarch of Constantinople" + }, + { + "id": 102465, + "slug": "3628-martyrs-who-suffered-at-nicomedia", + "title": "3,628 Martyrs who suffered at Nicomedia" + }, + { + "id": 102466, + "slug": "icon-of-the-mother-of-god-of-kaluga", + "title": "Icon of the Mother of God of Kaluga" + } + ], + "2026-09-03": [ + { + "id": 102467, + "slug": "hieromartyr-anthimus-bishop-of-nicomedia-and-those-with-him", + "title": "Hieromartyr Anthimus, Bishop of Nicomedia and those with him" + }, + { + "id": 102478, + "slug": "venerable-theoctistus", + "title": "Venerable Theoctistus" + }, + { + "id": 102479, + "slug": "holy-martyr-euthymius", + "title": "Holy Martyr Euthymius" + }, + { + "id": 102480, + "slug": "blessed-john-the-hairy-and-fool-for-christ-at-rostov", + "title": "Blessed John \u201cthe Hairy\u201d and Fool-For-Christ at Rostov" + }, + { + "id": 102481, + "slug": "saint-phoebe-the-deaconess-at-cenchreae-near-corinth", + "title": "Saint Phoebe the Deaconess at Cenchreae near Corinth" + }, + { + "id": 102482, + "slug": "martyr-basilissa-of-nicomedia", + "title": "Martyr Basilissa of Nicomedia" + }, + { + "id": 102483, + "slug": "hieromartyr-aristion-bishop-of-alexandria", + "title": "Hieromartyr Aristion, Bishop of Alexandria" + }, + { + "id": 102484, + "slug": "saint-joannicius-first-patriarch-of-serbia", + "title": "Saint Joannicius, first Patriarch of Serbia" + }, + { + "id": 108963, + "slug": "pisidia-icon-of-the-mother-of-god", + "title": "Pisidia Icon of the Mother of God" + }, + { + "id": 205392, + "slug": "martyr-polydorus-of-cyprus", + "title": "Martyr Polydorus of Cyprus" + } + ], + "2026-09-04": [ + { + "id": 102375, + "slug": "martyr-gorazd-of-prague-bohemia-and-moravo-cilezsk", + "title": "Martyr Gorazd of Prague, Bohemia and Moravo-Cilezsk" + }, + { + "id": 102485, + "slug": "hieromartyr-babylas-bishop-of-antioch-and-those-with-him", + "title": "Hieromartyr Babylas, Bishop of Antioch, and those with him" + }, + { + "id": 102490, + "slug": "holy-prophet-and-god-seer-moses", + "title": "Holy Prophet and God-seer Moses" + }, + { + "id": 102491, + "slug": "uncovering-of-the-relics-of-saint-joasaph-bishop-of-belgorod", + "title": "Uncovering of the relics of Saint Joasaph, Bishop of Belgorod" + }, + { + "id": 102492, + "slug": "martyr-hermione-daughter-of-saint-philip-the-deacon", + "title": "Martyr Hermione, daughter of Saint Philip the Deacon" + }, + { + "id": 102493, + "slug": "martyr-babylas-of-nicomedia-and-84-children-with-him", + "title": "Martyr Babylas of Nicomedia and 84 children with him" + }, + { + "id": 102495, + "slug": "martyrs-theodore-mianus-julian-kion-and-centurionus-of-nicomedia", + "title": "Martyrs Theodore, Mianus, Julian, Kion, and Centurionus, of Nicomedia" + }, + { + "id": 102500, + "slug": "unburnt-bush-icon-of-the-mother-of-god", + "title": "\u201cUnburnt Bush\u201d Icon of the Mother of God" + }, + { + "id": 102501, + "slug": "second-finding-of-the-relics-of-saint-metrophanes-bishop-of-voro", + "title": "Second finding of the relics of Saint Metrophanes, Bishop of Voronezh" + }, + { + "id": 108060, + "slug": "hieromartyr-peter-metropolitan-of-serbia", + "title": "Hieromartyr Peter, Metropolitan of Serbia" + }, + { + "id": 205313, + "slug": "hieromartyr-peter-metropolitan-of-dabro-bosnia", + "title": "Hieromartyr Peter, Metropolitan of Dabro-Bosnia" + }, + { + "id": 205426, + "slug": "igoumen-parthenios-of-kiziltash-monastery", + "title": "Igoumen Parthenios of Kiziltash Monastery" + }, + { + "id": 205477, + "slug": "venerable-simeon-the-wonderworker", + "title": "Venerable Simeon the Wonderworker" + } + ], + "2026-09-05": [ + { + "id": 102502, + "slug": "holy-prophet-zachariah-and-righteous-elizabeth-parents-of-saint", + "title": "Holy Prophet Zachariah and Righteous Elizabeth, parents of Saint John the Baptist" + }, + { + "id": 102504, + "slug": "martyr-athanasius-abbot-of-bretsk", + "title": "Martyr Athanasius, Abbot of Bretsk" + }, + { + "id": 102505, + "slug": "passion-bearer-gleb-in-baptism-david", + "title": "Passion-Bearer Gleb (in Baptism David)" + }, + { + "id": 102506, + "slug": "martyr-tathuil-and-his-sister-bebaia", + "title": "Martyr Tathuil, and his sister, Bebaia" + }, + { + "id": 102508, + "slug": "martyr-sarbelus-of-edessa", + "title": "Martyr Sarbelus of Edessa" + }, + { + "id": 102510, + "slug": "martyrs-juventinus-and-maximus-the-soldiers-at-antioch", + "title": "Martyrs Juventinus and Maximus the soldiers, at Antioch" + }, + { + "id": 102512, + "slug": "martyrs-urban-theodore-medimnus-and-77-companions-at-nicomedia", + "title": "Martyrs Urban, Theodore, Medimnus, and 77 companions, at Nicomedia" + }, + { + "id": 102516, + "slug": "martyr-abdias-abidas-of-persia", + "title": "Martyr Abdias (Abidas) of Persia" + } + ], + "2026-09-06": [ + { + "id": 102517, + "slug": "commemoration-of-the-miracle-of-the-archangel-michael-at-colossa", + "title": "Commemoration of the Miracle of the Archangel Michael at Colossae" + }, + { + "id": 102518, + "slug": "martyrs-eudoxius-zeno-and-macarius", + "title": "Martyrs Eudoxius, Zeno, and Macarius" + }, + { + "id": 102521, + "slug": "saint-archippus-of-herapolis", + "title": "Saint Archippus of Herapolis" + }, + { + "id": 102522, + "slug": "martyr-romulus-and-with-him-many-others", + "title": "Martyr Romulus and with him many others" + }, + { + "id": 102523, + "slug": "hieromartyr-cyril-bishop-of-gortyna", + "title": "Hieromartyr Cyril, Bishop of Gortyna" + }, + { + "id": 102524, + "slug": "martyrs-cyriacus-faustus-the-presbyter-abibas-the-deacon-and-11", + "title": "Martyrs Cyriacus, Faustus the Presbyter, Abibas the Deacon, and 11 others, at Alexandria" + }, + { + "id": 102528, + "slug": "saint-david-of-hermopolis-egypt", + "title": "Saint David of Hermopolis, Egypt" + }, + { + "id": 103799, + "slug": "hieromartyr-maxim-sandovich", + "title": "Hieromartyr Maxim Sandovich" + }, + { + "id": 102530, + "slug": "icon-of-the-mother-of-god-of-kiev-bratsk", + "title": "Icon of the Mother of God of Kiev-Bratsk" + }, + { + "id": 148985, + "slug": "arapet-icon-of-the-mother-of-god", + "title": "\u201cArapet\u201d Icon of the Mother of God" + } + ], + "2026-09-07": [ + { + "id": 102531, + "slug": "forefeast-of-the-nativity-of-the-mother-of-god", + "title": "Forefeast of the Nativity of the Mother of God" + }, + { + "id": 102532, + "slug": "martyr-sozon-of-cilicia", + "title": "Martyr Sozon of Cilicia" + }, + { + "id": 102533, + "slug": "saint-john-the-wonderworker-archbishop-of-novgorod", + "title": "Saint John the Wonderworker, Archbishop of Novgorod" + }, + { + "id": 102534, + "slug": "venerable-serapion-of-spaso-eleazar-monastery-pskov", + "title": "Venerable Serapion of Spaso-Eleazar Monastery, Pskov" + }, + { + "id": 102535, + "slug": "hieromartyr-macarius-archimandrite-of-kanev-and-pereyaslavl", + "title": "Hieromartyr Macarius, Archimandrite of Kanev and Pereyaslavl" + }, + { + "id": 102536, + "slug": "apostle-evodius-euodias-of-the-seventy", + "title": "Apostle Evodius (Euodias) of the Seventy" + }, + { + "id": 102537, + "slug": "apostle-onesiphorus-of-the-seventy", + "title": "Apostle Onesiphorus of the Seventy" + }, + { + "id": 102538, + "slug": "martyr-eupsychius-of-caesarea-in-cappadocia", + "title": "Martyr Eupsychius of Caesarea, in Cappadocia" + }, + { + "id": 102539, + "slug": "venerable-luke-abbot-of-batheos-ryako", + "title": "Venerable Luke, Abbot of Batheos Ryako" + }, + { + "id": 102540, + "slug": "venerable-cloud-clodoald-abbot-founder-of-nogent-sur-seine-near", + "title": "Venerable Cloud (Clodoald), Abbot-Founder of Nogent-Sur-Seine near Paris" + }, + { + "id": 148999, + "slug": "venerable-macarius-of-optina", + "title": "Venerable Macarius of Optina" + }, + { + "id": 100454, + "slug": "venerable-cassiani-the-hymnographer", + "title": "Venerable Cassiani the Hymnographer" + } + ], + "2026-09-08": [ + { + "id": 102541, + "slug": "the-nativity-of-our-most-holy-lady-the-mother-of-god-and-ever-vi", + "title": "The Nativity of our Most Holy Lady the Mother of God and Ever-Virgin Mary" + }, + { + "id": 102542, + "slug": "icon-of-the-mother-of-god-of-the-sign-the-kursk-root", + "title": "Icon of the Mother of God \u201cof the Sign\u201d, the \u201cKursk-Root\u201d" + }, + { + "id": 102543, + "slug": "icon-of-the-mother-of-god-of-pochaev", + "title": "Icon of the Mother of God of Pochaev" + }, + { + "id": 102544, + "slug": "icon-of-the-mother-of-god-of-kholm", + "title": "Icon of the Mother of God of Kholm" + }, + { + "id": 108957, + "slug": "icon-of-sophia-the-wisdom-of-god", + "title": "Icon of Sophia, the Wisdom of God" + }, + { + "id": 108958, + "slug": "icon-of-the-mother-of-god-of-syamsk", + "title": "Icon of the Mother of God of Syamsk" + }, + { + "id": 108959, + "slug": "icon-of-the-mother-of-god-of-glinsk", + "title": "Icon of the Mother of God of Glinsk" + }, + { + "id": 108960, + "slug": "icon-of-the-mother-of-god-of-domnitsa", + "title": "Icon of the Mother of God of Domnitsa" + }, + { + "id": 108961, + "slug": "icon-of-the-mother-of-god-of-isaakov", + "title": "Icon of the Mother of God of Isaakov" + }, + { + "id": 108962, + "slug": "icon-of-the-mother-of-god-of-lukianov", + "title": "Icon of the Mother of God of Lukianov" + }, + { + "id": 148987, + "slug": "kathariotissa-icon-of-the-mother-of-god", + "title": "\u201cKathariotissa\u201d Icon of the Mother of God" + } + ], + "2026-09-09": [ + { + "id": 102545, + "slug": "afterfeast-of-the-nativity-of-the-mother-of-god", + "title": "Afterfeast of the Nativity of the Mother of God" + }, + { + "id": 102546, + "slug": "holy-and-righteous-ancestors-of-god-joachim-and-anna", + "title": "Holy and Righteous Ancestors of God, Joachim and Anna" + }, + { + "id": 102548, + "slug": "martyr-severian-of-sebaste", + "title": "Martyr Severian of Sebaste" + }, + { + "id": 102549, + "slug": "venerable-joseph-abbot-of-volokolamsk-volotsk", + "title": "Venerable Joseph, Abbot of Volokolamsk, Volotsk" + }, + { + "id": 102550, + "slug": "uncovering-of-the-relics-of-saint-theodosius-archbishop-of-chern", + "title": "Uncovering of the relics of Saint Theodosius, Archbishop of Chernigov" + }, + { + "id": 102551, + "slug": "venerable-theophanes-the-confessor-and-faster-of-mount-diabenos", + "title": "Venerable Theophanes the Confessor and Faster of Mount Diabenos" + }, + { + "id": 102552, + "slug": "martyr-chariton", + "title": "Martyr Chariton" + }, + { + "id": 102554, + "slug": "blessed-niktas-the-hidden-of-constantinople", + "title": "Blessed Nik\u1e17tas the Hidden of Constantinople" + }, + { + "id": 102555, + "slug": "commemoration-of-the-holy-fathers-of-the-third-ecumenical-counci", + "title": "Commemoration of the Holy Fathers of the Third Ecumenical Council" + }, + { + "id": 102553, + "slug": "saint-ciaran-of-clonmacnoise", + "title": "Saint Ciaran of Clonmacnoise" + } + ], + "2026-09-10": [ + { + "id": 102556, + "slug": "afterfeast-of-the-nativity-of-the-mother-of-god", + "title": "Afterfeast of the Nativity of the Mother of God" + }, + { + "id": 102557, + "slug": "martyrs-menodora-metrodora-and-nymphodora-at-nicomedia", + "title": "Martyrs Menodora, Metrodora, and Nymphodora, at Nicomedia" + }, + { + "id": 102560, + "slug": "venerable-paul-the-obedient-of-the-kiev-caves", + "title": "Venerable Paul the Obedient, of the Kiev Caves" + }, + { + "id": 102561, + "slug": "venerable-prince-andrew-in-monasticism-joasaph-of-kubensk-vologd", + "title": "Venerable Prince Andrew, in Monasticism Joasaph, of Kubensk, Vologda" + }, + { + "id": 102562, + "slug": "holy-apostles-of-the-70-apelles-luke-loukios-and-clement", + "title": "Holy Apostles of the 70 Apelles, Luke (Loukios), and Clement" + }, + { + "id": 102565, + "slug": "martyr-barypsabas-in-dalmatia", + "title": "Martyr Barypsabas in Dalmatia" + }, + { + "id": 102566, + "slug": "right-believing-pulcheria-byzantine-empress", + "title": "Right-Believing Pulcheria, Byzantine Empress" + }, + { + "id": 102567, + "slug": "saints-peter-and-paul-bishops-of-nicaea", + "title": "Saints Peter and Paul, Bishops of Nicaea" + } + ], + "2026-09-11": [ + { + "id": 102569, + "slug": "afterfeast-of-the-nativity-of-the-mother-of-god", + "title": "Afterfeast of the Nativity of the Mother of God" + }, + { + "id": 102570, + "slug": "venerable-theodora-of-alexandria", + "title": "Venerable Theodora of Alexandria" + }, + { + "id": 102571, + "slug": "translation-of-the-relics-of-venerable-sergius-and-herman-wonder", + "title": "Translation of the Relics of Venerable Sergius and Herman, Wonderworkers of Valaam" + }, + { + "id": 102573, + "slug": "martyrs-demetrius-his-wife-euanthia-and-their-son-demetrian-at-s", + "title": "Martyrs Demetrius, his wife Euanthia, and their son Demetrian, at Skepsis on the Hellespont" + }, + { + "id": 102576, + "slug": "martyrs-diodorus-didymus-and-diomedes-of-laodicea", + "title": "Martyrs Diodorus, Didymus, and Diomedes, of Laodicea" + }, + { + "id": 102579, + "slug": "martyr-ia-and-9000-martyrs-with-her-of-persia", + "title": "Martyr Ia and 9,000 Martyrs with her, of Persia" + }, + { + "id": 102581, + "slug": "saint-euphrosynos-the-cook-of-alexandria", + "title": "Saint Euphrosynos the Cook of Alexandria" + }, + { + "id": 102582, + "slug": "kazan-kaplunovka-icon-of-the-mother-of-god-1689", + "title": "Kazan - Kaplunovka Icon of the Mother of God (1689)" + } + ], + "2026-09-12": [ + { + "id": 102584, + "slug": "leavetaking-of-the-nativity-of-the-mother-of-god", + "title": "Leavetaking of the Nativity of the Mother of God" + }, + { + "id": 102585, + "slug": "hieromartyr-autonomus-bishop-in-italy", + "title": "Hieromartyr Autonomus, Bishop in Italy" + }, + { + "id": 102586, + "slug": "venerable-bassian-of-tiksnensk-vologda", + "title": "Venerable Bassian of Tiksnensk, Vologda" + }, + { + "id": 102587, + "slug": "translation-of-the-relics-of-righteous-simeon-of-verkhoturye", + "title": "Translation of the relics of Righteous Simeon of Verkhoturye" + }, + { + "id": 102588, + "slug": "martyr-julian-of-galatia-and-40-martyrs-with-him", + "title": "Martyr Julian of Galatia and 40 Martyrs with him" + }, + { + "id": 102590, + "slug": "martyr-theodore-of-alexandria", + "title": "Martyr Theodore of Alexandria" + }, + { + "id": 102591, + "slug": "saint-coronatus-bishop-of-nicomedia", + "title": "Saint Coronatus, Bishop of Nicomedia" + }, + { + "id": 108956, + "slug": "venerable-athanasius-of-serpukhov", + "title": "Venerable Athanasius of Serpukhov" + }, + { + "id": 205482, + "slug": "hieromartyr-dositheus-of-tbilisi", + "title": "Hieromartyr Dositheus of Tbilisi" + } + ], + "2026-09-13": [ + { + "id": 102592, + "slug": "forefeast-of-the-elevation-of-the-cross", + "title": "Forefeast of the Elevation of the Cross" + }, + { + "id": 102593, + "slug": "commemoration-of-the-founding-of-the-church-of-the-resurrection", + "title": "Commemoration of the Founding of the Church of the Resurrection (Holy Sepulchre) at Jerusalem" + }, + { + "id": 102594, + "slug": "hieromartyr-cornelius-the-centurion", + "title": "Hieromartyr Cornelius the Centurion" + }, + { + "id": 102595, + "slug": "martyr-chronides-of-alexandria-and-those-with-him", + "title": "Martyr Chronides of Alexandria and those with him" + }, + { + "id": 102600, + "slug": "martyrs-macrobius-and-gordian-at-tomi-in-romania-and-those-with", + "title": "Martyrs Macrobius and Gordian at Tomi in Romania and those with them" + }, + { + "id": 102602, + "slug": "hieromartyr-julian-of-galatia", + "title": "Hieromartyr Julian of Galatia" + }, + { + "id": 102607, + "slug": "saint-peter-of-atroe", + "title": "Saint Peter of Atroe" + }, + { + "id": 102608, + "slug": "greatmartyr-ketevan-queen-of-georgia", + "title": "Greatmartyr Ketevan, Queen of Georgia" + }, + { + "id": 102609, + "slug": "venerable-hierotheus-the-younger-of-ivron-mount-athos", + "title": "Venerable Hierotheus the Younger of Iv\u1e17ron, Mount Athos" + }, + { + "id": 149020, + "slug": "saint-john-of-prislop", + "title": "Saint John of Prislop" + } + ], + "2026-09-14": [ + { + "id": 102610, + "slug": "the-universal-exaltation-of-the-precious-and-life-giving-cross", + "title": "The Universal Exaltation of the Precious and Life-Giving Cross" + }, + { + "id": 102611, + "slug": "repose-of-saint-john-chrysostom-archbishop-of-constantinople", + "title": "Repose of Saint John Chrysostom, Archbishop of Constantinople" + }, + { + "id": 102612, + "slug": "monastic-martyr-macarius-of-dionysiou-mount-athos", + "title": "Monastic Martyr Macarius of Dionysiou, Mount Athos" + }, + { + "id": 102613, + "slug": "monastic-martyr-joseph-of-dionysiou-mount-athos", + "title": "Monastic Martyr Joseph of Dionysiou, Mount Athos" + }, + { + "id": 108955, + "slug": "icon-of-the-mother-of-god-of-lesna", + "title": "Icon of the Mother of God of Lesna" + }, + { + "id": 206381, + "slug": "repose-of-saint-anthimus-bishop-of-georgia", + "title": "Repose of Saint Anthimus, Bishop of Georgia" + } + ], + "2026-09-15": [ + { + "id": 102614, + "slug": "afterfeast-of-the-elevation-of-the-cross", + "title": "Afterfeast of the Elevation of the Cross" + }, + { + "id": 102615, + "slug": "greatmartyr-niketas-the-goth", + "title": "Greatmartyr Niketas the Goth" + }, + { + "id": 102616, + "slug": "uncovering-of-the-relics-saint-acacius-bishop-of-melitene", + "title": "Uncovering of the relics Saint Acacius, Bishop of Melitene" + }, + { + "id": 102617, + "slug": "martyrs-theodotus-asclepiodotus-and-maximus-of-adrianopolis", + "title": "Martyrs Theodotus, Asclepiodotus, and Maximus, of Adrianopolis" + }, + { + "id": 102620, + "slug": "martyr-porphyrius-the-actor", + "title": "Martyr Porphyrius the Actor" + }, + { + "id": 102621, + "slug": "uncovering-of-the-relics-of-the-holy-protomartyr-and-archdeacon", + "title": "Uncovering of the relics of the Holy Protomartyr and Archdeacon Stephen" + }, + { + "id": 102622, + "slug": "saint-philotheus-the-presbyter-in-asia-minor", + "title": "Saint Philotheus the Presbyter in Asia Minor" + }, + { + "id": 102623, + "slug": "venerable-joseph-abbot-of-alaverdi-georgia", + "title": "Venerable Joseph, Abbot of Alaverdi, Georgia" + }, + { + "id": 102624, + "slug": "saint-joseph-the-new-of-partos-metropolitan-of-timishoara-romani", + "title": "Saint Joseph the New of Partos, Metropolitan of Timishoara (Romania)" + }, + { + "id": 108951, + "slug": "saint-bessarion-archbishop-of-larissa", + "title": "Saint Bessarion, Archbishop of Larissa" + }, + { + "id": 108952, + "slug": "saint-gerasimus", + "title": "Saint Gerasimus" + }, + { + "id": 108953, + "slug": "new-martyr-john-of-crete", + "title": "New Martyr John of Crete" + }, + { + "id": 108954, + "slug": "icon-of-the-mother-of-god-of-novonikta", + "title": "Icon of the Mother of God of Novonik\u1e17ta" + } + ], + "2026-09-16": [ + { + "id": 102625, + "slug": "afterfeast-of-the-elevation-of-the-cross", + "title": "Afterfeast of the Elevation of the Cross" + }, + { + "id": 102626, + "slug": "great-martyr-euphemia-the-all-praised", + "title": "Great Martyr Euphemia the All-praised" + }, + { + "id": 102627, + "slug": "repose-of-saint-cyprian-metropolitan-of-moscow-and-all-russia", + "title": "Repose of Saint Cyprian, Metropolitan of Moscow and All Russia" + }, + { + "id": 102628, + "slug": "saint-sebastiana-the-martyr-disciple-of-saint-paul-the-apostle-a", + "title": "Saint Sebastiana the Martyr, disciple of Saint Paul the Apostle, at Heraclea" + }, + { + "id": 102629, + "slug": "martyr-melitin-of-marcianopolis", + "title": "Martyr Melitin\u1e17 of Marcianopolis" + }, + { + "id": 102630, + "slug": "martyrs-victor-and-sosthenes-at-chalcedon", + "title": "Martyrs Victor and Sosthenes at Chalcedon" + }, + { + "id": 102632, + "slug": "venerable-dorotheus-the-hermit-of-egypt", + "title": "Venerable Dorotheus the Hermit of Egypt" + }, + { + "id": 102633, + "slug": "martyr-ludmilla-the-grandmother-of-saint-wenceslaus-prince-of-th", + "title": "Martyr Ludmilla the grandmother of Saint Wenceslaus, Prince of the Czechs" + }, + { + "id": 102634, + "slug": "new-martyrs-isaac-and-joseph-of-georgia", + "title": "New Martyrs Isaac and Joseph of Georgia" + }, + { + "id": 102636, + "slug": "support-of-humble-icon-of-the-mother-of-god", + "title": "\u201cSupport of Humble\u201d Icon of the Mother of God" + }, + { + "id": 103914, + "slug": "new-hieromartyr-gregory-raevskii-of-tver", + "title": "New Hieromartyr Gregory (Raevskii) of Tver" + }, + { + "id": 108950, + "slug": "saint-procopius", + "title": "Saint Procopius" + } + ], + "2026-09-17": [ + { + "id": 102637, + "slug": "afterfeast-of-the-elevation-of-the-cross", + "title": "Afterfeast of the Elevation of the Cross" + }, + { + "id": 102638, + "slug": "martyr-sophia-and-her-three-daughters-at-rome", + "title": "Martyr Sophia and her three daughters at Rome" + }, + { + "id": 102642, + "slug": "martyr-theodota-at-nicea", + "title": "Martyr Theodota at Nicea" + }, + { + "id": 102643, + "slug": "martyr-agathocleia", + "title": "Martyr Agathocleia" + }, + { + "id": 102644, + "slug": "156-martyrs-of-palestine-including-bishops-peleus-and-nilus-the", + "title": "156 Martyrs of Palestine, including Bishops Peleus and Nilus, the Presbyter Zeno, the Noblemen Patermuthius and Elias, and others" + }, + { + "id": 102650, + "slug": "constantinople-icon-of-the-mother-of-god", + "title": "Constantinople Icon of the Mother of God" + }, + { + "id": 102651, + "slug": "icon-of-the-mother-of-god-of-macariev", + "title": "Icon of the Mother of God of Macariev" + } + ], + "2026-09-18": [ + { + "id": 102652, + "slug": "afterfeast-of-the-elevation-of-the-cross", + "title": "Afterfeast of the Elevation of the Cross" + }, + { + "id": 102653, + "slug": "saint-eumenius-bishop-of-gortyna", + "title": "Saint Eumenius, Bishop of Gortyna" + }, + { + "id": 102654, + "slug": "martyr-aridn-of-phrygia", + "title": "Martyr Ari\u00e1dn\u0113 of Phrygia" + }, + { + "id": 102655, + "slug": "martyrs-sophia-irene-and-castor-of-egypt", + "title": "Martyrs Sophia, Irene, and Castor of Egypt" + }, + { + "id": 102658, + "slug": "greatmartyr-prince-bidzini-and-martyrs-princes-elizabar-and-shal", + "title": "Greatmartyr Prince Bidzini and Martyrs Princes Elizabar and Shalvi, of Georgia" + }, + { + "id": 102661, + "slug": "translation-of-the-staro-rus-icon-of-the-mother-of-god-in-triump", + "title": "Translation of the \u201cStaro Rus\u201d Icon of the Mother of God in Triumph to Russia" + }, + { + "id": 102662, + "slug": "the-healer-icon-of-the-mother-of-god", + "title": "\u201cThe Healer\u201d Icon of the Mother of God" + }, + { + "id": 103915, + "slug": "venerable-euphrosyn-of-suzdal", + "title": "Venerable Euphrosyn\u0113 of Suzdal" + }, + { + "id": 148994, + "slug": "venerable-hilarion-of-optina", + "title": "Venerable Hilarion of Optina" + } + ], + "2026-09-19": [ + { + "id": 102663, + "slug": "afterfeast-of-the-elevation-of-the-cross", + "title": "Afterfeast of the Elevation of the Cross" + }, + { + "id": 102664, + "slug": "martyrs-trophimus-sabbatius-and-dorymedon-of-synnada", + "title": "Martyrs Trophimus, Sabbatius, and Dorymedon of Synnada" + }, + { + "id": 102667, + "slug": "saint-theodore-prince-of-smolensk-and-yaroslav-and-his-sons-sain", + "title": "Saint Theodore, Prince of Smolensk and Yaroslav, and his sons Saints David and Constantine" + }, + { + "id": 102670, + "slug": "martyr-zosimas-the-hermit-of-cilicia", + "title": "Martyr Zosimas the Hermit of Cilicia" + }, + { + "id": 102671, + "slug": "saint-theodore-of-tarsus-archbishop-of-canterbury", + "title": "Saint Theodore of Tarsus, Archbishop of Canterbury" + }, + { + "id": 102672, + "slug": "right-believing-great-prince-igor-of-kiev-and-chernigov", + "title": "Right-believing Great Prince Igor of Kiev and Chernigov" + } + ], + "2026-09-20": [ + { + "id": 102673, + "slug": "afterfeast-of-the-elevation-of-the-cross", + "title": "Afterfeast of the Elevation of the Cross" + }, + { + "id": 102674, + "slug": "greatmartyr-eustthios-placidas-with-his-wife-and-children-of-rom", + "title": "Greatmartyr Eust\u00e1thios Placidas, with his wife and children, of Rome" + }, + { + "id": 102678, + "slug": "holy-martyr-and-confessor-michael-and-his-councilor-theodore-won", + "title": "Holy Martyr and Confessor Michael and his councilor, Theodore, Wonderworkers of Chernigov" + }, + { + "id": 102680, + "slug": "saint-oleg-prince-of-briansk", + "title": "Saint Oleg, Prince of Briansk" + }, + { + "id": 102681, + "slug": "monastic-martyr-hilarion-of-saint-anne-skete-mount-athos", + "title": "Monastic Martyr Hilarion of Saint Anne Skete, Mount Athos" + } + ], + "2026-09-21": [ + { + "id": 102682, + "slug": "leavetaking-of-the-elevation-of-the-cross", + "title": "Leavetaking of the Elevation of the Cross" + }, + { + "id": 102683, + "slug": "apostle-quadratus-of-the-seventy", + "title": "Apostle Quadratus of the Seventy" + }, + { + "id": 102684, + "slug": "uncovering-of-the-relics-of-saint-demetrius-dmitri-metropolitan", + "title": "Uncovering of the relics of Saint Demetrius (Dmitri), Metropolitan of Rostov" + }, + { + "id": 102685, + "slug": "venerable-daniel-abbot-of-shuzhgorsk-novgorod", + "title": "Venerable Daniel, Abbot of Shuzhgorsk, Novgorod" + }, + { + "id": 102686, + "slug": "venerable-joseph-of-zaonikiev-monastery-vologda", + "title": "Venerable Joseph of Zaonikiev Monastery, Vologda" + }, + { + "id": 102687, + "slug": "hieromartyr-hypatius-bishop-of-ephesus-and-his-presbyter-andrew", + "title": "Hieromartyr Hypatius, Bishop of Ephesus, and his Presbyter, Andrew" + }, + { + "id": 102689, + "slug": "saint-isaac-of-cyprus", + "title": "Saint Isaac of Cyprus" + }, + { + "id": 102690, + "slug": "saint-meletius-bishop-of-cyprus", + "title": "Saint Meletius, Bishop of Cyprus" + }, + { + "id": 102691, + "slug": "martyr-eusebius-of-phoenicia", + "title": "Martyr Eusebius of Phoenicia" + }, + { + "id": 102692, + "slug": "martyr-priscus-of-phrygia", + "title": "Martyr Priscus of Phrygia" + }, + { + "id": 102693, + "slug": "26-monastic-martyrs-of-zographou-mount-athos", + "title": "26 Monastic Martyrs of Zographou, Mount Athos" + }, + { + "id": 102694, + "slug": "venerable-cosmas-the-bulgarian-of-zographou-mount-athos", + "title": "Venerable Cosmas the Bulgarian of Zographou, Mount Athos" + }, + { + "id": 205505, + "slug": "saint-john-of-georgia", + "title": "Saint John of Georgia" + }, + { + "id": 205504, + "slug": "saint-george-john-of-georgia", + "title": "Saint George (John) of Georgia" + } + ], + "2026-09-22": [ + { + "id": 102695, + "slug": "hieromartyr-phocas-bishop-of-sinope", + "title": "Hieromartyr Phocas, Bishop of Sinope" + }, + { + "id": 102696, + "slug": "prophet-jonah", + "title": "Prophet Jonah" + }, + { + "id": 102697, + "slug": "saint-jonah-the-presbyter-father-of-saint-theophanes-the-hymnogr", + "title": "Saint Jonah the Presbyter, father of Saint Theophanes the Hymnographer and Theodore Graptus" + }, + { + "id": 102698, + "slug": "venerable-jonah-abbot-of-yashezersk", + "title": "Venerable Jonah, Abbot of Yashezersk" + }, + { + "id": 102699, + "slug": "martyr-phokas-the-gardener-of-sinope", + "title": "Martyr Phokas the Gardener of Sinope" + }, + { + "id": 102700, + "slug": "saint-peter-the-tax-collector", + "title": "Saint Peter the Tax-Collector" + }, + { + "id": 102701, + "slug": "venerable-macarius-wonderworker-of-zhabynka-and-belev", + "title": "Venerable Macarius, Wonderworker of Zhabynka and Belev" + }, + { + "id": 102702, + "slug": "synaxis-of-the-saints-of-tula", + "title": "Synaxis of the Saints of Tula" + }, + { + "id": 108023, + "slug": "venerable-cosmas-of-zographou-monastery-mount-athos", + "title": "Venerable Cosmas of Zographou Monastery, Mount Athos" + }, + { + "id": 100188, + "slug": "hearer-icon-of-the-mother-of-god", + "title": "\"Hearer\" Icon of the Mother of God" + } + ], + "2026-09-23": [ + { + "id": 102703, + "slug": "conception-of-the-honorable-glorious-prophet-forerunner-and-bapt", + "title": "Conception of the Honorable Glorious Prophet, Forerunner and Baptist John" + }, + { + "id": 102705, + "slug": "saints-xanthippi-and-polyxeni-of-spain", + "title": "Saints Xanthippi and Polyxeni of Spain" + }, + { + "id": 102706, + "slug": "virgin-martyr-irais-rhais-of-alexandria", + "title": "Virgin Martyr Irais (Rhais) of Alexandria" + }, + { + "id": 102707, + "slug": "martyrs-andrew-john-and-johns-children-peter-and-antonius-of-syr", + "title": "Martyrs Andrew, John, and John\u2019s children: Peter and Antonius, of Syracuse, martyred in Africa" + }, + { + "id": 102711, + "slug": "icon-of-the-mother-of-god-of-slovenka", + "title": "Icon of the Mother of God of Slovenka" + } + ], + "2026-09-24": [ + { + "id": 102712, + "slug": "synaxis-of-all-saints-of-alaska", + "title": "Synaxis of All Saints of Alaska" + }, + { + "id": 102713, + "slug": "martyr-peter-the-aleut", + "title": "Martyr Peter the Aleut" + }, + { + "id": 102714, + "slug": "martyr-juvenal-of-alaska", + "title": "Martyr Juvenal of Alaska" + }, + { + "id": 102715, + "slug": "protomartyr-and-equal-of-the-apostles-thekla", + "title": "Protomartyr and Equal of the Apostles Thekla" + }, + { + "id": 102716, + "slug": "venerable-nkander-wonderworker-of-pskov", + "title": "Venerable N\u03afkander Wonderworker of Pskov" + }, + { + "id": 102717, + "slug": "monastic-martyr-galacteon-of-vologda", + "title": "Monastic Martyr Galacteon of Vologda" + }, + { + "id": 102718, + "slug": "venerable-copres-of-palestine", + "title": "Venerable Copres of Palestine" + }, + { + "id": 102719, + "slug": "venerable-abramius-abbot-of-mirozh-pskov", + "title": "Venerable Abramius, Abbot of Mirozh, Pskov" + }, + { + "id": 102720, + "slug": "saint-vladislav-of-serbia", + "title": "Saint Vladislav of Serbia" + }, + { + "id": 102721, + "slug": "venerable-dorothy-of-kashin", + "title": "Venerable Dorothy of Kashin" + }, + { + "id": 102722, + "slug": "venerable-silouan-of-mount-athos", + "title": "Venerable Silouan of Mount Athos" + }, + { + "id": 102723, + "slug": "mirozh-icon-of-the-mother-of-god", + "title": "\u201cMirozh\u201d Icon of the Mother of God" + }, + { + "id": 102724, + "slug": "icon-of-the-mother-of-god-of-the-myrtle-tree", + "title": "Icon of the Mother of God \u201cof the Myrtle Tree\u201d" + }, + { + "id": 108062, + "slug": "venerable-simon-of-serbia", + "title": "Venerable Simon of Serbia" + }, + { + "id": 108064, + "slug": "venerable-david-of-serbia", + "title": "Venerable David of Serbia" + }, + { + "id": 108948, + "slug": "holy-king-stephen-of-serbia", + "title": "Holy King Stephen of Serbia" + } + ], + "2026-09-25": [ + { + "id": 102725, + "slug": "repose-of-venerable-sergius-the-wonderworker-abbot-of-radonezh", + "title": "Repose of Venerable Sergius the Wonderworker, Abbot of Radonezh" + }, + { + "id": 102726, + "slug": "venerable-euphrosyne-of-alexandria", + "title": "Venerable Euphrosyne of Alexandria" + }, + { + "id": 102727, + "slug": "venerable-euphrosyn-of-suzdal", + "title": "Venerable Euphrosyn\u0113 of Suzdal" + }, + { + "id": 102728, + "slug": "first-translation-of-the-relics-of-saint-herman-archbishop-of-ka", + "title": "First Translation of the relics of Saint Herman, Archbishop of Kazan" + }, + { + "id": 102729, + "slug": "martyr-paphnutius-and-546-companions-in-egypt", + "title": "Martyr Paphnutius and 546 companions in Egypt" + }, + { + "id": 205421, + "slug": "saint-arsenius-the-great-catholicos-of-georgia", + "title": "Saint Arsenius the Great, Catholicos of Georgia" + }, + { + "id": 100541, + "slug": "wonderworking-boyan-icon-of-the-mother-of-god", + "title": "Wonderworking Boyan Icon of the Mother of God" + }, + { + "id": 100523, + "slug": "assuage-my-sorrows-icon-of-the-mother-of-god", + "title": "Assuage My Sorrows Icon of the Mother of God" + }, + { + "id": 100302, + "slug": "commemoration-of-the-earthquake-of-447", + "title": "Commemoration of the Earthquake of 447" + } + ], + "2026-09-26": [ + { + "id": 102731, + "slug": "repose-of-the-holy-apostle-and-evangelist-john-the-theologian", + "title": "Repose of the Holy Apostle and Evangelist John the Theologian" + }, + { + "id": 102732, + "slug": "venerable-ephraim-abbot-of-perekop-wonderworker-of-novgorod", + "title": "Venerable Ephraim, Abbot of Perekop, Wonderworker of Novgorod" + }, + { + "id": 205488, + "slug": "arrival-of-the-ivron-icon-of-the-mother-of-god-in-georgia", + "title": "Arrival of the Iv\u1e17ron Icon of the Mother of God in Georgia" + } + ], + "2026-09-27": [ + { + "id": 102736, + "slug": "martyr-callistratus-and-49-companions", + "title": "Martyr Callistratus and 49 companions" + }, + { + "id": 102735, + "slug": "venerable-sabbatius-wonderworker-of-solovki", + "title": "Venerable Sabbatius, Wonderworker of Solovki" + }, + { + "id": 102733, + "slug": "apostle-mark-of-the-seventy", + "title": "Apostle Mark of the Seventy" + }, + { + "id": 102737, + "slug": "apostle-aristarchus-of-the-seventy", + "title": "Apostle Aristarchus of the Seventy" + }, + { + "id": 102738, + "slug": "apostle-zenas-of-the-seventy", + "title": "Apostle Zenas of the Seventy" + }, + { + "id": 102739, + "slug": "martyr-epicharis-of-rome", + "title": "Martyr Epicharis of Rome" + }, + { + "id": 102740, + "slug": "saint-ignatius-of-christ-the-savior-monastery", + "title": "Saint Ignatius of Christ the Savior Monastery" + }, + { + "id": 108947, + "slug": "saint-flavian-archbishop-of-antioch", + "title": "Saint Flavian, Archbishop of Antioch" + }, + { + "id": 148988, + "slug": "new-martyr-aquilina", + "title": "New Martyr Aquilina" + }, + { + "id": 149021, + "slug": "saint-anthimus-the-georgian", + "title": "Saint Anthimus the Georgian" + } + ], + "2026-09-28": [ + { + "id": 102742, + "slug": "venerable-chariton-the-confessor-abbot-of-palestine", + "title": "Venerable Chariton the Confessor, Abbot of Palestine" + }, + { + "id": 102757, + "slug": "synaxis-of-the-venerable-fathers-of-the-kiev-near-caves", + "title": "Synaxis of the Venerable Fathers of the Kiev Near Caves" + }, + { + "id": 102743, + "slug": "venerable-chariton-of-syanzhemsk-vologda", + "title": "Venerable Chariton of Syanzhemsk, Vologda" + }, + { + "id": 102744, + "slug": "venerable-herodion-abbot-of-iloezersk", + "title": "Venerable Herodion, Abbot of Iloezersk" + }, + { + "id": 102745, + "slug": "prophet-baruch", + "title": "Prophet Baruch" + }, + { + "id": 102746, + "slug": "martyr-alexander-and-30-others-in-pisidia-and-phrygia", + "title": "Martyr Alexander and 30 others in Pisidia and Phrygia" + }, + { + "id": 102754, + "slug": "martyr-wenceslaus-prince-of-the-czechs", + "title": "Martyr Wenceslaus, Prince of the Czechs" + }, + { + "id": 102755, + "slug": "schema-monk-cyril-and-schema-nun-maria-the-parents-of-saint-serg", + "title": "Schema-monk Cyril and Schema-nun Maria, the parents of Saint Sergius of Radonezh" + } + ], + "2026-09-29": [ + { + "id": 102813, + "slug": "venerable-kyriakos-the-anchorite", + "title": "Venerable Kyriakos the Anchorite" + }, + { + "id": 102814, + "slug": "martyrs-dadas-gabdelas-and-kazdoa-of-persia", + "title": "Martyrs Dadas, Gabdelas, and Kazdoa of Persia" + }, + { + "id": 102817, + "slug": "venerable-theophanes-the-merciful-of-gaza", + "title": "Venerable Theophanes the Merciful of Gaza" + }, + { + "id": 103888, + "slug": "saint-onuphrius-of-saint-david-gareji-monastery-georgia", + "title": "Saint Onuphrius of Saint David Gareji Monastery, Georgia" + }, + { + "id": 108940, + "slug": "saint-cyprian-of-ustiug", + "title": "Saint Cyprian of Ustiug" + } + ], + "2026-09-30": [ + { + "id": 102818, + "slug": "hieromartyr-gregory-bishop-of-greater-armenia-equal-of-the-apost", + "title": "Hieromartyr Gregory, Bishop of Greater Armenia, Equal of the Apostles, Enlightener of Armenia" + }, + { + "id": 102819, + "slug": "venerable-gregory-abbot-of-pelsheme-and-wonderworker-of-vologda", + "title": "Venerable Gregory, Abbot of Pelsheme and Wonderworker of Vologda" + }, + { + "id": 102820, + "slug": "saint-michael-first-metropolitan-of-kiev", + "title": "Saint Michael, first Metropolitan of Kiev" + }, + { + "id": 102821, + "slug": "martyrs-rhipsime-and-gaian-of-armenia-and-those-with-them", + "title": "Martyrs Rhipsime and Gaian\u1e17 of Armenia and those with them" + } + ], + "2026-10-01": [ + { + "id": 102824, + "slug": "the-protection-of-our-most-holy-lady-the-mother-of-god-and-ever", + "title": "The Protection of our Most Holy Lady the Mother of God and Ever-Virgin Mary" + }, + { + "id": 102825, + "slug": "apostle-ananias-of-the-seventy", + "title": "Apostle Ananias of the Seventy" + }, + { + "id": 102826, + "slug": "venerable-romanus-the-melodist-sweet-singer", + "title": "Venerable Romanus the Melodist, \u201cSweet-Singer\u201d" + }, + { + "id": 102827, + "slug": "venerable-savva-abbot-of-vishera-novgorod", + "title": "Venerable Savva, Abbot of Vishera, Novgorod" + }, + { + "id": 102828, + "slug": "martyr-domninus-of-thessalonica", + "title": "Martyr Domninus of Thessalonica" + }, + { + "id": 102829, + "slug": "martyr-michael-abbot-in-armenia-and-36-fathers-with-him", + "title": "Martyr Michael, Abbot in Armenia, and 36 Fathers with him" + }, + { + "id": 102832, + "slug": "venerable-john-koukouzelis-the-hymnographer-of-mount-athos", + "title": "Venerable John (Koukouzelis) the Hymnographer of Mount Athos" + }, + { + "id": 102833, + "slug": "venerable-gregory-domesticus-of-the-great-lavra-mount-athos", + "title": "Venerable Gregory Domesticus of the Great Lavra, Mount Athos" + }, + { + "id": 102834, + "slug": "pskov-protection-icon-of-the-mother-of-god", + "title": "\u201cPskov-Protection\u201d Icon of the Mother of God" + }, + { + "id": 108936, + "slug": "equals-of-the-apostles-emperor-mirian-and-empress-nana-of-georgi", + "title": "Equals of the Apostles, Emperor Mirian and Empress Nana of Georgia; Saint Sidonia; the Commemoration of the apparition of the Pillar with the Robe of the Lord under it at Mtskheta in Georgia" + }, + { + "id": 108938, + "slug": "icon-of-the-mother-of-god-of-gerbovets", + "title": "Icon of the Mother of God of Gerbovets" + }, + { + "id": 108939, + "slug": "icon-of-the-mother-of-god-of-barsk", + "title": "Icon of the Mother of God of Barsk" + }, + { + "id": 109999, + "slug": "icon-of-the-mother-of-god-of-kasperov", + "title": "Icon of the Mother of God of Kasperov" + }, + { + "id": 205469, + "slug": "saint-melchizedek-i-catholicos-patriarch-of-all-georgia", + "title": "Saint Melchizedek I, Catholicos-Patriarch of All Georgia" + }, + { + "id": 205501, + "slug": "terebovlya-icon-of-the-mother-of-god", + "title": "\u201cTerebovlya\u201d Icon of the Mother of God" + }, + { + "id": 100489, + "slug": "saint-joseph-of-bisericani-monastery-late-xv-century", + "title": "Saint Joseph of Bisericani Monastery (late XV century)" + } + ], + "2026-10-02": [ + { + "id": 102835, + "slug": "hieromartyr-cyprian-virgin-martyr-justina-and-martyr-theoctistus", + "title": "Hieromartyr Cyprian, Virgin Martyr Justina, and Martyr Theoctistus, of Nicomedia" + }, + { + "id": 102838, + "slug": "blessed-andrew-the-fool-for-christ-at-constantinople", + "title": "Blessed Andrew the Fool-For-Christ at Constantinople" + }, + { + "id": 102839, + "slug": "repose-of-the-holy-right-believing-princess-anna-of-kashin", + "title": "Repose of the Holy Right-believing Princess Anna of Kashin" + }, + { + "id": 102840, + "slug": "venerable-cassian-of-uglich", + "title": "Venerable Cassian of Uglich" + }, + { + "id": 102841, + "slug": "martyrs-david-and-constantine-princes-of-georgia", + "title": "Martyrs David and Constantine, Princes of Georgia" + }, + { + "id": 104101, + "slug": "righteous-admiral-theodore-ushakov-of-the-russian-naval-fleet", + "title": "Righteous Admiral Theodore Ushakov of the Russian Naval Fleet" + } + ], + "2026-10-03": [ + { + "id": 102843, + "slug": "hieromartyr-dionysius-the-areopagite-bishop-of-athens", + "title": "Hieromartyr Dionysius the Areopagite, Bishop of Athens" + }, + { + "id": 102844, + "slug": "martyrs-rusticus-the-presbyter-and-eleutherius-the-deacon", + "title": "Martyrs Rusticus the Presbyter and Eleutherius the Deacon" + }, + { + "id": 102846, + "slug": "venerable-dionysius-the-recluse-of-the-kiev-caves", + "title": "Venerable Dionysius the Recluse of the Kiev Caves" + }, + { + "id": 102847, + "slug": "saint-john-the-chozebite-bishop-of-caesarea-palestine", + "title": "Saint John the Chozebite, Bishop of Caesarea, Palestine" + }, + { + "id": 102848, + "slug": "venerable-hesychius-of-mount-horeb", + "title": "Venerable Hesychius of Mount Horeb" + }, + { + "id": 206394, + "slug": "saint-damaris-of-athens", + "title": "Saint Damaris of Athens" + } + ], + "2026-10-04": [ + { + "id": 102849, + "slug": "hieromartyr-hierotheus-bishop-of-athens", + "title": "Hieromartyr Hierotheus, Bishop of Athens" + }, + { + "id": 102850, + "slug": "uncovering-of-the-relics-of-saint-gurias-first-archbishop-of-kaz", + "title": "Uncovering of the relics of Saint Gurias, first Archbishop of Kazan, and Saint Barsanuphius, Bishop of Tver" + }, + { + "id": 102852, + "slug": "synaxis-of-the-hierarchs-of-kazan", + "title": "Synaxis of the Hierarchs of Kazan" + }, + { + "id": 102853, + "slug": "right-believing-prince-vladimir-yaroslavich-of-novgorod", + "title": "Right-believing Prince Vladimir Yaroslavich of Novgorod" + }, + { + "id": 102854, + "slug": "venerable-helladius-of-the-kiev-near-caves", + "title": "Venerable Helladius of the Kiev Near Caves" + }, + { + "id": 102855, + "slug": "venerable-onesimus-of-the-kiev-near-caves", + "title": "Venerable Onesimus of the Kiev Near Caves" + }, + { + "id": 102856, + "slug": "venerable-ammon-the-recluse-of-the-kiev-caves", + "title": "Venerable Ammon the recluse of the Kiev Caves" + }, + { + "id": 102857, + "slug": "martyrs-gaius-faustus-eusebius-and-chaeremon-of-alexandria", + "title": "Martyrs Gaius, Faustus, Eusebius, and Chaeremon, of Alexandria" + }, + { + "id": 102861, + "slug": "martyr-peter-of-capitolias", + "title": "Martyr Peter of Capitolias" + }, + { + "id": 102862, + "slug": "martyr-domnina-with-her-daughters-of-syria", + "title": "Martyr Domnina with her daughters of Syria" + }, + { + "id": 102865, + "slug": "venerable-ammon", + "title": "Venerable Ammon" + }, + { + "id": 102866, + "slug": "venerable-paul-the-simple-of-egypt", + "title": "Venerable Paul the Simple of Egypt" + }, + { + "id": 102868, + "slug": "martyr-callisthene-and-her-father-audactus-of-ephesus", + "title": "Martyr Callisthene and her father Audactus of Ephesus" + }, + { + "id": 102869, + "slug": "saint-stephen-stiljianovitch-of-serbia", + "title": "Saint Stephen Stiljianovitch of Serbia" + }, + { + "id": 103891, + "slug": "martyr-evdemoz-catholicos-of-georgia", + "title": "Martyr Evdemoz, Catholicos of Georgia" + }, + { + "id": 108065, + "slug": "saint-elena-of-serbia", + "title": "Saint Elena of Serbia" + }, + { + "id": 108934, + "slug": "saints-jonah-and-nectarius-of-kazan", + "title": "Saints Jonah and Nectarius of Kazan" + } + ], + "2026-10-05": [ + { + "id": 102870, + "slug": "martyr-charitina-of-amisos", + "title": "Martyr Charitina of Amisos" + }, + { + "id": 102871, + "slug": "synaxis-of-the-hierarchs-of-moscow", + "title": "Synaxis of the Hierarchs of Moscow" + }, + { + "id": 102876, + "slug": "venerable-damian-the-healer-jeremiah-and-matthew-clairvoyants-of", + "title": "Venerable Damian the Healer, Jeremiah, and Matthew, Clairvoyants, of the Kiev Caves" + }, + { + "id": 102879, + "slug": "saint-charitina-princess-of-lithuania", + "title": "Saint Charitina, Princess of Lithuania" + }, + { + "id": 102880, + "slug": "hieromartyr-dionysius-bishop-of-alexandria", + "title": "Hieromartyr Dionysius, Bishop of Alexandria" + }, + { + "id": 102881, + "slug": "martyr-memelchtha-of-persia", + "title": "Martyr Memelchtha of Persia" + }, + { + "id": 102882, + "slug": "saint-gregory-of-chandzoe-georgia", + "title": "Saint Gregory of Chandzoe, Georgia" + }, + { + "id": 102883, + "slug": "venerable-eudokimos-of-vatopedi-monastery-on-mount-athos", + "title": "Venerable Eudokimos of Vatopedi Monastery on Mount Athos" + }, + { + "id": 205394, + "slug": "righteous-methodia-of-kimolos", + "title": "Righteous Methodia of Kimolos" + }, + { + "id": 205467, + "slug": "venerable-fathers-and-mothers-of-the-klarjeti-wilderness", + "title": "Venerable Fathers and Mothers of the Klarjeti Wilderness" + } + ], + "2026-10-06": [ + { + "id": 102884, + "slug": "glorification-of-saint-innocent-metropolitan-of-moscow-enlighten", + "title": "Glorification of Saint Innocent, Metropolitan of Moscow, Enlightener of the Aleuts, Apostle to the Americas" + }, + { + "id": 102885, + "slug": "holy-glorious-apostle-thomas", + "title": "Holy, Glorious Apostle Thomas" + }, + { + "id": 102886, + "slug": "monastic-martyr-macarius-of-saint-anne-skete-mount-athos", + "title": "Monastic Martyr Macarius of Saint Anne Skete, Mount Athos" + }, + { + "id": 102887, + "slug": "o-all-hymned-mother-icon-of-the-mother-of-god", + "title": "\u201cO All-Hymned Mother\u201d Icon of the Mother of God" + } + ], + "2026-10-07": [ + { + "id": 102888, + "slug": "martyrs-sergius-and-bacchus-in-syria", + "title": "Martyrs Sergius and Bacchus in Syria" + }, + { + "id": 102891, + "slug": "venerable-sergius-abbot-of-nurma-disciple-of-venerable-sergius-o", + "title": "Venerable Sergius, Abbot of Nurma, disciple of Venerable Sergius of Radonezh, Vologda" + }, + { + "id": 102892, + "slug": "uncovering-of-the-relics-of-venerable-martinian-abbot-of-belozer", + "title": "Uncovering of the relics of Venerable Martinian, Abbot of Belozersk" + }, + { + "id": 102893, + "slug": "martyrs-julian-the-presbyter-and-caesarius-the-deacon-at-terraci", + "title": "Martyrs Julian the Presbyter and Caesarius the Deacon at Terracina" + }, + { + "id": 102895, + "slug": "martyr-pelagia-of-tarsus", + "title": "Martyr Pelagia of Tarsus" + }, + { + "id": 102896, + "slug": "martyr-polychronius-the-presbyter", + "title": "Martyr Polychronius the Presbyter" + }, + { + "id": 102897, + "slug": "99-martyred-fathers-of-crete", + "title": "99 Martyred Fathers of Crete" + }, + { + "id": 102898, + "slug": "tenderness-icon-of-the-mother-of-god", + "title": "\u201cTenderness\u201d Icon of the Mother of God" + }, + { + "id": 103892, + "slug": "venerable-joseph-the-elder-and-wonderworker-of-khevi-georgia", + "title": "Venerable Joseph the Elder and Wonderworker of Khevi, Georgia" + } + ], + "2026-10-08": [ + { + "id": 102899, + "slug": "venerable-pelagia-the-penitent", + "title": "Venerable Pelagia the Penitent" + }, + { + "id": 102900, + "slug": "venerable-dositheus-abbot-of-verkneostrov-pskov", + "title": "Venerable Dositheus, Abbot of Verkneostrov, Pskov" + }, + { + "id": 102901, + "slug": "venerable-tryphon-abbot-of-vyatka", + "title": "Venerable Tryphon, Abbot of Vyatka" + }, + { + "id": 102902, + "slug": "venerable-thais-of-egypt", + "title": "Venerable Thais of Egypt" + }, + { + "id": 102903, + "slug": "virgin-martyr-pelagia-of-antioch", + "title": "Virgin Martyr Pelagia of Antioch" + }, + { + "id": 102904, + "slug": "monastic-martyr-ignatius-the-monk-of-bulgaria", + "title": "Monastic Martyr Ignatius the Monk of Bulgaria" + } + ], + "2026-10-09": [ + { + "id": 102906, + "slug": "glorification-of-saint-tikhon-patriarch-of-moscow-and-all-russia", + "title": "Glorification of Saint Tikhon, Patriarch of Moscow and All Russia, Enlightener of North America" + }, + { + "id": 102916, + "slug": "apostle-james-son-of-alphaeus", + "title": "Apostle James, son of Alphaeus" + }, + { + "id": 102907, + "slug": "venerable-andronicus-and-his-wife-athanasia-of-egypt", + "title": "Venerable Andronicus, and his wife Athanasia, of Egypt" + }, + { + "id": 102909, + "slug": "righteous-forefather-abraham", + "title": "Righteous Forefather Abraham" + }, + { + "id": 102910, + "slug": "righteous-lot", + "title": "Righteous Lot" + }, + { + "id": 102911, + "slug": "martyrs-juventius-and-maximus-at-antioch", + "title": "Martyrs Juventius and Maximus at Antioch" + }, + { + "id": 102913, + "slug": "saint-publia-the-confessor-deaconess-of-antioch", + "title": "Saint Publia the Confessor, Deaconess of Antioch" + }, + { + "id": 102914, + "slug": "venerable-peter-the-former-soldier", + "title": "Venerable Peter the former soldier" + }, + { + "id": 102915, + "slug": "hieromartyr-dionysius-of-paris-bishop", + "title": "Hieromartyr Dionysius of Paris, Bishop" + }, + { + "id": 102917, + "slug": "icon-of-the-mother-of-god-of-korsun", + "title": "Icon of the Mother of God of Korsun" + }, + { + "id": 102918, + "slug": "assuage-my-sorrows-icon-of-the-mother-of-god", + "title": "\u201cAssuage My Sorrows\u201d Icon of the Mother of God" + }, + { + "id": 108066, + "slug": "saint-stephen-of-serbia-the-blind-one", + "title": "Saint Stephen of Serbia, \u201cthe blind one\u201d" + } + ], + "2026-10-10": [ + { + "id": 102919, + "slug": "martyrs-eulampius-and-eulampia-at-nicomedia-and-200-martyrs-with", + "title": "Martyrs Eulampius and Eulampia, at Nicomedia, and 200 Martyrs with them" + }, + { + "id": 102922, + "slug": "saint-amphilochius-bishop-of-vladimir-volhynia", + "title": "Saint Amphilochius, Bishop of Vladimir, Volhynia" + }, + { + "id": 102923, + "slug": "synaxis-of-the-saints-of-volhynia", + "title": "Synaxis of the Saints of Volhynia" + }, + { + "id": 102930, + "slug": "blessed-andrew-of-totma-the-fool-for-christ", + "title": "Blessed Andrew of Totma the Fool-For-Christ" + }, + { + "id": 102931, + "slug": "martyr-theotecnus-of-antioch", + "title": "Martyr Theotecnus of Antioch" + }, + { + "id": 102932, + "slug": "saint-bassian-of-constantinople", + "title": "Saint Bassian of Constantinople" + }, + { + "id": 102933, + "slug": "saint-theophilus-the-confessor-of-bulgaria", + "title": "Saint Theophilus the Confessor of Bulgaria" + }, + { + "id": 102934, + "slug": "venerable-ambrose-of-optina", + "title": "Venerable Ambrose of Optina" + }, + { + "id": 102741, + "slug": "hieromartyr-and-metropolitan-of-moscow-and-krutitsy-peter-polyan", + "title": "Hieromartyr and Metropolitan of Moscow and Krutitsy, Peter Polyansky" + }, + { + "id": 102935, + "slug": "icon-of-the-mother-of-god-of-the-akathist-of-zographou-monastery", + "title": "Icon of the Mother of God \u201cof the Akathist\u201d of Zographou Monastery" + }, + { + "id": 108024, + "slug": "26-monastic-martyrs-of-zographou-monastery-on-mount-athos", + "title": "26 Monastic Martyrs of Zographou Monastery on Mount Athos" + } + ], + "2026-10-11": [ + { + "id": 70, + "slug": "commemoration-of-the-holy-fathers-of-the-seventh-ecumenical-coun", + "title": "Commemoration of the Holy Fathers of the Seventh Ecumenical Council" + }, + { + "id": 102905, + "slug": "venerable-philotheus-patriarch-of-constantinople", + "title": "Venerable Philotheus, Patriarch of Constantinople" + }, + { + "id": 102936, + "slug": "apostle-philip-of-the-seventy-one-of-the-seven-deacons", + "title": "Apostle Philip of the Seventy, One of the Seven Deacons" + }, + { + "id": 102937, + "slug": "saint-theophanes-the-confessor-and-hymnographer-bishop-of-nicea", + "title": "Saint Theophanes the Confessor and Hymnographer, Bishop of Nicea" + }, + { + "id": 102938, + "slug": "venerable-theophanes-the-faster-of-the-kiev-near-caves", + "title": "Venerable Theophanes the Faster of the Kiev Near Caves" + }, + { + "id": 148998, + "slug": "venerable-leonid-of-optina", + "title": "Venerable Leonid of Optina" + }, + { + "id": 103801, + "slug": "synaxis-of-the-venerable-fathers-of-optina", + "title": "Synaxis of the Venerable Fathers of Optina" + }, + { + "id": 102939, + "slug": "virgin-martyrs-zenada-and-philonlla-of-tarsus-in-cilicia", + "title": "Virgin Martyrs Zena\u0390da and Philon\u03aflla, of Tarsus in Cilicia" + }, + { + "id": 108933, + "slug": "commemoration-of-the-miracle-of-the-icon-of-our-lord-jesus-chris", + "title": "Commemoration of the Miracle of the Icon of Our Lord Jesus Christ in Beret" + }, + { + "id": 148989, + "slug": "venerable-ethelburga", + "title": "Venerable Ethelburga" + } + ], + "2026-10-12": [ + { + "id": 102941, + "slug": "martyrs-probus-tarachus-and-andronicus-at-tarsus-in-cilicia", + "title": "Martyrs Probus, Tarachus, and Andronicus, at Tarsus in Cilicia" + }, + { + "id": 102944, + "slug": "saint-cosmas-the-hymnographer-bishop-of-maiuma", + "title": "Saint Cosmas the Hymnographer, Bishop of Maiuma" + }, + { + "id": 102945, + "slug": "venerable-amphilochius-abbot-of-glushetsa", + "title": "Venerable Amphilochius, Abbot of Glushetsa" + }, + { + "id": 102946, + "slug": "martyr-domnina-of-anazarbus", + "title": "Martyr Domnina of Anazarbus" + }, + { + "id": 205432, + "slug": "saint-martin-the-merciful-bishop-of-tours", + "title": "Saint Martin the Merciful, Bishop of Tours" + }, + { + "id": 102948, + "slug": "jerusalem-icon-of-the-mother-of-god", + "title": "\u201cJerusalem\u201d Icon of the Mother of God" + }, + { + "id": 102947, + "slug": "saint-edwin-king-and-martyr", + "title": "Saint Edwin, King and Martyr" + }, + { + "id": 102949, + "slug": "icon-of-the-mother-of-god-of-rudens", + "title": "Icon of the Mother of God of Rudens" + }, + { + "id": 102950, + "slug": "translation-from-malta-to-gatchina-of-a-particle-of-the-life-giv", + "title": "Translation from Malta to Gatchina: of a Particle of the Life Giving Cross, the Filersk Icon of the Mother of God, and the relic of the Right Hand of John the Baptist" + }, + { + "id": 108078, + "slug": "new-martyr-john-archbishop-of-riga-and-latvia", + "title": "New Martyr John, Archbishop of Riga and Latvia" + }, + { + "id": 108929, + "slug": "saint-tarasius-of-glushetsa", + "title": "Saint Tarasius of Glushetsa" + }, + { + "id": 108930, + "slug": "saint-macarius-abbot-of-glushetsa", + "title": "Saint Macarius, Abbot of Glushetsa" + }, + { + "id": 108931, + "slug": "icon-of-the-mother-of-god-of-yaroslav-smolensk", + "title": "Icon of the Mother of God of Yaroslav-Smolensk" + }, + { + "id": 108932, + "slug": "icon-of-the-mother-of-god-of-kaluga", + "title": "Icon of the Mother of God of Kaluga" + } + ], + "2026-10-13": [ + { + "id": 102953, + "slug": "martyrs-carpus-papylus-agathadorus-and-agathonica-at-pergamum", + "title": "Martyrs Carpus, Papylus, Agathadorus, and Agathonica, at Pergamum" + }, + { + "id": 102957, + "slug": "venerable-benjamin-of-the-kiev-caves", + "title": "Venerable Benjamin of the Kiev Caves" + }, + { + "id": 102958, + "slug": "martyr-florentius-of-thessalonica", + "title": "Martyr Florentius of Thessalonica" + }, + { + "id": 102959, + "slug": "martyr-benjamin-the-deacon-of-persia", + "title": "Martyr Benjamin the Deacon of Persia" + }, + { + "id": 102960, + "slug": "saint-niktas-the-confessor-of-paphlagonia", + "title": "Saint Nik\u1e17tas the Confessor of Paphlagonia" + }, + { + "id": 102961, + "slug": "new-martyr-zlata-of-meglena-bulgaria", + "title": "New Martyr Zlata of Meglena, Bulgaria" + }, + { + "id": 102962, + "slug": "translation-of-the-ivron-icon-of-the-mother-of-god-to-moscow", + "title": "Translation of the Iv\u1e17ron Icon of the Mother of God to Moscow" + }, + { + "id": 102963, + "slug": "seven-lakes-icon-of-the-mother-of-god", + "title": "\u201cSeven Lakes\u201d Icon of the Mother of God" + }, + { + "id": 205434, + "slug": "saint-anthony-metropolitan-of-chqondidi-and-saint-jacob-elder-of", + "title": "Saint Anthony, Metropolitan of Chqondidi, and Saint Jacob, Elder of Chqondidi" + } + ], + "2026-10-14": [ + { + "id": 102964, + "slug": "martyrs-gervasius-nazarius-protasius-and-celsus-of-milan", + "title": "Martyrs Gervasius, Nazarius, Protasius, and Celsus of Milan" + }, + { + "id": 102968, + "slug": "venerable-paraskevi-petka-of-serbia", + "title": "Venerable Paraskevi (Petka) of Serbia" + }, + { + "id": 102969, + "slug": "venerable-nicholas-sviatosha-prince-of-chernigov-and-wonderworke", + "title": "Venerable Nicholas Sviatosha Prince of Chernigov, and Wonderworker of the Kiev Near Caves" + }, + { + "id": 102970, + "slug": "hieromartyr-silvanus-of-gaza", + "title": "Hieromartyr Silvanus of Gaza" + }, + { + "id": 102971, + "slug": "icon-of-the-mother-of-god-of-yakhrom", + "title": "Icon of the Mother of God of Yakhrom" + } + ], + "2026-10-15": [ + { + "id": 102972, + "slug": "venerable-euthymius-the-new-of-thessalonica-and-monk-of-mount-at", + "title": "Venerable Euthymius the New of Thessalonica, and Monk of Mount Athos" + }, + { + "id": 102973, + "slug": "martyr-lucian-the-presbyter-of-antioch", + "title": "Martyr Lucian the Presbyter of Antioch" + }, + { + "id": 102974, + "slug": "saint-john-bishop-of-suzdal", + "title": "Saint John, Bishop of Suzdal" + }, + { + "id": 102975, + "slug": "hieromartyr-lucian-the-presbyter-of-the-kiev-caves", + "title": "Hieromartyr Lucian the Presbyter of the Kiev Caves" + }, + { + "id": 102976, + "slug": "martyrs-sarbelius-and-bebaia-of-edessa", + "title": "Martyrs Sarbelius and Bebaia of Edessa" + }, + { + "id": 102978, + "slug": "saint-sabinus-bishop-of-catania", + "title": "Saint Sabinus, Bishop of Catania" + }, + { + "id": 102979, + "slug": "multiplier-of-wheat-icon-of-the-mother-of-god", + "title": "\u201cMultiplier of Wheat\u201d Icon of the Mother of God" + } + ], + "2026-10-16": [ + { + "id": 102980, + "slug": "martyr-longinus-the-centurion-who-stood-at-the-cross-of-the-lord", + "title": "Martyr Longinus the Centurion, who stood at the Cross of the Lord" + }, + { + "id": 102981, + "slug": "venerable-longinus-the-gatekeeper-of-the-kiev-caves", + "title": "Venerable Longinus the Gatekeeper of the Kiev Caves" + }, + { + "id": 102982, + "slug": "venerable-longinus-of-yarenga", + "title": "Venerable Longinus of Yarenga" + }, + { + "id": 103895, + "slug": "martyr-longinus-of-asistavi", + "title": "Martyr Longinus of Asistavi" + }, + { + "id": 108928, + "slug": "saint-eupraxia-princess-of-pskov", + "title": "Saint Eupraxia, Princess of Pskov" + }, + { + "id": 105703, + "slug": "saint-domna-of-tomsk", + "title": "Saint Domna of Tomsk" + } + ], + "2026-10-17": [ + { + "id": 102983, + "slug": "prophet-hosea", + "title": "Prophet Hosea" + }, + { + "id": 102984, + "slug": "monastic-martyr-andrew-of-crete", + "title": "Monastic Martyr Andrew of Crete" + }, + { + "id": 102985, + "slug": "venerable-anthony-abbot-of-leokhnov-novgorod", + "title": "Venerable Anthony, Abbot of Leokhnov, Novgorod" + }, + { + "id": 102986, + "slug": "martyrs-and-unmercenaries-cosmas-and-damian-in-cilicia-and-their", + "title": "Martyrs and Unmercenaries Cosmas and Damian in Cilicia, and their brothers, Leontius, Anthimus, and Eutropius" + }, + { + "id": 102991, + "slug": "translation-of-the-relics-of-saint-lazarus-of-the-four-days-in-t", + "title": "Translation of the relics of Saint Lazarus \u201cof the Four Days in the Tomb\u201d, Bishop of Kiteia, Cyprus" + }, + { + "id": 102992, + "slug": "a-virgin-before-and-after-giving-birth-icon-of-the-mother-of-god", + "title": "\u201cA Virgin Before and After Giving Birth\u201d Icon of the Mother of God" + }, + { + "id": 103706, + "slug": "deliverer-icon-of-the-mother-of-god", + "title": "\u201cDeliverer\u201d Icon of the Mother of God" + }, + { + "id": 103896, + "slug": "saint-joseph-catholicos-of-georgia", + "title": "Saint Joseph, Catholicos of Georgia" + }, + { + "id": 205492, + "slug": "martyr-kozman", + "title": "Martyr Kozman" + }, + { + "id": 206389, + "slug": "martyr-susanna-queen-of-georgia", + "title": "Martyr Susanna, Queen of Georgia" + } + ], + "2026-10-18": [ + { + "id": 102993, + "slug": "apostle-and-evangelist-luke", + "title": "Apostle and Evangelist Luke" + }, + { + "id": 102994, + "slug": "martyr-marinus-the-elder-at-anazarbus", + "title": "Martyr Marinus the Elder at Anazarbus" + }, + { + "id": 102995, + "slug": "venerable-julian-the-hermit-of-mesopotamia", + "title": "Venerable Julian the Hermit of Mesopotamia" + }, + { + "id": 102996, + "slug": "venerable-joseph-the-wonderworker-igumen-of-volokolamsk", + "title": "Venerable Joseph the Wonderworker, Igumen of Volokolamsk" + }, + { + "id": 108025, + "slug": "saint-james-the-deacon", + "title": "Saint James the Deacon" + }, + { + "id": 108067, + "slug": "saint-peter-of-cetinje", + "title": "Saint Peter of Cetinje" + }, + { + "id": 108927, + "slug": "saint-david-of-serpukhov", + "title": "Saint David of Serpukhov" + }, + { + "id": 100189, + "slug": "machairotissa-icon-of-the-mother-of-god", + "title": "\"Machairotissa\" Icon of the Mother of God" + } + ], + "2026-10-19": [ + { + "id": 102997, + "slug": "prophet-joel", + "title": "Prophet Joel" + }, + { + "id": 102998, + "slug": "martyr-varus-and-seven-monastic-martyrs-with-him", + "title": "Martyr Varus, and seven Monastic Martyrs with him" + }, + { + "id": 103000, + "slug": "translation-of-the-relics-of-venerable-john-abbot-of-rila-bulgar", + "title": "Translation of the relics of Venerable John, Abbot of Rila, Bulgaria" + }, + { + "id": 103001, + "slug": "blessed-cleopatra-with-her-son-john-in-egypt", + "title": "Blessed Cleopatra with her son John, in Egypt" + }, + { + "id": 103003, + "slug": "hieromartyr-sadoc-sadoth-bishop-of-persia-and-128-martyrs-with-h", + "title": "Hieromartyr Sadoc (Sadoth), Bishop of Persia, and 128 Martyrs with him" + }, + { + "id": 108068, + "slug": "venerable-prochorus-of-pcinja", + "title": "Venerable Prochorus of Pcinja" + } + ], + "2026-10-20": [ + { + "id": 103005, + "slug": "greatmartyr-artemius-at-antioch", + "title": "Greatmartyr Artemius at Antioch" + }, + { + "id": 103006, + "slug": "righteous-child-artemius-of-verkola", + "title": "Righteous Child Artemius of Verkola" + }, + { + "id": 103007, + "slug": "venerable-gerasimus-the-new-ascetic-of-cephalonia", + "title": "Venerable Gerasimus the New Ascetic of Cephalonia" + }, + { + "id": 103008, + "slug": "venerable-matrona-of-chios", + "title": "Venerable Matrona of Chios" + }, + { + "id": 205431, + "slug": "icon-of-the-mother-of-god-of-filersk", + "title": "Icon of the Mother of God of Filersk" + }, + { + "id": 100315, + "slug": "the-uncovering-of-the-relics-of-the-hieromartyr-ikdmos-bishop-of", + "title": "The Uncovering of the Relics of the Hieromartyr \u039dik\u03ccd\u0113mos, Bishop of Belgorod" + } + ], + "2026-10-21": [ + { + "id": 103009, + "slug": "venerable-hilarion-the-great", + "title": "Venerable Hilarion the Great" + }, + { + "id": 103010, + "slug": "translation-of-the-relics-of-saint-hilarion-bishop-of-meglin-in", + "title": "Translation of the relics of Saint Hilarion, Bishop of Meglin in Bulgaria" + }, + { + "id": 103011, + "slug": "venerable-hilarion-the-schemamonk-of-the-kiev-caves", + "title": "Venerable Hilarion the Schemamonk of the Kiev Caves" + }, + { + "id": 103012, + "slug": "venerable-hilarion-abbot-of-gdov-and-pskov-lake", + "title": "Venerable Hilarion, Abbot of Gdov and Pskov Lake" + }, + { + "id": 103013, + "slug": "venerable-theophilus-and-jacob-abbots-of-omutch-pskov", + "title": "Venerable Theophilus and Jacob, Abbots of Omutch, Pskov" + }, + { + "id": 103017, + "slug": "martyrs-gaius-dasius-and-zoticus-at-nicomedia", + "title": "Martyrs Gaius, Dasius, and Zoticus at Nicomedia" + }, + { + "id": 103018, + "slug": "venerable-philotheus-of-dionysiou-of-mount-athos", + "title": "Venerable Philotheus of Dionysiou of Mount Athos" + }, + { + "id": 103019, + "slug": "venerable-bessarion-sarai-the-confessor-in-romania", + "title": "Venerable Bessarion Sarai the Confessor in Romania" + }, + { + "id": 103020, + "slug": "saint-sophronius-confessor-of-ciorara-romania", + "title": "Saint Sophronius, Confessor of Ciorara, Romania" + }, + { + "id": 103021, + "slug": "martyr-oprea-of-salistie-in-romania", + "title": "Martyr Oprea of Salistie in Romania" + }, + { + "id": 108926, + "slug": "saint-hilarion-metropolitan-of-kiev", + "title": "Saint Hilarion, Metropolitan of Kiev" + }, + { + "id": 149003, + "slug": "martyr-moses-macinic-the-confessor", + "title": "Martyr Moses (Macinic) the Confessor" + }, + { + "id": 149004, + "slug": "saint-john-of-galesh", + "title": "Saint John of Galesh" + }, + { + "id": 100509, + "slug": "new-martyr-john-of-monemvasia", + "title": "New Martyr John of Monemvasia" + } + ], + "2026-10-22": [ + { + "id": 103022, + "slug": "saint-averkios-the-wonderworker-bishop-of-hieropolis-equal-of-th", + "title": "Saint Averkios the Wonderworker, Bishop of Hieropolis, Equal of the Apostles" + }, + { + "id": 103023, + "slug": "7-holy-youths-seven-sleepers-of-ephesus", + "title": "7 Holy Youths \u201cSeven Sleepers\u201d of Ephesus" + }, + { + "id": 103031, + "slug": "hieromartyr-alexander-bishop-of-adrianopolis-and-the-martyrs-her", + "title": "Hieromartyr Alexander, Bishop of Adrianopolis, and the Martyrs Heraclius, Anna, Elizabeth, Theodota, and Glyceria" + }, + { + "id": 103037, + "slug": "commemoration-of-the-kazan-icon-of-the-mother-of-god-and-the-del", + "title": "Commemoration of the Kazan Icon of the Mother of God and the deliverance from the Poles" + }, + { + "id": 103038, + "slug": "icon-of-the-mother-of-god-of-andronicus", + "title": "Icon of the Mother of God of Andronicus" + }, + { + "id": 108924, + "slug": "saints-paul-and-theodore-of-rostov", + "title": "Saints Paul and Theodore of Rostov" + }, + { + "id": 100498, + "slug": "venerable-lot-of-egypt", + "title": "Venerable Lot of Egypt" + } + ], + "2026-10-23": [ + { + "id": 206395, + "slug": "saint-macarius-the-roman-of-mesopotamia", + "title": "Saint Macarius the Roman of Mesopotamia" + }, + { + "id": 103039, + "slug": "apostle-james-the-brother-of-the-lord", + "title": "Apostle James, the Brother of the Lord" + }, + { + "id": 103040, + "slug": "translation-of-the-relics-of-blessed-james-of-borovichi-wonderwo", + "title": "Translation of the relics of Blessed James of Borovichi, Wonderworker of Novgorod" + }, + { + "id": 103041, + "slug": "saint-ignatius-patriarch-of-constantinople", + "title": "Saint Ignatius, Patriarch of Constantinople" + }, + { + "id": 103042, + "slug": "venerable-elisha-of-lavreshev", + "title": "Venerable Elisha of Lavreshev" + } + ], + "2026-10-24": [ + { + "id": 83, + "slug": "memorial-saturday-of-saint-demetrius", + "title": "Memorial Saturday of Saint Demetrius" + }, + { + "id": 103043, + "slug": "martyr-arethas-and-4299-martyrs-with-him", + "title": "Martyr Arethas and 4,299 Martyrs with him" + }, + { + "id": 103045, + "slug": "venerable-arethus-the-recluse-of-the-kiev-near-caves", + "title": "Venerable Arethus the Recluse of the Kiev Near Caves" + }, + { + "id": 103046, + "slug": "venerable-sisoes-the-recluse-of-the-kiev-near-caves", + "title": "Venerable Sisoes the Recluse of the Kiev Near Caves" + }, + { + "id": 103047, + "slug": "venerable-theophilus-the-recluse-of-the-kiev-near-caves", + "title": "Venerable Theophilus the Recluse of the Kiev Near Caves" + }, + { + "id": 103048, + "slug": "blessed-elesbaan-king-of-ethiopia", + "title": "Blessed Elesbaan, King of Ethiopia" + }, + { + "id": 103049, + "slug": "martyr-syncletica-and-her-two-daughters", + "title": "Martyr Syncletica and her two daughters" + }, + { + "id": 103051, + "slug": "saint-athanasius-patriarch-of-constantinople", + "title": "Saint Athanasius, Patriarch of Constantinople" + }, + { + "id": 103052, + "slug": "joy-of-all-who-sorrow-icon-of-the-mother-of-god", + "title": "\u201cJoy of All Who Sorrow\u201d Icon of the Mother of God" + }, + { + "id": 108923, + "slug": "saint-john-hermit-of-pskov", + "title": "Saint John, Hermit of Pskov" + } + ], + "2026-10-25": [ + { + "id": 103053, + "slug": "martyrs-marcian-and-martyrius-the-notaries-of-constantinople", + "title": "Martyrs Marcian and Martyrius, the Notaries of Constantinople" + }, + { + "id": 103055, + "slug": "venerable-martyrius-the-deacon-recluse-of-the-kiev-caves", + "title": "Venerable Martyrius the Deacon, Recluse of the Kiev Caves" + }, + { + "id": 103057, + "slug": "martyr-anastasius-the-fuller-at-salona-in-dalmatia", + "title": "Martyr Anastasius the Fuller at Salona in Dalmatia" + }, + { + "id": 103058, + "slug": "saint-tabitha-the-widow-raised-from-the-dead-by-the-apostle-pete", + "title": "Saint Tabitha the Widow, raised from the dead by the Apostle Peter" + } + ], + "2026-10-26": [ + { + "id": 103059, + "slug": "holy-glorious-demetrios-the-myrrh-gusher-of-thessaloniki", + "title": "Holy, Glorious Demetrios the Myrrh-gusher of Thessaloniki" + }, + { + "id": 103060, + "slug": "commemoration-of-the-great-earthquake-at-constantinople", + "title": "Commemoration of the Great Earthquake at Constantinople" + }, + { + "id": 103061, + "slug": "saint-theophilus-of-the-kiev-caves-bishop-of-novgorod", + "title": "Saint Theophilus of the Kiev Caves, Bishop of Novgorod" + }, + { + "id": 103062, + "slug": "martyr-lupus", + "title": "Martyr Lupus" + }, + { + "id": 103063, + "slug": "venerable-athanasius-of-medikion-monastery", + "title": "Venerable Athanasius of Medikion Monastery" + }, + { + "id": 103065, + "slug": "monastic-martyr-joseph-of-dionysiou-mount-athos", + "title": "Monastic Martyr Joseph of Dionysiou, Mount Athos" + }, + { + "id": 108922, + "slug": "saint-demetrius-of-tsilibinsk", + "title": "Saint Demetrius of Tsilibinsk" + } + ], + "2026-10-27": [ + { + "id": 100561, + "slug": "righteous-mother-olga-of-kwethluktanqilria-arrsamquqwonderworker", + "title": "Righteous Mother Olga of Kwethluk\u2013Tanqilria Arrsamquq\u2013Wonderworker, Matushka of All Alaska" + }, + { + "id": 103066, + "slug": "martyr-nestor-of-thessalonica", + "title": "Martyr Nestor of Thessalonica" + }, + { + "id": 103067, + "slug": "venerable-nestor-the-chronicler-of-the-kiev-caves", + "title": "Venerable Nestor the Chronicler of the Kiev Caves" + }, + { + "id": 103068, + "slug": "uncovering-of-the-relics-of-saint-andrew-prince-of-smolensk", + "title": "Uncovering of the relics of Saint Andrew, Prince of Smolensk" + }, + { + "id": 103069, + "slug": "martyrs-capitolina-and-eroteis-of-cappadocia", + "title": "Martyrs Capitolina and Eroteis of Cappadocia" + }, + { + "id": 103070, + "slug": "saint-claudia-procula", + "title": "Saint Claudia Procula" + }, + { + "id": 103071, + "slug": "martyrs-mark-soterikhos-and-valentine", + "title": "Martyrs Mark, Soterikhos, and Valentine" + }, + { + "id": 103074, + "slug": "the-sign-icon-of-the-mother-of-god", + "title": "\u201cThe Sign\u201d Icon of the Mother of God" + }, + { + "id": 108027, + "slug": "saint-demetrius-of-basarabov", + "title": "Saint Demetrius of Basarabov" + }, + { + "id": 108921, + "slug": "saint-nestor-not-the-chronicler-of-the-far-kiev-caves", + "title": "Saint Nestor (not the Chronicler) of the Far Kiev Caves" + }, + { + "id": 205494, + "slug": "hierarch-alexander-bishop-of-guria-and-samegrelo", + "title": "Hierarch Alexander, Bishop of Guria and Samegrelo" + } + ], + "2026-10-28": [ + { + "id": 103084, + "slug": "venerable-stephen-the-hymnographer-of-saint-savva-monastery", + "title": "Venerable Stephen the Hymnographer of Saint Savva Monastery" + }, + { + "id": 103085, + "slug": "repose-of-saint-arsenius-archbishop-of-serbia", + "title": "Repose of Saint Arsenius, Archbishop of Serbia" + }, + { + "id": 103086, + "slug": "greatmartyr-paraskevi-of-iconium", + "title": "Greatmartyr Paraskevi of Iconium" + }, + { + "id": 103087, + "slug": "repose-of-venerable-job-the-wonderworker-abbot-of-pochaev", + "title": "Repose of Venerable Job the Wonderworker, Abbot of Pochaev" + }, + { + "id": 103088, + "slug": "saint-demetrius-dimitri-metropolitan-of-rostov", + "title": "Saint Demetrius (Dimitri), Metropolitan of Rostov" + }, + { + "id": 103090, + "slug": "martyrs-africanus-terence-maximus-pompeius-and-36-others-of-cart", + "title": "Martyrs Africanus, Terence, Maximus, Pompeius, and 36 others, of Carthage" + }, + { + "id": 103091, + "slug": "martyrs-terence-and-neonila-and-their-children", + "title": "Martyrs Terence and Neonila, and their children" + }, + { + "id": 103095, + "slug": "hieromartyr-cyriacus-patriarch-of-jerusalem", + "title": "Hieromartyr Cyriacus, Patriarch of Jerusalem" + }, + { + "id": 103096, + "slug": "venerable-john-the-chozebite", + "title": "Venerable John the Chozebite" + }, + { + "id": 103898, + "slug": "martyr-neophytus-of-urbin-georgia", + "title": "Martyr Neophytus of Urbin, Georgia" + }, + { + "id": 103098, + "slug": "venerable-athanasius-the-younger-patriarch-of-constantinople", + "title": "Venerable Athanasius the Younger, Patriarch of Constantinople" + }, + { + "id": 108069, + "slug": "saint-arsenius-of-cappadocia", + "title": "Saint Arsenius of Cappadocia" + } + ], + "2026-10-29": [ + { + "id": 103099, + "slug": "monastic-martyr-anastasia-of-rome", + "title": "Monastic Martyr Anastasia of Rome" + }, + { + "id": 103100, + "slug": "venerable-abramius-the-recluse-and-his-niece-blessed-mary-of-mes", + "title": "Venerable Abramius the Recluse, and his niece, Blessed Mary, of Mesopotamia" + }, + { + "id": 103102, + "slug": "venerable-abramius-archimandrite-of-rostov", + "title": "Venerable Abramius, Archimandrite of Rostov" + }, + { + "id": 103103, + "slug": "martyr-claudius-asterius-neon-and-theonilla-of-aeg-in-cilicia", + "title": "Martyr Claudius, Asterius, Neon, and Theonilla of Aeg\u00e6 in Cilicia" + }, + { + "id": 103107, + "slug": "righteous-anna-of-constantinople", + "title": "Righteous Anna of Constantinople" + }, + { + "id": 103108, + "slug": "monastic-martyr-timothy-of-esphigmenou-mount-athos", + "title": "Monastic Martyr Timothy of Esphigmenou, Mount Athos" + }, + { + "id": 103899, + "slug": "saint-serapion-of-zarzma", + "title": "Saint Serapion of Zarzma" + }, + { + "id": 100499, + "slug": "saint-melitina", + "title": "Saint Melitina" + } + ], + "2026-10-30": [ + { + "id": 103110, + "slug": "hieromartyr-zenobios-and-his-sister-zenobia-of-aeg-in-cilicia", + "title": "Hieromartyr Zenobios and his sister Zenobia, of Aeg\u00e6 in Cilicia" + }, + { + "id": 103111, + "slug": "apostle-tertius-of-the-seventy", + "title": "Apostle Tertius of the Seventy" + }, + { + "id": 103112, + "slug": "apostle-mark-of-the-seventy", + "title": "Apostle Mark of the Seventy" + }, + { + "id": 103113, + "slug": "apostle-justus-of-the-seventy", + "title": "Apostle Justus of the Seventy" + }, + { + "id": 103114, + "slug": "apostle-artemas-of-the-seventy", + "title": "Apostle Artemas of the Seventy" + }, + { + "id": 103115, + "slug": "hieromartyr-marcian-bishop-of-syracuse", + "title": "Hieromartyr Marcian, Bishop of Syracuse" + }, + { + "id": 103116, + "slug": "martyr-eutropia-of-alexandria", + "title": "Martyr Eutropia of Alexandria" + }, + { + "id": 103117, + "slug": "martyr-anastasia-of-thessalonica", + "title": "Martyr Anastasia of Thessalonica" + }, + { + "id": 103118, + "slug": "saint-stephen-milutin-of-serbia", + "title": "Saint Stephen Milutin of Serbia" + }, + { + "id": 103119, + "slug": "venerable-dragutin-theoctistus-in-monasticism-of-serbia", + "title": "Venerable Dragutin (Theoctistus in Monasticism) of Serbia" + }, + { + "id": 103120, + "slug": "saint-helen-of-serbia", + "title": "Saint Helen of Serbia" + }, + { + "id": 103121, + "slug": "ozeryana-icon-of-the-mother-of-god", + "title": "Ozeryana Icon of the Mother of God" + }, + { + "id": 103900, + "slug": "saint-jotham-zedgenidze", + "title": "Saint Jotham Zedgenidze" + } + ], + "2026-10-31": [ + { + "id": 103122, + "slug": "priestmartyr-john-kochurov", + "title": "Priestmartyr John Kochurov" + }, + { + "id": 103132, + "slug": "holy-apostles-stakhys-apelles-amplias-urban-and-narcissus-of-the", + "title": "Holy Apostles Stakhys, Apelles, Amplias, Urban, and Narcissus of the 70" + }, + { + "id": 103127, + "slug": "apostle-aristobulus-of-the-seventy", + "title": "Apostle Aristobulus of the Seventy" + }, + { + "id": 103128, + "slug": "apostle-epmakhos-of-alexandria", + "title": "Apostle Ep\u03afmakhos of Alexandria" + }, + { + "id": 103129, + "slug": "venerable-spyridon-and-ikdmos-the-prosphora-bakers-of-the-kiev-c", + "title": "Venerable Spyridon and \u039dik\u03ccd\u0113mos the Prosphora-bakers, of the Kiev Caves" + }, + { + "id": 103131, + "slug": "venerable-maura-of-constantinople", + "title": "Venerable Maura of Constantinople" + }, + { + "id": 103901, + "slug": "100000-martyrs-of-tbilisi-by-the-mongols", + "title": "100,000 Martyrs of Tbilisi by the Mongols" + } + ], + "2026-11-01": [ + { + "id": 103133, + "slug": "holy-wonderworkers-and-unmercenaries-cosmas-and-damian-of-mesopo", + "title": "Holy Wonderworkers and Unmercenaries Cosmas and Damian of Mesopotamia" + }, + { + "id": 103135, + "slug": "saint-theodota-mother-of-the-unmercenaries-cosmas-and-damian", + "title": "Saint Theodota, mother of the Unmercenaries Cosmas and Damian" + }, + { + "id": 103137, + "slug": "hieromartyrs-john-the-bishop-and-jacob-james-the-presbyter-of-pe", + "title": "Hieromartyrs John the Bishop and Jacob (James) the Presbyter, of Persia" + }, + { + "id": 103138, + "slug": "martyrs-kyriaina-and-juliana-in-cilicia", + "title": "Martyrs Kyriaina and Juliana in Cilicia" + }, + { + "id": 103140, + "slug": "martyr-hermenegild-the-goth-of-spain", + "title": "Martyr Hermenegild the Goth of Spain" + }, + { + "id": 103141, + "slug": "martyrs-csarius-dacius-savva-sabinian-agrippa-adrian-and-thomas", + "title": "Martyrs C\u00e6sarius, Dacius, Savva, Sabinian, Agrippa, Adrian, and Thomas, at Damascus" + }, + { + "id": 103148, + "slug": "monastic-martyrs-james-and-his-two-disciples-james-the-deacon-an", + "title": "Monastic Martyrs James and his two disciples, James the Deacon, and Dionysios the Monk" + }, + { + "id": 100356, + "slug": "virgin-martyr-helen-of-sinope", + "title": "Virgin Martyr Helen of Sinope" + } + ], + "2026-11-02": [ + { + "id": 103151, + "slug": "martyrs-acindynus-pegasius-aphthonius-elpidephorus-anempodistus", + "title": "Martyrs Acindynus, Pegasius, Aphthonius, Elpidephorus, Anempodistus, and 7,000 with them, of Persia" + }, + { + "id": 103156, + "slug": "saint-marcian-of-cyrrhus", + "title": "Saint Marcian of Cyrrhus" + }, + { + "id": 103157, + "slug": "ozerianka-icon-of-the-mother-of-god-of-shuiu-smolensk", + "title": "\u201cOzerianka\u201d Icon of the Mother of God of Shuiu-Smolensk" + } + ], + "2026-11-03": [ + { + "id": 103158, + "slug": "hieromartyrs-akepsimas-bishop-in-persia-presbyter-joseph-and-dea", + "title": "Hieromartyrs Akepsimas, Bishop in Persia, Presbyter Joseph, and Deacon Aeithalas" + }, + { + "id": 103161, + "slug": "consecration-of-the-church-of-the-holy-great-martyr-george-in-ly", + "title": "Consecration of the Church of the Holy Great Martyr George in Lydda" + }, + { + "id": 103162, + "slug": "martyrs-eudoxios-agapios-atticus-and-those-with-them-at-sebaste", + "title": "Martyrs Eudoxios, Agapios, Atticus, and those with them, at Sebaste" + }, + { + "id": 103169, + "slug": "venerable-akepsimas-the-hermit-of-cyrrhus-in-syria", + "title": "Venerable Akepsimas the Hermit of Cyrrhus in Syria" + }, + { + "id": 103170, + "slug": "saint-snandulia-of-persia", + "title": "Saint Snandulia of Persia" + }, + { + "id": 108028, + "slug": "venerable-pimen-the-bulgarian-of-the-zographou-monastery-mount-a", + "title": "Venerable Pimen the Bulgarian of the Zographou Monastery, Mount Athos" + }, + { + "id": 108919, + "slug": "princess-anna-vsevolodna", + "title": "Princess Anna Vsevolodna" + }, + { + "id": 205495, + "slug": "venerable-nicholas-radiant-star-of-the-georgians", + "title": "Venerable Nicholas, Radiant Star of the Georgians" + }, + { + "id": 100205, + "slug": "saint-akepsimas", + "title": "Saint Akepsimas" + } + ], + "2026-11-04": [ + { + "id": 100487, + "slug": "hieromartyr-seraphim-samoilovich-archbishop-of-uglich", + "title": "Hieromartyr Seraphim (Samoilovich), Archbishop of Uglich" + }, + { + "id": 103171, + "slug": "venerable-joannicius-the-great", + "title": "Venerable Joannicius the Great" + }, + { + "id": 103172, + "slug": "hieromartyrs-nicander-bishop-of-myra-and-hermas-the-presbyter", + "title": "Hieromartyrs Nicander, Bishop of Myra, and Hermas, the Presbyter" + }, + { + "id": 103174, + "slug": "venerable-mercurius-the-faster-of-the-kiev-caves", + "title": "Venerable Mercurius the Faster of the Kiev Caves" + }, + { + "id": 103175, + "slug": "venerable-nicander-abbot-of-gorodensk-novgorod", + "title": "Venerable Nicander, Abbot of Gorodensk, Novgorod" + }, + { + "id": 103902, + "slug": "saints-john-stephen-and-isaiah-of-georgia", + "title": "Saints John, Stephen, and Isaiah of Georgia" + }, + { + "id": 108918, + "slug": "blessed-simon-of-yurievets", + "title": "Blessed Simon of Yurievets" + }, + { + "id": 205388, + "slug": "venerable-gabriel-of-atonelni", + "title": "Venerable Gabriel of Atonelni" + } + ], + "2026-11-05": [ + { + "id": 103176, + "slug": "martyrs-galaction-and-his-wife-epistemis-at-emesa", + "title": "Martyrs Galaction and his wife, Epistemis, at Emesa" + }, + { + "id": 103178, + "slug": "repose-of-saint-jonah-archbishop-of-novgorod", + "title": "Repose of Saint Jonah, Archbishop of Novgorod" + }, + { + "id": 103179, + "slug": "apostles-patrobus-hermes-linus-gaius-and-philologus-of-the-seven", + "title": "Apostles Patrobus, Hermes, Linus, Gaius, and Philologus, of the Seventy" + }, + { + "id": 103184, + "slug": "saint-gregory-archbishop-of-alexandria", + "title": "Saint Gregory, Archbishop of Alexandria" + } + ], + "2026-11-06": [ + { + "id": 103185, + "slug": "saint-paul-the-confessor-archbishop-of-constantinople", + "title": "Saint Paul the Confessor, Archbishop of Constantinople" + }, + { + "id": 103186, + "slug": "venerable-barlaam-abbot-of-khutyn-novgorod", + "title": "Venerable Barlaam, Abbot of Khutyn, Novgorod" + }, + { + "id": 103187, + "slug": "venerable-luke-the-steward-of-the-kiev-caves", + "title": "Venerable Luke the Steward of the Kiev Caves" + }, + { + "id": 103188, + "slug": "repose-of-saint-herman-archbishop-of-kazan", + "title": "Repose of Saint Herman, Archbishop of Kazan" + }, + { + "id": 103189, + "slug": "venerable-barlaam-of-keret-lake", + "title": "Venerable Barlaam of Keret Lake" + }, + { + "id": 103190, + "slug": "martyrs-tecusa-alexandra-claudia-matrona-polactia-euphrosyn-and", + "title": "Martyrs Tecusa, Alexandra, Claudia, Matrona, Polactia, Euphrosyn\u0113, and Athanasia, of Ancyra" + }, + { + "id": 103197, + "slug": "venerable-luke-of-sicily", + "title": "Venerable Luke of Sicily" + }, + { + "id": 100357, + "slug": "holy-virgin-martyr-manatho", + "title": "Holy Virgin Martyr Manatho" + } + ], + "2026-11-07": [ + { + "id": 103198, + "slug": "33-holy-martyrs-of-melitene", + "title": "33 Holy Martyrs of Melitene" + }, + { + "id": 103232, + "slug": "venerable-lazarus-wonderworker-of-mount-galesius-near-ephesus", + "title": "Venerable Lazarus, Wonderworker of Mount Galesius Near Ephesus" + }, + { + "id": 103233, + "slug": "the-discovery-of-the-relics-of-venerable-zosimas-abbot-of-vorboz", + "title": "The Discovery of the Relics of Venerable Zosimas, Abbot of Vorbozomsk" + }, + { + "id": 103234, + "slug": "finding-of-the-relics-of-venerable-cyril-abbot-of-novoezersk-vol", + "title": "Finding of the relics of Venerable Cyril, Abbot of Novoezersk, Vologda" + }, + { + "id": 103236, + "slug": "martyrs-melasippus-karina-their-son-antoninus-and-forty-children", + "title": "Martyrs Melasippus, Karina, their son, Antoninus, and forty children converted by their martyrdom, at Ancyra" + }, + { + "id": 103240, + "slug": "martyrs-auctus-taurion-and-thessalonica-at-amphipolis-in-macedon", + "title": "Martyrs Auctus, Taurion, and Thessalonica, at Amphipolis, in Macedonia" + }, + { + "id": 103243, + "slug": "joyful-icon-of-the-mother-of-god", + "title": "\u201cJoyful\u201d Icon of the Mother of God" + }, + { + "id": 206382, + "slug": "martyr-theodotus-of-ancyra", + "title": "Martyr Theodotus of Ancyra" + } + ], + "2026-11-08": [ + { + "id": 103244, + "slug": "synaxis-of-the-archangel-michael-and-the-other-bodiless-powers", + "title": "Synaxis of the Archangel Michael and the Other Bodiless Powers" + }, + { + "id": 205395, + "slug": "saint-alexander-of-guria", + "title": "Saint Alexander of Guria" + } + ], + "2026-11-09": [ + { + "id": 103252, + "slug": "martyrs-onesiphorus-and-porphyrius-of-ephesus", + "title": "Martyrs Onesiphorus and Porphyrius of Ephesus" + }, + { + "id": 103254, + "slug": "venerable-matrona-abbess-of-constantinople", + "title": "Venerable Matrona, Abbess of Constantinople" + }, + { + "id": 103261, + "slug": "venerable-theoktst-of-the-isle-of-lesbos", + "title": "Venerable Theokt\u03afst\u0113 of the Isle of Lesbos" + }, + { + "id": 103255, + "slug": "venerable-onesiphorus-the-confessor-of-the-kiev-near-caves", + "title": "Venerable Onesiphorus the Confessor of the Kiev Near Caves" + }, + { + "id": 103256, + "slug": "martyr-alexander-of-thessalonica", + "title": "Martyr Alexander of Thessalonica" + }, + { + "id": 103257, + "slug": "martyr-anthony-of-apamea", + "title": "Martyr Anthony of Apamea" + }, + { + "id": 103258, + "slug": "venerable-john-the-short-of-egypt", + "title": "Venerable John the Short, of Egypt" + }, + { + "id": 103259, + "slug": "saint-eustolia-of-constantinople", + "title": "Saint Eustolia of Constantinople" + }, + { + "id": 103260, + "slug": "saint-sopatra-of-constantinople", + "title": "Saint Sopatra of Constantinople" + }, + { + "id": 103251, + "slug": "saint-nectarius-kephalas-metropolitan-of-pentapolis", + "title": "Saint Nectarius Kephalas, Metropolitan of Pentapolis" + }, + { + "id": 103262, + "slug": "venerable-euthymius-founder-of-dochiariou-monastery-mount-athos1", + "title": "Venerable Euthymius, founder of Dochiariou Monastery (Mount Athos\u201410th c.), and Venerable Neophytus, Co-founder of the Monastery" + }, + { + "id": 103264, + "slug": "quick-to-hear-icon-of-the-mother-of-god", + "title": "\u201cQuick to Hear\u201d Icon of the Mother of God" + } + ], + "2026-11-10": [ + { + "id": 103265, + "slug": "apostles-of-the-seventy-erastus-olympas-herodion-sosipater-quart", + "title": "Apostles of the Seventy: Erastus, Olympas, Herodion, Sosipater, Quartus, and Tertius" + }, + { + "id": 103271, + "slug": "martyr-orestes-physician-of-cappadocia", + "title": "Martyr Orestes, Physician of Cappadocia" + }, + { + "id": 103272, + "slug": "hieromartyr-mlos-or-mils-the-wonderworker-and-two-disciples", + "title": "Hieromartyr M\u03aflos (or Mil\u0113s) the Wonderworker, and two disciples" + }, + { + "id": 103274, + "slug": "venerable-theocteristus-abbot-of-symbola-on-mount-olympus-bithyn", + "title": "Venerable Theocteristus, Abbot of Symbola on Mount Olympus, Bithynia" + }, + { + "id": 103275, + "slug": "martyr-constantine-king-of-georgia", + "title": "Martyr Constantine, King of Georgia" + }, + { + "id": 103276, + "slug": "martyrdom-of-the-great-martyr-george-of-georgia", + "title": "Martyrdom of the Great-martyr George of Georgia" + }, + { + "id": 108917, + "slug": "founding-of-the-church-of-saint-george", + "title": "Founding of the Church of Saint George" + } + ], + "2026-11-11": [ + { + "id": 103277, + "slug": "martyr-menas-of-egypt", + "title": "Martyr Menas of Egypt" + }, + { + "id": 103278, + "slug": "martyr-victor-at-damascus", + "title": "Martyr Victor at Damascus" + }, + { + "id": 103279, + "slug": "martyr-vincent-of-spain", + "title": "Martyr Vincent of Spain" + }, + { + "id": 103280, + "slug": "martyr-stephanida-of-damascus", + "title": "Martyr Stephanida of Damascus" + }, + { + "id": 103281, + "slug": "venerable-theodore-the-confessor-abbot-of-the-studion", + "title": "Venerable Theodore the Confessor, Abbot of the Studion" + }, + { + "id": 103282, + "slug": "repose-of-the-blessed-maximus-of-moscow", + "title": "Repose of the Blessed Maximus of Moscow" + }, + { + "id": 103283, + "slug": "venerable-martyrius-abbot-of-zelenets-pskov", + "title": "Venerable Martyrius, Abbot of Zelenets, Pskov" + }, + { + "id": 103284, + "slug": "repose-of-saint-stephen-of-deani-serbia", + "title": "Repose of Saint Stephen of De\u010dani, Serbia" + }, + { + "id": 103285, + "slug": "saint-martin-the-merciful-bishop-of-tours", + "title": "Saint Martin the Merciful, Bishop of Tours" + } + ], + "2026-11-12": [ + { + "id": 100488, + "slug": "saint-varnava-nastic", + "title": "Saint Varnava (Nastic)" + }, + { + "id": 103286, + "slug": "saint-john-the-merciful-patriarch-of-alexandria", + "title": "Saint John the Merciful, Patriarch of Alexandria" + }, + { + "id": 103287, + "slug": "venerable-neilos-the-ascetic-of-sinai", + "title": "Venerable Neilos the Ascetic of Sinai" + }, + { + "id": 103288, + "slug": "blessed-john-the-hairy-and-fool-for-christ-at-rostov", + "title": "Blessed John \u201cthe Hairy\u201d and Fool-For-Christ at Rostov" + }, + { + "id": 103289, + "slug": "prophet-ahijah", + "title": "Prophet Ahijah" + }, + { + "id": 103290, + "slug": "venerable-nilus-the-myrrhgusher-of-mount-athos", + "title": "Venerable Nilus the Myrrhgusher of Mount Athos" + }, + { + "id": 103291, + "slug": "all-merciful-kykkiotisa-icon-of-the-mother-of-god", + "title": "\u201cAll-Merciful Kykkiotisa\u201d Icon of the Mother of God" + } + ], + "2026-11-13": [ + { + "id": 103292, + "slug": "saint-john-chrysostom-archbishop-of-constantinople", + "title": "Saint John Chrysostom, Archbishop of Constantinople" + }, + { + "id": 103294, + "slug": "martyrs-nikephoros-antoninus-and-germanus-of-caesarea-in-palesti", + "title": "Martyrs Nikephoros, Antoninus, and Germanus of Caesarea, in Palestine" + }, + { + "id": 206386, + "slug": "martyr-manetha-of-csarea-in-palestine", + "title": "Martyr Manetha of C\u00e6sarea in Palestine" + }, + { + "id": 206387, + "slug": "monastic-martyr-damascene-of-the-lavra", + "title": "Monastic Martyr Damascene of the Lavra" + }, + { + "id": 100190, + "slug": "stockholm-icon-of-the-mother-of-god", + "title": "Stockholm Icon of the Mother of God" + } + ], + "2026-11-14": [ + { + "id": 103299, + "slug": "holy-all-praised-apostle-philip", + "title": "Holy, All-Praised Apostle Philip" + }, + { + "id": 103300, + "slug": "saint-philip-abbot-of-irap-near-novgorod", + "title": "Saint Philip, Abbot of Irap Near Novgorod" + }, + { + "id": 103301, + "slug": "saint-justinian-the-emperor", + "title": "Saint Justinian the Emperor" + }, + { + "id": 103302, + "slug": "saint-theodora-the-empress", + "title": "Saint Theodora the Empress" + }, + { + "id": 103303, + "slug": "saint-gregory-palamas-archbishop-of-thessalonica", + "title": "Saint Gregory Palamas, Archbishop of Thessalonica" + }, + { + "id": 103916, + "slug": "new-hieromartyr-demetrius-benevolenskii-of-tver", + "title": "New Hieromartyr Demetrius (Benevolenskii) of Tver" + }, + { + "id": 100303, + "slug": "new-martyr-constantine-of-hydra", + "title": "New Martyr Constantine of Hydra" + } + ], + "2026-11-15": [ + { + "id": 103304, + "slug": "holy-martyrs-and-confessors-gurias-samonas-and-habibus-of-edessa", + "title": "Holy Martyrs and Confessors Gurias, Samonas, and Habibus, of Edessa" + }, + { + "id": 103307, + "slug": "martyrs-elpidius-marcellus-and-eustochius-who-suffered-under-jul", + "title": "Martyrs Elpidius, Marcellus, and Eustochius, who suffered under Julian the Apostate" + }, + { + "id": 103310, + "slug": "martyr-dmtrios-of-thrace", + "title": "Martyr D\u0113m\u1e17trios of Thrace" + }, + { + "id": 103311, + "slug": "venerable-paisios-velichkovsky", + "title": "Venerable Paisios Velichkovsky" + }, + { + "id": 103312, + "slug": "kupyatitsa-icon-of-the-mother-of-god", + "title": "Kupyatitsa Icon of the Mother of God" + }, + { + "id": 108915, + "slug": "saint-philip-of-rabanga", + "title": "Saint Philip of Rabanga" + }, + { + "id": 100209, + "slug": "fragrant-flower-icon-of-the-mother-of-god", + "title": "\u201cFragrant Flower\u201d Icon of the Mother of God" + } + ], + "2026-11-16": [ + { + "id": 103313, + "slug": "apostle-and-evangelist-matthew", + "title": "Apostle and Evangelist Matthew" + }, + { + "id": 103314, + "slug": "saint-fulvian-in-baptism-matthew-prince-of-ethiopia", + "title": "Saint Fulvian (in Baptism Matthew), Prince of Ethiopia" + }, + { + "id": 108076, + "slug": "saint-sergius-of-malopinega", + "title": "Saint Sergius of Malopinega" + }, + { + "id": 205397, + "slug": "saint-hypatius-of-gangra", + "title": "Saint Hypatius of Gangra" + } + ], + "2026-11-17": [ + { + "id": 103315, + "slug": "saint-gregory-wonderworker-of-neocaesarea", + "title": "Saint Gregory, Wonderworker of Neocaesarea" + }, + { + "id": 103316, + "slug": "venerable-nikon-abbot-of-radonezh-disciple-of-venerable-sergius", + "title": "Venerable Nikon, Abbot of Radonezh, disciple of Venerable Sergius" + }, + { + "id": 103317, + "slug": "venerable-lazarus-the-iconographer-of-constantinople", + "title": "Venerable Lazarus the Iconographer, of Constantinople" + }, + { + "id": 103318, + "slug": "martyr-gobron-michael-and-133-soldiers-of-georgia", + "title": "Martyr Gobron (Michael) and 133 soldiers, of Georgia" + }, + { + "id": 103320, + "slug": "venerable-gennadius-of-vatopedi-mount-athos", + "title": "Venerable Gennadius of Vatopedi, Mount Athos" + } + ], + "2026-11-18": [ + { + "id": 103321, + "slug": "martyr-platon-of-ancyra", + "title": "Martyr Platon of Ancyra" + }, + { + "id": 103322, + "slug": "martyr-romanus-the-deacon-of-caesarea", + "title": "Martyr Romanus the Deacon of Caesarea" + }, + { + "id": 206390, + "slug": "martyr-barulas-the-youth-of-caesarea", + "title": "Martyr Barulas the Youth of Caesarea" + }, + { + "id": 205396, + "slug": "new-martyr-anastasius-of-epirus", + "title": "New Martyr Anastasius of Epirus" + }, + { + "id": 103324, + "slug": "martyrs-zacchaeus-the-deacon-and-alphaeus-of-caesarea-in-palesti", + "title": "Martyrs Zacchaeus the Deacon, and Alphaeus, of Caesarea in Palestine" + } + ], + "2026-11-19": [ + { + "id": 103326, + "slug": "prophet-obadiah-abdia", + "title": "Prophet Obadiah (Abdia)" + }, + { + "id": 103327, + "slug": "martyr-barlaam-of-caesarea-in-cappadocia", + "title": "Martyr Barlaam of Caesarea, in Cappadocia" + }, + { + "id": 103331, + "slug": "venerable-barlaam-abbot-of-the-kiev-near-caves", + "title": "Venerable Barlaam, Abbot of the Kiev Near Caves" + }, + { + "id": 103332, + "slug": "finding-of-the-relics-of-monastic-martyr-adrian-of-poshekhonsk-y", + "title": "Finding of the relics of Monastic Martyr Adrian of Poshekhonsk, Yaroslavl" + }, + { + "id": 103333, + "slug": "martyr-azes-of-isauria-and-150-soldiers-with-him", + "title": "Martyr Azes of Isauria and 150 soldiers with him" + }, + { + "id": 103335, + "slug": "martyr-heliodorus-in-pamphylia", + "title": "Martyr Heliodorus in Pamphylia" + }, + { + "id": 103336, + "slug": "venerable-hilarion-the-wonderworker-monk-of-thessalonica", + "title": "Venerable Hilarion the Wonderworker, Monk of Thessalonica" + }, + { + "id": 103337, + "slug": "repose-of-saint-philaret-drozdov-metropolitan-of-moscow", + "title": "Repose of Saint Philaret (Drozdov), Metropolitan of Moscow" + }, + { + "id": 103338, + "slug": "consolation-in-afflictions-and-sorrows-icon-of-the-mother-of-god", + "title": "\u201cConsolation in Afflictions and Sorrows\u201d Icon of the Mother of God" + }, + { + "id": 100292, + "slug": "saints-barlaam-the-monk-and-prince-ioasaph-of-india", + "title": "Saints Barlaam the monk and Prince Ioasaph of India" + } + ], + "2026-11-20": [ + { + "id": 103339, + "slug": "forefeast-of-the-entry-into-the-temple-of-the-most-holy-theotoko", + "title": "Forefeast of the Entry into the Temple of the Most Holy Theotokos" + }, + { + "id": 103340, + "slug": "venerable-gregory-the-decapolite", + "title": "Venerable Gregory the Decapolite" + }, + { + "id": 103341, + "slug": "saint-proclus-archbishop-of-constantinople", + "title": "Saint Proclus, Archbishop of Constantinople" + }, + { + "id": 103342, + "slug": "venerable-diodoros-igoumen-of-george-hill", + "title": "Venerable Diodoros, Igoumen of George Hill" + }, + { + "id": 103343, + "slug": "martyr-dasius-of-dorostorum", + "title": "Martyr Dasius of Dorostorum" + }, + { + "id": 103344, + "slug": "martyrs-eustace-thespesius-and-anatolius-of-nicea", + "title": "Martyrs Eustace, Thespesius, and Anatolius of Nicea" + }, + { + "id": 103347, + "slug": "hieromartyrs-nerses-and-joseph-and-many-other-men-and-women-who", + "title": "Hieromartyrs Nerses and Joseph and many other men and women who suffered with them in Persia" + }, + { + "id": 205417, + "slug": "saint-theoctistus-the-confessor", + "title": "Saint Theoctistus the Confessor" + } + ], + "2026-11-21": [ + { + "id": 103357, + "slug": "the-entry-of-the-most-holy-mother-of-god-into-the-temple", + "title": "The Entry of the Most Holy Mother of God into the Temple" + } + ], + "2026-11-22": [ + { + "id": 103358, + "slug": "afterfeast-of-the-entry-of-the-most-holy-mother-of-god-into-the", + "title": "Afterfeast of the Entry of the Most Holy Mother of God into the Temple" + }, + { + "id": 103359, + "slug": "apostles-of-the-seventy-philemon-and-archippus-martyr-apphia-wif", + "title": "Apostles of the Seventy Philemon and Archippus, Martyr Apphia, wife of Philemon and Equal-to-the-Apostles, and Onesimus, disciple of Saint Paul" + }, + { + "id": 103363, + "slug": "martyr-michael-prince-of-tver", + "title": "Martyr Michael, Prince of Tver" + }, + { + "id": 103364, + "slug": "blessed-yaropolk-in-baptism-peter-prince-of-vladimir-volhynia", + "title": "Blessed Yaropolk (in Baptism Peter), Prince of Vladimir-Volhynia" + }, + { + "id": 103365, + "slug": "virgin-martyr-cecilia-and-the-holy-martyrs-valerian-tiburtius-an", + "title": "Virgin Martyr Cecilia and the Holy Martyrs Valerian, Tiburtius and Maximus at Rome" + }, + { + "id": 103369, + "slug": "martyr-procopius-the-reader-at-caesarea-in-palestine", + "title": "Martyr Procopius the Reader at Caesarea, in Palestine" + }, + { + "id": 103370, + "slug": "martyr-menignus-at-parium", + "title": "Martyr Menignus at Parium" + }, + { + "id": 103371, + "slug": "saint-agabbas-of-syria", + "title": "Saint Agabbas of Syria" + }, + { + "id": 103372, + "slug": "righteous-michael-the-soldier-of-potouka-bulgaria", + "title": "Righteous Michael the soldier of Potouka, Bulgaria" + }, + { + "id": 103373, + "slug": "saint-kallistos-ii-patriarch-of-constantinople", + "title": "Saint Kallistos II, Patriarch of Constantinople" + }, + { + "id": 103917, + "slug": "new-hieromartyr-alexis-benemanskii-of-tver", + "title": "New Hieromartyr Alexis (Benemanskii) of Tver" + }, + { + "id": 103918, + "slug": "new-hieromartyr-elias-gromoglasov-of-tver", + "title": "New Hieromartyr Elias (Gromoglasov) of Tver" + } + ], + "2026-11-23": [ + { + "id": 103374, + "slug": "afterfeast-of-the-entry-of-the-most-holy-mother-of-god-into-the", + "title": "Afterfeast of the Entry of the Most Holy Mother of God into the Temple" + }, + { + "id": 103375, + "slug": "saint-amphilokhios-bishop-of-iconium", + "title": "Saint Amphilokhios, Bishop of Iconium" + }, + { + "id": 103376, + "slug": "saint-gregory-bishop-of-agrigentum", + "title": "Saint Gregory, Bishop of Agrigentum" + }, + { + "id": 103377, + "slug": "repose-of-saint-alexander-nevsky", + "title": "Repose of Saint Alexander Nevsky" + }, + { + "id": 103378, + "slug": "saint-metrophanes-in-schema-macarius-bishop-of-voronezh", + "title": "Saint Metrophanes (in schema Macarius), Bishop of Voronezh" + }, + { + "id": 103379, + "slug": "sisinius-the-confessor-bishop-of-cyzicus", + "title": "Sisinius the Confessor, Bishop of Cyzicus" + }, + { + "id": 103380, + "slug": "martyr-theodore-of-antioch", + "title": "Martyr Theodore of Antioch" + }, + { + "id": 149005, + "slug": "ven-anthony-of-iezeru-vlcea-skete", + "title": "Ven. Anthony of Iezeru-V\u00e2lcea Skete" + }, + { + "id": 205496, + "slug": "hieromartyr-gregory-peradze-of-georgia", + "title": "Hieromartyr Gregory (Peradze) of Georgia" + } + ], + "2026-11-24": [ + { + "id": 103381, + "slug": "afterfeast-of-the-entry-of-the-most-holy-mother-of-god-into-the", + "title": "Afterfeast of the Entry of the Most Holy Mother of God into the Temple" + }, + { + "id": 103382, + "slug": "great-martyr-katherine-of-alexandria", + "title": "Great Martyr Katherine of Alexandria" + }, + { + "id": 103383, + "slug": "great-martyr-mercurius-of-caesarea-in-cappadocia", + "title": "Great Martyr Mercurius of Caesarea, in Cappadocia" + }, + { + "id": 103384, + "slug": "martyr-mercurius-of-smolensk", + "title": "Martyr Mercurius of Smolensk" + }, + { + "id": 103385, + "slug": "venerable-mercurius-the-faster-of-the-kiev-caves", + "title": "Venerable Mercurius the Faster of the Kiev Caves" + }, + { + "id": 103386, + "slug": "empress-augusta-porphyrius-the-general-the-50-philosophers-and-t", + "title": "Empress Augusta, Porphyrius the General, the 50 philosophers and the 200 Soldiers martyred with the Great Martyr Katherine" + }, + { + "id": 103389, + "slug": "virgin-martyr-mastridia-of-alexandria", + "title": "Virgin Martyr Mastridia of Alexandria" + }, + { + "id": 103391, + "slug": "venerable-simon-abbot-of-soiga-monastery-vologda", + "title": "Venerable Simon, Abbot of Soiga Monastery, Vologda" + } + ], + "2026-11-25": [ + { + "id": 103392, + "slug": "leavetaking-of-the-entry-of-the-most-holy-theotokos-into-the-tem", + "title": "Leavetaking of the Entry of the Most Holy Theotokos Into the Temple" + }, + { + "id": 103393, + "slug": "hieromartyr-clement-pope-of-rome", + "title": "Hieromartyr Clement, Pope of Rome" + }, + { + "id": 103394, + "slug": "hieromartyr-peter-archbishop-of-alexandria", + "title": "Hieromartyr Peter, Archbishop of Alexandria" + }, + { + "id": 103396, + "slug": "saint-clement-of-ochrid-equal-of-the-apostles-bishop-of-greater", + "title": "Saint Clement of Ochrid, Equal of the Apostles, Bishop of Greater Macedonia, and his companions Nahum, Savva, Gorazd and Angelar" + } + ], + "2026-11-26": [ + { + "id": 100092, + "slug": "the-righteous-gideon", + "title": "The Righteous Gideon" + }, + { + "id": 103397, + "slug": "venerable-alypius-the-stylite-of-adrianopolis", + "title": "Venerable Alypius the Stylite of Adrianopolis" + }, + { + "id": 103398, + "slug": "dedication-of-the-church-of-the-greatmartyr-george-at-kiev", + "title": "Dedication of the Church of the Greatmartyr George at Kiev" + }, + { + "id": 103399, + "slug": "repose-of-saint-innocent-first-bishop-of-irkutsk", + "title": "Repose of Saint Innocent, first Bishop of Irkutsk" + }, + { + "id": 103400, + "slug": "venerable-james-the-solitary-of-syria", + "title": "Venerable James the Solitary of Syria" + }, + { + "id": 103401, + "slug": "venerable-stylianus-of-paphlagonia", + "title": "Venerable Stylianus of Paphlagonia" + }, + { + "id": 103800, + "slug": "venerable-nikon-metanoeite-the-preacher-of-repentance", + "title": "Venerable Nikon \u201cMetanoeite,\u201d the Preacher of Repentance" + }, + { + "id": 108913, + "slug": "saints-athanasios-and-theodosios-of-cherepovets-disciples-of-sai", + "title": "Saints Athanasios and Theodosios of Cherepovets, disciples of Saint Sergius of Radonezh" + } + ], + "2026-11-27": [ + { + "id": 103402, + "slug": "greatmartyr-james-the-persian", + "title": "Greatmartyr James the Persian" + }, + { + "id": 103403, + "slug": "venerable-palladius-of-thessalonica", + "title": "Venerable Palladius of Thessalonica" + }, + { + "id": 103404, + "slug": "saint-james-the-wonderworker-bishop-of-rostov", + "title": "Saint James the Wonderworker, Bishop of Rostov" + }, + { + "id": 103405, + "slug": "uncovering-of-the-relics-of-saint-vsvolod-gabriel-of-pskov", + "title": "Uncovering of the relics of Saint Vs\u00e9volod (Gabriel) of Pskov" + }, + { + "id": 103406, + "slug": "17-monastic-martyrs-in-india", + "title": "17 Monastic Martyrs in India" + }, + { + "id": 103407, + "slug": "venerable-romans-of-cilicia", + "title": "Venerable Roman\u00f3s of Cilicia" + }, + { + "id": 103408, + "slug": "repose-of-venerable-diodorus-igoumen-of-george-hill", + "title": "Repose of Venerable Diodorus, Igoumen of George Hill" + }, + { + "id": 103409, + "slug": "commemoration-of-the-weeping-icon-of-the-mother-of-god-of-the-si", + "title": "Commemoration of the Weeping Icon of the Mother of God \u201cof the Sign\u201d at Novgorod" + }, + { + "id": 103410, + "slug": "kursk-root-icon-of-the-mother-of-god", + "title": "\u201cKursk-Root\u201d Icon of the Mother of God" + }, + { + "id": 103411, + "slug": "icon-of-the-mother-of-god-of-abalaka", + "title": "Icon of the Mother of God of Abalaka" + }, + { + "id": 108029, + "slug": "saint-theodosius-of-trnovo", + "title": "Saint Theodosius of Trnovo" + }, + { + "id": 108911, + "slug": "icon-of-the-mother-of-god-of-tsarskoe-selo", + "title": "Icon of the Mother of God of Tsarskoe Selo" + }, + { + "id": 108912, + "slug": "seraphim-ponetaevka-icon-of-the-mother-of-god", + "title": "\u201cSeraphim-Ponetaevka\u201d Icon of the Mother of God" + } + ], + "2026-11-28": [ + { + "id": 103412, + "slug": "monastic-martyr-and-confessor-stephen-the-new", + "title": "Monastic Martyr and Confessor Stephen the New" + }, + { + "id": 103413, + "slug": "monastic-martyrs-and-confessors-auxentius-basil-gregory-another", + "title": "Monastic Martyrs and Confessors Auxentius, Basil, Gregory, another Gregory, John, Andrew, Peter and many others" + }, + { + "id": 103421, + "slug": "martyr-anna", + "title": "Martyr Anna" + }, + { + "id": 103422, + "slug": "martyr-irenarchus-and-seven-women-martyrs-at-sebaste", + "title": "Martyr Irenarchus and Seven Women Martyrs at Sebaste" + }, + { + "id": 103424, + "slug": "saint-theodore-archbishop-of-rostov", + "title": "Saint Theodore, Archbishop of Rostov" + }, + { + "id": 103425, + "slug": "martyr-timothy-and-his-companions-at-tiberiopolis", + "title": "Martyr Timothy and his companions, at Tiberiopolis" + }, + { + "id": 103441, + "slug": "hieromartyr-metropolitan-seraphim-chichagov", + "title": "Hieromartyr Metropolitan Seraphim (Chichagov)" + }, + { + "id": 108030, + "slug": "martyr-hristo-of-bulgaria", + "title": "Martyr Hristo of Bulgaria" + } + ], + "2026-11-29": [ + { + "id": 103442, + "slug": "martyr-paramon-and-370-martyrs-in-bithynia", + "title": "Martyr Paramon and 370 Martyrs in Bithynia" + }, + { + "id": 103444, + "slug": "martyr-philoumenus-of-ancyra", + "title": "Martyr Philoumenus of Ancyra" + }, + { + "id": 103445, + "slug": "martyr-valerian", + "title": "Martyr Valerian" + }, + { + "id": 103446, + "slug": "martyr-phaedrus", + "title": "Martyr Phaedrus" + }, + { + "id": 103447, + "slug": "venerable-acacius-of-sinai-who-is-mentioned-in-the-ladder", + "title": "Venerable Acacius of Sinai, who is mentioned in the Ladder" + }, + { + "id": 103448, + "slug": "venerable-nectarius-the-obedient-of-the-kiev-near-caves", + "title": "Venerable Nectarius the Obedient of the Kiev Near Caves" + }, + { + "id": 103449, + "slug": "hieromartyr-abibus-bishop-of-nekresi-in-georgia", + "title": "Hieromartyr Abibus, Bishop of Nekresi in Georgia" + } + ], + "2026-11-30": [ + { + "id": 100486, + "slug": "venerable-sebastian-dabovich", + "title": "Venerable Sebastian Dabovich" + }, + { + "id": 103450, + "slug": "apostle-andrew-the-holy-and-all-praised-first-called", + "title": "Apostle Andrew, the Holy and All-Praised First-Called" + }, + { + "id": 103451, + "slug": "saint-frumentius-archbishop-of-abyssinia-ethiopia", + "title": "Saint Frumentius, Archbishop of Abyssinia, Ethiopia" + }, + { + "id": 103907, + "slug": "entrance-of-the-apostle-andrew-into-georgia", + "title": "Entrance of the Apostle Andrew into Georgia" + }, + { + "id": 103908, + "slug": "saint-vakhtang-gorgasali-king-of-georgia", + "title": "Saint Vakhtang Gorgasali, King of Georgia" + }, + { + "id": 205466, + "slug": "hierarch-peter-first-catholicos-of-georgia", + "title": "Hierarch Peter, first Catholicos of Georgia" + }, + { + "id": 205451, + "slug": "hierarch-samuel-second-catholicos-of-georgia", + "title": "Hierarch Samuel, Second Catholicos of Georgia" + } + ], + "2026-12-01": [ + { + "id": 103452, + "slug": "prophet-nahum", + "title": "Prophet Nahum" + }, + { + "id": 103453, + "slug": "righteous-philaret-the-merciful-of-amnia-in-asia-minor", + "title": "Righteous Philaret the Merciful of Amnia in Asia Minor" + }, + { + "id": 103454, + "slug": "martyr-ananias-of-persia", + "title": "Martyr Ananias of Persia" + }, + { + "id": 100343, + "slug": "venerable-botolph-of-iken", + "title": "Venerable Botolph of Iken" + } + ], + "2026-12-02": [ + { + "id": 100484, + "slug": "venerable-alexei-kabalyuk", + "title": "Venerable Alexei (Kabalyuk)" + }, + { + "id": 103455, + "slug": "prophet-habakkuk", + "title": "Prophet Habakkuk" + }, + { + "id": 103456, + "slug": "venerable-athanasius-the-resurrected-one-recluse-of-the-kiev-nea", + "title": "Venerable Athanasius \u201cthe Resurrected One\u201d, Recluse of the Kiev Near Caves" + }, + { + "id": 103457, + "slug": "venerable-athanasius-the-recluse-of-the-kiev-caves", + "title": "Venerable Athanasius the Recluse of the Kiev Caves" + }, + { + "id": 103458, + "slug": "martyr-myrope-of-chios", + "title": "Martyr Myrope of Chios" + }, + { + "id": 103459, + "slug": "saints-john-heraclemon-andrew-and-theophilus-of-egypt", + "title": "Saints John, Heraclemon, Andrew, and Theophilus, of Egypt" + }, + { + "id": 103463, + "slug": "saint-jesse-bishop-of-tsilkani-georgia", + "title": "Saint Jesse, Bishop of Tsilkani, Georgia" + }, + { + "id": 103464, + "slug": "saint-stephen-urosh-king-of-serbia", + "title": "Saint Stephen Urosh, King of Serbia" + }, + { + "id": 108070, + "slug": "venerable-joannicius-of-devic", + "title": "Venerable Joannicius of Devic" + }, + { + "id": 101268, + "slug": "synaxis-of-the-gerontissa-icon-of-the-mother-of-god", + "title": "Synaxis of the Gerontissa Icon of the Mother of God" + }, + { + "id": 100403, + "slug": "saint-porphyrios-wonderworker-of-kavsokaliva", + "title": "Saint Porphyrios, Wonderworker of Kavsokaliva" + } + ], + "2026-12-03": [ + { + "id": 103465, + "slug": "prophet-zephaniah", + "title": "Prophet Zephaniah" + }, + { + "id": 103466, + "slug": "venerable-savva-igoumen-of-zvenigorod-disciple-of-venerable-serg", + "title": "Venerable Savva, Igoumen of Zvenigorod, Disciple of Venerable Sergius of Radonezh" + }, + { + "id": 103467, + "slug": "saint-theodoulus-eparch-of-constantinople", + "title": "Saint Theodoulus, Eparch of Constantinople" + }, + { + "id": 103468, + "slug": "venerable-john-the-silent-of-saint-sabbas-monastery", + "title": "Venerable John the Silent of Saint Sabbas Monastery" + }, + { + "id": 103469, + "slug": "hieromartyr-theodore-archbishop-of-alexandria", + "title": "Hieromartyr Theodore, Archbishop of Alexandria" + }, + { + "id": 103470, + "slug": "monastic-martyr-cosmas-of-saint-anne-skete-mount-athos", + "title": "Monastic Martyr Cosmas of Saint Anne Skete, Mount Athos" + }, + { + "id": 149027, + "slug": "venerable-george-of-cernica", + "title": "Venerable George of Cernica" + }, + { + "id": 205419, + "slug": "new-martyr-angelos-of-chios", + "title": "New Martyr Angelos of Chios" + } + ], + "2026-12-04": [ + { + "id": 103471, + "slug": "glorification-of-the-priestmartyr-alexander-hotovitzky", + "title": "Glorification of the Priestmartyr Alexander Hotovitzky" + }, + { + "id": 103472, + "slug": "greatmartyr-barbara-and-martyr-juliana-at-heliopolis-in-syria", + "title": "Greatmartyr Barbara and Martyr Juliana, at Heliopolis in Syria" + }, + { + "id": 103473, + "slug": "venerable-john-of-damascus", + "title": "Venerable John of Damascus" + }, + { + "id": 103474, + "slug": "saint-john-bishop-of-polybotum", + "title": "Saint John, Bishop of Polybotum" + }, + { + "id": 103476, + "slug": "saint-gennadius-archbishop-of-novgorod", + "title": "Saint Gennadius, Archbishop of Novgorod" + }, + { + "id": 108909, + "slug": "hieromartyr-seraphim-archbishop-of-phanarion-and-neochorion", + "title": "Hieromartyr Seraphim Archbishop of Phanarion and Neochorion" + }, + { + "id": 108910, + "slug": "icon-of-the-mother-of-god-of-damascus", + "title": "Icon of the Mother of God of Damascus" + } + ], + "2026-12-05": [ + { + "id": 103477, + "slug": "venerable-savva-the-sanctified", + "title": "Venerable Savva the Sanctified" + }, + { + "id": 103478, + "slug": "saint-gurias-archbishop-of-kazan", + "title": "Saint Gurias, Archbishop of Kazan" + }, + { + "id": 103479, + "slug": "martyr-anastasius-the-fuller-of-salona-in-dalmatia", + "title": "Martyr Anastasius the Fuller of Salona in Dalmatia" + }, + { + "id": 103480, + "slug": "venerable-karion-cyrion-and-his-son-venerable-zachariah-of-egypt", + "title": "Venerable Karion (Cyrion) and his son, Venerable Zachariah, of Egypt" + }, + { + "id": 103482, + "slug": "venerable-nectarius-of-bitolya-and-mount-athos", + "title": "Venerable Nectarius of Bitolya and Mount Athos" + }, + { + "id": 103483, + "slug": "venerable-philotheus-of-karyes-mount-athos", + "title": "Venerable Philotheus of Karyes, Mount Athos" + }, + { + "id": 108908, + "slug": "monastic-martyrs-of-karyes", + "title": "Monastic Martyrs of Karyes" + }, + { + "id": 149032, + "slug": "saint-crispina", + "title": "Saint Crispina" + } + ], + "2026-12-06": [ + { + "id": 103484, + "slug": "saint-nicholas-the-wonderworker-archbishop-of-myra-in-lycia", + "title": "Saint Nicholas the Wonderworker, Archbishop of Myra in Lycia" + }, + { + "id": 108907, + "slug": "saint-maximus-metropolitan-of-kiev", + "title": "Saint Maximus, Metropolitan of Kiev" + } + ], + "2026-12-07": [ + { + "id": 103485, + "slug": "saint-ambrose-bishop-of-milan", + "title": "Saint Ambrose, Bishop of Milan" + }, + { + "id": 103486, + "slug": "venerable-anthony-abbot-of-siya-novgorod", + "title": "Venerable Anthony, Abbot of Siya, Novgorod" + }, + { + "id": 103487, + "slug": "venerable-nilus-of-stolbensk-lake", + "title": "Venerable Nilus of Stolbensk Lake" + }, + { + "id": 103488, + "slug": "venerable-john-the-faster-of-the-kiev-near-caves", + "title": "Venerable John the Faster of the Kiev Near Caves" + }, + { + "id": 103489, + "slug": "martyr-athenodorus-of-mesopotamia", + "title": "Martyr Athenodorus of Mesopotamia" + }, + { + "id": 103490, + "slug": "venerable-paul-the-obedient", + "title": "Venerable Paul the Obedient" + }, + { + "id": 103491, + "slug": "saint-philothea-of-thrace-protectress-of-romania", + "title": "Saint Philothea of Thrace, Protectress of Romania" + }, + { + "id": 103492, + "slug": "venerable-gregory-founder-of-grigoriou-monastery-mount-athos", + "title": "Venerable Gregory, founder of Grigoriou Monastery, Mount Athos" + }, + { + "id": 103493, + "slug": "vladimir-icon-of-the-mother-of-god-of-seliger", + "title": "\u201cVladimir\u201d Icon of the Mother of God of Seliger" + } + ], + "2026-12-08": [ + { + "id": 103494, + "slug": "venerable-patapius-of-thebes", + "title": "Venerable Patapius of Thebes" + }, + { + "id": 103495, + "slug": "venerable-cyril-abbot-of-chelma-hill", + "title": "Venerable Cyril, Abbot of Chelma Hill" + }, + { + "id": 103496, + "slug": "holy-apostles-of-the-seventy-sosthenes-apollos-cephas-tychicus-e", + "title": "Holy Apostles of the Seventy: Sosthenes, Apollos, Cephas, Tychicus, Epaphroditus, Caesar, and Onesiphorus" + }, + { + "id": 103505, + "slug": "martyr-anthusa-at-rome", + "title": "Martyr Anthusa at Rome" + }, + { + "id": 100094, + "slug": "362-martyrs-of-africa-62-clergy-and-300-laypeople", + "title": "362 Martyrs of Africa (62 Clergy and 300 Laypeople)" + } + ], + "2026-12-09": [ + { + "id": 103506, + "slug": "conception-of-the-most-holy-theotokos-by-saint-anna", + "title": "Conception of the Most Holy Theotokos by Saint Anna" + }, + { + "id": 103507, + "slug": "prophetess-hannah-the-mother-of-the-prophet-samuel", + "title": "Prophetess Hannah the mother of the Prophet Samuel" + }, + { + "id": 103508, + "slug": "saint-sophronius-archbishop-of-cyprus", + "title": "Saint Sophronius, Archbishop of Cyprus" + }, + { + "id": 103509, + "slug": "saint-stephen-the-new-light-of-constantinople", + "title": "Saint Stephen the \u201cNew Light\u201d of Constantinople" + }, + { + "id": 103510, + "slug": "unexpected-joy-icon-of-the-mother-of-god", + "title": "\u201cUnexpected Joy\u201d Icon of the Mother of God" + }, + { + "id": 108031, + "slug": "hieromonk-anthimus-the-athonite-fool-for-christ", + "title": "Hieromonk Anthimus the Athonite, \u201cFool for Christ\u201d" + } + ], + "2026-12-10": [ + { + "id": 103511, + "slug": "martyrs-menas-hermogenes-and-eugraphus-of-alexandria", + "title": "Martyrs Menas, Hermogenes, and Eugraphus, of Alexandria" + }, + { + "id": 103514, + "slug": "saint-joasaph-bishop-of-belgorod", + "title": "Saint Joasaph, Bishop of Belgorod" + }, + { + "id": 103515, + "slug": "martyr-gemellus-of-paphlagonia", + "title": "Martyr Gemellus of Paphlagonia" + }, + { + "id": 103516, + "slug": "venerable-thomas-of-bithynia", + "title": "Venerable Thomas of Bithynia" + }, + { + "id": 103517, + "slug": "righteous-king-john-of-serbia-and-his-parents-righteous-stephen", + "title": "Righteous King John of Serbia, and his parents Righteous Stephen, Despot of Serbia, and Venerable Angelina of Serbia" + }, + { + "id": 205420, + "slug": "venerable-leontios-of-achaia", + "title": "Venerable Leontios of Achaia" + } + ], + "2026-12-11": [ + { + "id": 103520, + "slug": "venerable-daniel-the-stylite-of-constantinople", + "title": "Venerable Daniel the Stylite of Constantinople" + }, + { + "id": 103521, + "slug": "venerable-nikon-the-dry-of-the-kiev-near-caves", + "title": "Venerable Nikon the Dry, of the Kiev Near Caves" + }, + { + "id": 103522, + "slug": "martyr-mirax-of-egypt", + "title": "Martyr Mirax of Egypt" + }, + { + "id": 103523, + "slug": "martyrs-akepsimas-and-aithalas-of-egypt", + "title": "Martyrs Akepsimas and Aithalas of Egypt" + }, + { + "id": 103525, + "slug": "venerable-luke-the-new-stylite-of-chalcedon", + "title": "Venerable Luke the New Stylite of Chalcedon" + }, + { + "id": 103910, + "slug": "synaxis-of-the-saints-of-georgia", + "title": "Synaxis of the Saints of Georgia" + } + ], + "2026-12-12": [ + { + "id": 100485, + "slug": "saint-mardarije-uskokovic-of-libertyville", + "title": "Saint Mardarije (Uskokovic) of Libertyville" + }, + { + "id": 103526, + "slug": "saint-spyridon-the-wonderworker-bishop-of-tremithus", + "title": "Saint Spyridon the Wonderworker, Bishop of Tremithus" + }, + { + "id": 103527, + "slug": "venerable-therapon-abbot-of-monza", + "title": "Venerable Therapon, Abbot of Monza" + }, + { + "id": 103528, + "slug": "hieromartyr-alexander-bishop-of-jerusalem", + "title": "Hieromartyr Alexander, Bishop of Jerusalem" + }, + { + "id": 103529, + "slug": "martyr-synetus-of-rome", + "title": "Martyr Synetus of Rome" + }, + { + "id": 205497, + "slug": "martyr-john-abbot-of-the-zedazeni-monastery", + "title": "Martyr John, Abbot of the Zedazeni Monastery" + } + ], + "2026-12-13": [ + { + "id": 80, + "slug": "sunday-of-the-forefathers", + "title": "Sunday of the Forefathers" + }, + { + "id": 600, + "slug": "righteous-priest-aaron", + "title": "Righteous Priest Aaron" + }, + { + "id": 601, + "slug": "righteous-benjamin", + "title": "Righteous Benjamin" + }, + { + "id": 602, + "slug": "righteous-deborah", + "title": "Righteous Deborah" + }, + { + "id": 603, + "slug": "righteous-hezron", + "title": "Righteous Hezron" + }, + { + "id": 604, + "slug": "righteous-isaac", + "title": "Righteous Isaac" + }, + { + "id": 605, + "slug": "righteous-jacob", + "title": "Righteous Jacob" + }, + { + "id": 606, + "slug": "righteous-judith", + "title": "Righteous Judith" + }, + { + "id": 607, + "slug": "righteous-miriam", + "title": "Righteous Miriam" + }, + { + "id": 608, + "slug": "prophet-nathan", + "title": "Prophet Nathan" + }, + { + "id": 609, + "slug": "prophet-nehemiah", + "title": "Prophet Nehemiah" + }, + { + "id": 610, + "slug": "righteous-noah", + "title": "Righteous Noah" + }, + { + "id": 611, + "slug": "righteous-rebecca", + "title": "Righteous Rebecca" + }, + { + "id": 612, + "slug": "righteous-sarah", + "title": "Righteous Sarah" + }, + { + "id": 613, + "slug": "prophet-solomon", + "title": "Prophet Solomon" + }, + { + "id": 614, + "slug": "righteous-susanna", + "title": "Righteous Susanna" + }, + { + "id": 615, + "slug": "righteous-ruth", + "title": "Righteous Ruth" + }, + { + "id": 616, + "slug": "righteous-mary", + "title": "Righteous Mary" + }, + { + "id": 103530, + "slug": "repose-of-venerable-herman-of-alaska-wonderworker-of-all-america", + "title": "Repose of Venerable Herman of Alaska, Wonderworker of All America" + }, + { + "id": 103531, + "slug": "martyrs-eustratius-auxentius-eugene-mardarius-and-orestes-at-seb", + "title": "Martyrs Eustratius, Auxentius, Eugene, Mardarius, and Orestes, at Sebaste" + }, + { + "id": 103536, + "slug": "virgin-martyr-lucy-of-syracuse", + "title": "Virgin Martyr Lucy of Syracuse" + }, + { + "id": 103537, + "slug": "venerable-arcadius-of-novotorsk", + "title": "Venerable Arcadius of Novotorsk" + }, + { + "id": 103538, + "slug": "venerable-mardarios-the-recluse-of-the-kiev-caves", + "title": "Venerable Mardarios the Recluse of the Kiev Caves" + }, + { + "id": 103539, + "slug": "venerable-arsenius-of-latros", + "title": "Venerable Arsenius of Latros" + }, + { + "id": 108071, + "slug": "hieromartyrgabrielofserbia", + "title": "Hieromartyr Gabriel of Serbia" + } + ], + "2026-12-14": [ + { + "id": 103541, + "slug": "martyrs-thyrsos-leukios-and-kallinikos", + "title": "Martyrs Thyrsos, Leukios, and Kallinikos" + }, + { + "id": 103544, + "slug": "martyrs-philemon-apollonios-arrian-and-theonas-of-alexandria", + "title": "Martyrs Philemon, Apollonios, Arrian, and Theonas of Alexandria" + }, + { + "id": 108906, + "slug": "saint-hilarion-metropolitan-of-suzdal-and-yuriev", + "title": "Saint Hilarion, Metropolitan of Suzdal and Yuriev" + } + ], + "2026-12-15": [ + { + "id": 103548, + "slug": "hieromartyr-eleutherius-bishop-of-illyria-his-mother-martyr-evan", + "title": "Hieromartyr Eleutherius, Bishop of Illyria, his mother, Martyr Evanthia, and Caribus the Eparch" + }, + { + "id": 103550, + "slug": "venerable-paul-of-latros", + "title": "Venerable Paul of Latros" + }, + { + "id": 103551, + "slug": "saint-stephen-the-confessor-archbishop-of-sourozh-crimea", + "title": "Saint Stephen the Confessor, Archbishop of Sourozh, Crimea" + }, + { + "id": 103552, + "slug": "venerable-tryphon-abbot-of-pechenga", + "title": "Venerable Tryphon, Abbot of Pechenga" + }, + { + "id": 103553, + "slug": "martyr-jonah-disciple-of-tryphon-of-pechenga", + "title": "Martyr Jonah, disciple of Tryphon of Pechenga" + }, + { + "id": 103554, + "slug": "martyr-eleutherius-at-constantinople", + "title": "Martyr Eleutherius at Constantinople" + }, + { + "id": 103555, + "slug": "venerable-pardus-the-hermit-of-palestine", + "title": "Venerable Pardus the Hermit, of Palestine" + }, + { + "id": 103704, + "slug": "hieromartyr-hilarion-archbishop-of-verey", + "title": "Hieromartyr Hilarion, Archbishop of Verey" + }, + { + "id": 108905, + "slug": "saint-nectarius-of-bitel", + "title": "Saint Nectarius of Bitel" + } + ], + "2026-12-16": [ + { + "id": 103556, + "slug": "prophet-haggai", + "title": "Prophet Haggai" + }, + { + "id": 103557, + "slug": "martyr-marinus-of-rome", + "title": "Martyr Marinus of Rome" + }, + { + "id": 103558, + "slug": "saint-theophan-the-wonderworker-wife-of-emperor-leo-the-wise", + "title": "Saint Theophan\u00f3 the Wonderworker, wife of Emperor Leo the Wise" + }, + { + "id": 108904, + "slug": "venerable-sophia-of-suzdal-the-wonderworker", + "title": "Venerable Sophia of Suzdal, the Wonderworker" + } + ], + "2026-12-17": [ + { + "id": 103559, + "slug": "prophet-daniel", + "title": "Prophet Daniel" + }, + { + "id": 103560, + "slug": "the-three-holy-youths-ananias-azarias-and-misael", + "title": "The Three Holy Youths: Ananias, Azarias and Misael" + }, + { + "id": 103563, + "slug": "venerable-daniel-the-confessor-in-schema-stephen-of-spain-and-eg", + "title": "Venerable Daniel the Confessor (in Schema Stephen) of Spain, and Egypt" + }, + { + "id": 103564, + "slug": "venerable-dionysius-of-aegina", + "title": "Venerable Dionysius of Aegina" + }, + { + "id": 108074, + "slug": "martyr-avakum-the-deacon-of-serbia", + "title": "Martyr Avakum the Deacon of Serbia" + }, + { + "id": 149023, + "slug": "saint-paisius", + "title": "Saint Paisius" + } + ], + "2026-12-18": [ + { + "id": 103565, + "slug": "martyr-sebastian-at-rome-and-his-companions", + "title": "Martyr Sebastian at Rome, and his companions" + }, + { + "id": 103577, + "slug": "venerable-sebastian-abbot-of-pshekhonye-monastery-vologda", + "title": "Venerable Sebastian, Abbot of Pshekhonye Monastery, Vologda" + }, + { + "id": 103578, + "slug": "righteous-simeon-wonderworker-of-verkhoturye", + "title": "Righteous Simeon, Wonderworker of Verkhoturye" + }, + { + "id": 103579, + "slug": "saint-modestos-archbishop-of-jerusalem", + "title": "Saint Modestos, Archbishop of Jerusalem" + }, + { + "id": 103580, + "slug": "saint-florus-bishop-of-amisus", + "title": "Saint Florus, Bishop of Amisus" + }, + { + "id": 103581, + "slug": "saint-michael-the-confessor-at-constantinople", + "title": "Saint Michael the Confessor at Constantinople" + }, + { + "id": 103582, + "slug": "new-hieromartyr-archbishop-thaddeus-of-tver", + "title": "New Hieromartyr Archbishop Thaddeus of Tver" + }, + { + "id": 149006, + "slug": "venerable-daniel-the-hesychast", + "title": "Venerable Daniel the Hesychast" + } + ], + "2026-12-19": [ + { + "id": 103583, + "slug": "martyr-boniface-at-tarsus-in-cilicia-and-righteous-aglaa-of-rome", + "title": "Martyr Boniface at Tarsus in Cilicia, and Righteous Agla\u03caa of Rome" + }, + { + "id": 103585, + "slug": "venerable-elias-of-murom-wonderworker-of-the-kiev-near-caves", + "title": "Venerable Elias of Murom, Wonderworker of the Kiev Near Caves" + }, + { + "id": 103586, + "slug": "martyrs-elias-probus-and-ares-in-cilicia", + "title": "Martyrs Elias, Probus, and Ares in Cilicia" + }, + { + "id": 103591, + "slug": "saint-boniface-the-merciful-bishop-of-ferentino", + "title": "Saint Boniface the Merciful, Bishop of Ferentino" + }, + { + "id": 103592, + "slug": "saint-gregory-archbishop-of-omirits", + "title": "Saint Gregory, Archbishop of Omirits" + }, + { + "id": 205498, + "slug": "venerable-george-the-scribe-and-venerable-savva-of-khakhuli", + "title": "Venerable George the Scribe, and Venerable Savva, of Khakhuli" + } + ], + "2026-12-20": [ + { + "id": 81, + "slug": "sunday-before-the-nativity", + "title": "Sunday before the Nativity" + }, + { + "id": 103593, + "slug": "forefeast-of-the-nativity-of-our-lord", + "title": "Forefeast of the Nativity of our Lord" + }, + { + "id": 103594, + "slug": "hieromartyr-ignatius-the-god-bearer-bishop-of-antioch", + "title": "Hieromartyr Ignatius the God-Bearer, Bishop of Antioch" + }, + { + "id": 103595, + "slug": "venerable-ignatius-archimandrite-of-the-kiev-caves", + "title": "Venerable Ignatius, Archimandrite of the Kiev Caves" + }, + { + "id": 103596, + "slug": "saint-philogonius-bishop-of-antioch", + "title": "Saint Philogonius, Bishop of Antioch" + }, + { + "id": 103597, + "slug": "saint-daniel-ii-archbishop-of-serbia", + "title": "Saint Daniel II, Archbishop of Serbia" + }, + { + "id": 103598, + "slug": "repose-of-saint-john-of-kronstadt", + "title": "Repose of Saint John of Kronstadt" + }, + { + "id": 103599, + "slug": "icon-of-the-mother-of-god-the-rescuer-of-the-drowning", + "title": "Icon of the Mother of God the \u201cRescuer of the Drowning\u201d" + }, + { + "id": 108902, + "slug": "new-martyr-john-of-thasos", + "title": "New-martyr John of Thasos" + }, + { + "id": 108903, + "slug": "icon-of-the-mother-of-god-of-novgorod", + "title": "Icon of the Mother of God of Novgorod" + } + ], + "2026-12-21": [ + { + "id": 103600, + "slug": "forefeast-of-the-nativity-of-our-lord", + "title": "Forefeast of the Nativity of our Lord" + }, + { + "id": 103601, + "slug": "virgin-martyr-juliana-of-nicomedia-and-500-men-and-130-women-wit", + "title": "Virgin Martyr Juliana of Nicomedia, and 500 men and 130 women with her" + }, + { + "id": 103604, + "slug": "repose-of-saint-peter-metropolitan-of-moscow-wonderworker-of-all", + "title": "Repose of Saint Peter, Metropolitan of Moscow, Wonderworker of All Russia" + }, + { + "id": 103605, + "slug": "right-believing-princess-juliana-of-vyazma", + "title": "Right-believing Princess Juliana of Vyazma" + }, + { + "id": 103606, + "slug": "blessed-procopius-of-vyatka-the-fool-for-christ", + "title": "Blessed Procopius of Vyatka the Fool-For-Christ" + }, + { + "id": 103607, + "slug": "martyr-themistocles-of-myra-in-lycia", + "title": "Martyr Themistocles of Myra in Lycia" + }, + { + "id": 205500, + "slug": "venerable-macarius-the-faster-abbot-of-the-khakhuli-monastery", + "title": "Venerable Macarius the Faster, Abbot of the Khakhuli Monastery" + } + ], + "2026-12-22": [ + { + "id": 103608, + "slug": "forefeast-of-the-nativity-of-our-lord", + "title": "Forefeast of the Nativity of our Lord" + }, + { + "id": 103609, + "slug": "great-martyr-anastasia-the-deliverer-from-poisons-her-teacher-ma", + "title": "Great Martyr Anastasia the Deliverer from Poisons, her teacher, Martyr Chrysogonos, and many with them" + } + ], + "2026-12-23": [ + { + "id": 103615, + "slug": "forefeast-of-the-nativity-of-our-lord", + "title": "Forefeast of the Nativity of our Lord" + }, + { + "id": 103616, + "slug": "10-holy-martyrs-of-crete", + "title": "10 Holy Martyrs of Crete" + }, + { + "id": 103627, + "slug": "repose-of-saint-theoktistos-archbishop-of-novgorod", + "title": "Repose of Saint Theoktistos, Archbishop of Novgorod" + }, + { + "id": 103628, + "slug": "saint-niphon-bishop-of-constantia-cyprus", + "title": "Saint Niphon, Bishop of Constantia, Cyprus" + }, + { + "id": 103629, + "slug": "saint-paul-bishop-of-neocaesarea", + "title": "Saint Paul, Bishop of Neocaesarea" + }, + { + "id": 108032, + "slug": "saint-nahum-of-ochrid-disciple-of-saints-cyril-and-methodius-equ", + "title": "Saint Nahum of Ochrid, disciple of Saints Cyril and Methodius, Equal of the Apostles" + } + ], + "2026-12-24": [ + { + "id": 103630, + "slug": "eve-of-the-nativity-of-our-lord", + "title": "Eve of the Nativity of our Lord" + }, + { + "id": 103631, + "slug": "nun-martyr-eugenia-of-rome", + "title": "Nun-Martyr Eugenia of Rome" + }, + { + "id": 103637, + "slug": "venerable-nicholas-the-monk-of-bulgaria", + "title": "Venerable Nicholas the Monk of Bulgaria" + }, + { + "id": 148981, + "slug": "saint-antiochus", + "title": "Saint Antiochus" + } + ], + "2026-12-25": [ + { + "id": 103638, + "slug": "the-nativity-of-our-lord-god-and-savior-jesus-christ", + "title": "The Nativity of our Lord God and Savior Jesus Christ" + }, + { + "id": 103639, + "slug": "the-adoration-of-the-magi-melchior-caspar-and-balthasar", + "title": "The Adoration of the Magi: Melchior, Caspar, and Balthasar" + }, + { + "id": 103643, + "slug": "commemoration-of-the-shepherds-in-bethlehem-who-were-watching-th", + "title": "Commemoration of the Shepherds in Bethlehem who were watching their flocks, and went to see the Lord" + }, + { + "id": 103644, + "slug": "priestmonk-jonah-the-martyr-of-pechenga", + "title": "Priestmonk Jonah the Martyr of Pechenga" + } + ], + "2026-12-26": [ + { + "id": 103647, + "slug": "second-day-of-the-nativity-of-our-lord", + "title": "Second Day of the Nativity of our Lord" + }, + { + "id": 103648, + "slug": "synaxis-of-the-most-holy-mother-of-god", + "title": "Synaxis of the Most Holy Mother of God" + }, + { + "id": 103649, + "slug": "hieromartyr-euthymius-bishop-of-sardis", + "title": "Hieromartyr Euthymius, Bishop of Sardis" + }, + { + "id": 103650, + "slug": "venerable-constantine-of-synnada", + "title": "Venerable Constantine of Synnada" + }, + { + "id": 103651, + "slug": "venerable-evarestus-of-the-studion-monastery", + "title": "Venerable Evarestus of the Studion Monastery" + }, + { + "id": 103652, + "slug": "saint-ikodemos-the-sanctified-of-tismana-romania", + "title": "Saint \u039dikodemos the Sanctified of Tismana, Romania" + }, + { + "id": 103653, + "slug": "hieromartyr-constantine-the-russian-of-lavra-on-mount-athos", + "title": "Hieromartyr Constantine the Russian of Lavra on Mount Athos" + }, + { + "id": 108175, + "slug": "bethlehem-icon-of-the-mother-of-god", + "title": "\u201cBethlehem\u201d Icon of the Mother of God" + }, + { + "id": 103657, + "slug": "icon-of-the-mother-of-god-the-blessed-womb", + "title": "Icon of the Mother of God \u201cthe Blessed Womb\u201d" + }, + { + "id": 148997, + "slug": "venerable-isaac-ii-of-optina", + "title": "Venerable Isaac II of Optina" + } + ], + "2026-12-27": [ + { + "id": 86, + "slug": "commemoration-of-the-holy-righteous-david-the-king-joseph-the-be", + "title": "Commemoration of the Holy Righteous David the King, Joseph the Betrothed, and James the Brother of the Lord" + }, + { + "id": 85, + "slug": "holy-righteous-joseph-the-betrothed", + "title": "Holy Righteous Joseph the Betrothed" + }, + { + "id": 88, + "slug": "holy-righteous-david-the-king", + "title": "Holy Righteous David the King" + }, + { + "id": 87, + "slug": "righteous-james-the-brother-of-the-lord", + "title": "Righteous James the Brother of the Lord" + }, + { + "id": 103658, + "slug": "third-day-of-the-nativity-of-our-lord", + "title": "Third Day of the Nativity of our Lord" + }, + { + "id": 103659, + "slug": "protomartyr-and-archdeacon-stephen", + "title": "Protomartyr and Archdeacon Stephen" + }, + { + "id": 103660, + "slug": "venerable-theodore-graptus-the-branded-confessor", + "title": "Venerable Theodore Graptus, \u201cthe branded,\u201d Confessor" + }, + { + "id": 103662, + "slug": "saint-theodore-archbishop-of-constantinople", + "title": "Saint Theodore, Archbishop of Constantinople" + }, + { + "id": 108901, + "slug": "all-merciful-kykko-icon-of-the-mother-of-god", + "title": "\u201cAll-Merciful Kykko\u201d Icon of the Mother of God" + } + ], + "2026-12-28": [ + { + "id": 103663, + "slug": "afterfeast-of-the-nativity-of-our-lord-and-savior-jesus-christ", + "title": "Afterfeast of the Nativity of our Lord and Savior Jesus Christ" + }, + { + "id": 103664, + "slug": "20000-martyrs-of-nicomedia", + "title": "20,000 Martyrs of Nicomedia" + }, + { + "id": 103678, + "slug": "venerable-ignatius-of-loma-and-yaroslav", + "title": "Venerable Ignatius of Loma and Yaroslav" + }, + { + "id": 103679, + "slug": "apostle-nicanor-the-deacon-of-the-seventy", + "title": "Apostle Nicanor the Deacon of the Seventy" + }, + { + "id": 103680, + "slug": "venerable-simon-the-myrrh-gusher-of-mount-athos", + "title": "Venerable Simon the Myrrh-gusher of Mount Athos" + }, + { + "id": 100316, + "slug": "hieromartyr-ikdmos-bishop-of-belgorod", + "title": "Hieromartyr \u039dik\u03ccd\u0113mos, Bishop of Belgorod" + } + ], + "2026-12-29": [ + { + "id": 103681, + "slug": "afterfeast-of-the-nativity-of-our-lord-and-savior-jesus-christ", + "title": "Afterfeast of the Nativity of our Lord and Savior Jesus Christ" + }, + { + "id": 103682, + "slug": "14000-infants-the-holy-innocents-slain-by-herod-at-bethlehem", + "title": "14,000 Infants (the Holy Innocents) slain by Herod at Bethlehem" + }, + { + "id": 103683, + "slug": "venerable-marcellus-abbot-of-the-monastery-of-the-unsleeping-one", + "title": "Venerable Marcellus, Abbot of the Monastery of the \u201cUnsleeping Ones\u201d" + }, + { + "id": 103684, + "slug": "venerable-mark-the-grave-digger-theophilus-and-john-of-the-kiev", + "title": "Venerable Mark the Grave-Digger, Theophilus, and John, of the Kiev Near Caves" + }, + { + "id": 103687, + "slug": "venerable-theophilos-and-jacob-wonderworkers-of-omuch", + "title": "Venerable Theophilos and Jacob, wonderworkers of Omuch" + }, + { + "id": 103688, + "slug": "venerable-thaddeus-the-confessor-of-the-studion", + "title": "Venerable Thaddeus the Confessor of the Studion" + }, + { + "id": 100019, + "slug": "all-orthodox-christians-who-died-as-martyrs-for-the-glory-of-chr", + "title": "All Orthodox Christians who died as martyrs for the glory of Christ by hunger, thirst, freezing, and by the sword" + }, + { + "id": 100304, + "slug": "venerable-basilisk-the-hesychast-of-siberia", + "title": "Venerable Basilisk the Hesychast of Siberia" + } + ], + "2026-12-30": [ + { + "id": 103689, + "slug": "afterfeast-of-the-nativity-of-our-lord-and-savior-jesus-christ", + "title": "Afterfeast of the Nativity of our Lord and Savior Jesus Christ" + }, + { + "id": 103691, + "slug": "virgin-martyr-anysia-at-thessalonica", + "title": "Virgin Martyr Anysia at Thessalonica" + }, + { + "id": 103692, + "slug": "martyr-zoticus-the-keeper-of-orphans", + "title": "Martyr Zoticus the Keeper of Orphans" + }, + { + "id": 103693, + "slug": "apostle-timon-the-deacon-of-the-seventy", + "title": "Apostle Timon the Deacon of the Seventy" + }, + { + "id": 103694, + "slug": "martyr-philetairus-of-nicomedia", + "title": "Martyr Philetairus of Nicomedia" + }, + { + "id": 103695, + "slug": "venerable-theodora-of-caesarea-in-cappadocia", + "title": "Venerable Theodora of Caesarea, in Cappadocia" + }, + { + "id": 103696, + "slug": "venerable-theodora-of-constantinople", + "title": "Venerable Theodora of Constantinople" + }, + { + "id": 103697, + "slug": "monastic-martyr-gideon-of-karakalou-mount-athos", + "title": "Monastic Martyr Gideon of Karakalou, Mount Athos" + }, + { + "id": 103698, + "slug": "saint-macarius-metropolitan-of-moscow-and-all-russia", + "title": "Saint Macarius, Metropolitan of Moscow and All Russia" + }, + { + "id": 205435, + "slug": "opening-of-the-relics-of-saint-daniel-of-pereyaslavl", + "title": "Opening of the relics of Saint Daniel of Pereyaslavl" + } + ], + "2026-12-31": [ + { + "id": 103699, + "slug": "leavetaking-of-the-nativity-of-our-lord", + "title": "Leavetaking of the Nativity of our Lord" + }, + { + "id": 103701, + "slug": "venerable-melania-the-younger-of-rome", + "title": "Venerable Melania the Younger of Rome" + }, + { + "id": 103702, + "slug": "venerable-cyriacus-of-bisericani-romania", + "title": "Venerable Cyriacus of Bisericani, Romania" + }, + { + "id": 103703, + "slug": "venerable-cyriacus-of-tazlau-romania", + "title": "Venerable Cyriacus of Tazlau, Romania" + }, + { + "id": 205436, + "slug": "saint-theophylactus-of-ochrid", + "title": "Saint Theophylactus of Ochrid" + }, + { + "id": 205473, + "slug": "venerable-sabiana-abbess-of-the-samtskhe-monastery", + "title": "Venerable Sabiana, Abbess of the Samtskhe Monastery" + }, + { + "id": 108073, + "slug": "saint-dositheus-the-confessor-bishop-of-serbia", + "title": "Saint Dositheus the Confessor, Bishop of Serbia" + }, + { + "id": 100208, + "slug": "unfading-flower-icon-of-the-mother-of-god-at-ardatov", + "title": "\u201cUnfading Flower\u201d Icon of the Mother of God at Ardatov" + } + ] +} \ No newline at end of file diff --git a/data/oca_readings_diff-2023.json b/data/oca_readings_diff-2023.json new file mode 100644 index 00000000..f80204fc --- /dev/null +++ b/data/oca_readings_diff-2023.json @@ -0,0 +1,84 @@ +[ + { + "date": "2023-01-05", + "labels": [], + "missing": [ + "HEB10:35", + "LUKE21:28" + ], + "extra": [] + }, + { + "date": "2023-01-07", + "labels": [ + "Saturday After", + "Forerunner" + ], + "missing": [ + "EPH5:1", + "LUKE13:18" + ], + "extra": [] + }, + { + "date": "2023-03-25", + "labels": [ + "Theotokos" + ], + "missing": [ + "HEB6:9", + "MARK7:31" + ], + "extra": [] + }, + { + "date": "2023-04-13", + "labels": [ + "Matins", + "Vespers", + "Composite" + ], + "missing": [], + "extra": [ + "JOHN13:1", + "JOHN13:12" + ] + }, + { + "date": "2023-05-25", + "labels": [], + "missing": [], + "extra": [ + "2COR4:6", + "MATT11:2" + ] + }, + { + "date": "2023-06-11", + "labels": [], + "missing": [], + "extra": [ + "ACTS11:19", + "LUKE10:16" + ] + }, + { + "date": "2023-10-31", + "labels": [ + "St. John Kochurov" + ], + "missing": [], + "extra": [ + "LUKE11:34" + ] + }, + { + "date": "2023-11-05", + "labels": [], + "missing": [], + "extra": [ + "1COR12:27", + "MATT10:1" + ] + } +] \ No newline at end of file diff --git a/data/oca_readings_diff-2024.json b/data/oca_readings_diff-2024.json new file mode 100644 index 00000000..3d77609c --- /dev/null +++ b/data/oca_readings_diff-2024.json @@ -0,0 +1,109 @@ +[ + { + "date": "2024-01-05", + "labels": [], + "missing": [ + "JAS2:1", + "LUKE16:15" + ], + "extra": [] + }, + { + "date": "2024-01-13", + "labels": [ + "Saturday After" + ], + "missing": [ + "LUKE10:19" + ], + "extra": [ + "LUKE10:16" + ] + }, + { + "date": "2024-02-29", + "labels": [], + "missing": [], + "extra": [ + "1JOHN2:18", + "MARK11:1" + ] + }, + { + "date": "2024-03-26", + "labels": [ + "Theotokos" + ], + "missing": [ + "HEB2:11", + "LUKE1:24" + ], + "extra": [] + }, + { + "date": "2024-04-30", + "labels": [ + "Matins", + "Vespers", + "Presanctified" + ], + "missing": [], + "extra": [ + "ACTS12:1", + "LUKE5:1" + ] + }, + { + "date": "2024-05-02", + "labels": [ + "Matins", + "Vespers", + "Composite" + ], + "missing": [], + "extra": [ + "JOHN13:1", + "JOHN13:12" + ] + }, + { + "date": "2024-05-03", + "labels": [ + "Vespers", + "Vespers" + ], + "missing": [], + "extra": [ + "HEB13:7", + "MATT11:27" + ] + }, + { + "date": "2024-10-31", + "labels": [ + "St. John Kochurov" + ], + "missing": [], + "extra": [ + "LUKE11:47" + ] + }, + { + "date": "2024-11-03", + "labels": [], + "missing": [], + "extra": [ + "1COR12:27", + "MATT10:1" + ] + }, + { + "date": "2024-12-24", + "labels": [], + "missing": [ + "1TIM5:11", + "MARK11:11" + ], + "extra": [] + } +] \ No newline at end of file diff --git a/data/oca_readings_diff-2025.json b/data/oca_readings_diff-2025.json new file mode 100644 index 00000000..ab503a24 --- /dev/null +++ b/data/oca_readings_diff-2025.json @@ -0,0 +1,66 @@ +[ + { + "date": "2025-01-01", + "labels": [ + "Circumcision", + "Saint" + ], + "missing": [ + "2TIM4:9", + "MARK12:28" + ], + "extra": [] + }, + { + "date": "2025-01-04", + "labels": [ + "Saturday Before" + ], + "missing": [], + "extra": [ + "EPH1:16", + "LUKE18:2" + ] + }, + { + "date": "2025-04-17", + "labels": [ + "Matins", + "Vespers", + "Composite" + ], + "missing": [], + "extra": [ + "JOHN13:1", + "JOHN13:12" + ] + }, + { + "date": "2025-10-31", + "labels": [ + "St. John Kochurov" + ], + "missing": [], + "extra": [ + "LUKE11:23" + ] + }, + { + "date": "2025-11-02", + "labels": [], + "missing": [], + "extra": [ + "1COR12:27", + "MATT10:1" + ] + }, + { + "date": "2025-12-24", + "labels": [], + "missing": [ + "HEB5:11", + "MARK10:11" + ], + "extra": [] + } +] \ No newline at end of file diff --git a/data/oca_readings_diff-2026.json b/data/oca_readings_diff-2026.json new file mode 100644 index 00000000..58cdbc0d --- /dev/null +++ b/data/oca_readings_diff-2026.json @@ -0,0 +1,112 @@ +[ + { + "date": "2026-01-01", + "labels": [ + "Circumcision", + "Saint" + ], + "missing": [ + "HEB10:35", + "MARK11:27" + ], + "extra": [] + }, + { + "date": "2026-01-03", + "labels": [ + "Saturday Before" + ], + "missing": [], + "extra": [ + "EPH5:1", + "LUKE17:3" + ] + }, + { + "date": "2026-01-05", + "labels": [], + "missing": [ + "HEB11:17", + "MARK8:11" + ], + "extra": [] + }, + { + "date": "2026-03-26", + "labels": [ + "Theotokos" + ], + "missing": [ + "HEB2:11", + "LUKE1:24" + ], + "extra": [] + }, + { + "date": "2026-04-07", + "labels": [ + "Matins", + "Vespers", + "Presanctified" + ], + "missing": [], + "extra": [ + "MATT22:15", + "JOHN10:9" + ] + }, + { + "date": "2026-04-09", + "labels": [ + "Matins", + "Vespers", + "Composite" + ], + "missing": [], + "extra": [ + "JOHN13:1", + "JOHN13:12" + ] + }, + { + "date": "2026-05-21", + "labels": [], + "missing": [], + "extra": [ + "ACTS26:1", + "JOHN10:1" + ] + }, + { + "date": "2026-10-31", + "labels": [ + "St. John Kochurov" + ], + "missing": [], + "extra": [ + "HEB13:7", + "LUKE8:16", + "LUKE12:32" + ] + }, + { + "date": "2026-11-08", + "labels": [ + "Angels" + ], + "missing": [], + "extra": [ + "1COR12:27", + "MATT10:1" + ] + }, + { + "date": "2026-12-24", + "labels": [], + "missing": [ + "HEB10:35", + "MARK10:17" + ], + "extra": [] + } +] \ No newline at end of file diff --git a/data/oca_readings_diff-2027.json b/data/oca_readings_diff-2027.json new file mode 100644 index 00000000..e0f80f88 --- /dev/null +++ b/data/oca_readings_diff-2027.json @@ -0,0 +1,111 @@ +[ + { + "date": "2027-01-01", + "labels": [ + "Circumcision", + "Saint" + ], + "missing": [ + "JAS2:1", + "MARK12:1" + ], + "extra": [] + }, + { + "date": "2027-01-02", + "labels": [ + "Saint", + "Saturday Before" + ], + "missing": [], + "extra": [ + "COL1:3", + "LUKE17:3" + ] + }, + { + "date": "2027-01-05", + "labels": [], + "missing": [ + "JAS3:1", + "LUKE17:26" + ], + "extra": [] + }, + { + "date": "2027-01-09", + "labels": [ + "Saturday After" + ], + "missing": [ + "LUKE10:19" + ], + "extra": [ + "LUKE10:16" + ] + }, + { + "date": "2027-04-29", + "labels": [ + "Matins", + "Vespers", + "Composite" + ], + "missing": [], + "extra": [ + "JOHN13:1", + "JOHN13:12" + ] + }, + { + "date": "2027-04-30", + "labels": [ + "Vespers", + "Vespers" + ], + "missing": [], + "extra": [ + "ACTS12:1", + "LUKE5:1" + ] + }, + { + "date": "2027-10-31", + "labels": [ + "St. John Kochurov" + ], + "missing": [], + "extra": [ + "LUKE8:26" + ] + }, + { + "date": "2027-11-07", + "labels": [], + "missing": [], + "extra": [ + "1COR12:27", + "MATT10:1" + ] + }, + { + "date": "2027-12-24", + "labels": [], + "missing": [ + "2TIM1:1", + "MARK10:23" + ], + "extra": [] + }, + { + "date": "2027-12-26", + "labels": [ + "Sunday After" + ], + "missing": [], + "extra": [ + "HEB2:11", + "MATT2:13" + ] + } +] \ No newline at end of file diff --git a/docs/fasting-refactor-scope.md b/docs/fasting-refactor-scope.md new file mode 100644 index 00000000..31fe4258 --- /dev/null +++ b/docs/fasting-refactor-scope.md @@ -0,0 +1,106 @@ +# Scoping a fasting-model refactor + +Written 2026-09-02, while the reasoning was fresh. **Nothing here is +implemented.** It came out of investigating why Jul 24 lacked a wine-and-oil +allowance (`docs/oca-audit.md`), which ended with Brian's observation that +combining the two cycles ought to be arithmetic and clearly is not. + +## The diagnosis + +`Day.fast_exception` is one integer doing three unrelated jobs: + +1. **A dietary rung** -- what may be eaten. Indices 1, 2, 5, 6, 7, 11. +2. **A precedence claim.** Indices 3 and 4 are dietarily identical to 1 and 2 + and exist only to win a comparison. orthodox_calendar's own reference says + so outright: `3 Wine & Oil Allowed (cannot be overriden by 2)`, + `4 Fish, Wine & Oil Allowed (overrides 3)`. +3. **A sentinel.** `0` is "no annotation", `10` is "no overrides". Neither is a + diet. + +The two cycles are then combined with + +```python +self.fast_exception = max(d.fast_exception for d in self.days) +``` + +Because jobs 2 and 3 are encoded in the magnitude, that `max()` cannot be +arithmetic on leniency, and is not. It resolves: + +| collision | max | result | which side won | +|---|---|---|---| +| 1, 2 | 2 | Fish, wine, oil | the more lenient | +| 2, 3 | 3 | Wine and oil | the **stricter** | +| 1, 9 | 9 | Strict | the stricter | +| 2, 10 | 10 | Strict | the stricter | +| 1, 11 | 11 | Fast free | the more lenient | +| 7, 1 | 7 | Meat fast | the more lenient | +| 8, 2 | 8 | Wine and oil | the **stricter** | + +It is a priority encoding whose integer ordering was reverse-engineered so that +`max()` picks the intended winner in each known collision. Everything it gets +wrong is then patched in `_apply_fasting_adjustments`, which is why that method +reads as a pile of weekday and season special cases rather than a rule -- and +why adding one more patch to it felt wrong enough to stop. + +## The clean ladder already exists, and is unused + +`datetools.DietaryAllowance` is exactly the monotonic strict-to-free ladder this +wants, with `FAST_EXCEPTION_TO_DIETARY_ALLOWANCE` mapping every legacy index +onto it. Its own docstring says `FastExceptions` "mixes real dietary rungs with +app-internal bookkeeping values". + +It is referenced in **one line of the application** -- `day.py`'s +`fast_abstentions_desc`, for display. The combination logic never sees it. + +## The shape to aim at + +Separate the three jobs, then combine arithmetically: + +- Resolve each contributing row to a `DietaryAllowance` rung. +- Combine with a stated rule rather than an emergent one. The natural one is + that the Paschal cycle sets a floor and the festal cycle may lift it, with + most-lenient-wins among festal rows. +- Make "no overrides" an explicit flag on the row, not a larger integer. +- Keep `fast_exception` as a presentation concern if the API must stay + compatible -- `short_display` showed that these fields are public + (`calendarium/api.py`), so the legacy index probably has to survive at the + serialisation boundary even if it stops driving anything. + +Most of `_apply_fasting_adjustments` should then dissolve: the weekday cases +become a season's floor for Wednesday and Friday, and the rank cases become "a +commemoration of rung N lifts the floor to N". + +## Scale + +Small, which is the encouraging part. Of 858 `Day` rows the awkward values are +16 at index 3, 5 at index 4, 8 at index 10 and 2 at index 8 -- about 30 rows. +The bulk are index 0 (718), 11 (36), 2 (34) and 1 (27). + +## How to do it safely + +1. **Characterisation test first.** Pin the current fasting output -- + `fast_level`, `fast_exception`, `fast_abstentions_desc` -- for every day of + several years in both traditions. Refactor until it is byte-identical, then + change behaviour deliberately and visibly. +2. The Greek path has its own `_apply_fasting_adjustments`, so both need + covering. +3. The API exposes these fields; check `calendarium/tests/data/january.json` and + the API schema before changing anything user-visible. + +## What is deliberately *not* in scope + +The rank questions that surfaced during the investigation are behaviour +decisions, not refactoring, and should be settled separately once the model can +express them cleanly: + +- Whether an ordinary Wednesday or Friday takes wine and oil for a + polyeleos-rank commemoration. **A rule for this was added and then backed out** + before shipping, precisely because it was another patch on the pile. Evidence + stands at seven confirmations from holytrinityorthodox.com plus Brian's St + Tikhon's calendar, against OCA's published guidelines, which call such + relaxations "local variations". See `docs/oca-audit.md`. +- Whether the threshold is doxology (level 3) rather than polyeleos (level 4), + and whether vigil rank (level 5) should take fish. The Typikon text OCA quotes + uses exactly those two ranks, but scoped to the Apostles' and Nativity fasts. +- Implementing that Typikon rule inside those two fasts, where it *is* stated. + The current code there only ever reduces an exception, never grants one. diff --git a/docs/oca-audit.md b/docs/oca-audit.md new file mode 100644 index 00000000..3be64ece --- /dev/null +++ b/docs/oca-audit.md @@ -0,0 +1,906 @@ +# Auditing the Slavic data against oca.org + +The Slavic readings have been in this app since long before the Greek tradition +was added, and they were never measured against their own source the way Greek +was measured against goarch.org (`docs/greek-lectionary.md`, which took Greek +from 96.1% to 99.1%). This is that measurement. + +**Current state, five years harvested (2023-2027): 97.0% to 98.2% a year.** +Nearly every remaining difference is one unmodelled rule rather than a +collection of separate mistakes. See "Five years changes the diagnosis" below; +**one year was actively misleading** about which dates matter. + +| year | dates | match | differ | +|---|---|---|---| +| 2023 | 338 | 330 | 8 | +| 2024 | 338 | 328 | 10 | +| 2025 | 337 | 331 | 6 | +| 2026 | 339 | 329 | 10 | +| 2027 | 338 | 328 | 10 | + +## Sources + +| what | URL | cost | +|---|---|---| +| a year of Liturgy readings | `/readings/monthly/YYYY/MM` | 12 pages | +| one day, all services | `/readings/daily/YYYY/MM/DD` | 1 page | +| one day's commemorations | `/saints/lives/YYYY/MM/DD` | 1 page | + +oca.org's `robots.txt` allows all of these — it disallows only two unrelated +paths — and asks for `Crawl-delay: 10`, which `tools/oca/fetch.py` honours and +caches around. + +**It 403s some user agents on a keyword match.** A UA containing the word +"harvester" is refused, as is `python-urllib/3.14`; an honest self-identifying +string is served fine. That is a crude keyword filter, not an access policy — +robots.txt is the policy. Identify yourself properly; do not impersonate a +browser. + +## Two traps in the monthly tables + +Both of these produced confidently wrong numbers before being caught. + +**The columns are not positionally stable.** January and May–December give four +cells a row; February, March and April give five. The extra column is not +consistently anything — on 2/1 it is empty with the Epistle and Gospel after +it, while on 2/18 a Lenten day's two Old Testament lessons sit in the very +cells a Liturgy day uses for Epistle and Gospel. Reading slots off column +numbers swaps Epistle and Gospel for a third of the year: it scored the app at +**73.7%** when the true figure was far higher. Classify by book instead — +`tools/oca/refs.py:slot()`. + +**"Slot" is two axes, and the two sources name different ones.** A reading has +a *kind* — Gospel, Epistle, Prophecy — and a *service* it is read at. These are +independent. Holy Week's Bridegroom readings are Gospels **and** are read at +Matins; oca.org's `(Matins)` names the service and the app's `Gospel` names the +kind, and neither is wrong. + +The app's `source` is compositional over both axes, with either omissible: + +| source | service | kind | rows | +|---|---|---|---| +| `Gospel` | Liturgy, implied | Gospel | 617 | +| `Vespers` | Vespers | Old Testament in practice — see below | 358 | +| `Matins Gospel` | Matins | Gospel | 72 | +| `6th Hour, Epistle` | Sixth Hour | Epistle | 4 | + +So a bare `Gospel` means *Liturgy* Gospel by default. Six Holy Week rows are the +exception: the four Bridegroom gospels and the two at the Washing of the Feet +carry `source='Gospel'` and name their service in `desc` instead +(`Bridegroom`, `At the Washing of the Feet`). A reader loses nothing — the desc +is displayed — but a matcher keying on `source` alone reads them as Liturgy +gospels. + +This is why excluding oca.org's service-labelled rows to compensate made things +*worse* — 95.6%, with false differences on exactly the hardest days. The two +sources were being asked to agree on an axis neither was consistently naming. + +**`Vespers` implies Old Testament, and its exceptions are principled.** Of 359 +Vespers rows, 320 (89%) are Old Testament lessons. The exceptions are not +noise: + +- **38 are Catholic Epistles on apostolic feasts** — three lessons from James + for St James, three from 1 Peter for St Peter, three from 1 John for St John, + three from Jude. On an apostle's feast the three Old Testament lessons are + replaced by three from the catholic epistles, which is exactly what these + are. Correct as stored. +- **1 is a genuine Vespers Gospel**, `John 20:19-25`, with its own `source` + value saying so. + +So the useful rule for reading this data is that a bare `Vespers` means an Old +Testament lesson unless the day is an apostle's feast. Useful in both +directions: an unexplained New Testament reading under `Vespers` on a +non-apostolic day would be worth a second look. + +One classifier note: 38 Vespers rows are composite lessons whose display names +books and chapters but no verse — `Composite 2 - Proverbs 10, 3, 8`. `canon()` +needs a chapter:verse and returns nothing for them, so `refs.classify()` falls +back to the book name. They can be *classified* but never *matched* by +citation; all 38 are Old Testament, so nothing in this audit turns on them. + +So the audit does not pair readings by slot at all. It asks two questions +separately: + +- **missing** — oca.org lists it and the app has it nowhere. A real gap. +- **extra** — the app shows it as an Epistle or Gospel and oca.org lists + nothing like it. Restricted to those two sources so the app's much fuller + Vespers and Hours data is not counted against it. + +## What differs + +Every date below was confirmed against `/readings/daily/`, which lists all +services, in case the monthly table was abbreviating. It was not. + +### 1. The ordinary daily cycle on feast days — 4 dates, one rule + +The app and oca.org disagree about whether the ordinary daily-cycle reading is +*also* read when a feast or its eve claims the day. Both directions occur: + +| date | day | oca.org | the app | +|---|---|---|---| +| Jan 1 | Circumcision + St Basil | reads `Heb 10:35-11:7` / `Mark 11:27-33` as well | omits it | +| Jan 5 | Eve of Theophany | reads `Heb 11:17-23,27-31` / `Mark 8:11-21` as well | omits it | +| Dec 24 | Eve of Nativity | reads `Heb 10:35-11:7` / `Mark 10:17-27` as well | omits it | +| Jan 3 | Saturday before Theophany | reads **only** `1 Tim 3:14-4:5` / `Matt 3:1-11` | adds `Eph 5:1-8` / `Luke 17:3-10` | + +The first three are one rule and the fourth is its mirror, which is what makes +this worth fixing as a rule rather than four data rows: on a *feast or eve* the +ordinary reading survives alongside the festal one, and on a *Saturday or +Sunday before or after* a great feast it is replaced. The app currently has it +backwards in both cases. + +Not yet implemented — the fix belongs in the reading-selection logic, and the +rule above is inferred from four dates in one year. **Confirm it across several +years before coding it**, the same standard the Greek work held to. + +### 2. Readings the app shows on days oca.org gives to Holy Week — 3 dates + +| date | day | the app also shows | +|---|---|---| +| Apr 7 | Great and Holy Tuesday | `Matt 22:15` (Bridegroom), `John 10:9` (St Tikhon) | +| Apr 9 | Great and Holy Thursday | `John 13:1-11`, `John 13:12-17` (the Washing of the Feet) | +| Oct 31 | — | `Heb 13:7`, `Luke 8:16`, `Luke 12:32`; oca.org has `John 10:9` | + +Apr 7 is the informative one. The Repose of St Tikhon falls on Great and Holy +Tuesday in 2026, and oca.org gives him no readings at all — Holy Week +suppresses them. The app serves them. This is a ranking question, not a data +error, and it is the same shape as the fast-exception ranking work in +`docs/greek-fasting.md`. + +The two foot-washing gospels on Apr 9 are genuinely served, and the app has +them right — they are Gospels, read at the Washing of the Feet, and `desc` says +so. They surface here only because oca.org's monthly table does not list them +and the audit's "extra" direction keys on `source`, where they look like +Liturgy gospels. Nothing to fix; see the two-axis note above. + +### 3. Single dates, not yet explained — 3 dates + +`2026-03-26` (missing `Heb 2:11` / `Luke 1:24`), `2026-05-21` (extra +`Acts 26:1` / `John 10:1`), `2026-11-08` (extra `1 Cor 12:27` / `Matt 10:1`). +All three are feast-adjacent — the Synaxis of Gabriel, Constantine and Helen, +and the Synaxis of the Archangel Michael. They may well fall under group 1 once +that rule is confirmed across more years. + +## What this does not cover + +The monthly tables give the Liturgy, plus Vespers Old Testament lessons in the +Lenten months only. **Matins is not covered at all, and Vespers only partly**, +so a clean report here says nothing about them. The app's Vespers and Hours +data is far fuller than anything checked here. + +`/readings/daily/` *does* list every service — Jan 1 returns all ten readings +including the Vespers and Matins ones — and would support a complete audit at +365 requests a year rather than 12. That is the obvious next step if the +Liturgy-level gaps above turn out to be worth chasing. + +Only 2026 has been audited. One year is enough to find a rule but not to +confirm one. + +# Composite readings: recovering the verse selections + +The `Composite` table holds 24 hand-entered readings in Archimandrite Ephrem +Lash's translation (`~/src/anastasis`). Each is stitched from verses that no +plain reference names, and until now most carried only a chapter-level +`sdisplay` — `Prov 10, 3, 8`, `Isa 40, 41, 45, 48, 54`. Those are inert, +because a composite pericope resolves through the table rather than through +`sdisplay`, but they are wrong if resolved: `Isa 40, 41, 45, 48, 54` fetches +123 verses where the reading is ten. + +**Nobody publishes the selection.** Ephrem writes "and selection"; oca.org +titles a composite by chapter and numbers its *parts* (1, 2, 3) where an +ordinary reading gets true verse numbers; orthodox_calendar stores opaque +`NNNMM` part keys. The text is the only record of what a composite contains. + +## Method + +oca.org publishes the same composite corpus under the same numbering — +verified word-for-word identical to orthodox_calendar on Composites 17 and 18, +181 and 209 words with zero differences. It is *not* Ephrem's translation, so +it is useless as replacement text, but it is excellent evidence of **which +verses** a composite covers. + +So each composite was read against our Bible by eye, part by part, and the +selection written down. Deliberately not by similarity threshold: the numbers +below are a check on a reading already done, not the thing that made the +decision. Composite 18's error was found by reading, and no threshold would +have flagged it. + +Fidelity is measured as word-level similarity between oca.org's text and our +LXX2012-WEB rendering of the derived reference. **The sixteen specs that were +already precise score 59–78%**, so that band is what a correct selection looks +like; the gap from 100% is translation, not selection. + +## Results + +| composite | was | now | fidelity | | +|---|---|---|---|---| +| 13 — 3 Kgs 18, 19 | 62% | `18:1, 17-46; 19:1-16` | **74%** | in band | +| 8 — Isaiah | 11% | `40:1-3, 9; 41:17-18; 45:8; 48:20-21; 54:1` | **66%** | in band | +| 2 — Proverbs | 17% | `10:7, 6; 3:13-16; 8:32, 34-35, 4, 12, 14, 17, 5-9` | **64%** | in band | +| 3 — Wisdom | 24% | `4:7, 16-17, 19-20; 5:1-7` | 56% | marginal | +| 9 — Malachi | 34% | `3:1-3, 5-7, 12, 17-18; 4:6, 4-5` | 54% | marginal | +| 6 — Exodus/Lev/Num | 15% | `Exod 13:1-3, 11-12, 14-16; Lev 12:2-4, 6-8; Num 8:16-17` | 53% | marginal | +| 4 — Prov/Wisdom | 15% | `Prov 10:31-32; Wis 6:12-16; 7:30; 8:2-4, 7-8; 9:1-5, 10-11, 14` | 44% | not stored | +| 5 — Wisdom | 17% | `4:1, 14; 6:12, 17-18, 21-22; 7:15, 22, 26-27, 29-30; 2:1, 10-20` | 37% | not stored | + +**None of the derived specs are stored.** They are recorded above as research, +and the decision (2026-08-28) was to keep the composite mechanism as it is: +Ephrem's text for the 22 that have it, and the zero-width-space fall-through +for 17 and 18. + +That decision follows from the table. Only three of eight derivations reach the +band a correct selection occupies, and the other five sit below it -- so there +is no clean path to references, and a partial conversion would render some +composites in the reader's translation and others in Ephrem's, on the same +page, for no gain in what the reader sees.Storing them was tried and reverted for a reason worth keeping in mind: +`sdisplay` is not a private note. `calendarium/api.py` publishes it as the +API's `short_display`, documented as "the scripture reference with abbreviated +book name". For a composite there is no such reference, and the loose form is +what oca.org itself prints as the title -- so an enumerated 54-character guess +would both break with convention and assert a precision measured at 53-64%. +Composite 5's derived spec was also 67 characters against the column's +`max_length=64`. + +(Three *pre-existing* sdisplay values already exceed that limit -- the Holy Week +composite gospels at pks 116, 120 and 1013, 72-73 characters each. SQLite does +not enforce max_length so they work, but they would fail validation or another +backend.) + +**Composites 4 and 5 should not be converted to references.** Their low scores +are not a failure to find the right verses — adding candidate verses made them +*worse*, 44%→43%→40% and 37%→37%→35%. They are free adaptations rather than +selections, condensing and reordering within verses, so no reference can +represent them. Composite 2's part [2] shows the pattern at its most extreme +even where the verses are findable: 8:32, then 34-35, then 4, 12, 14, 17. + +Two notes on the ordering, both already handled: `bible.models.lookup_reference` +renders out-of-order segments in the order written (see `calendarium/models.py`), +and Composite 9's third part really does run 4:6 before 4:4-5. + +## Where this leaves the composites + +Unchanged, deliberately. Ephrem's text stays, and 17 and 18 keep falling +through to a scripture reference. Two corrections did land, because neither is +inference: + +- **Composite 18** was `3 Kgs 7:51-8:1, 8:4-7, 9-11`, which included a verse + oca.org's text does not have and omitted one it does. Now + `3 Kgs 8:1, 3-7, 9-11`. This one is *functional* -- it is a fall-through, so + the range is what readers actually get. +- **Composite 24** was `Lev 26`, the whole 46-verse chapter, where the reading + is 21 verses. Ephrem spells this one out in full, so the spec is his rather + than derived. + +The remaining six loose `sdisplay` values are left as they are. They are +inert -- those pericopes resolve through the Composite table -- and the trap +they would pose if resolved is recorded in `calendarium/models.py`. + +Composites 17 and 18 remain the two with no Ephrem text at all: they are the +Slavic propers for the Entrance of the Theotokos, absent from his +Prophetologion, which assigns the Greek Marian set to that feast instead. + + +# Five years changes the diagnosis (2026-08-28) + +The sections above were written from 2026 alone. Harvesting 2023-2027 and +cross-tabulating by month-day corrected two conclusions: + +| date | years differing | | +|---|---|---| +| **10-31** | **5 of 5** | filed above as a one-off single date | +| 01-05 Eve of Theophany | 4 of 5 | | +| 12-24 Eve of Nativity | 4 of 5 | | +| 01-01 Circumcision | 3 of 5 | | +| 01-02, 01-03, 01-04 | 1 each | not three dates -- the Saturday before Theophany moving | + +Jan 3 is not a fixed-date problem; it is whichever day the Saturday before +Theophany lands on. And Oct 31 is not a one-off; it is the single most +consistent difference in the whole audit. **One year of data is enough to find +a candidate and not enough to rank it.** + +## Fixed: St John Kochurov, Oct 31 + +oca.org gives him a proper Gospel and no proper Epistle. The Epistle differs +every year -- Col 2:20-3:3, Phil 1:20-27, Col 2:1-7, 2 Cor 5:1-10, +2 Cor 11:31-12:9 -- which is what proves it is the ordinary daily reading; the +Gospel is `John 10:9-16` in all five. + +The app had `Heb 13:7-16` and `Luke 12:32-40`, both plausible hieromartyr +commons. Gospel repointed, Epistle row removed. Oct 31 now differs by one +citation a year instead of three. + +(When checking locally, note that `loaddata` is additive: it will not remove a +deleted row from an existing dev database, and the audit kept reporting the +removed Epistle until it was deleted explicitly. Production rebuilds from the +fixture at image build, so it is unaffected.) + +## The remaining rule, and why it is not implemented + +Everything still differing is one question: **does the ordinary daily reading +coexist with a proper one?** It runs both ways. + +- The app *drops* the daily reading where oca.org keeps it -- Jan 1, Jan 5, + Dec 24. +- The app *keeps* it where oca.org replaces it -- Oct 31, and the moving + Saturday before Theophany. + +Implementing it would close roughly 4-5 of the 6-10 differing dates a year, +call it 97% to 98.5%. **Paused deliberately (2026-08-28), because the harness +cannot yet prove such a change safe.** + +### What the harness does and does not cover + +| harness | scope | baseline | +|---|---|---| +| this audit | 5 years x ~338 days = 1,690 comparisons vs oca.org | 97.0-98.2% | +| `tools/greek/goa_gap.py` | 336 days vs goarch.org | 333/336, 99.1% | +| unit tests | | 189 | + +**The reading-selection logic is shared.** `aget_readings` is on the base `Day` +class (`calendarium/liturgics/day.py`), which both `SlavicDay` and `GreekDay` +inherit, so a change made for Slavic accuracy is measured for Greek against a +*different* source. A Slavic improvement can cost Greek silently. + +**Both audits check the Liturgy Epistle and Gospel only -- 894 of 1,446 +readings a year, so 38% is unmeasured.** The blind spot is exactly where this +rule operates: Jan 1, Jan 5 and Dec 24 are the days heaviest with Vespers, +Matins and Hours, and Theophany Eve alone renders thirteen Vespers lessons and +four sets of Hours. Jan 5's Liturgy readings could be brought into agreement +while its Royal Hours were wrecked, and every harness would stay green. + +Smaller gaps: 26-28 Lenten days a year are skipped as Old-Testament-only; five +years does not cover rare weekday configurations of these feasts; the Greek +audit is one year, because goarch.org is harvest-limited. + +### Prerequisite before touching the logic + +1. **Extend the audit to `/readings/daily/`**, which lists every service -- + the same pages used to verify Jan 1 and Dec 24 above. That closes the 38%. + 365 requests a year at the 10-second crawl delay, about an hour, cached + permanently. This is a prerequisite, not an optional extra. +2. Run both audits before and after. A Greek regression is a stop, not a + trade. +3. Pin tests on the dates the rule must change *and* neighbours it must not. +4. Scope the rule to what the evidence covers rather than to a general + principle about propers and daily readings. + + +# The all-services audit (2026-08-28) + +The prerequisite named above is done. `tools/oca/harvest_daily.py` pulls +`/readings/daily/YYYY/MM/DD`, which lists **every** service, and +`tools/oca/audit_daily.py` compares the whole day on both sides. Theophany Eve +returns 34 readings there against the monthly lectionary's two. + +**Baseline for 2026: 352/365 dates match exactly (96.4%)**, comparing 1,448 app +readings against 1,438 from oca.org. The older Liturgy-only figure of 97.1% was +measuring 62% of the data. + +The good news is where the differences are *not*. The 38% that was previously +unmeasured is almost entirely clean: Theophany Eve's thirteen Vespers lessons, +four sets of Hours and Blessing of Waters all match exactly, and the day +differs only in the two Liturgy readings already known about. + +## It immediately caught a bad fix of ours + +The Oct 31 change committed earlier that same day deleted St John Kochurov's +`Hebrews 13:7-16` and repointed his `Luke 12:32-40`, because the monthly +lectionary showed neither, in five consecutive years. The daily page lists both, +labelled by oca.org itself as *(Epistle, St. John Kochurov)* and *(Gospel, St. +John Kochurov)*. The app had been right except for omitting `John 10:9-16`. + +So: **the monthly lectionary is lossy, not merely Liturgy-only.** It keeps one +reading set per label and drops others, including ones oca.org labels Epistle +and Gospel. No rule about which services it covers would have predicted this. +Use `/readings/daily/` for anything that will change data. + +This is exactly the failure the coverage note above predicted in the abstract, +arriving before the logic change it was written about, and against a change +that had five years of consistent evidence behind it. + +## What differs now + +| date | | | +|---|---|---| +| 05-21 | extra 6 | Constantine and Helen -- Vespers lessons oca.org does not list | +| 11-08 | extra 5 | Synaxis of the Archangel Michael, same shape | +| 11-14 | extra 4 | Apostle Philip -- the catholic-epistle Vespers set for an apostle | +| 03-30 / 03-31 | 3 each way | **a one-day offset**: Composites 2, 3 and 4 sit on Mar 30 here and Mar 31 on oca.org | +| 06-30 | missing 3 | Synaxis of the Twelve Apostles -- `Isa 43:9`, `Wis 3:1`, `Wis 5:15` | +| 07-05 | extra 3 | Athanasius of Athos | +| 01-01, 01-05, 12-24 | missing 2 | the feast-eve rule, unchanged | +| 01-03 | extra 2 | its mirror, the Saturday before Theophany | +| 03-26, 04-07 | | as before | + +The Mar 30/31 pair is a new kind of finding the Liturgy-only audit could not +see: not a wrong reading but a wrong *date*, and the two entries cancel out in +any per-year total. `Isa 43:9 / Wis 3:1 / Wis 5:15` appearing as missing on +Jun 30 and extra on Nov 8 may be the same shape. + +# Choosing the abbreviated readings + +`Day.aget_abbreviated_readings()` reduces a day to one Epistle and one Gospel; +it is what the Alexa skill speaks. It was hand-tuned and had never been +measured, because there was no obvious ground truth for "the" reading of a day. + +There are three, and they disagree usefully: + +- **antiochian.org and goarch.org publish exactly one pair a day.** That is a + direct answer, and on every feast checked the two agree with each other. +- **oca.org's monthly lectionary lists reading sets per date**, propers + labelled and the ordinary set unlabelled. Useful, but **its row order is not + reliably primary-first** -- Jan 1 leads with Circumcision, while Feb 2, the + Meeting of the Lord, leads with the *daily* reading and puts the feast + second. Do not treat the first row as the answer. + +## The rule, measured + +Against antiochian.org for 2026, on days that have a proper: + +| feast level | proper wins | daily wins | +|---|---|---| +| 0 | 18 | 22 | +| 2 | 20 | 16 | +| 3-5 | 47 | 14 | +| 6-7 | 8 | 0 | +| 8 | 5 | 1 | + +So the proper takes over somewhere around level 3, and below that the ordinary +daily reading is more often right -- which matches the intuition that a minor +commemoration does not displace the daily cycle. + +Splitting levels 3 and up by weekday sharpens it considerably: + +| | proper | daily | +|---|---|---| +| **Sunday** | 1 | 7 | +| **weekday** | 59 | 8 | + +**Sunday is why this logic cannot live in the data.** On a Sunday the +resurrectional reading takes precedence over almost any saint, and whether a +fixed date falls on a Sunday changes from year to year, while `ordering` is a +static column. Retiering rows alone would get Sundays wrong. + +**Floating commemorations rank ahead of all of it**, Sunday included. They are +not a saint landing on a day, they *are* the day -- the memorial Saturdays, the +Sundays of the Forefathers and of the Fathers, the Saturdays and Sundays before +and after a great feast. oca.org prints their readings first (Demetrius +Saturday leads with the Departed pair, the Saturday before Nativity with its +own), and the Sunday statistic above was measured on saints *displacing* a +Sunday, which is a different question. A float is identified by a `pdist` at or +above 1000, the base of `FloatIndex`. + +The implemented rule is therefore: floats first; then, when +`feast_level >= 3` and the day is not a Sunday, the day's propers; otherwise +the ordinary daily readings; falling back to whatever exists. + +The Lenten soul Saturdays needed a data change rather than a rule. Their +Departed readings are not floats -- they carry the day's own `pdist` and were +distinguished only by `desc` and an `ordering` of 812/912, one tier *below* the +daily cycle. Since those days are always Saturdays, static ordering can express +the precedence, so the twelve rows moved to 802/902. Demetrius Saturday needed +nothing; its Departed readings are already a float at `pdist=1003`. Lenten weekdays are untouched -- +there is no Epistle/Gospel pair to reduce to, so the Old Testament readings +(Sixth Hour Isaiah, Vespers Genesis and Proverbs) pass through for every +tradition, which is correct. + +Measured against oca.org's leading pair, this moved 2026 from **244/339 +(72.0%) to 294/339 (86.7%)** -- 83.5% from the rank rule, 85.0% once floats +rank first, 86.7% with the soul Saturdays retiered. That understates it, since the metric counts Feb 2 +as a miss where we now agree with antiochian.org and goarch.org. + +A cleaner metric for the Greek tradition -- its abbreviated pair against +antiochian.org -- is not yet usable: it conflates the selection logic with +known gaps in the Greek proper data and with Lenten days where antiochian's two +readings are Old Testament rather than Epistle and Gospel. Separating those is +worth doing before trusting a number from it. + +## The Annunciation on a Lenten weekday + +It shows its own Epistle and Gospel, `Hebrews 2:11-18` / `Luke 1:24-38`, +confirmed on the 2024, 2026 and 2027 occurrences -- Monday, Wednesday and +Thursday of Lent respectively. A plain Lenten weekday still yields only the Old +Testament set, for both traditions. + +Worth knowing *why* it works, because it is not obvious: Mar 25 has **no +fixed-date Epistle or Gospel rows at all**. Its readings are floats, which is +what makes them survive both the Lenten suppression and the rank rule. A tier +audit looking only at `month`/`day` rows reports "no Epistle/Gospel rows" for +the Annunciation and that is not a fault. + +# The rank exception on ordinary Wednesdays and Fridays (2026-09-01) + +Brian was notified that St Tikhon's calendar lightens Jul 24 to wine and oil, +where this app had a full abstention. Investigating it found a systematic gap, +though **not** one that explains the reading differences above -- of the 13 +affected dates, only Jun 30 also appears in either readings audit. It is its own +axis. + +`_apply_fasting_adjustments` had cases for Lent, Dormition and the +Apostles'/Nativity fasts, and **none for the ordinary Wednesday and Friday +fast**. Outside the four great fasts, `fast_exception` came entirely from the +data with no rank adjustment -- and the data is not consistent, because at +feast level 4 the fixture carries 0 for Boris and Gleb and Constantine and +Helen, 1 for Job of Pochaev, and 2 for Sergius of Radonezh. + +**It cannot be consistent, because it is in the wrong place.** `fast_exception` +is baked onto a fixed-date `Day` row, but whether that date lands on a +Wednesday or Friday changes from year to year. This is the same structural +point as the Sunday rule for abbreviated readings: a weekday-conditional rule +cannot live in a static per-date column. + +## Sources + +antiochian.org is no use here. It reports Jul 24 2026 as a full abstention, but +its title for the day is "8TH FRIDAY AFTER PENTECOST" -- Boris and Gleb are not +in the Antiochian calendar at all, so no rank exception could apply. oca.org +publishes no fasting information on either its readings or its lives pages. + +`holytrinityorthodox.com/calendar/calendar.php?month=M&today=D&year=Y` does, +one dietary line per day. **But its robots.txt disallows `/calendar`**, which +was not checked until after the queries below had been made -- an error, and +the reason that sample was not widened. Do not scrape it. Its `Crawl-delay` is +120 seconds for the paths that are allowed. Note it reckons **old calendar**: a fixed date N +appears there on Gregorian N+13, so the weekday differs from this app's, and a +commemoration has to be looked up in a year where *its* day falls on a +Wednesday or Friday. + +Checked that way, on days where the commemoration falls on a Wednesday or +Friday: + +| commemoration | our level | holytrinityorthodox.com | this app, before | +|---|---|---|---| +| Boris and Gleb | 4 | Fast. Food with Oil | strict | +| Anthony of the Kiev Caves | 4 | Fast. Food with Oil | strict | +| Synaxis of the Twelve Apostles | 4 | Fast. Food with Oil | strict | +| Sep 11 | 4 | Fast. Food with Oil | strict | +| Leavetaking of Theophany | 4 | Fast. **Fish** Allowed | strict | +| Greatmartyr Marina | 4 | Fast. Food with Oil | strict | +| Adrian and Natalia | 4 | Fast. Food with Oil | strict | +| **St Sava of Serbia** | **3** | Fast. **Fish** Allowed | strict | + +**Seven of seven at level 4 confirm the rule**, in the direction it was +applied, and none contradicts it. + +Two further samples were discarded as invalid, and the mistake is worth +recording: the date arithmetic found a year where each commemoration lands on a +Wednesday or Friday, but did not check that the day is an *ordinary* fast in +holytrinityorthodox.com's own reckoning. Greatmartyr Theodore Tyro fell inside +Great Lent (plain "Fast") and Constantine and Helen inside a fast-free week +("Fast-free Week"). Neither says anything about the ordinary Wednesday and +Friday rule. Filter on the season, not just the weekday. + +**The control did not behave as expected, and that is the interesting result.** +St Sava is level 3 here, below the threshold the rule uses, and +holytrinityorthodox.com relaxes his day all the way to fish. So this app may +still be too strict on level-3 days. + +That is not necessarily a threshold error. Our `feast_level` is this project's +own number, and St Sava may simply be polyeleos in ROCOR reckoning where he is +doxology here -- the same confound that made the Greek measurement unusable. +What it does establish is that the error the rule leaves behind is one of being +*too strict*, never too lenient, which is the safe direction to be wrong in. + +### Chasing the threshold: inconclusive, and why + +Four more samples were taken at levels 3 and 2, this time filtering on the +season. All four came back "Fast. Fish Allowed", which looks at first like +strong evidence that the threshold should be far below 4. It is not. + +A control settles it: **2026-04-29, a plain Wednesday in the Paschal season +with only two minor virgin-martyrs commemorated, also gives "Fast. Fish +Allowed."** So the Paschal season relaxes Wednesday and Friday to fish +irrespective of rank, and the two April samples were measuring the season. A +second control confirmed the other end -- 2026-02-04 returns "Fast-free Week", +the week of the Publican and Pharisee. + +That leaves two samples, neither clean: the Synaxis of the Forerunner sits in +the relaxed days after Theophany and is a significant feast in its own right, +and Paul of Thebes at level 2 is unexplained but falls days before the Triodion. + +**The threshold below level 4 is therefore still unknown.** Testing it needs +samples drawn from ordinary time -- outside the Paschal season, the Triodion, +the four fasts and the fast-free weeks -- and the season filter used here was +not strict enough to guarantee that. The rule as shipped rests on seven +level-4 confirmations and is unaffected. + +### OCA publishes the rules, which settles several of these + + +states the rules rather than showing sampled days, which is what was wanted. +Brian pointed to it (2026-09-02). Everything it states outright, this app +already gets right: Trinity Week and the week of the Publican and Pharisee are +fast-free, Cheesefare is a Meat Fast, and the Eve of Theophany, the Beheading +and the Elevation are fast days. + +**It also deflates the Paschal-season candidate below.** The page lists Bright +Week and Trinity Week as fast-free and otherwise says "the Wednesdays and +Fridays of the Year" are fast days, with no fish allowance for the Paschal +season at all. This app already gives wine and oil there, which is *more* +lenient than OCA's stated rule, so holytrinityorthodox.com's fish is ROCOR +practice rather than a gap here. Candidate withdrawn. + +**It states the Lenten named list**, which turned out to be three-quarters +implemented. Wine and oil are permitted on nine named dates "if they fall on a +weekday in the second, third, fourth, fifth or sixth week". Checking each in +years where it does: + +| | granted | +|---|---| +| Feb 27, Mar 24, Mar 26, Mar 31, Apr 7, Apr 23 | 3 of 3 each | +| **Feb 24**, 1st and 2nd Finding of the Head | **0 of 1** | +| **Mar 9**, Forty Martyrs of Sebaste | **0 of 3** | +| **Apr 25**, Apostle Mark | **0 of 2** | + +The three are now set to `fast_exception = 1` (2026-09-02). They are left +`common` rather than split: antiochian.org grants wine and oil on Mar 9 in both +2020 and 2026 and on Apr 25 in 2024, confirming those are shared and not +Slavic-only. Feb 24 has no qualifying harvested year, so its Greek side is +assumed rather than verified. + +No scoping logic was needed. Week 1 and Holy Week already exclude themselves, +because those pdist rows carry `fast_exception = 10`, "No overrides", and +`Day.fast_exception` takes the max -- which is why Feb 24 correctly stays strict +in 2026, when it falls in the first week. + +### A caution about the rank rule this document does *not* state + +The Typikon quotation on that page is scoped to the Apostles' and Nativity +fasts, not to ordinary Wednesdays and Fridays: + +> "If there occur on Tuesday or Thursday a Saint who has a [Great] Doxology, we +> eat fish; if on Monday, the same; but if on Wednesday or Friday, we allow only +> oil and wine…. If it be a Saint who has a Vigil on Wednesday or Friday … we +> allow oil and wine and fish." + +Two things follow. First, for the ordinary Wednesday and Friday fast the page +says the opposite of the rule added here: a Fast Day means "no meat, eggs, dairy +products, fish, wine or oil", and rank relaxations are described as "many local +variations … when the feast of a great Saint (or Saints) is celebrated which has +particular local or national significance". **So the rank rule matches OCA's +published *calendar* -- St Tikhon's, and seven of seven on +holytrinityorthodox.com -- but not their published *guidelines*.** It is +defensible as calendar practice; it should not be described as the stated rule. + +Second, within the Apostles' and Nativity fasts the Typikon gives thresholds +this app does not implement: doxology rank (level 3) takes wine and oil on a +Wednesday or Friday, and vigil rank (level 5) takes fish. The code's +Apostles'/Nativity branch only ever *reduces* an exception +(`if feast_level < 4 and fast_exception > 1`), never grants one. Worth checking; +not done. + +### A separate candidate: Paschal-season Wednesdays and Fridays + +The control turned up something larger than the question it was answering. +holytrinityorthodox.com allows **fish** on Paschal-season Wednesdays and +Fridays; this app allows only wine and oil on most of them: + +| 2026 | this app | holytrinityorthodox.com | +|---|---|---| +| Apr 22 Wed | Wine and Oil | Fish Allowed | +| Apr 24 Fri | Wine and Oil | Fish Allowed | +| Apr 29 Wed | Wine and Oil | Fish Allowed | + +The app does give fish on a few days in that stretch -- May 6 and May 20 in +2026 -- but from per-date data rather than a rule, so the pattern is uneven. +If fish is right for the whole season from Thomas Sunday to Pentecost, that is +roughly 12 to 14 days a year, appreciably more than the 13 the rank rule +touched. + +**Not investigated further and not changed.** One source is not enough for a +change of that size, particularly on a day-count that large, and it should be +established from a source that states the rule rather than from sampled days. + +## Confirming it further + +Five confirmations stand: Brian's own St Tikhon's calendar for Jul 24, and the +four holytrinityorthodox.com lookups above. Widening that sample is blocked -- +its robots.txt disallows the calendar path, azbyka.ru sits behind a DDoS-Guard +JS challenge, and oca.org publishes no fasting at all. + +Two routes remain. `days.pravoslavie.ru` and `orthochristian.com` serve no +robots.txt, so nothing is disallowed there, but both are Moscow Patriarchate +rather than OCA. Better, the printed St Tikhon's calendar can settle it +directly: in 2026 the rule changes exactly eight days, all checkable by eye -- +Jan 9, Jan 14, Jul 3, Jul 10, Jul 17, Jul 24, Aug 26 and Sep 11, each of which +now reads wine and oil where it previously read a full abstention. + +Seven more 2026 days are worth checking as controls, because they carried an +exception from the data before this rule and are untouched by it: Jan 30, +May 8, Jul 15, Aug 28, Sep 25, Oct 9 and Nov 13. If the calendar shows a full +abstention on any of those, the *data* was wrong rather than the rule. + +## The rule -- added, then backed out before shipping + +A rule was added to `SlavicDay._apply_fasting_adjustments`: at +`FastLevels.Fast`, a commemoration of feast level 4 or higher on a Wednesday or +Friday takes wine and oil. It worked, and moved 13 dates a year from full +abstention to wine and oil. + +**It was removed again (2026-09-02) before this PR shipped.** Two reasons, both +found after it was written: + +- The threshold rests on nothing. The Typikon text OCA quotes names *doxology* + rank (level 3) for wine and oil on a Wednesday or Friday and *vigil* rank + (level 5) for fish. Level 4, polyeleos, is not singled out at all; it was + chosen because that is where this app's data happened to be inconsistent. +- More fundamentally, it was another patch on a pile of patches. Combining the + Paschal and festal cycles is done with `max()` over an index that encodes + precedence and sentinels alongside dietary rungs, so the combination cannot be + arithmetic and every case it gets wrong is fixed by hand in + `_apply_fasting_adjustments`. Adding a fourteenth special case is the wrong + move. See `docs/fasting-refactor-scope.md`. + +The evidence for the *behaviour* still stands -- seven confirmations plus +Brian's St Tikhon's calendar, nothing contradicting -- and is recorded there as +a decision to make once the model can express it cleanly. + +**GreekDay is not changed, and that is now a measured decision rather than +caution** -- see "Does the rank exception apply in Greek practice?" below. + +## Does the rank exception apply in Greek practice? Not on this evidence. + +Tested against antiochian.org's `fastDesignation`, its own official dietary +line, over every ordinary Wednesday and Friday fast day in the harvest +(2018-2026). + +Bucketing by *our* `feast_level` is confounded and should not be trusted: that +number is compiled from Slavic sources, so Jul 24 is level 0 for Greek because +Boris and Gleb are not kept at all. It gives 43% strict against 43% wine and +oil at level 4 and above -- a coin flip. + +The feed carries no rank field, but `feastDayTitle` is a serviceable proxy: it +shows a plain lectionary slot ("8TH FRIDAY AFTER PENTECOST") unless a +commemoration claims the day. On that split: + +| antiochian.org's own title | strict | wine and oil | +|---|---|---| +| a commemoration is named (n=141) | **52%** | 33% | +| a plain cycle label (n=92) | 87% | 2% | + +So being commemorated raises the chance of wine and oil sharply, 33% against +2% -- there is clearly *a* rank effect. But **a majority of named days are +still strict**, which is nothing like the Slavic picture, where every sampled +polyeleos day gave wine and oil or better. Named-yet-strict includes the +Apostle Philip, Athanasius of Mount Athos, the Apostle Thaddaeus and James son +of Alphaeus, while Gregory the Theologian, the Three Hierarchs and Theodore the +Commander are relaxed. + +Whatever threshold Greek practice uses is therefore higher, or differently +drawn, than the Slavic one -- and neither the feed nor this app's `feast_level` +can identify which commemorations clear it. Applying the Slavic rule to +`GreekDay` would be wrong in the lenient direction on roughly half the days it +touched. **Left alone.** Reopening this needs a Greek source that publishes +rank, not just a dietary line. + +## Did orthodox_calendar already handle it? No. + +Checked at Brian's request, to rule out a missed conversion. + +`lib/core.lib.php`'s `calculateFasting($fast, $level, $feast_level, $dow, $pday, +$year)` has cases for fast-free, Lent, Dormition and the Apostles'/Nativity +fasts, in the same order and with the same thresholds this app uses. **It has no +case for `$fast == 1`, the ordinary Wednesday and Friday fast** -- exactly the +gap found here. And its Jul 24 row carries `daFexc = 0`, identical to ours. The +conversion was faithful; the rule was never there to convert. + +Comparing all 366 fixed dates confirms how faithful, and turns up the handful +that do differ: + +**`fast_exception`, 7 dates.** We are more lenient on four -- May 7 (Alexis +Toth), May 11 (Cyril and Methodius), Jul 26 (Jacob Netsvetov) and Oct 1 +(Pokrov) are Fast Free here against Paul's fish/wine/oil -- and grant wine and +oil on three where he has none: Aug 16, Aug 28 (Job of Pochaev) and Sep 13. + +**`feast_level`, 6 dates.** Two of them matter, because the rules written in +this document key on that number: **Jun 30, the Synaxis of the Twelve Apostles, +is level 4 here and 3 for Paul**, and **Nov 16, the Apostle Matthew, is level 6 +here and 5 for Paul** -- which is what put it among the "great feast" dates +retiered earlier. + +**Do not port Paul's values into the fixtures.** This data has seen a lot of +revision since he stopped work, so where the two disagree the assumption should +be that ours is the later judgement, not that his is the original truth. +orthodox_calendar is a *reference* -- good for answering "was this ever +handled?", as here, and for corroborating a reading or a date. That is the +standing decision (Brian, 2026-09-02). + +## One schema difference worth knowing + +Paul has **two** level columns where this app has one: `daFlevel`, the level of +the feast, and `daSlevel`, the level of the saint. Our `feast_level` is the max +of the two, on 360 of 366 dates. + +That is not a neutral collapse, because Paul's own code uses them differently. +`calculateFasting` and the reading logic are passed `daFlevel` alone; +`daSlevel` is used only to decide the katavasia, which this app does not +implement. So a date like Jan 14, the Leavetaking of Theophany, is `F=0 S=4` for +Paul and level 4 here -- and Paul's fasting logic would treat it as level 0. + +In this instance the collapse made the data *better*: holytrinityorthodox.com +gives Jan 14 "Fast. Fish Allowed" when it falls on a Wednesday or Friday, which +a level-0 reading could never produce. But it means feast-level-gated rules here +fire on days the original would not have, and that is worth knowing before +adding more of them. + +`daSnote` was kept, as `Day.service_note`. Of Paul's 25 notes, 20 are present +here with identical text. + +Five are not, and four of those look like an oversight rather than a revision, +because this app clearly wants such notes -- it generates "Beginning of +Apostles' Fast" in code: + +| | Paul's note | +|---|---| +| pdist -70 | Beginning of the Lenten Triodion | +| pdist 0 | Beginning of the Pentecostarion | +| Nov 15 | Begin Nativity Fast | +| Aug 1 | Begin Dormition Fast | + +On a closer look one of the four was not lost but *relocated*: pdist -70 keeps +"Beginning of the Lenten Triodion" in `feast_name`, where Paul has it as a note +and leaves `daFname` empty. It is displayed either way. + +The other three were genuinely absent and are now added (2026-09-02), since +this is an oversight rather than a revision -- the app already generates +"Beginning of Apostles' Fast" in both `SlavicDay` and `GreekDay`, so it plainly +intends to announce these: + +| | note added | +|---|---| +| pdist 0, Pascha | Beginning of the Pentecostarion | +| Aug 1 | Beginning of Dormition Fast | +| Nov 15 | Beginning of Nativity Fast | + +The two fast beginnings are worded to match the generated Apostles' Fast note +rather than Paul's terser "Begin Nativity Fast". All three are `common`, so both +traditions get them. The fifth of Paul's notes, a Presanctified note at +pdist -17, is generated dynamically by both codebases and was never a gap. + +## Lenten weekdays in the abbreviated readings: a design choice, not a bug + +Traced 2026-09-02 while reading `aget_abbreviated_readings`. Two behaviours: + +- **A plain Lenten weekday passes its Old Testament readings through + unreduced.** No group contains both an Epistle and a Gospel, so + `_first_epistle_and_gospel` returns None for each, the `for...else` fallback + finds none either, and the list is left alone. 2026-03-04 returns all three: + Sixth Hour Isaiah, Vespers Genesis, Vespers Proverbs. +- **A Lenten weekday carrying a fixed-date commemoration at feast level 2 or + above drops them entirely.** 2026-03-09, the Forty Martyrs, goes from nine + readings to two: `Heb 12:1-10` / `Matt 20:1-16`. Clean Week and Holy Week are + exempt through the `fast_exception != 10` guard, which is why Feb 24 and + Feb 27 still pass through in 2026 despite being levels 4 and 5. + +oca.org does the opposite in the second case. Its monthly lectionary is itself +an abbreviated per-set view, and it lists both sets with the Old Testament one +first: + +``` +Isaiah 8:13-9:7 / Genesis 6:9-22 / Proverbs 8:1-21 +Hebrews 12:1-10 / Matthew 20:1-16 (Martyrs) +``` + +Across 2023-2027 that is 28 days, four or five a year, where oca.org lists the +Old Testament set and this app drops it. + +**Kept as-is (Brian, 2026-09-02): antiochian.org and goarch.org both do what +this app does**, publishing a single Epistle and Gospel pair for the day, so the +divergence is from OCA specifically rather than from Greek practice. Reducing to +one pair is the contract `aget_abbreviated_readings` promises, and two of the +three sources agree with it. + +## Follow-up: is Oct 31's Kochurov data there for ROCOR? + +Brian raised this (2026-08-29). The Oct 31 readings for St John Kochurov were +first judged wrong against oca.org's monthly lectionary, then restored when the +all-services harvest showed oca.org has them after all. But there is a further +question underneath: Kochurov is a New Martyr of the Russian Church, and the +data may have been shaped for **ROCOR** practice rather than OCA. + +**Not yet checked.** +(Holy Trinity, Jordanville) is the ROCOR calendar to compare against. Worth +doing before any further change to that date -- and worth remembering that +`tradition` here has only `slavic`, `greek` and `common`, with no OCA/ROCOR +axis, so a genuine OCA-vs-ROCOR divergence has nowhere to live in the current +schema. diff --git a/fixtures/calendarium.json b/fixtures/calendarium.json index 19a1e3ad..ffac7ca2 100644 --- a/fixtures/calendarium.json +++ b/fixtures/calendarium.json @@ -1511,7 +1511,7 @@ "feast_name": "The Resurrection of our Lord and Savior Jesus Christ", "feast_level": 8, "service": 0, - "service_note": "", + "service_note": "Beginning of the Pentecostarion", "story": null, "fast": 0, "fast_exception": 11, @@ -9754,7 +9754,7 @@ "service_note": "", "story": null, "fast": 0, - "fast_exception": 0, + "fast_exception": 1, "flag": 0, "tradition": "common" } @@ -10014,7 +10014,7 @@ "service_note": "", "story": null, "fast": 0, - "fast_exception": 0, + "fast_exception": 1, "flag": 0, "tradition": "common" } @@ -10934,7 +10934,7 @@ "service_note": "", "story": null, "fast": 0, - "fast_exception": 0, + "fast_exception": 1, "flag": 0, "tradition": "common" } @@ -12891,7 +12891,7 @@ "feast_name": "Procession of the Lifegiving Cross", "feast_level": 3, "service": 0, - "service_note": "", + "service_note": "Beginning of Dormition Fast", "story": null, "fast": 4, "fast_exception": 1, @@ -15011,7 +15011,7 @@ "feast_name": "", "feast_level": 0, "service": 0, - "service_note": "", + "service_note": "Beginning of Nativity Fast", "story": null, "fast": 5, "fast_exception": 0, @@ -19479,7 +19479,7 @@ "source": "Epistle", "desc": "Departed", "pericope": 711, - "ordering": 812, + "ordering": 802, "flag": 0, "tradition": "common" } @@ -19494,7 +19494,7 @@ "source": "Gospel", "desc": "Departed", "pericope": 337, - "ordering": 912, + "ordering": 902, "flag": 0, "tradition": "common" } @@ -19596,7 +19596,7 @@ "month": 0, "day": 0, "pdist": -53, - "source": "Sixth Hour", + "source": "6th Hour", "desc": "", "pericope": 896, "ordering": 301, @@ -19719,7 +19719,7 @@ "source": "Epistle", "desc": "Departed", "pericope": 647, - "ordering": 812, + "ordering": 802, "flag": 0, "tradition": "common" } @@ -19734,7 +19734,7 @@ "source": "Gospel", "desc": "Departed", "pericope": 46, - "ordering": 912, + "ordering": 902, "flag": 0, "tradition": "common" } @@ -20349,7 +20349,7 @@ "source": "Epistle", "desc": "Departed", "pericope": 711, - "ordering": 812, + "ordering": 802, "flag": 0, "tradition": "common" } @@ -20364,7 +20364,7 @@ "source": "Gospel", "desc": "Departed", "pericope": 337, - "ordering": 912, + "ordering": 902, "flag": 0, "tradition": "common" } @@ -20694,7 +20694,7 @@ "source": "Epistle", "desc": "Departed", "pericope": 711, - "ordering": 812, + "ordering": 802, "flag": 0, "tradition": "common" } @@ -20709,7 +20709,7 @@ "source": "Gospel", "desc": "Departed", "pericope": 337, - "ordering": 912, + "ordering": 902, "flag": 0, "tradition": "common" } @@ -21009,7 +21009,7 @@ "source": "Epistle", "desc": "Departed", "pericope": 592, - "ordering": 812, + "ordering": 802, "flag": 0, "tradition": "common" } @@ -21024,7 +21024,7 @@ "source": "Gospel", "desc": "Departed", "pericope": 337, - "ordering": 912, + "ordering": 902, "flag": 0, "tradition": "common" } @@ -24759,7 +24759,7 @@ "source": "Epistle", "desc": "Departed", "pericope": 711, - "ordering": 812, + "ordering": 802, "flag": 0, "tradition": "common" } @@ -24789,7 +24789,7 @@ "source": "Gospel", "desc": "Departed", "pericope": 337, - "ordering": 912, + "ordering": 902, "flag": 0, "tradition": "common" } @@ -31989,7 +31989,7 @@ "source": "Epistle", "desc": "Circumcision", "pericope": 694, - "ordering": 821, + "ordering": 801, "flag": 0, "tradition": "common" } @@ -32004,7 +32004,7 @@ "source": "Epistle", "desc": "St Basil", "pericope": 768, - "ordering": 822, + "ordering": 802, "flag": 0, "tradition": "common" } @@ -32019,7 +32019,7 @@ "source": "Gospel", "desc": "Circumcision", "pericope": 208, - "ordering": 921, + "ordering": 901, "flag": 0, "tradition": "common" } @@ -32034,7 +32034,7 @@ "source": "Gospel", "desc": "St Basil", "pericope": 227, - "ordering": 922, + "ordering": 902, "flag": 0, "tradition": "common" } @@ -34959,7 +34959,7 @@ "source": "Epistle", "desc": "Forerunner", "pericope": 535, - "ordering": 821, + "ordering": 801, "flag": 0, "tradition": "common" } @@ -34974,7 +34974,7 @@ "source": "Gospel", "desc": "Forerunner", "pericope": 202, - "ordering": 921, + "ordering": 901, "flag": 0, "tradition": "slavic" } @@ -35049,7 +35049,7 @@ "source": "Epistle", "desc": "Apostles", "pericope": 624, - "ordering": 821, + "ordering": 801, "flag": 0, "tradition": "common" } @@ -35064,7 +35064,7 @@ "source": "Gospel", "desc": "Apostles", "pericope": 72, - "ordering": 921, + "ordering": 901, "flag": 0, "tradition": "common" } @@ -36504,7 +36504,7 @@ "source": "Epistle", "desc": "Forerunner", "pericope": 432, - "ordering": 821, + "ordering": 801, "flag": 0, "tradition": "slavic" } @@ -36519,7 +36519,7 @@ "source": "Gospel", "desc": "Forerunner", "pericope": 151, - "ordering": 921, + "ordering": 901, "flag": 0, "tradition": "common" } @@ -37829,6 +37829,23 @@ "tradition": "slavic" } }, + +{ + "model": "calendarium.reading", + "pk": 1810, + "fields": { + "month": 10, + "day": 31, + "pdist": 999, + "source": "Gospel", + "desc": "St John Kochurov", + "pericope": 358, + "ordering": 922, + "flag": 0, + "tradition": "slavic" + } +}, + { "model": "calendarium.reading", "pk": 1379, @@ -38184,7 +38201,7 @@ "source": "Epistle", "desc": "St Matthew", "pericope": 557, - "ordering": 821, + "ordering": 801, "flag": 0, "tradition": "common" } @@ -38199,7 +38216,7 @@ "source": "Gospel", "desc": "St Matthew", "pericope": 31, - "ordering": 921, + "ordering": 901, "flag": 0, "tradition": "common" } @@ -41574,7 +41591,7 @@ "source": "Epistle", "desc": "Forerunner", "pericope": 990, - "ordering": 821, + "ordering": 801, "flag": 0, "tradition": "greek" } @@ -41589,7 +41606,7 @@ "source": "Gospel", "desc": "Forerunner", "pericope": 991, - "ordering": 921, + "ordering": 901, "flag": 0, "tradition": "greek" } @@ -42789,7 +42806,7 @@ "source": "Epistle", "desc": "Matthew the Apostle", "pericope": 527, - "ordering": 821, + "ordering": 801, "flag": 0, "tradition": "greek" } @@ -42804,7 +42821,7 @@ "source": "Gospel", "desc": "Matthew the Apostle", "pericope": 31, - "ordering": 921, + "ordering": 901, "flag": 0, "tradition": "greek" } @@ -60964,8 +60981,8 @@ "fields": { "pericope": "193", "book": "OT", - "display": "​Composite 18 - 3 [1] Kings 7:51-8:1, 8:4-7, 9-11", - "sdisplay": "3 Kgs 7:51-8:1, 8:4-7, 9-11", + "display": "​Composite 18 - 3 [1] Kings 8:1, 3-7, 9-11", + "sdisplay": "3 Kgs 8:1, 3-7, 9-11", "desc": "Entrance Theotokos", "preverse": "", "prefix": "", @@ -61067,7 +61084,7 @@ "pericope": "199", "book": "OT", "display": "Composite 24 - Leviticus 26", - "sdisplay": "Lev 26", + "sdisplay": "Lev 26:3-12, 14-17, 19-20, 22, 33, 23-25", "desc": "New Year", "preverse": "", "prefix": "", diff --git a/fixtures/commemorations.json b/fixtures/commemorations.json index 79048464..35fd7789 100644 --- a/fixtures/commemorations.json +++ b/fixtures/commemorations.json @@ -28591,7 +28591,7 @@ "new_style": false, "day_native": true, "ordering": 13, - "tradition": "greek" + "tradition": "common" } }, { @@ -28651,7 +28651,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -28666,7 +28666,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -28771,7 +28771,7 @@ "new_style": false, "day_native": true, "ordering": 12, - "tradition": "greek" + "tradition": "common" } }, { @@ -28801,7 +28801,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -28816,7 +28816,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -28861,7 +28861,7 @@ "new_style": false, "day_native": true, "ordering": 0, - "tradition": "greek" + "tradition": "common" } }, { @@ -29221,7 +29221,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -29461,7 +29461,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -29476,7 +29476,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -29821,7 +29821,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -29866,7 +29866,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -29941,7 +29941,7 @@ "new_style": false, "day_native": true, "ordering": 1, - "tradition": "greek" + "tradition": "common" } }, { @@ -30016,7 +30016,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -30166,7 +30166,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -30211,7 +30211,7 @@ "new_style": false, "day_native": true, "ordering": 0, - "tradition": "greek" + "tradition": "common" } }, { @@ -30286,7 +30286,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -30421,7 +30421,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -30526,7 +30526,7 @@ "new_style": false, "day_native": true, "ordering": 1, - "tradition": "greek" + "tradition": "common" } }, { @@ -30571,7 +30571,7 @@ "new_style": false, "day_native": true, "ordering": 1, - "tradition": "greek" + "tradition": "common" } }, { @@ -30616,7 +30616,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -30691,7 +30691,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -30736,7 +30736,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -30796,7 +30796,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -30916,7 +30916,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -30931,7 +30931,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -31021,7 +31021,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -31036,7 +31036,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -31096,7 +31096,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -31216,7 +31216,7 @@ "new_style": false, "day_native": true, "ordering": 0, - "tradition": "greek" + "tradition": "common" } }, { @@ -31321,7 +31321,7 @@ "new_style": false, "day_native": true, "ordering": 0, - "tradition": "greek" + "tradition": "common" } }, { @@ -31336,7 +31336,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -31381,7 +31381,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -31411,7 +31411,7 @@ "new_style": false, "day_native": true, "ordering": 1, - "tradition": "greek" + "tradition": "common" } }, { @@ -31816,7 +31816,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -31831,7 +31831,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -31846,7 +31846,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -31906,7 +31906,7 @@ "new_style": false, "day_native": true, "ordering": 0, - "tradition": "greek" + "tradition": "common" } }, { @@ -31921,7 +31921,7 @@ "new_style": false, "day_native": true, "ordering": 1, - "tradition": "greek" + "tradition": "common" } }, { @@ -32026,7 +32026,7 @@ "new_style": false, "day_native": true, "ordering": 0, - "tradition": "greek" + "tradition": "common" } }, { @@ -32176,7 +32176,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -32281,7 +32281,7 @@ "new_style": false, "day_native": true, "ordering": 0, - "tradition": "greek" + "tradition": "common" } }, { @@ -32311,7 +32311,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -32476,7 +32476,7 @@ "new_style": false, "day_native": true, "ordering": 6, - "tradition": "greek" + "tradition": "common" } }, { @@ -32686,7 +32686,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -32716,7 +32716,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -32971,7 +32971,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -33046,7 +33046,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -33151,7 +33151,7 @@ "new_style": false, "day_native": true, "ordering": 0, - "tradition": "greek" + "tradition": "common" } }, { @@ -33256,7 +33256,7 @@ "new_style": false, "day_native": true, "ordering": 6, - "tradition": "greek" + "tradition": "common" } }, { @@ -33391,7 +33391,7 @@ "new_style": false, "day_native": true, "ordering": 6, - "tradition": "greek" + "tradition": "common" } }, { @@ -33481,7 +33481,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -33556,7 +33556,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -33931,7 +33931,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -34186,7 +34186,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -34216,7 +34216,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -34291,7 +34291,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -34306,7 +34306,7 @@ "new_style": false, "day_native": true, "ordering": 6, - "tradition": "greek" + "tradition": "common" } }, { @@ -34336,7 +34336,7 @@ "new_style": false, "day_native": true, "ordering": 7, - "tradition": "greek" + "tradition": "common" } }, { @@ -34396,7 +34396,7 @@ "new_style": false, "day_native": true, "ordering": 0, - "tradition": "greek" + "tradition": "common" } }, { @@ -34516,7 +34516,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -34531,7 +34531,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -34696,7 +34696,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -34711,7 +34711,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -34726,7 +34726,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -34771,7 +34771,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -35071,7 +35071,7 @@ "new_style": false, "day_native": true, "ordering": 6, - "tradition": "greek" + "tradition": "common" } }, { @@ -35131,7 +35131,7 @@ "new_style": false, "day_native": true, "ordering": 10, - "tradition": "greek" + "tradition": "common" } }, { @@ -35341,7 +35341,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -35926,7 +35926,7 @@ "new_style": false, "day_native": true, "ordering": 10, - "tradition": "greek" + "tradition": "common" } }, { @@ -36031,7 +36031,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -36211,7 +36211,7 @@ "new_style": false, "day_native": true, "ordering": 7, - "tradition": "greek" + "tradition": "common" } }, { @@ -36316,7 +36316,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -36406,7 +36406,7 @@ "new_style": false, "day_native": true, "ordering": 7, - "tradition": "greek" + "tradition": "common" } }, { @@ -36421,7 +36421,7 @@ "new_style": false, "day_native": true, "ordering": 8, - "tradition": "greek" + "tradition": "common" } }, { @@ -36496,7 +36496,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -36541,7 +36541,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -36616,7 +36616,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -36931,7 +36931,7 @@ "new_style": false, "day_native": true, "ordering": 6, - "tradition": "greek" + "tradition": "common" } }, { @@ -36976,7 +36976,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -37021,7 +37021,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -37081,7 +37081,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -37186,7 +37186,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -37351,7 +37351,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -37366,7 +37366,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -37666,7 +37666,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -37756,7 +37756,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -37816,7 +37816,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -37906,7 +37906,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -38071,7 +38071,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -38116,7 +38116,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -38251,7 +38251,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -38311,7 +38311,7 @@ "new_style": false, "day_native": true, "ordering": 5, - "tradition": "greek" + "tradition": "common" } }, { @@ -38386,7 +38386,7 @@ "new_style": false, "day_native": true, "ordering": 0, - "tradition": "greek" + "tradition": "common" } }, { @@ -38461,7 +38461,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -38551,7 +38551,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -38581,7 +38581,7 @@ "new_style": false, "day_native": true, "ordering": 4, - "tradition": "greek" + "tradition": "common" } }, { @@ -38686,7 +38686,7 @@ "new_style": false, "day_native": true, "ordering": 2, - "tradition": "greek" + "tradition": "common" } }, { @@ -38716,7 +38716,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { @@ -38746,7 +38746,7 @@ "new_style": false, "day_native": true, "ordering": 3, - "tradition": "greek" + "tradition": "common" } }, { diff --git a/tools/oca/README.md b/tools/oca/README.md new file mode 100644 index 00000000..84adadfc --- /dev/null +++ b/tools/oca/README.md @@ -0,0 +1,35 @@ +# tools/oca + +Harvesting and auditing against oca.org, the source the app's `common` and +`slavic` data was originally compiled from. Findings live in +`docs/oca-audit.md`; this file says which script produced what. + +Read `docs/oca-audit.md` first if you are here to change something — it records +two traps in these pages that produced confidently wrong numbers. + +| script | does | +|---|---| +| `fetch.py` | shared HTTP: on-disk cache, `Crawl-delay: 10`, the UA that works | +| `harvest_readings.py YEAR` | 12 monthly pages -> `data/oca_raw/readings-YYYY.json` | +| `harvest_saints.py YEAR` | 365 daily pages -> `data/oca_raw/saints-YYYY.json` (~1 hour) | +| `refs.py` | `canon()` citation tokens, `slot()` book classification, `near()` | +| `audit_readings.py YEAR` | app vs oca.org -> `data/oca_readings_diff-YYYY.json` | +| `explain_diff.py DATE...` | both sides of one day in full, with sources and labels | + +Everything is cached under `data/oca_raw/_cache/`, so re-running a harvest is +instant. That matters: at a 10-second crawl delay a fresh year of saints is +about an hour. Delete the cache only if you mean to re-fetch. + +`refs.py:canon()` came from `tools/greek/three_way.py`, where the ordinal and +single-chapter traps were worked out. Prefer this copy for new work. + +## Typical run + +```sh +python tools/oca/harvest_readings.py 2026 # no Django needed +docker compose run --rm local python tools/oca/audit_readings.py 2026 +docker compose run --rm local python tools/oca/explain_diff.py --all 2026 +``` + +The harvests are plain HTTP and run on the host; the audits need Django and run +in the container. diff --git a/tools/oca/audit_abbreviated.py b/tools/oca/audit_abbreviated.py new file mode 100644 index 00000000..1baa1b63 --- /dev/null +++ b/tools/oca/audit_abbreviated.py @@ -0,0 +1,122 @@ +"""Audit the abbreviated readings -- what the Alexa skill speaks -- against oca.org. + + docker compose run --rm local python tools/oca/audit_abbreviated.py 2026 + +oca.org's monthly lectionary is itself an abbreviated-readings list: one +Epistle/Gospel set per row, the labelled (proper) sets first and the ordinary +daily set last. On Aug 29 it prints + + Acts 13:25-33 / Mark 6:14-30 (Forerunner) + 1 Corinthians 2:6-9 / Matthew 22:15-22 + +so the Forerunner's pair is what a listener should hear. That makes the first +row a ground truth for Day.aget_abbreviated_readings(), which until now had +none -- the selection was tuned by hand and never measured. + +Reports three outcomes per date: + + match our pair is oca.org's first pair + ordered our pair is one of oca.org's *later* pairs -- we picked a real + reading set, but not the one it leads with. This is the Alexa + failure mode: the ordinary weekday lesson read on a feast. + differ our pair is not any of oca.org's sets + +Writes data/oca_abbrev_diff-YYYY.json. +""" +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) +os.chdir(sys.path[0]) + +import asyncio +import collections +import datetime +import json + +import django + +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'orthocal.settings') +django.setup() + +from calendarium.datetools import Tradition # noqa: E402 +from calendarium.liturgics import Day # noqa: E402 + +from tools.oca.refs import canon, near, slot # noqa: E402 + + +def pairs(rows): + """oca.org's rows as (epistle, gospel) token pairs, in the order printed.""" + out = [] + for row in rows: + e = g = None + for citation in row['citations']: + token = canon(citation) + kind = slot(token) + if kind == 'Epistle' and e is None: + e = token + elif kind == 'Gospel' and g is None: + g = token + if e or g: + out.append((e, g, row['label'])) + return out + + +def same(ours, theirs): + (oe, og), (te, tg, _) = ours, theirs + return ((oe is None and te is None) or near(oe or '', te or '')) and \ + ((og is None and tg is None) or near(og or '', tg or '')) + + +async def audit(year, tradition=Tradition.Slavic): + with open(f'data/oca_raw/readings-{year}.json') as f: + monthly = json.load(f) + + tally = collections.Counter() + problems = [] + date = datetime.date(year, 1, 1) + while date.year == year: + theirs = pairs(monthly.get(date.isoformat(), [])) + if not theirs: + date += datetime.timedelta(days=1) + continue + + day = Day(date.year, date.month, date.day, tradition=tradition) + await day.ainitialize() + abbr = await day.aget_abbreviated_readings() + ours = (next((canon(r.pericope.display) for r in abbr if r.source == 'Epistle'), None), + next((canon(r.pericope.display) for r in abbr if r.source == 'Gospel'), None)) + + if same(ours, theirs[0]): + tally['match'] += 1 + else: + hit = next((i for i, t in enumerate(theirs) if same(ours, t)), None) + kind = 'ordered' if hit is not None else 'differ' + tally[kind] += 1 + problems.append({ + 'date': date.isoformat(), 'kind': kind, + 'feast_level': day.feast_level, + 'feasts': day.feasts, + 'ours': list(ours), + 'oca_first': list(theirs[0]), + 'oca_all': [list(t) for t in theirs], + }) + date += datetime.timedelta(days=1) + + path = f'data/oca_abbrev_diff-{year}.json' + with open(path, 'w') as f: + json.dump(problems, f, indent=1) + + total = sum(tally.values()) + print(f'{year}: {tally["match"]}/{total} match oca.org\'s leading pair ' + f'({100.0 * tally["match"] / total:.1f}%)') + print(f' ordered: {tally["ordered"]} differ: {tally["differ"]} -> {path}') + for p in problems: + if p['kind'] == 'ordered': + print(f" {p['date']} lvl={p['feast_level']:<2} ours={p['ours']} " + f"oca leads with {p['oca_first']} {'; '.join(p['feasts'])[:38]}") + + +if __name__ == '__main__': + for year in (sys.argv[1:] or ['2026']): + asyncio.run(audit(int(year))) diff --git a/tools/oca/audit_daily.py b/tools/oca/audit_daily.py new file mode 100644 index 00000000..b84b872e --- /dev/null +++ b/tools/oca/audit_daily.py @@ -0,0 +1,101 @@ +"""Audit every app reading against oca.org, across all services. + + docker compose run --rm local python tools/oca/audit_daily.py 2026 + +The counterpart to audit_readings.py, which compares only the Liturgy Epistle +and Gospel -- 894 of 1,446 readings a year, leaving 38% unmeasured. This uses +data/oca_raw/daily-YYYY.json (see harvest_daily.py), where both sides carry the +whole day, so the comparison is symmetric: no restriction is needed on the +"extra" direction the way audit_readings.py needs one. + +That symmetry is the point. The open question in docs/oca-audit.md -- whether +the ordinary daily reading coexists with a proper one -- lives on feast days +thick with Vespers, Matins and Hours, and the Liturgy-only audit is blind +there. Theophany Eve renders 32 readings in the app and 34 on oca.org, of which +the older audit compared two. + +Matching is on citations, never on service labels: neither side names the +service consistently (Holy Week's Bridegroom gospels are "(Matins)" to oca.org +and source "Gospel" here). See docs/oca-audit.md. + +Writes data/oca_daily_diff-YYYY.json. +""" +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) +os.chdir(sys.path[0]) + +import asyncio +import collections +import datetime +import json + +import django + +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'orthocal.settings') +django.setup() + +from calendarium.datetools import Tradition # noqa: E402 +from calendarium.liturgics import Day # noqa: E402 + +from tools.oca.refs import canon, near # noqa: E402 + + +def match(ours, theirs): + """Pair two citation lists by near(); return what is left over on each side.""" + leftover_theirs, pool = [], list(ours) + for t in theirs: + hit = next((o for o in pool if near(o, t)), None) + if hit is None: + leftover_theirs.append(t) + else: + pool.remove(hit) + return pool, leftover_theirs + + +async def audit(year, tradition=Tradition.Slavic): + with open(f'data/oca_raw/daily-{year}.json') as f: + oca = json.load(f) + + diffs, clean, checked = [], 0, 0 + counts = collections.Counter() + date = datetime.date(year, 1, 1) + while date.year == year: + theirs = [c for c in (canon(x) for x in oca.get(date.isoformat(), [])) if c] + if not theirs: + date += datetime.timedelta(days=1) + continue + + day = Day(date.year, date.month, date.day, tradition=tradition) + await day.ainitialize() + readings = await day.aget_readings() + ours = [c for c in (canon(r.pericope.display) for r in readings) if c] + + extra, missing = match(ours, theirs) + checked += 1 + counts['app'] += len(ours) + counts['oca'] += len(theirs) + if extra or missing: + diffs.append({'date': date.isoformat(), 'missing': missing, 'extra': extra}) + else: + clean += 1 + date += datetime.timedelta(days=1) + + path = f'data/oca_daily_diff-{year}.json' + with open(path, 'w') as f: + json.dump(diffs, f, indent=1) + + pct = 100.0 * clean / checked if checked else 0.0 + print(f'{year}: {clean}/{checked} dates fully match ({pct:.1f}%), ' + f'{len(diffs)} differ -> {path}') + print(f' readings compared: app {counts["app"]}, oca.org {counts["oca"]}') + worst = sorted(diffs, key=lambda d: -(len(d['missing']) + len(d['extra']))) + for d in worst[:20]: + print(f" {d['date']} missing={len(d['missing']):<3} extra={len(d['extra']):<3}" + f" {(d['missing'] + d['extra'])[:5]}") + + +if __name__ == '__main__': + for year in (sys.argv[1:] or ['2026']): + asyncio.run(audit(int(year))) diff --git a/tools/oca/audit_readings.py b/tools/oca/audit_readings.py new file mode 100644 index 00000000..9b1c246e --- /dev/null +++ b/tools/oca/audit_readings.py @@ -0,0 +1,141 @@ +"""Audit the app's Slavic Liturgy readings against oca.org, a full year at a time. + + docker compose run --rm local python tools/oca/audit_readings.py 2026 + +The Slavic data has been in this app since long before the Greek tradition was +added, and until now it had never been measured against its own source the way +Greek was measured against goarch.org. This is that measurement. + +Scope is the Liturgy Epistle and Gospel. The harvested pages also carry Vespers +Old Testament lessons in the Lenten months, but not consistently across the +year, so OT citations are counted and reported separately rather than audited +-- a clean report here says nothing about Vespers, Matins or the Hours. + +Comparison is set-based per date and classified by book, never positional. See +harvest_readings.py for why position is unusable, and refs.slot() for the +classification. oca.org lists a date's reading sets in its own order with +free-text labels, so the only reliable question is whether the same citations +are present. A date passes when every OCA citation has a near() match among the +app's and vice versa. + +Writes data/oca_readings_diff-YYYY.json with every mismatch for follow-up. +""" +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) +os.chdir(sys.path[0]) + +import asyncio +import datetime +import json + +import django + +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'orthocal.settings') +django.setup() + +from calendarium.datetools import Tradition # noqa: E402 +from calendarium.liturgics import Day # noqa: E402 + +from tools.oca.refs import canon, near, slot # noqa: E402 + + +# Slot is deliberately NOT used to pair readings up, because "slot" is really +# two independent axes -- the *kind* of reading and the *service* it is read at +# -- and the two sources name different ones. Holy Week's Bridegroom readings +# are Gospels AND are read at Matins: oca.org's "(Matins)" names the service, +# the app's source "Gospel" names the kind, and neither is wrong. The app's +# `source` is compositional over both axes with either omissible ("Gospel" = +# Liturgy Gospel, "Vespers" = service only, "Matins Gospel" = both), so it +# cannot be read as a single slot at all. +# +# Matching by slot therefore invented differences on precisely the hardest days +# -- it moved the score the wrong way and flagged readings both sides plainly +# had. Match on the citation, and report the two directions separately: +# +# missing -- oca.org lists it, the app has it nowhere. A real gap. +# extra -- the app shows it as an Epistle or Gospel, oca.org lists nothing +# like it. Restricted to those two sources so the app's much +# fuller Vespers/Hours data is not counted against it. + + +def match(ours, theirs): + """Pair up two citation lists by near(); return what is left over.""" + unmatched_theirs, pool = [], list(ours) + for t in theirs: + hit = next((o for o in pool if near(o, t)), None) + if hit is None: + unmatched_theirs.append(t) + else: + pool.remove(hit) + return pool, unmatched_theirs # ours-only, theirs-only + + +async def audit(year): + with open(f'data/oca_raw/readings-{year}.json') as f: + oca = json.load(f) + + diffs = [] + checked = clean = ot_only = 0 + date = datetime.date(year, 1, 1) + while date.year == year: + rows = oca.get(date.isoformat()) + if not rows: + date += datetime.timedelta(days=1) + continue + + day = Day(date.year, date.month, date.day, tradition=Tradition.Slavic) + await day.ainitialize() + readings = await day.aget_readings() + + all_ours = [canon(r.pericope.display) for r in readings] + liturgy_ours = [canon(r.pericope.display) for r in readings + if r.source in ('Epistle', 'Gospel')] + theirs = [canon(c) for row in rows for c in row['citations']] + theirs = [t for t in theirs if t] + + # A day whose only OCA content is Old Testament is a Lenten Vespers day + # with no Liturgy. Out of scope rather than a mismatch. + if theirs and all(slot(t) == 'OT' for t in theirs): + ot_only += 1 + date += datetime.timedelta(days=1) + continue + + _, missing = match(all_ours, theirs) + extra, _ = match(liturgy_ours, theirs) + + checked += 1 + if missing or extra: + diffs.append({ + 'date': date.isoformat(), + 'labels': [r['label'] for r in rows if r['label']], + 'missing': missing, + 'extra': extra, + }) + else: + clean += 1 + + date += datetime.timedelta(days=1) + + path = f'data/oca_readings_diff-{year}.json' + with open(path, 'w') as f: + json.dump(diffs, f, indent=1) + + pct = 100.0 * clean / checked if checked else 0.0 + print(f'{year}: {clean}/{checked} dates match ({pct:.1f}%), {len(diffs)} differ -> {path}') + print(f' ({ot_only} Lenten days skipped: Old Testament only, no Liturgy)') + for d in diffs[:30]: + bits = [] + if d['missing']: + bits.append(f"missing={d['missing']}") + if d['extra']: + bits.append(f"extra={d['extra']}") + print(f" {d['date']} {' '.join(bits)}") + if len(diffs) > 25: + print(f' ... and {len(diffs) - 25} more in {path}') + + +if __name__ == '__main__': + for year in (sys.argv[1:] or ['2026']): + asyncio.run(audit(int(year))) diff --git a/tools/oca/explain_diff.py b/tools/oca/explain_diff.py new file mode 100644 index 00000000..508daec5 --- /dev/null +++ b/tools/oca/explain_diff.py @@ -0,0 +1,63 @@ +"""Print the app's and oca.org's full readings side by side for given dates. + + docker compose run --rm local python tools/oca/explain_diff.py 2026-01-01 ... + docker compose run --rm local python tools/oca/explain_diff.py --all 2026 + +audit_readings.py reports which citations differ; this shows the whole day on +both sides, with our `source`/`desc` and oca.org's labels, which is what it +takes to tell a real gap from a difference in how a day is decomposed. +""" +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) +os.chdir(sys.path[0]) + +import asyncio +import datetime +import json + +import django + +os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'orthocal.settings') +django.setup() + +from calendarium.datetools import Tradition # noqa: E402 +from calendarium.liturgics import Day # noqa: E402 + + +async def show(datestr): + date = datetime.date.fromisoformat(datestr) + with open(f'data/oca_raw/readings-{date.year}.json') as f: + oca = json.load(f) + + day = Day(date.year, date.month, date.day, tradition=Tradition.Slavic) + await day.ainitialize() + readings = await day.aget_readings() + + print(f'\n=== {datestr} ({date:%A}) ===') + print(f' app titles : {"; ".join(day.titles) or "-"}') + print(f' app feasts : {"; ".join(day.feasts) or "-"}') + print(' app readings:') + for r in readings: + desc = f' [{r.desc}]' if r.desc else '' + print(f' {r.source:<16} {r.pericope.display}{desc}') + print(' oca.org:') + for row in oca.get(datestr, []): + label = f' ({row["label"]})' if row['label'] else '' + print(f' {" / ".join(row["citations"])}{label}') + + +async def main(args): + if args and args[0] == '--all': + year = int(args[1]) + with open(f'data/oca_readings_diff-{year}.json') as f: + dates = [d['date'] for d in json.load(f)] + else: + dates = args + for d in dates: + await show(d) + + +if __name__ == '__main__': + asyncio.run(main(sys.argv[1:])) diff --git a/tools/oca/fetch.py b/tools/oca/fetch.py new file mode 100644 index 00000000..81c6f0ab --- /dev/null +++ b/tools/oca/fetch.py @@ -0,0 +1,54 @@ +"""Shared fetching for the oca.org harvests. + +oca.org has no API, and no interstitial of the kind goarch.org sits behind. +Its robots.txt allows everything we touch (it disallows only two unrelated +paths) and asks for `Crawl-delay: 10`, which DELAY honours. Every page is +cached on disk, so re-running a harvest costs nothing after the first pass -- +which matters a great deal at ten seconds a request. + +One trap: oca.org 403s some user agents on a keyword match. A UA containing +the word "harvester" is refused; `python-urllib/3.14` is refused; the honest +self-identifying string below is served fine. That filter is a crude keyword +block, not the site's access policy -- robots.txt is the policy, and it says +yes. Identify yourself properly rather than impersonating a browser. +""" +import hashlib +import os +import time +import urllib.request + +CACHE = 'data/oca_raw/_cache' +DELAY = 10.0 # seconds; oca.org's robots.txt asks for Crawl-delay: 10 +UA = 'orthocal-bot/1.0 (+https://orthocal.info)' + +_last = [0.0] + + +def get(url, cache=True): + """Fetch a URL, caching the body on disk. Returns str, or None on 404.""" + os.makedirs(CACHE, exist_ok=True) + path = os.path.join(CACHE, hashlib.sha1(url.encode()).hexdigest() + '.html') + + if cache and os.path.exists(path): + with open(path, encoding='utf-8') as f: + return f.read() or None + + wait = DELAY - (time.time() - _last[0]) + if wait > 0: + time.sleep(wait) + + req = urllib.request.Request(url, headers={'User-Agent': UA}) + try: + with urllib.request.urlopen(req, timeout=30) as r: + body = r.read().decode('utf-8', 'replace') + except urllib.error.HTTPError as e: + if e.code == 404: + body = '' + else: + raise + finally: + _last[0] = time.time() + + with open(path, 'w', encoding='utf-8') as f: + f.write(body) + return body or None diff --git a/tools/oca/greek_vs_oca.py b/tools/oca/greek_vs_oca.py new file mode 100644 index 00000000..4a0653d5 --- /dev/null +++ b/tools/oca/greek_vs_oca.py @@ -0,0 +1,92 @@ +"""Which `greek`-tagged commemorations does oca.org also keep, on the same date? + + python tools/oca/greek_vs_oca.py [--min 0.5] + +A commemoration tagged `greek` asserts that the Slavic tradition does not keep +it. oca.org is the source the Slavic data was compiled from, so a `greek` row +whose saint appears on oca.org for the same date is a candidate for `common`. + +Screening only. It ranks candidates by name overlap for a human to read -- the +standing lesson on this project is that raw name matches are mostly noise +(common forenames, place names, and saints the two traditions keep on genuinely +different dates, e.g. Catherine of Alexandria on Nov 24 Slavic and Nov 25 +Greek, which is a real distinction and must not be collapsed). + +A match here is a question, not an answer. +""" +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) +os.chdir(sys.path[0]) + +import json +import re +import unicodedata + +# Words that carry no identity: ranks, honorifics, and grammar. +NOISE = { + 'saint', 'saints', 'st', 'sts', 'holy', 'the', 'of', 'and', 'his', 'her', + 'our', 'father', 'fathers', 'mother', 'venerable', 'righteous', 'blessed', + 'martyr', 'martyrs', 'hieromartyr', 'hieromartyrs', 'greatmartyr', + 'great', 'new', 'monk', 'nun', 'bishop', 'archbishop', 'patriarch', + 'apostle', 'apostles', 'prophet', 'confessor', 'wonderworker', 'abbot', + 'equal', 'apostles', 'among', 'who', 'with', 'in', 'at', 'a', 'ca', + 'commemoration', 'synaxis', 'translation', 'relics', 'repose', 'finding', + 'uncovering', 'deaconess', 'servants', 'those', 'she', 'he', +} + + +def tokens(name): + name = unicodedata.normalize('NFKD', name or '') + name = ''.join(c for c in name if not unicodedata.combining(c)) + words = re.findall(r"[a-z]+", name.lower()) + return {w for w in words if w not in NOISE and len(w) > 2} + + +def main(threshold): + oca = json.load(open('data/oca_raw/saints-2026.json')) + comm = json.load(open('fixtures/commemorations.json')) + cal = json.load(open('fixtures/calendarium.json')) + day = {r['pk']: r['fields'] for r in cal if r['model'] == 'calendarium.day'} + + by_date = {} + for iso, saints in oca.items(): + by_date[iso[5:]] = [(s['title'], tokens(s['title'])) for s in saints] + + hits = [] + for row in comm: + if row['model'] != 'commemorations.daycommemoration': + continue + f = row['fields'] + if f['tradition'] != 'greek': + continue + d = day.get(f['day'], {}) + if not d.get('month'): + continue # movable; oca harvest is keyed by date + md = f"{d['month']:02d}-{d['day']:02d}" + ours = tokens(f['title']) + if not ours: + continue + best = (0.0, '') + for title, theirs in by_date.get(md, []): + if not theirs: + continue + score = len(ours & theirs) / len(ours) + if score > best[0]: + best = (score, title) + if best[0] >= threshold: + hits.append((best[0], md, f['title'], best[1])) + + hits.sort(reverse=True) + print(f'{len(hits)} greek-tagged commemorations with a same-date oca.org match ' + f'at >= {threshold:.0%} token overlap\n') + for score, md, ours, theirs in hits: + print(f' {score:>4.0%} {md} {ours[:52]:<52} | {theirs[:52]}') + + +if __name__ == '__main__': + t = 0.5 + if '--min' in sys.argv: + t = float(sys.argv[sys.argv.index('--min') + 1]) + main(t) diff --git a/tools/oca/harvest_composites.py b/tools/oca/harvest_composites.py new file mode 100644 index 00000000..a2cd071f --- /dev/null +++ b/tools/oca/harvest_composites.py @@ -0,0 +1,76 @@ +"""Harvest oca.org's text for every Composite reading into data/oca_raw/. + + python tools/oca/harvest_composites.py + +oca.org publishes the same composite corpus, under the same numbering, as +orthodox_calendar -- verified identical word for word on Composites 17 and 18. +It is NOT Archimandrite Ephrem's translation, which is what our Composite table +stores, so it is useful here as *evidence of which verses a composite covers* +rather than as replacement text. + +oca.org does not publish the verse selection either: a composite's title is +chapter-only ("Composite 17 - Exodus 40") and the
markers in its body are +part numbers (1, 2, 3), not verse numbers, where an ordinary reading's
+markers are true verses. So the text is the only handle on what a composite +actually contains, which is why this exists. + +Writes data/oca_raw/composites.json: {"17": {"title": ..., "date": ..., "parts": [...]}} +""" +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) +os.chdir(sys.path[0]) + +import html +import json +import re + +from tools.oca.fetch import get + +# Where each composite is used, as a 2026 date. Fixed dates come straight from +# the Reading rows; Composites 19-20 are Mid-Pentecost (pdist 24) and 21-22 +# Ascension (pdist 39), which fall on May 6 and May 21 in 2026. +DATES = ['01-01', '01-25', '01-27', '02-02', '02-24', '05-06', '05-21', + '06-24', '07-20', '08-06', '09-01', '10-26', '11-21'] +YEAR = 2026 + + +def clean(s): + return re.sub(r'\s+', ' ', html.unescape(re.sub(r'<[^>]+>', '', s))).strip() + + +def main(): + path = 'data/oca_raw/composites.json' + out = json.load(open(path)) if os.path.exists(path) else {} + + for md in DATES: + month, day = md.split('-') + index = get(f'https://www.oca.org/readings/daily/{YEAR}/{month}/{day}') + if not index: + print(f' {md}: no page') + continue + + for href, title in re.findall( + r'
  • ]*>(.*?)
  • ', index): + title = clean(title) + m = re.match(r'Composite (\d+)', title) + if not m or m.group(1) in out: + continue + + page = get(f'https://www.oca.org{href}') + body = re.search(r'
    (.*?)
    ', page or '', re.S) + if not body: + print(f' {md}: {title} -- no reading body') + continue + parts = [clean(p) for p in re.findall(r'
    (.*?)
    ', body.group(1), re.S)] + out[m.group(1)] = {'title': title, 'date': f'{YEAR}-{md}', 'parts': parts} + json.dump(out, open(path, 'w'), indent=1, sort_keys=True) + print(f' {md}: {title} -- {len(parts)} parts, ' + f'{sum(len(p.split()) for p in parts)} words', flush=True) + + print(f'{len(out)} composites -> {path}') + + +if __name__ == '__main__': + main() diff --git a/tools/oca/harvest_daily.py b/tools/oca/harvest_daily.py new file mode 100644 index 00000000..83cd4bac --- /dev/null +++ b/tools/oca/harvest_daily.py @@ -0,0 +1,72 @@ +"""Harvest a year of OCA readings across *every* service, into data/oca_raw/. + + python tools/oca/harvest_daily.py 2026 + +Source: https://www.oca.org/readings/daily/YYYY/MM/DD -- the daily index, which +lists every reading for the day, not just the Liturgy. Theophany Eve returns 34 +readings here (four sets of Hours, thirteen Vespers lessons, the Liturgy pair, +and the Blessing of Waters) where the monthly lectionary gives two. + +That is the whole point of this harvest. harvest_readings.py covers the Liturgy +Epistle and Gospel, which is 894 of 1,446 readings a year -- 38% of what the +app renders was unmeasured, and the gap fell on exactly the feast days where +the open reading-selection question lives. See docs/oca-audit.md. + +One request per day rather than one per reading: the index carries the +citations, and the audit matches on citations rather than on service labels +(neither side names the service consistently -- again see docs/oca-audit.md). + +**365 requests at oca.org's requested Crawl-delay of 10 seconds -- about an +hour a year.** Cached by tools/oca/fetch.py, so re-runs are instant. Run it in +the background. + +Writes data/oca_raw/daily-YYYY.json: {"YYYY-MM-DD": ["Isaiah 35:1-10", ...]} +""" +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) +os.chdir(sys.path[0]) + +import datetime +import html +import json +import re + +from tools.oca.fetch import get + +SECTION = re.compile(r'
    \s*
      (.*?)
    ', re.S) +LINK = re.compile(r'(.*?)', re.S) + + +def clean(s): + return re.sub(r'\s+', ' ', html.unescape(re.sub(r'<[^>]+>', '', s))).strip() + + +def harvest(year): + path = f'data/oca_raw/daily-{year}.json' + out = json.load(open(path)) if os.path.exists(path) else {} + + date = datetime.date(year, 1, 1) + while date.year == year: + key = date.isoformat() + if key in out: + date += datetime.timedelta(days=1) + continue + + page = get(f'https://www.oca.org/readings/daily/' + f'{date.year}/{date.month:02d}/{date.day:02d}') + section = SECTION.search(page or '') + out[key] = [clean(c) for c in LINK.findall(section.group(1))] if section else [] + + # Checkpoint; an hour-long harvest should survive a stray ^C. + json.dump(out, open(path, 'w'), indent=1, sort_keys=True) + print(f' {key}: {len(out[key])}', flush=True) + date += datetime.timedelta(days=1) + + print(f'{year}: {len(out)} dates, {sum(len(v) for v in out.values())} readings -> {path}') + + +if __name__ == '__main__': + for year in (sys.argv[1:] or ['2026']): + harvest(int(year)) diff --git a/tools/oca/harvest_readings.py b/tools/oca/harvest_readings.py new file mode 100644 index 00000000..db9a5e24 --- /dev/null +++ b/tools/oca/harvest_readings.py @@ -0,0 +1,93 @@ +"""Harvest a year of OCA daily Liturgy readings into data/oca_raw/. + + python tools/oca/harvest_readings.py 2026 [2025 ...] + +Source: https://www.oca.org/readings/monthly/YYYY/MM -- twelve small tables a +year, each row a date with its citations and an optional free-text label: + + 1/1 + Colossians 2:8-12 + Luke 2:20-21,40-52 + (Circumcision) + +**The columns are not positionally stable, so this stores cells, not slots.** +January and May-December give four cells a row; February, March and April give +five. The extra column is not consistently anything: on 2/1 it is empty and the +Epistle and Gospel follow it, while on 2/18 a Lenten day's two Old Testament +lessons occupy the very cells a Liturgy day uses for Epistle and Gospel. +Reading Epistle and Gospel off column numbers silently swaps them for a third +of the year -- it scored the app at 73.7% when the real figure was far higher. +Classify by book instead: tools/oca/refs.py `slot()`. + +A date carries one row per reading set, so most days have one or two and a +feast can have several. The label is free text, not a controlled vocabulary -- +"(Saint)", "(Saturday Before)", "(Forerunner)". Do not try to map labels onto +our `source` field; match on the citations and treat the label as a hint. + +This page gives the Liturgy plus, in the Lenten months, Vespers Old Testament +lessons. Matins is not here. + +Writes data/oca_raw/readings-YYYY.json: + {"YYYY-MM-DD": [{"citations": [...], "label": "..."}, ...]} +""" +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) +os.chdir(sys.path[0]) + +import html +import json +import re + +from tools.oca.fetch import get + +CELL = re.compile(r']*>(.*?)', re.S) +DATE = re.compile(r'^(\d+)/(\d+)$') + + +def clean(s): + return re.sub(r'\s+', ' ', html.unescape(re.sub(r'<[^>]+>', '', s))).strip() + + +def harvest(year): + out = {} + for month in range(1, 13): + page = get(f'https://www.oca.org/readings/monthly/{year}/{month:02d}') + if page is None: + print(f' {year}-{month:02d}: no page') + continue + n = 0 + for row in re.findall(r'(.*?)', page, re.S): + cells = [clean(c) for c in CELL.findall(row)] + if not cells: + continue + m = DATE.match(cells[0]) + if not m or int(m.group(1)) != month: + continue + + # Everything after the date is either a citation or the label; the + # label is the parenthesised one, and empty cells are padding. + label, citations = '', [] + for c in cells[1:]: + if not c: + continue + if c.startswith('(') and c.endswith(')'): + label = c.strip('()') + else: + citations.append(c) + + key = f'{year}-{month:02d}-{int(m.group(2)):02d}' + out.setdefault(key, []).append({'citations': citations, 'label': label}) + n += 1 + print(f' {year}-{month:02d}: {n} rows') + + path = f'data/oca_raw/readings-{year}.json' + with open(path, 'w') as f: + json.dump(out, f, indent=1, sort_keys=True) + print(f'{year}: {len(out)} dates, {sum(len(v) for v in out.values())} rows -> {path}') + + +if __name__ == '__main__': + for year in (sys.argv[1:] or ['2026']): + harvest(int(year)) diff --git a/tools/oca/harvest_saints.py b/tools/oca/harvest_saints.py new file mode 100644 index 00000000..90b5db53 --- /dev/null +++ b/tools/oca/harvest_saints.py @@ -0,0 +1,87 @@ +"""Harvest a year of OCA commemorations into data/oca_raw/saints-YYYY.json. + + python tools/oca/harvest_saints.py 2026 + +Source: https://www.oca.org/saints/lives/YYYY/MM/DD -- one page a day, each +listing the day's commemorations as
    blocks with a +heading and a permalink carrying a stable numeric id: + + /saints/lives/2026/01/15/100196-venerable-paul-of-thebes + +The id is the useful part. Titles are prose and vary in wording between +sources, but the id is oca.org's own identity for that saint, so it is what to +match on when the same figure appears on two dates. + +**This is 365 requests at oca.org's requested Crawl-delay of 10 seconds -- +about an hour.** Everything is cached on disk by tools/oca/fetch.py, so it is a +one-time cost; re-runs are instant. Run it in the background. + +Saints are overwhelmingly fixed-date, so one year covers nearly all of them. +The exceptions are the movable commemorations tied to Pascha, which land on +different calendar dates each year -- do not treat a single year's harvest as a +complete census of those. +""" +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))) +os.chdir(sys.path[0]) + +import datetime +import html +import json +import re + +from tools.oca.fetch import get + +ARTICLE = re.compile(r'