RadioMV API
Public APIs for building with RadioMV: station configuration, program schedules, live audio streaming, and now-playing metadata. Everything documented here is public — no API key or registration required.
Base URL
Audio streams (HLS + MP3) and now-playing metadata are served from:
GET
https://stream.radiomv.com
Documentation
Streaming & Metadata
Play RadioMV stations in your app or website — HLS and MP3 stream URLs, now-playing JSON, SSE live updates, and ICY metadata.
Read the streaming docs →App Configuration
Station list, stream URLs, artwork, navigation links, and app settings — the config that drives the official RadioMV apps.
Read the app config docs →Schedule
Program schedules per station: days, 24-hour times, and program categories.
Read the schedule docs →Guidelines
Best practices for integrating: caching, error handling, version checking, and timezone handling.
Read the guidelines →Quick Example
Now playing on the English station:
GET
https://stream.radiomv.com/api/metadata/english
{
"station": "english",
"name": "English",
"title": "The Righteous Requirement of the Law | Clip 1 | Derek Prince",
"artist": "J Scott Rakozy",
"updated_at": 1787445124
}