Radio Browser · JSON Structure

Radio Browser Station Structure

JSON Structure rendering of the Radio Browser station entity.

Type: object Properties: 24 Required: 3
MusicRadioStreamingOpen SourceOpen DataCommunityPublic APIsAGPL

Station is a JSON Structure definition published by Radio Browser, describing 24 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

stationuuid name url url_resolved homepage favicon tags country countrycode state language languagecodes codec bitrate hls votes clickcount clicktrend lastcheckok lastchecktime_iso8601 lastchangetime_iso8601 geo_lat geo_long has_extended_info

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api.radio-browser.info/structures/station.json",
  "name": "Station",
  "type": "object",
  "description": "JSON Structure rendering of the Radio Browser station entity.",
  "properties": {
    "stationuuid": {"type": "string", "format": "uuid"},
    "name": {"type": "string"},
    "url": {"type": "string", "format": "uri"},
    "url_resolved": {"type": "string", "format": "uri"},
    "homepage": {"type": "string", "format": "uri"},
    "favicon": {"type": "string", "format": "uri"},
    "tags": {"type": "string"},
    "country": {"type": "string"},
    "countrycode": {"type": "string"},
    "state": {"type": "string"},
    "language": {"type": "string"},
    "languagecodes": {"type": "string"},
    "codec": {"type": "string"},
    "bitrate": {"type": "int32"},
    "hls": {"type": "int32"},
    "votes": {"type": "int32"},
    "clickcount": {"type": "int32"},
    "clicktrend": {"type": "int32"},
    "lastcheckok": {"type": "int32"},
    "lastchecktime_iso8601": {"type": "string", "format": "date-time"},
    "lastchangetime_iso8601": {"type": "string", "format": "date-time"},
    "geo_lat": {"type": "double"},
    "geo_long": {"type": "double"},
    "has_extended_info": {"type": "boolean"}
  },
  "required": ["stationuuid", "name", "url"]
}