List top-level comments on a Rumble video.
Endpoint
/v1/rumble/videos/comments
Query
Link to the Rumble video.
const response = await fetch( "https://api.socialfetch.dev/v1/rumble/videos/comments?url=https://rumble.com/v792vns-the-splc-is-a-deceitful-and-poisonous-group.-but-was-their-behavior-crimina.html", { headers: { "x-api-key": "YOUR_API_KEY", } } ); const data = await response.json(); console.log(data);