liturgia de las horas.github.io json

Liturgia De Las Horas.github.io Json Official

The liturgiadelashoras.github.io project provides a structured, static web resource for the Catholic Liturgy of the Hours, often utilized by developers for data synchronization via predictable URL patterns in the /sync/ directory. Daily prayers are organized by date (YYYY/month/DD/prayer.htm), allowing for automated retrieval of laudes, visperas, and completas in HTML format. Explore the repository at

liturgiadelashoras/liturgiadelashoras.github.io: Web Content Site

The proper "post" or endpoint structure for accessing liturgical data from liturgiadelashoras.github.io typically follows a specific date-based path rather than a standard REST API "POST" request.

While the site primarily serves content as HTML through a directory structure (e.g., /sync/YYYY/MMM/DD/), developers often look for the underlying JSON data used to populate these pages. Data Structure and Access

The content on this GitHub Pages site is organized into a sync folder, which acts as the database for liturgical hours. To retrieve specific prayers (Lauds, Vespers, etc.), you generally follow this URL pattern: HTML Content: https://github.io Example: .../sync/2026/feb/05/laudes.htm liturgia de las horas.github.io json

JSON Data: While the repository is primarily a web content site, modern iterations of these liturgical tools often utilize a data.json or similarly named files within the specific date directories. Related Liturgical JSON APIs

If you are looking for a robust JSON API for liturgical calendars to use in a "POST" or "GET" request, you might be looking for these alternative high-quality sources often associated with this project:

Liturgical Calendar API: This is a dedicated JSON/XML API that generates the Roman Catholic liturgical calendar for any given year. Endpoint: https://johnromanodorazio.com Format: Supports JSON, XML, and ICS.

Liturgia Plus Android: A related project that compiles these texts (Oficio, Laudes, Vísperas) into a mobile-friendly format. Summary of Key Folders The liturgiadelashoras

If you are inspecting the GitHub repository directly for JSON files, focus on:

/sync/: Contains the daily prayer data organized by year, month, and day.

/js/calendar.js: Contains the logic used to fetch and display the data on the frontend.

liturgiadelashoras/liturgiadelashoras.github.io: Web Content Site 5. User interface features

The https://liturgiadelashoras.github.io/ liturgiadelashoras.github.io repository hosts a public, community-driven database of the Spanish-language Liturgy of the Hours, serving as a primary content source for various prayer applications. Organized chronologically, the repository provides access to daily prayer texts (including Laudes and Vísperas) in HTML, often accessed by developers for integration, and can be cloned from

liturgiadelashoras/liturgiadelashoras.github.io: Web Content Site

Step 1: Fetch the Data (JavaScript Example)

async function fetchLiturgia(fecha = '2026-05-07') 
  const response = await fetch(`https://example.github.io/liturgia-horas/data/$fecha.json`);
  if (!response.ok) throw new Error('Liturgia not found for this date');
  const data = await response.json();
  return data;

// Usage fetchLiturgia().then(liturgia => console.log(liturgia.hours.laudes.psalmodia); );

2. Incorrect Psalm Cycles

The Divine Office uses a 4-week psalter. Some simplified JSONs hardcode psalms, breaking on Solemnities. Solution: Test the JSON for a known feast (e.g., December 8 – Immaculate Conception).

4. JSON schema example (full feature)


  "meta": 
    "fecha": "2026-04-13",
    "liturgia": "Feria de Pascua",
    "color": "blanco",
    "salterio_semana": 2,
    "temporal": "Tiempo Pascual"
  ,
  "horas": [
"id": "laudes",
      "nombre": "Laudes",
      "himno": 
        "texto": "Aurora lucis rutilat...",
        "fuente": "Liturgia Horarum"
      ,
      "salmos": [
"antifona": "Aleluya, aleluya, aleluya",
          "salmo": "Salmo 62 - Sed de Dios",
          "texto": "Oh Dios, tú eres mi Dios, por ti madrugo..."
],
      "lectura_corta": "Romanos 6, 8-9",
      "responsorio": 
        "verso": "El Señor resucitó del sepulcro",
        "responsum": "El que estaba crucificado"
      ,
      "canticum_evangelii": "Benedictus",
      "preces": [
        "Por la Iglesia en oración…",
        "Por los que sufren…"
      ],
      "oracion": "Señor, que por tu Hijo venciste la muerte..."
]

6. Developer & power features

  • JSON validator tool (check liturgical data completeness)
  • CLI generator to convert iCal liturgical calendar → JSON
  • Webhook to auto-update JSON from a GitHub repo

5. User interface features

  • Header: Fecha, temporada, color litúrgico (círculo de color)
  • Main area: Prayer text with clear section headings
  • Footer:
    • GitHub link (source code)
    • JSON schema reference
    • “Datos litúrgicos © Conferencia Episcopal”

7. Example URL structure

https://liturgia-de-las-horas.github.io/
?date=2026-04-13&hour=laudes&lang=es
  • Deep linking to specific hour
  • Social sharing of today’s psalm

liturgia de las horas.github.io json

‫7 دیدگاه ها

  1. سلام لینک دانلود برای نسخه دسکتاپ کدومه ؟؟

    1. نسخه هایی که predeploy داره رو میتونید نصب کنید، برای مثال اگه روی ویندوز میخواین نصب کنید این نسخه anyconnect-win-4.10.01075-predeploy-k9.zip دانلود بشه و نسخه core vpn نصب بشه

  2. ای کاش ی سرور رایگان همراه یوزر پس هم میزاشتید
    ممنون

دیدگاهتان را بنویسید

نشانی ایمیل شما منتشر نخواهد شد. بخش‌های موردنیاز علامت‌گذاری شده‌اند *

دکمه بازگشت به بالا