Home / Nature Podcast
The Nature Podcast brings you the best stories from the world of science each week. We cover everything from astronomy to zoology, highlighting the most exciting research from each issue of the Nature journal.
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/81934659/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
Briefing Chat: Sweet! Elusive sugar molecules found in space July 17, 2026
‘Holy grail’ of naked mole-rat research reveals how queens rule July 15, 2026
Briefing Chat: The 30 year-legacy of a science icon – Dolly the sheep July 10, 2026
Nukes in space? Orbital detector could sniff out warheads July 8, 2026
Togetherness: How co-operation built the world July 1, 2026
Audio long read: Is the peptide craze backed by science? The promise behind the hype June 29, 2026
Briefing Chat: What tickling a chimpanzee can tell us about the evolution of speech June 26, 2026
Medical records could be revealed by AI training-data vulnerability June 24, 2026
Briefing Chat: Testosterone and sperm may get a boost from obesity drugs June 19, 2026
DNA from hunter-gatherer teeth reveals secrets of ancient plague June 17, 2026
Briefing Chat: The epic journey of Stonehenge’s central stone June 12, 2026
Newly-discovered whale graveyard dates back millions of years June 10, 2026
Briefing chat: Spinosaurs with salt glands could have lived in marine environments June 5, 2026
Your phone can use tiny skin-colour changes to measure your heart rate June 3, 2026
Briefing chat: Pokémon turns 30 — how Pikachu and pals inspired generations of researchers February 27, 2026
How to tame a toxic yet life-saving antifungal November 8, 2023
A new hydrogel can be directly injected into muscle to help it regenerate November 1, 2023
Any episode from this podcast is available via the API — get started .
Get any Nature Podcast 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.