YouTube Downloader With MP3

GRATIS CON POSSIBILITÀ DI UPGRADE
Da lifehacker-rayhan | Aggiornamento एक महीने पहले | Other
Popolarità

0.3 / 10

Latenza

127,263ms

Livello di servizio

0%

Health Check

N/A

Torna a tutte le discussioni

response result /json

Rapid account: Trabia
trabia
6년 전

why im request with postman,and i get result only /json???

router.get(’/’, async (req,res) => {
try {
const link = 'https://ytapi.p.mashape.com/json?id=kELQmfcnKqQ
const data = await axios.get(link,{
headers : {
‘X-Mashape-Key’: ‘vJBHPWNJ4GmshgKmdSZMiSeVv47Sp1pxSuyjsnGhDOS2ui6F6e’,
‘Accept’ : ‘application/json’
}
})

res.json(data)

} catch (error) {
res.json(error)
}
});

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti