Radio World - 50,000 Radios Stations

FREEMIUM
(Ким) VitAPI | Оновлено 4 days ago | Music
Популярність

0.5 / 10

Затримки

500ms

Рівень обслуговування

0%

Health Check

N/A

README

Authentication

To use our API you must subscribe to one of our pricing plans on rapidapi.com

For all your requests you must send in headers the key provided.
X-RapidAPI-Key

    "header" => [
        'X-RapidAPI-Key: XXXXXXXXXXXXXXXXXXXXXXXXX'
    ]
Radio Stations

The Radio Stations are Updated Daily and new Stations are constantly added to the Database

The Country Code {country} are unique in the API and follow the usual two-characters country list (Ex : FR, GB, IT..)

Parameter Type Required Description
country string true 2 characters | Fails if field has anything other than alphabetic characters | Ex : FR, GB, IT...
query string false Word or Sentence | Filter all stations for the name that match the query | Ex : "Fox news", "cadena"...
page integer false Request the specific page regarding the pagination of the results | Default: 0

Requests

GETSTATIONS by name

Allows to retrieve all the stations that matches the provided name query

get("https://radio-world-50-000-radios-stations.p.rapidapi.com/v1/radios/searchByName?query=fm");

GETSTATIONS by country

Allows to retrieve all the stations available for a specific country

You can find the available {country_code} by using the endpoint [country]

get("https://radio-world-50-000-radios-stations.p.rapidapi.com/v1/radios/searchByCountry?query=fr");

GETTOP STATIONS by country

Allows to retrieve all the stations available for a specific country, ordered by popularity

You can find the available {country_code} by using the endpoint [country]

get("https://radio-world-50-000-radios-stations.p.rapidapi.com/v1/radios/getTopByCountry?query=fr");

GETCountries

Get all countries available

get("https://radio-world-50-000-radios-stations.p.rapidapi.com/v1/countries/getAll");

GETGenres

Get all genres available

get("https://radio-world-50-000-radios-stations.p.rapidapi.com/v1/genres/getAll");

Examples

get("https://radio-world-50-000-radios-stations.p.rapidapi.com/v1/radios/trialSearch?query=cadena&page=6");

Response Model

{
    {
    "has_more": false,
    "page_count": 6,
    "radios": [
        {
            "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/12797.jpg",
            "name": "Cadena COPE Oviedo",
            "uri": "https://XXXXXXXXXXXXXXXXXXXXXXXXX.mp3",
            "genre": "Talk,Variety",
            "countryCode": "es",
            "channel_id": 12797
        },
        {
            "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/12848.jpg",
            "name": "Cadena COPE Ourense",
            "uri": "https://XXXXXXXXXXXXXXXXXXXXXXXXX.m3u",
            "genre": "Talk,Variety",
            "countryCode": "es",
            "channel_id": 12848
        },
        {
            "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/13338.jpg",
            "name": "Cadena Sur 107.3 FM",
            "uri": "https://XXXXXXXXXXXXXXXXXXXXXXXXX.m3u",
            "genre": "",
            "countryCode": "pe",
            "channel_id": 13338
        },
        {
            "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/13374.jpg",
            "name": "Cadena SER Palencia",
            "uri": "https://XXXXXXXXXXXXXXXXXXXXXXXXX.m3u",,
            "genre": "Talk,Sports,News",
            "countryCode": "es",
            "channel_id": 13374
        },
        {
            "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/13614.jpg",
            "name": "Cadena SER Cinco Villas",
            "uri": "https://XXXXXXXXXXXXXXXXXXXXXXXXX.m3u",,
            "genre": "Talk,News",
            "countryCode": "es",
            "channel_id": 13614
        },
        {
            "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/13877.jpg",
            "name": "Cadena SER Murcia",
            "uri": "https://XXXXXXXXXXXXXXXXXXXXXXXXX.m3u",,
            "genre": "Talk,Sports,News",
            "countryCode": "es",
            "channel_id": 13877
        },
        {
            "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/14043.jpg",
            "name": "Cadena COPE Cáceres",
            "uri": "https://XXXXXXXXXXXXXXXXXXXXXXXXX.m3u",,
            "genre": "Talk,Variety",
            "countryCode": "es",
            "channel_id": 14043
        },
        {
            "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/14408.jpg",
            "name": "Cadena SER",
            "uri": "https://XXXXXXXXXXXXXXXXXXXXXXXXX.m3u",,
            "genre": "Talk,Sports,News",
            "countryCode": "es",
            "channel_id": 14408
        },
        {
            "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/14437.jpg",
            "name": "Cadena COPE Almería",
            "uri": "https://XXXXXXXXXXXXXXXXXXXXXXXXX.m3u",,
            "genre": "Talk,Variety",
            "countryCode": "es",
            "channel_id": 14437
        },
        {
            "image_url": "https://mypromotions.sfo2.cdn.digitaloceanspaces.com/radios/14538.jpg",
            "name": "Cadena SER Axarquía",
            "uri": "https://XXXXXXXXXXXXXXXXXXXXXXXXX.m3u",,
            "genre": "Talk,News",
            "countryCode": "es",
            "channel_id": 14538
        }
    ]
}
Відстежувачі: 18
Створювач API:
Rapid account: Vit API
VitAPI
vitlabs27
Увійти в «Ставки по API»
Рейтинг: 1 - Голосів: 1