Skip to the content.

đŸ“ģ RadioCatalog Community Sources

Welcome to the community-driven repository of curated open internet radio sources, available in both JSON (optimized for the RadioCatalog iOS/macOS app) and standard M3U/M3U8 formats.

These stream lists are automatically compiled and verified from open-source databases to ensure broken links are filtered out.


âšĄī¸ Quick Import to RadioCatalog App

If you are using RadioCatalog on iOS, iPadOS, or macOS, tap any of the quick-import links below directly from your Apple device to sync the playlist instantly:

🌐 Global Selection

🌍 By Country (JSON)

đŸŽĩ By Music Genre (JSON)


📂 Directory Structure

.
├── .github/
│   └── workflows/
│       └── update_catalogs.yml   # Automatic weekly updater workflow
├── countries/
│   ├── json/                      # JSON catalogs for RadioCatalog
│   └── m3u/                       # Standard M3U playlists
├── genres/
│   ├── json/
│   └── m3u/
├── global/
│   ├── json/                      # Top 200 worldwide streams
│   └── m3u/
├── generate_catalogs.py           # Python generator script
├── .gitignore
└── README.md