How to get Rumble video details
GET request to /v1/rumble/video-details with your input. You get clean JSON back in seconds for 1 credit per call — no OAuth, scraping or platform SDKs. Get Rumble video details as structured JSON — key fields, stats, and metadata.How to get Rumble video details (step by step)
- 1
Get a free API key
Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.
- 2
Call the Rumble Video Details API
Send an authenticated GET request to /v1/rumble/video-details with your input. No OAuth, no scraping setup.
- 3
Read the JSON response
Parse the clean JSON response. Pass cache=true for a free 24h cache hit; default is always fresh.
Code example
curl "https://api.captapi.com/v1/rumble/video-details?url=https%3A%2F%2Frumble.com%2Fv7cv2cc-now-i-can-finally-talk-about-it-ep.-2555-07172026.html" \
-H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."What the response looks like
{
"success": true,
"data": {
"platform": "rumble",
"id": "v7cv2cc",
"url": "https://rumble.com/v7cv2cc-now-i-can-finally-talk-about-it-ep.-2555-07172026.html",
"embedUrl": "https://rumble.com/embed/v7aoh22/",
"title": "Now I Can Finally Talk About It (Ep. 2555) - 07/17/2026",
"description": "In this episode, I'll discuss the groundbreaking information President Trump revealed in his speech last night and what it means for our elections movingforward. 1776 Live Club: No purchase necessary.",
"channel": "The Dan Bongino Show",
"channelUrl": "https://rumble.com/c/bongino",
"channelFollowers": 3660000,
"channelVerified": true,
"views": 935270,
"likes": 0,
"dislikes": 0,
"duration": "1:26:25",
"publishedAt": "2026-07-17T12:18:39+00:00",
"thumbnail": "https://1a-1791.com/video/fwe2/7c/s8/1/C/w/c/H/CwcHA.qR4e-small-Now-I-Can-Finally-Talk-Abou..jpg",
"comments": 0,
"isLive": false,
"streams": [
{
"url": "https://1a-1791.com/video/fwe2/7c/s8/2/C/w/c/H/CwcHA.caa.rec.mp4?u=3&b=0",
"type": "mp4",
"quality": "480p"
},
{
"url": "https://1a-1791.com/video/fwe2/7c/s8/2/C/w/c/H/CwcHA.Faa.rec.mp4",
"type": "mp4",
"quality": "180p"
}
]
}
}Billing metadata (credits charged, cache hit/miss) is returned in the X-Captapi-Credits and X-Captapi-Cache response headers.
Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Rumble video URL, e.g. https://rumble.com/vXXXX-title.html. The URL platform must match this endpoint's platform. Do not pass cross-platform URLs, e.g. YouTube to TikTok, Instagram to Facebook, LinkedIn to X/Twitter, or Pinterest to Rumble. |
| cache | boolean | No | Set true to serve from the 24h response cache. Default false — always fetch fresh data. |
Frequently asked questions
What does the Rumble Video Details API do?
The Rumble Video Details API lets you fetch full metadata and key stats from a public Rumble video using one GET request to /v1/rumble/video-details. It returns clean JSON — no OAuth or infrastructure setup required.
How many credits does the Rumble Video Details API cost?
Each successful call costs 1 credit. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Failed or empty results are never charged.
Do I need a Rumble API key or OAuth?
No. A single Captapi key works across every platform Captapi supports — YouTube, TikTok, Instagram, Facebook, Twitter/X, Reddit, Threads, Bluesky, Pinterest, LinkedIn, Rumble, Spotify, Kwai, and more. We handle proxies, rate limits, retries, and authentication for you.
Is the Rumble Video Details API suitable for production use?
Yes. It is a stable REST endpoint with predictable JSON and automatic retries. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh. Use it for analytics, monitoring, and content automation.
Ready to get Rumble video details?
Start free with 100 credits — no credit card required.
Get your free API key