This API provides access to various Catholic readings and content.
All API endpoints require an API key. Include it as a query parameter: ?api_key=YOUR_API_KEY.
GET /api/v1/content?api_key=YOUR_API_KEYGET /api/v1/content/daily_readings?api_key=YOUR_API_KEYGET /api/v1/content/sunday_homily?api_key=YOUR_API_KEYGET /api/v1/content/saint_of_the_day?api_key=YOUR_API_KEYGET /api/v1/content/next_sunday_reading?api_key=YOUR_API_KEYGET /api/v1/content/next_sunday_reading_irish?api_key=YOUR_API_KEYGET /api/v1/content/daily_readings_irish?api_key=YOUR_API_KEYGET /api/v1/mass_reading_details?api_key=YOUR_API_KEYMass reading details are also available at /api/v1/content/mass_reading_details.
Content refreshes automatically each day and after 12 hours. If a source is temporarily unavailable, the last successful content remains available with an X-Content-Stale: true header.
API requests are limited to 50 per hour per IP and endpoint; content keys share an endpoint limit.