Home / The Briefing
We’re your friends in news.
Sacha Barbour Gatt and Chris Spyrou wake up early to bring you all the important daily news headlines.
Then, we deep dive on an essential news story that'll make you feel smarter about the world.
Listen every weekday to know more in minutes.
Topics: Daily News , 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/1507116817/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
Labor stalls on migration changes + Trump's deal (or no deal) with Iran August 4, 2026
Drugs & escorts used to lure gamblers + The $200m race to save our wildlife August 3, 2026
IN FULL: The Kyle Sandilands interview August 2, 2026
Trump cancels Iran strikes, fuel excise ends + Aus wins Comm Games August 2, 2026
The $15bn scandal that brought down Jacinta Allan August 1, 2026
Our Take: Kyle Sandilands, Jacinta’s exit signs & who tf cares about Spidey?! July 31, 2026
Trump to ‘beat the f****** shit’ out of Iran + Hannah Ferguson vs Albo July 29, 2026
One Nation support plateaus + Is Ben Carroll Victoria's political saviour? July 28, 2026
IN FULL: Alan Joyce on running Qantas, lobbying Albo & Lounge secrets July 28, 2026
D-Day for Vic Premier + What Alan Joyce refuses to apologise for July 27, 2026
Trump pauses Iran strikes + Today’s AusAlert explained July 26, 2026
An AI broke out of its cage & hacked a company. The world's spies warned us July 25, 2026
Our take: Divine Playhouse controversy, men in childcare & The Odyssey July 24, 2026
Billions more poured into AUKUS + Telco outages can be avoided. Here’s how July 23, 2026
Hanson slammed for DV comments + Should we ban men from childcare? July 22, 2026
Chance of rate hike doubles + The laws to unmask trolls & creepy bosses July 21, 2026
Barnaby’s bizarre live TV moment + Will Russia use nukes in Ukraine? July 20, 2026
Hanson’s White Australia claims + How Australia funds Israeli settlements July 19, 2026
Spain v Argentina: The facts & scandals behind the World Cup final July 18, 2026
The on-air walkout that inspired Georgie Tunny's new chapter July 17, 2026
Big change in Aussie smoking habits + The verdict on Albo’s AI plan July 16, 2026
How to teach kids about money with The Barefoot Investor December 21, 2022
Any episode from this podcast is available via the API — get started .
12,000+ transcripts fetched by developers building summarizers, RAG pipelines, and podcast tools
Get any The Briefing 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.