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
1,337 episodes of Planetary Radio: Space Exploration, Astronomy and Science have transcripts. Fetch them all as speaker-labeled Markdown in one script — 1 credit each, and re-fetching one you already have is free:
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 -sf -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id || rm -f "${id}-${slug}.md"
sleep 0.34
done
Already-saved files are skipped — safe to re-run after a top-up.
1,337 credits. Credits never expire. Excludes VAT, added at checkout for EU customers.
Example Transcripts
Space Policy Edition: The Long Space Age with Alex MacDonald September 4, 2026
World Space Week and farewell to Swift September 2, 2026
The Nancy Grace Roman Space Telescope is ready to launch August 26, 2026
Book Club Edition: Becoming Martian by Scott Solomon August 21, 2026
The SpaceX Falcon 9 that crashed into the Moon August 19, 2026
Total solar eclipse 2026: Astrophotography and birdsong August 12, 2026
Space Policy Edition: “Science: A New Golden Age” - Reimagining U.S. science policy August 7, 2026
LHS 1140b: The first atmosphere detected on a rocky habitable-zone exoplanet August 5, 2026
TERP RAPTOR: A student-built mission to asteroid Apophis July 29, 2026
Hot Jupiters: The ‘Roasted Planet’ and the wrong-way hotspot July 22, 2026
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
These are examples, not the full list — see everything available from this show via the API, get started .
Thousands of transcripts fetched by people building searchable podcast archives
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: YOUR_KEY" \
https://spoken.md/transcripts/1000787875497
No subscription. Credits never expire. Prices exclude VAT, added at checkout for EU customers. Try free with pt_demo .