Radio.co website screenshot

Radio.co

Your toolset for creating bespoke players. Showcase your station to fit your website, apps, and beyond.

1 APIs 0 Features
RadioStreamingAudioMusic

APIs

Radio.co

Your toolset for creating bespoke players. Showcase your station to fit your website, apps, and beyond.

Collections

Pricing Plans

Radio Co Plans Pricing

3 plans

PLANS

Rate Limits

Radio Co Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Radio.co Public API
  version: '2.0'
items:
- info:
    name: Station
    type: folder
  items:
  - info:
      name: Retrieve full station status
      type: http
    http:
      method: GET
      url: https://public.radio.co/stations/:stationId/status
      params:
      - name: stationId
        value: ''
        type: path
    docs: Returns track history, bitrate, and complete station status.
  - info:
      name: Retrieve station metadata
      type: http
    http:
      method: GET
      url: https://public.radio.co/api/v2/:stationId
      params:
      - name: stationId
        value: ''
        type: path
    docs: Provides station name, logo, and stream URL.
- info:
    name: Track
    type: folder
  items:
  - info:
      name: Get the currently playing track
      type: http
    http:
      method: GET
      url: https://public.radio.co/api/v2/:stationId/track/current
      params:
      - name: stationId
        value: ''
        type: path
    docs: Displays currently playing track, start time, and artwork.
bundled: true