Welcome to the Catholic Readings API

This API provides access to various Catholic readings and content.

Usage

All endpoints require an API key. Include your API key as a query parameter: ?api_key=YOUR_API_KEY

Available Endpoints

Get the daily readings content.

URL: http://api-feed.churchify.org/api/v1/content/daily_readings

Example Request: GET http://api-feed.churchify.org/api/v1/content/daily_readings?api_key=YOUR_API_KEY

Get the sunday homily content.

URL: http://api-feed.churchify.org/api/v1/content/sunday_homily

Example Request: GET http://api-feed.churchify.org/api/v1/content/sunday_homily?api_key=YOUR_API_KEY

Get the saint of the day content.

URL: http://api-feed.churchify.org/api/v1/content/saint_of_the_day

Example Request: GET http://api-feed.churchify.org/api/v1/content/saint_of_the_day?api_key=YOUR_API_KEY

Get the next sunday reading content.

URL: http://api-feed.churchify.org/api/v1/content/next_sunday_reading

Example Request: GET http://api-feed.churchify.org/api/v1/content/next_sunday_reading?api_key=YOUR_API_KEY

Get the next sunday reading irish content.

URL: http://api-feed.churchify.org/api/v1/content/next_sunday_reading_irish

Example Request: GET http://api-feed.churchify.org/api/v1/content/next_sunday_reading_irish?api_key=YOUR_API_KEY

Get the daily readings irish content.

URL: http://api-feed.churchify.org/api/v1/content/daily_readings_irish

Example Request: GET http://api-feed.churchify.org/api/v1/content/daily_readings_irish?api_key=YOUR_API_KEY

Get the mass reading details.

URL: http://api-feed.churchify.org/api/v1/mass_reading_details

Example Request: GET http://api-feed.churchify.org/api/v1/mass_reading_details?api_key=YOUR_API_KEY

Note

Content is refreshed if it is older than 1 day.