Home / Sports Minutes with Zia-ul Raushan
Delve beyond the headlines in the world of sport to suss out the synergy between sport and daily life by tuning in daily for all the big sporting stories, quirky anecdotes and hot takes on Sports Minutes.
Topics: Sports , Leisure , Hobbies
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/1674957053/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
Sports Minutes: Is it fair to compare Cape Verde to Singapore?; Anderson Lopes leaves a bad taste after leaving the Lion City Sailors July 13, 2026
Sports Minutes: Ayman Kassimi on how Ilhan Fandi 'convinced' him to join Singapore's Hougang United July 9, 2026
Sports Minutes: Saifullah Akbar & Nazhiim Harman on their contrasting careers, quasi-famous fathers and OBFC July 6, 2026
Sports Minutes: Tanjong Pagar's new chairman Rajesh Nair on his aims, ambitions and the use of AI June 29, 2026
Sports Minutes: One family, two national athletes. But varying levels of support. Why so? June 18, 2026
Sports Minutes: Danelle Tan & Yuvika Suresh on Indonesia win, Coach Mihoko Ishida’s impact and more June 11, 2026
Sports Minutes: The inspiring story of Gemma Rose Foo; Premature to Podium June 9, 2026
Sports Minutes: Forrest Li’s SEA pledges $50 million to Singapore football as the Lions clinch a homecoming win April 1, 2026
Any episode from this podcast is available via the API — get started .
Get any Sports Minutes with Zia-ul Raushan 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.