The Collection of Catholic Prayers Api (TCCP)
All of our API calls return a JSON response. No authentication required
This example uses fetch, a modern built-in way to make HTTP requests with JavaScript.
fetch(".../v1/basic_prayers")
.then(response => response.json())
.then(response => console.log(response))
.catch(err => console.error(err));
Method: GET: https://the-collection-of-catholic-prayers-api.vercel.app
✅ Basic Catholic Prayers
👉 https://the-collection-of-catholic-prayers-api.vercel.app/v1/basic_prayers
✅ Stations of the Cross
👉 https://the-collection-of-catholic-prayers-api.vercel.app/v1/stations_of_cross
✅ Saints And Feast Day List
👉 https://the-collection-of-catholic-prayers-api.vercel.app/v1/saints
✅ Saints And Feast Day List (French)
👉 https://the-collection-of-catholic-prayers-api.vercel.app/v1/saints_fr