Cloudflare Pages Functions endpoint that serves the multi-language radio catalogue.
Base URL: https://api.onlineradios.sudhi.in
GET /api/radios — all languagesGET /api/radios?lang=ml — one languageGET /api/radios?lang=ml,ta — selected languages{
"version": 1,
"generatedAt": "2026-04-16T00:00:00.000Z",
"languages": [
{
"code": "ml",
"name": "Malayalam",
"nativeName": "മലയാളം",
"categories": [
{
"id": 1,
"name": "Malayalam Radios",
"stations": [
{ "id": 1, "name": "Club FM UAE", "logoUrl": "...", "streams": ["..."] }
]
}
]
}
]
}