Discover currently trending YouTube Shorts.
Endpoint
/v1/youtube/shorts/trending
No parameters for this endpoint.
const response = await fetch( "https://api.socialfetch.dev/v1/youtube/shorts/trending", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);