Home / RealGM Radio
All of RealGM Radio's NBA content in one place. Get new podcasts from Wes Goldberg, 'Double Dribble,' 'Good Take' and more. RealGM Radio goes beyond the headlines and hot takes and brings you the NBA conversations that matter. Subscribe now!
Topics: Basketball , Sports , News , Sports 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/325045115/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
Introducing the RealGM Radio Summer Roundtable Series! August 3, 2026
CLIPS: Why LeBron to Warriors Would Have Been a Traveling Circus | RealGM Radio July 29, 2026
NBA Offseason VIBE Grades (with Katie Heindl) July 28, 2026
CLIPS: Can the 76ers Defense Be Good Enough with LeBron James? July 28, 2026
LeBron James is a Philadelphia 76er | Double Dribble July 26, 2026
EMERGENCY POD: LeBron Joins the 76ers July 24, 2026
CLIPS: Picking the NBA's 10 Most Entertaining Non-Contenders July 24, 2026
Ranking the NBA's Most Watchable Non-Contenders | GOOD TAKE July 23, 2026
Who Are The Weirdest Teams In The NBA? | Double Dribble July 22, 2026
The Truth About the NBA's Second Apron | RealGM Radio With Wes Goldberg July 21, 2026
The Most Overrated and Underrated Moves of the NBA Offseason | Good Take July 9, 2026
Any episode from this podcast is available via the API — get started .
Get any RealGM Radio 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.