Get YouTube channel details by channel id, handle, or URL.
Endpoint
/v1/youtube/channel
Query
Optional YouTube channel id for the request.
Optional YouTube channel handle for the request.
Optional YouTube channel URL for the request.
const response = await fetch( "https://api.socialfetch.dev/v1/youtube/channel?url=https://www.youtube.com/@MrBeast", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);