Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.34 KB

File metadata and controls

36 lines (21 loc) · 1.34 KB

The-Collection-of-Catholic-Prayers-Api

The Collection of Catholic Prayers Api (TCCP)

General Usage

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