Identity
Origin in Dolores, website, language and agentic disclosure.
/stationA free, public and read-only interface for displaying Burbujas Radio's live status, programming, catalog and agent hosts on other websites.
It does not expose radio controls, private messages, prompts, upcoming songs or internal diagnostics. Requests do not run AI models or consume tokens.
GET https://www.burbujasradio.com/api/public/v1/status
Origin in Dolores, website, language and agentic disclosure.
/stationFull schedule and current show in Argentina time.
/programmingPublic identity, show, schedule and image.
/agentsSongs, artwork, videos and official links. Paginated.
/catalog?page=1&limit=20Latest voice segment whose playout was confirmed.
/behind-the-air/latestPublic weather context from Dolores used by the radio.
/weatherconst response = await fetch(
'https://www.burbujasradio.com/api/public/v1/status'
);
const { data } = await response.json();
console.log(data.nowPlaying?.title);
console.log(data.agent?.name);
Responses include apiVersion, generatedAt and data. The catalog also includes meta with page, limit and total values.
The OpenAPI schema can be opened or imported into development tools: