Home / The Mina Kimes Show featuring Lenny
Mina talks all things football with her unique brand of humor and insight. Her friends join each episode to talk about the NFL's latest storylines along with her football loving dog, Lenny, making frequent contributions.
Topics: Football , Sports
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/1437647915/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
Power Hour 5! Ranking All 32 Teams with SVP August 3, 2026
Shough on You: Previewing the NFC South July 29, 2026
Power Hour 4! Ranking All 32 Teams with Bill Simmons July 27, 2026
Nix Degrees of Separation: An AFC West Preview July 22, 2026
Power Hour 3! Mina Ranks All 32 Teams with Domonique Foxworth! July 20, 2026
Jadarian Price is Right? Previewing the NFC West July 15, 2026
Power Hour 2! Ranking All 32 Teams for 2026 with Brandon Perna July 13, 2026
Kincaid in America: An AFC East Preview July 8, 2026
Power Hour 1: Ranking All 32 Teams with Ryan Clark! July 6, 2026
Dart Warming: An NFC East Preview July 1, 2026
Tampa, Too: Ranking the Top Ten Defenses of 2026 June 24, 2026
The Cowboys of Summer: Ranking the Top Ten Offenses of 2026 June 17, 2026
Won’t You Be My Nabers: X-Factors for Every NFC team June 10, 2026
Myles to Go: Discussing the Garrett and Brown Trades June 3, 2026
Hunters and Gardeners: X-Factors on Every AFC Team May 27, 2026
The Iceman Cometh: Ranking All 32 QBs May 20, 2026
Reid Em and Weep? Picking the Top Ten Coaches in the NFL May 13, 2026
System of a Caleb Downs: The NFL’s Most Improved Position Groups May 6, 2026
Any episode from this podcast is available via the API — get started .
Get any The Mina Kimes Show featuring Lenny 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.