Home / The Rest Is History
Take a deep dive into History’s biggest moments with Tom Holland & Dominic Sandbrook.
Explore the stories of History’s most brutal rulers, deadly battles, and world-changing events.
Topics: 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/1537788786/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
A Murderous Affair: The Habsburgs’ Great Scandal (Part 1) July 19, 2026
The Odyssey: Return of the King (Part 2) July 15, 2026
The Odyssey: Hero of the Trojan Horse (Part 1) July 12, 2026
Jefferson: The Betrayal of Liberty (Part 4) July 8, 2026
Hamilton: Duel to the Death (Part 3) July 5, 2026
Franklin: Revenge of the American Genius (Part 2) July 1, 2026
Washington: Hero of the Revolution (Part 1) June 28, 2026
The Fascist World Cup: Mussolini's Football Dictatorship June 16, 2026
Britain: God Save the King (Part 2) June 10, 2026
USA: The Star-Spangled Banner (Part 1) June 7, 2026
The First World War: Churchill’s Calamity (Part 6) June 3, 2026
Empress Matilda: Civil War and the Fight for the Throne May 19, 2026
Tom Holland Meets Paul McCartney May 14, 2026
Britain in the 70s: Scandal in Downing Street (Part 3) April 26, 2026
Britain in the 70s: The Brexit That Never Was (Part 2) April 22, 2026
Britain in the 70s: The Rise of Thatcher (Part 1) April 19, 2026
Dawn of the Samurai: The Shōgun Triumphant (Part 4) April 15, 2026
Dawn of the Samurai: Japan’s Greatest Warrior (Part 3) April 12, 2026
Dawn of the Samurai: Bloodbath at the Bridge (Part 2) April 8, 2026
Dawn of the Samurai: The Shadow of the Sword (Part 1) April 5, 2026
Any episode from this podcast is available via the API — get started .
Get any The Rest Is History 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.