Home / The World and Everything In It
The World and Everything in It is an Apple Podcasts top 100 News program delivering essential headlines, field reporting, interviews, and expert analysis.
Topics: News
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/454755642/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
8.5.26 A divided Democratic party, leftover bombs and mines, Mike Peters’ final album August 5, 2026
8.4.26 Houthi rebels, new rules for teen sex education, and leaving the Democratic party August 4, 2026
8.3.26 A request for religious accommodation, Warsh’s resolve on inflation, and Louis Armstrong August 3, 2026
Through depression and doubt August 1, 2026
7.31.26 Recent Islamist attacks, Spider-Man: Brand New Day, and listener comments July 31, 2026
7.29.26 Fauci’s COVID-era authority, Ukraine’s leadership fight, and apple detectives July 29, 2026
7.28.26 Saudi nuclear questions, religious speech and tribal authority, campus abortion push, and Ryan Bomberger’s new book July 28, 2026
7.27.26 Religious discrimination, the 10-year Treasury, and the Andrea Doria collision July 27, 2026
DoubleTake: The edge of accountability - Part II July 25, 2026
7.24.26 A surrogacy dispute, The Bear’s final season, and Joseph Arthur’s faith July 24, 2026
7.23.26 Preserving America’s past, educational value, the trade-in trap, and writing Arthurian poetry July 23, 2026
7.22.26 The Nixon revival, Cuba’s deepening shortages, and painting character July 22, 2026
7.21.26 Escalating tension from Iran, the terrorist threat, abortion funding, and ministry through grief July 21, 2026
7.15.26 Sen. Lindsey Graham’s legacy, Nigeria's search for justice, and community college hidden costs July 15, 2026
6.3.26 Assessing Trump’s two presidencies, Prime Minister Mark Carney’s political leverage, and digitizing Greek manuscripts June 3, 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 World and Everything In It 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.