Life Journal Reading Plan API
Serve daily readings by day, week, or month. Drop into websites, apps, or emails—fast and accessible.
- Endpoints for day, date, next 7 days, Sun–Sat week, and calendar month.
- Embeddable Week Widget—server-side rendered (no token in the browser), with BibleGateway links.
- Bootstrap UI, ARIA-compliant, Schema.org structured data, and Generative Engine Optimization (GEO) friendly.
Quick API Example
GET /lifejournal/api/plan.php?slug=life-journal-classic&year=2025&mode=week&for=2025-10-10
Authorization: Bearer <your-token>
Quick Embed Example
<div id="lj-week-widget"></div>
<script src="https://go.andydelgado.com/lifejournal/embed/week.php?container=%23lj-week-widget"></script>
Features
Flexible Filters
Day, date, week, next 7, or month—designed for websites, apps, and email digests.
Drop-in Embed
A single <script> tag renders a Sun–Sat week with “Read All” and per-reading links.
GEO + Accessibility
Semantic headings, ARIA roles, ISO dates, and Schema.org for better discovery and UX.
How It Works
- Call the API from your server with a Bearer token, or
- Use the embed (server-side fetch on our domain keeps tokens private).
Note: For security, the API is intended for server-to-server usage. Use the embed for cross-domain display.