Skip to content

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
Required
Format"int32"

Responses

OK

application/json
JSON
{
"id": 0,
"name": "string",
"frequency": 0,
"band": "string",
"cityId": 0,
"city": "[Circular Reference]",
"url": "string",
"streamers": [
"string"
]
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License