Feeds
Multiple ways to stay connected
Choose your preferred format for accessing My Weird Prompts content - whether you're using a podcast app, building an integration, or connecting an AI assistant.
RSS Feed
The standard podcast RSS feed. Works with any podcast app, feed reader, or aggregator.
https://myweirdprompts.com/feed.xml JSON API
RESTful JSON endpoints for developers. Query episodes, filter by tag, and access full metadata.
https://myweirdprompts.com/api/episodes.json GET /api/episodes.json GET /api/episodes/[slug].json Blog Feed
Blog-style RSS feed for readers like Feedly and Inoreader. Show notes and description up front, with an embedded audio player.
https://myweirdprompts.com/blog-feed.xml Content Feed
Text-only RSS feed with transcripts, show notes, and tags. No audio enclosures — ideal for blog readers, research aggregators, and AI tools.
https://myweirdprompts.com/content-feed.xml Hugging Face Dataset
The full episode archive as an open dataset. All episodes with transcripts, show notes, tags, and audio URLs—ready for AI research and exploration.
Quick Reference
| Format | URL | Use Case |
|---|---|---|
| XML | /feed.xml | Podcast apps, RSS readers |
| BLOG | /blog-feed.xml | RSS readers (Feedly, Inoreader) |
| TXT | /content-feed.xml | Text aggregators, AI tools |
| JSON | /api/episodes.json | Web apps, scripts, integrations |
| HF | HF Dataset | AI research, open data |