Youtube v3

FREEMIUM
Por ytdlfree | Atualizado hace un mes | Data
Popularidade

9.9 / 10

Latência

381ms

Nível de serviço

100%

Health Check

100%

Voltar para todas as discussões

request error 404

Rapid account: Nagujjamariam 300
nagujjamariam300
hace un año

i get the request error 404

Rapid account: Ytdlfree
ytdlfree Commented hace un año

Please share the API response too

Rapid account: Onlyaddy 68
onlyaddy68 Commented hace un año

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 hace un año

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

Junte-se à discussão - adicione o comentário abaixo:

Efetue login / inscreva-se para postar novos comentários