Radios information by Id
GET
/api/v1/Radio/{id}
This endpoint returns the information for the radio with the provided id
Parameters
Path Parameters
id*
Typeinteger
RequiredFormat
"int32"Responses
OK
application/json
JSON
{
"id": 0,
"name": "string",
"frequency": 0,
"band": "string",
"cityId": 0,
"city": "[Circular Reference]",
"url": "string",
"streamers": [
"string"
]
}