This API provides access to various Catholic readings and content.
All endpoints require an API key. Include your API key as a query parameter: ?api_key=YOUR_API_KEY
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
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
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
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
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
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
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
Content is refreshed if it is older than 1 day.