← 娱乐

广播电台搜索

GET /radio/search

在全球 45,000+ 个网络电台中按电台名称、国家或类型标签搜索。返回流 URL、电台名称、比特率、编解码器、国家和类型标签。数据来自社区驱动的 Radio Browser API。适用于构建网络电台应用、在海外发现本地电台和创建特定类型的流媒体播放列表。

参数

name 可选

Station name

country 可选

Country

tag 可选

Genre tag

请求示例

基本用法
curl "https://nordapi.ee/api/v1/radio/search?name=jazz&country=Norway"
Jazz stations in Norway
curl "https://nordapi.ee/api/v1/radio/search?name=jazz&country=Norway"
Rock stations worldwide
curl "https://nordapi.ee/api/v1/radio/search?tag=rock"
Classical music stations in Germany
curl "https://nordapi.ee/api/v1/radio/search?tag=classical&country=Germany"

实时响应

{
  "count": 1,
  "data": [
    {
      "bitrate": 192,
      "codec": "MP3",
      "country": "Norway",
      "country_code": "NO",
      "favicon": "https://i.imgur.com/vHp1XjT.png",
      "homepage": "https://radio.nrk.no/direkte/jazz",
      "id": "be930f76-8b01-4d51-9863-4b5a8c64897a",
      "language": "norwegian",
      "name": "1-NRK Jazz",
      "tags": [
        "jazz",
        "smooth jazz"
      ],
      "url": "http://cdn0-47115-liveicecast0.dna.contentdelivery.net/jazz_mp3_h",
      "votes": 318
    }
  ],
  "success": true
}