Youtube v3

פרמיום
על ידי ytdlfree | מְעוּדכָּן a month ago | Data
פּוֹפּוּלָרִיוּת

9.9 / 10

חֶבִיוֹן

381ms

רמת שירות

100%

Health Check

94%

חזרה לכל הדיונים

request error 404

Rapid account: Nagujjamariam 300
nagujjamariam300
a year ago

i get the request error 404

Rapid account: Ytdlfree
ytdlfree Commented a year ago

Please share the API response too

Rapid account: Onlyaddy 68
onlyaddy68 Commented a year ago

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 a year ago

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

הצטרף לדיון - הוסף תגובה למטה:

התחבר / הירשם כדי לפרסם תגובות חדשות