Youtube v3

FREEMIUM
Door ytdlfree | Bijgewerkt 24 days ago | Data
Populariteit

9.9 / 10

Latency

383ms

Serviceniveau

100%

Health Check

93%

Terug naar alle discussies

request error 404

Rapid account: Nagujjamariam 300
nagujjamariam300
10 months ago

i get the request error 404

Rapid account: Ytdlfree
ytdlfree Commented 10 months ago

Please share the API response too

Rapid account: Onlyaddy 68
onlyaddy68 Commented 10 months 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 10 months ago

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

Doe mee aan de discussie - voeg hieronder een opmerking toe

Log in / Schrij u in om nieuwe opmerkingen te plaatsen