Youtube v3

부분 유료
분류별 ytdlfree | 업데이트됨 il y a un mois | Data
인기

9.9 / 10

지연 시간

381ms

서비스 수준

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.

아래에 의견을 추가하고 토론에 참여하세요.

새 댓글을 게시하려면 로그인 / 가입