TuneIn

БЕСПЛАТНО
От community | Обновлено 17일 전 | Entertainment
Популярность

0.2 / 10

Задержка

340ms

Уровень обслуживания

100%

Health Check

N/A

Назад ко всем обсуждениям

Vijaym

Rapid account: Inforadiotamilan
inforadiotamilan
일 년 전

const axios = require(“axios”);

const options = {
method: ‘GET’,
url: ‘https://community-tunein.p.rapidapi.com/Playing.ashx/’,
params: {
partnerID: ‘https://vijayfm-prabak78.radioca.st/stream’,
partnerKey: ‘TamilRdio’,
id: ‘https://vijayfm-prabak78.radioca.st/stream’,
title: ‘Vijay FM’,
artist: ‘Vijay FM’,
album: ‘https://i.imgur.com/JYWe4W4.jpg’,
commericial: ‘true’
},
headers: {
‘X-RapidAPI-Key’: ‘57eadc8a44msh5737db72ad8f201p1cb160jsn91865c0e9959’,
‘X-RapidAPI-Host’: ‘community-tunein.p.rapidapi.com
}
};

axios.request(options).then(function (response) {
console.log(response.data);
}).catch(function (error) {
console.error(error);
});

Rapid account: Inforadiotamilan
inforadiotamilan Commented 5달 전

Tamil Radio

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии