Since GitHub Pages serves static files, you can use the native fetch API.
const url = https://your-username.github.io/liturgia-data/data/$year/$month/$day/$hourParam.json ;
This last example illustrates the developer's dream: turning a complex, four-thousand-year-old tradition of prayer into a few lines of clean, executable code that can run anywhere.
This long-form article explores the liturgiadelashoras.github.io website, its purpose, and—crucially—the world of JSON data and APIs connected to the "Liturgia de las Horas" and Catholic liturgical calendars. Whether you are a developer looking to build a prayer app or a layperson curious about the technology behind digital breviaries, this guide will provide everything you need to know.
A simple request to get the liturgical calendar for a given year is straightforward. For example, a GET request to https://litcal.johnromanodorazio.com/api/calendars/2026 would likely return a comprehensive JSON representation of the 2026 liturgical year. The response would include dates for Ash Wednesday, Easter, Pentecost, all Sundays, solemnities, feasts, and memorials. liturgia de las horas.github.io json
The project you are likely looking for is hosted on GitHub. The repository usually contains the front-end code as well as the structured data files used to generate the liturgical texts.
on how to contribute to the liturgical database.
The https://liturgiadelashoras.github.io/ liturgiadelashoras.github.io project offers a community-driven repository providing the Roman Catholic Liturgy of the Hours in structured HTML and JSON formats. It functions as a lightweight, static API via GitHub Pages, organizing liturgical texts chronologically for easy integration into third-party applications. For technical details and data access, visit https://github.com/liturgiadelashoras/liturgiadelashoras.github.io the project's GitHub repository.
Some repositories generate the liturgy in advance for a specific range of years. They store thousands of JSON files in a directory structure (e.g., /2023/10/15.json ). A developer can simply fetch the file corresponding to the current date. Since GitHub Pages serves static files, you can
In the intersection of sacred tradition and modern technology, a quiet revolution is taking place. For developers, liturgists, and Catholic faithful who wish to pray the Liturgy of the Hours (Liturgia de las Horas) through digital means, data is the new ink. At the heart of this movement is a specific, powerful resource: the data.
Maybe the keyword "liturgia de las horas.github.io json" is a search query from someone looking for a JSON API for the Liturgy of the Hours in Spanish. I can write an article that addresses this: how to get the Liturgy of the Hours data in JSON format, using the GitHub Pages site as a source, or using other APIs.
Let me know exactly what you want to “post” and I’ll give you the exact steps or corrected JSON.
The Catholic tech community is moving toward a standardized . Imagine a universal JSON-LD schema for all Hours. The goal is to allow apps like iBreviary , Laudate , and Universalis to share a common data format. Whether you are a developer looking to build
The Liturgia de las Horas (Liturgy of the Hours) is the public prayer of the Catholic Church intended to mark the hours of the day and sanctify the day with prayer. It consists of psalms, hymns, readings, and prayers recited at specific times (Matins, Lauds, Terce, Sext, None, Vespers, and Compline).
The project has served as a foundational data source for other initiatives. For instance, the Android app "Liturgia de las Horas" by Manuel G. Araujo A. explicitly states its function: to display the daily prayers published at https://liturgiadelashoras.github.io in a simpler manner, without any advertising or cost [2†L4-L8] [10†L4-L6]. This demonstrates the ecosystem in action: a central data source ( liturgiadelashoras.github.io ) feeding into a user-friendly mobile application.
This transparency has led to the creation of several mobile apps that scrape or reference the data from liturgiadelashoras.github.io to serve users in an offline-capable format.
# Test a Liturgia de las Horas JSON endpoint curl https://my-repo.github.io/liturgia/data/2024/12/25/laudes.json | jq '.metadata'