Home / The Bible in a Year (with Fr. Mike Schmitz)
In The Bible in a Year podcast, Fr. Mike Schmitz walks you through the entire Bible in 365 episodes, providing commentary, reflection, and prayer along the way.
Topics: Christianity , Religion & Spirituality , History
Transcribe the entire archive
Fetch every episode as speaker-labeled Markdown in one script:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1539568321/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
Day 217: The Everlasting Covenant (2026) August 5, 2026
Day 216: The Suffering Servant (2026) August 4, 2026
Day 215: False Prophets (2026) August 3, 2026
Day 214: The Hidden Glory of God (2026) August 2, 2026
Day 213: The Redeemer (2026) August 1, 2026
BONUS: If You Feel Like Giving Up (with Jeff Cavins) - 2026 August 1, 2026
Day 212: God's Instrument (2026) July 31, 2026
Day 210: Speaking God's Word (2026) July 29, 2026
Day 209: God Comforts His People (2026) July 28, 2026
Day 208: The Futility of Idols (2026) July 27, 2026
Day 207: The Lord Will Come (2026) July 26, 2026
Day 206: The Book of Baruch (2026) July 25, 2026
Day 205: Promise to Zion (2026) July 24, 2026
Day 204: Zephaniah's Warnings (2026) July 23, 2026
Day 203: Rejoice in the Lord (2026) July 22, 2026
Day 202: God's Judgment (2026) July 21, 2026
Day 201: Keys to the Kingdom (2026) July 20, 2026
Day 200: Egypt, Assyria, and Israel (2026) July 19, 2026
Day 199: Times for War (2026) July 18, 2026
Day 198: The Day of the Lord (2026) July 17, 2026
Day 196: The Destruction of Israel (2026) July 15, 2026
Day 193: The Book of Tobit (2026) July 12, 2026
Day 190: Judah Is Overrun (2026) July 9, 2026
Day 188: The Book of the Law (2026) July 7, 2026
Any episode from this podcast is available via the API — get started .
12,000+ transcripts fetched by developers building summarizers, RAG pipelines, and podcast tools
Get any The Bible in a Year (with Fr. Mike Schmitz) episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.