Youtube v3

फ्रीमियम
द्वारा ytdlfree | अपडेट किया गया il y a 2 mois | Data
लोकप्रियता

9.9 / 10

लेटेंसी

375ms

सेवा का स्तर

100%

Health Check

100%

सभी चर्चाओं पर वापस जाएं

request error 404

Rapid account: Nagujjamariam 300
nagujjamariam300
il y a un an

i get the request error 404

Rapid account: Ytdlfree
ytdlfree Commented il y a un an

Please share the API response too

Rapid account: Onlyaddy 68
onlyaddy68 Commented il y a un an

i am also facing the same
import axios from “axios”;
const BASE_URL = "https://youtube-v31.p.rapidapi.com/search"
const options = {
method: ‘GET’,

params: {
    maxResults: '50'
 
},
headers: {
  'X-RapidAPI-Key': process.env.REACT_APP_RAPID_API_KEY,
  'X-RapidAPI-Host': 'youtube-v31.p.rapidapi.com'
}

}
export const fetchFromAPI = async(url)=>{
const {data}= await axios.get(${BASE_URL}/${url},options);
return data
}

Rapid account: Ytdlfree
ytdlfree Commented il y a un an

Kindly share complete details like API request, parameter, response.

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें