YouTube Downloader With MP3

FREEMIUM
By lifehacker-rayhan | Updated vor 24 Tagen | Other
Popularity

0.3 / 10

Latency

127,269ms

Service Level

0%

Health Check

N/A

Back to All Discussions

response result /json

Rapid account: Trabia
trabia
vor 6 Jahren

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)
}
});

Join in the discussion - add comment below:

Login / Signup to post new comments