Radio Browser · JSON Structure

Radio Browser Category Structure

JSON Structure for an aggregated facet value (country, language, tag, codec, or state).

Type: object Properties: 4 Required: 2
MusicRadioStreamingOpen SourceOpen DataCommunityPublic APIsAGPL

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

Properties

name stationcount country iso_3166_1

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/category.json",
  "name": "Category",
  "type": "object",
  "description": "JSON Structure for an aggregated facet value (country, language, tag, codec, or state).",
  "properties": {
    "name": {"type": "string"},
    "stationcount": {"type": "int32"},
    "country": {"type": "string"},
    "iso_3166_1": {"type": "string"}
  },
  "required": ["name", "stationcount"]
}