Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/radioco_api/mod.ts>StationStatus

A typescript API wrapper for radio.co
Latest
interface StationStatus
Re-export
import { type StationStatus } from "https://deno.land/x/radioco_api@v1.0.0/mod.ts";

Properties

status: string
source: { type: "automated" | "live"; collaborator: Collaborator | null; relay: Relay | null; }
collaborators: Collaborator[]
relays: Relay[]
current_track: Track
history: string[]
logo_url: string
streaming_hostname: string
outputs: Output[]