Get the contents of a YouTube community post.
Endpoint
/v1/youtube/community-posts
Query
Public YouTube community post URL.
const response = await fetch( "https://api.socialfetch.dev/v1/youtube/community-posts?url=https://www.youtube.com/post/Ugkxvj2KoApYAXoqLWnKVr6zZe5JjeHrQeP8", { headers: { "x-api-key": "YOUR_API_KEY" } } ); const data = await response.json(); console.log(data);