Discussions over drinks with security, defense, and foreign policy insiders and experts. The original War on the Rocks podcast series.
Topics: Politics, 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/682478916/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
- How a Team of Marines Built the Corps' FPV Drone Training Program from a Cold Start July 1, 2026
- Is Time on China's Side? Beijing's Taiwan Calculus and the Balance of Power June 4, 2026
- Why Do Many Western Defense Tech Firms Struggle in Ukraine? April 23, 2026
- Update from the Battlefield: Drones, Distance, and Diminishing Returns for Russia April 9, 2026
- Reopening the Strait of Hormuz & Saving Downed Pilots April 6, 2026
- What It Was Like to Be Under Incoming Fire from the War on Terror to Today March 20, 2026
- The Arsenal Beneath the Arsenal February 27, 2026
- The Marines That Led the Evacuation of Afghanistan, Four Years Later February 6, 2026
- How We Arrived at this Iranian Moment and What Happens Next February 5, 2026
- The Reckoning of the Ayatollahs: Understanding Iran's Burgeoning Uprising January 13, 2026
Any episode from this podcast is available via the API — get started.
Get any War on the Rocks 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.