Skip to content

Search television channels by keyword

GET
/api/v1/TelevisionChannel/search/{keyword}

This endpoint returns a list of television channels whose name contains the provided keyword, ignoring case and accent marks

Parameters

Path Parameters

keyword*
Typestring
Required

Responses

OK

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

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License