Online Radios API

Cloudflare Pages Functions endpoint that serves the multi-language radio catalogue.

Base URL: https://api.onlineradios.sudhi.in

Endpoints

Response shape

{
  "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": ["..."] }
          ]
        }
      ]
    }
  ]
}