32 lines
637 B
JSON
32 lines
637 B
JSON
[
|
|
{
|
|
"stationuuid": "alpha",
|
|
"name": "Alpha Radio",
|
|
"url": "https://example.test/alpha",
|
|
"url_resolved": "https://example.test/alpha-resolved",
|
|
"country": "Germany",
|
|
"tags": "rock,pop",
|
|
"codec": "MP3",
|
|
"bitrate": 128,
|
|
"votes": 25,
|
|
"lastcheckok": 1
|
|
},
|
|
{
|
|
"stationuuid": "broken",
|
|
"name": "",
|
|
"url_resolved": "",
|
|
"lastcheckok": 0
|
|
},
|
|
{
|
|
"stationuuid": "beta",
|
|
"name": "Beta News",
|
|
"url_resolved": "https://example.test/beta",
|
|
"country": "United States",
|
|
"tags": "news",
|
|
"codec": "AAC",
|
|
"bitrate": "96",
|
|
"votes": "50",
|
|
"lastcheckok": 1
|
|
}
|
|
]
|