Home / Planetary Radio: Space Exploration, Astronomy and Science
Planetary Radio brings you the human adventure across our Solar System and beyond. We visit each week with the scientists, engineers, leaders, advocates, and astronauts who are taking us across the final frontier. Regular features raise your space IQ while they put a smile on your face.
Topics: Science , Technology
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/91689834/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
Book Club Edition: “The Edge of Space-Time” by Chanda Prescod-Weinstein July 17, 2026
Sian Proctor and John Read on teaching babies to love the Cosmos July 15, 2026
Small Town Universe: Inside Green Bank's Radio Quiet Zone July 8, 2026
Space Policy Edition: What's going on with commercial space stations? July 3, 2026
Rosalind Franklin and the search for life on Mars July 1, 2026
Tianwen-2: China closes in on Kamoʻoalewa June 24, 2026
Book Club Edition: “To Be Taught, If Fortunate” with Becky Chambers June 19, 2026
Flying on Titan: The engineering of Dragonfly June 17, 2026
U.S. space science in flux: Grant rules, rockets, and reorganization June 10, 2026
Space Policy Edition: A proposal to stifle American science June 5, 2026
Spacewoman with Eileen Collins June 3, 2026
Book Club Edition: Founder and CEO Peter Beck on The Launch of Rocket Lab April 17, 2026
Any episode from this podcast is available via the API — get started .
Get any Planetary Radio: Space Exploration, Astronomy and Science 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.