Get metadata for a Rumble video.
Endpoint
/v1/rumble/videos
Query
Link to the Rumble video.
const response = await fetch( "https://api.socialfetch.dev/v1/rumble/videos?url=https://rumble.com/v79xhhm-discovery-why-glenn-wants-israel-to-sue-the-new-york-times.html", { headers: { "x-api-key": "YOUR_API_KEY", } } ); const data = await response.json(); console.log(data);