{ "$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"] }