Skip to content

Radios information by name

GET
/api/v1/Radio/name/{name}

This endpoint returns the information for the radio with the provided name

Parameters

Path Parameters

name*
Typestring
Required

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