Youtube v3

GRATIS CON POSSIBILITÀ DI UPGRADE
Da ytdlfree | Aggiornamento a month ago | Data
Popolarità

9.9 / 10

Latenza

381ms

Livello di servizio

100%

Health Check

100%

Torna a tutte le discussioni

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.

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti