Free, open-source REST API for Catholic liturgical data
To provide the Catholic developer community with reliable, free access to liturgical data for building apps, websites, and tools that serve the faithful worldwide.
First Reading, Psalm, Second Reading, Gospel
Complete calendar with quotes and biographies
Ordinary Time, Advent, Christmas, Lent, Easter
Direct links to official USCCB readings
Click the buttons below to fetch real data:
fetch('https://cpbjr.github.io/catholic-readings-api/readings/2025/09-07.json')
.then(response => response.json())
.then(data => console.log(data));
fetch('https://cpbjr.github.io/catholic-readings-api/saints/2025/09-08.json')
.then(response => response.json())
.then(data => console.log(data));
Display daily readings on your parish homepage. Perfect for bulletin integration and member engagement.
Build Catholic prayer apps with daily readings, saint information, and liturgical calendar integration.
Create learning platforms for Catholic schools, RCIA programs, and faith formation resources.
Generate bulletins, newsletters, and social media posts with current liturgical data.
{
"date": "2025-09-07",
"monthDay": "9/7",
"season": "Ordinary Time",
"readings": {
"firstReading": "Wisdom 9:13-18b",
"psalm": "Psalm 90:3-4, 5-6, 12-13, 14 and 17",
"secondReading": "Philemon 9-10, 12-17",
"gospel": "Luke 14:25-33"
},
"usccbLink": "https://bible.usccb.org/bible/readings/090725.cfm",
"apiEndpoint": "https://cpbjr.github.io/catholic-readings-api/readings/2025/09-07.json"
}
{
"date": "2025-09-08",
"monthDay": "9/8",
"saint": {
"name": "Birth of Mary",
"type": "Feast",
"quote": "Rejoice, O highly favored daughter! The Lord is with you.",
"description": "Celebrates the birth of the Mother of God."
},
"wikipediaLink": "https://en.wikipedia.org/wiki/Birth_of_Mary",
"apiEndpoint": "https://cpbjr.github.io/catholic-readings-api/saints/2025/09-08.json"
}
We welcome contributions from the Catholic developer community! Help us improve and expand this resource: