Youtube v3

FREEMIUM
Durch ytdlfree | Aktualisiert 한 달 전 | Data
Popularität

9.9 / 10

Latenz

378ms

Service Level

100%

Health Check

94%

Zurück zu allen Diskussionen

request error 404

Rapid account: Nagujjamariam 300
nagujjamariam300
일 년 전

i get the request error 404

Rapid account: Ytdlfree
ytdlfree Commented 일 년 전

Please share the API response too

Rapid account: Onlyaddy 68
onlyaddy68 Commented 일 년 전

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 일 년 전

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

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen