Rumble
GET /v1/rumble/channel-videos

Rumble Channel Videos API

List Rumble channel videos with full metadata for each item.

~12 credits (0.6/result) per request
TL;DR
List Rumble channel videos with full metadata for each item. The Rumble Channel Videos API (Rumble) is a single authenticated GET request to /v1/rumble/channel-videos that responds with clean JSON and costs ~12 credits (0.6/result). Pass cache=true for a free 24h cache hit; default is always fresh. Start with 100 free credits — no credit card.

What is the Rumble Channel Videos API?

The Rumble Channel Videos API lets you list items in bulk with metadata for Rumble channel videos with a single REST call. No OAuth, no infrastructure to maintain, and no platform SDKs — send the request, get clean structured JSON back. Pass cache=true to serve from the 24h shared cache (0 credits on hit); default is always fresh.

What you get

  • Bulk list of channel videos with metadata
  • Dates, URLs, and engagement fields when available
  • Configurable result limit
  • Ideal for monitoring and content pipelines

Try it

Open in Playground

Fill in the parameters below and copy a ready-to-run request, or open the live Playground to run it against your account (no API key paste).

Parameters

Sign in to run live
curl "https://api.captapi.com/v1/rumble/channel-videos?url=https%3A%2F%2Frumble.com%2Fc%2FBongino" \
  -H "Authorization: Bearer capt_live_..."
# or: -H "x-api-key: capt_live_..."

Edit the parameters and the code updates instantly. Switch languages and hit copy.

Example response

{
  "success": true,
  "data": {
    "channel": "Bongino",
    "totalReturned": 5,
    "videos": [
      {
        "platform": "rumble",
        "id": "v7dfegc",
        "url": "https://rumble.com/v7dfegc-the-democrat-civil-war-is-getting-intense-ep.-2563-07292026.html",
        "embedUrl": "https://rumble.com/embed/v7dfegc/",
        "title": "The Democrat Civil War Is Getting Intense (Ep. 2563) - 07/29/2026",
        "channel": "The Dan Bongino Show",
        "channelUrl": "https://rumble.com/c/bongino",
        "channelFollowers": 3661298,
        "channelVerified": true,
        "views": 230174,
        "likes": 4178,
        "dislikes": 43,
        "duration": "5456",
        "publishedAt": "2026-07-29T12:29:52+00:00",
        "thumbnail": "https://1a-1791.com/video/fwe2/83/s8/1/S/_/P/K/S_PKA.OvCc-small-The-Democrat-Civil-War-Is-G..jpg",
        "comments": 91,
        "isLive": false,
        "streams": [
          {
            "url": "https://rumble.com/live-hls-dvr/BE4yqeSGJMg/playlist.m3u8",
            "type": "hls",
            "quality": "auto"
          }
        ]
      },
      {
        "platform": "rumble",
        "id": "v7det4g",
        "url": "https://rumble.com/shorts/v7det4g",
        "embedUrl": "https://rumble.com/embed/v7det4g/",
        "title": "Just Wait Until You Read TRUMP’S Diary...",
        "channel": "The Dan Bongino Show",
        "channelUrl": "https://rumble.com/c/bongino",
        "channelFollowers": 3661298,
        "channelVerified": true,
        "views": 8242,
        "likes": 234,
        "dislikes": 7,
        "duration": "55",
        "publishedAt": "2026-07-29T02:21:55+00:00",
        "thumbnail": "https://1a-1791.com/video/fwe2/b4/s8/1/W/p/J/K/WpJKA.OvCc-small-Just-Wait-Until-You-Read-TR..jpg",
        "comments": 11,
        "isLive": false,
        "streams": [
          {
            "url": "https://1a-1791.com/video/fwe2/b4/s8/2/W/p/J/K/WpJKA.haa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "1080p"
          },
          {
            "url": "https://1a-1791.com/video/fwe2/b4/s8/2/W/p/J/K/WpJKA.gaa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "720p"
          },
          {
            "url": "https://1a-1791.com/video/fwe2/b4/s8/2/W/p/J/K/WpJKA.caa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "480p"
          },
          {
            "url": "https://1a-1791.com/video/fwe2/b4/s8/2/W/p/J/K/WpJKA.baa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "360p"
          }
        ]
      },
      {
        "platform": "rumble",
        "id": "v7defpc",
        "url": "https://rumble.com/shorts/v7defpc",
        "embedUrl": "https://rumble.com/embed/v7defpc/",
        "title": "How Communists Collapse the Food Supply in 5 Easy Steps",
        "channel": "The Dan Bongino Show",
        "channelUrl": "https://rumble.com/c/bongino",
        "channelFollowers": 3661298,
        "channelVerified": true,
        "views": 6422,
        "likes": 186,
        "dislikes": 4,
        "duration": "74",
        "publishedAt": "2026-07-28T21:35:04+00:00",
        "thumbnail": "https://1a-1791.com/video/fww1/cb/s8/1/a/a/F/K/aaFKA.OvCc-small-How-Communists-Collapse-the..jpg",
        "comments": 18,
        "isLive": false,
        "streams": [
          {
            "url": "https://1a-1791.com/video/fww1/cb/s8/2/a/a/F/K/aaFKA.haa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "1080p"
          },
          {
            "url": "https://1a-1791.com/video/fww1/cb/s8/2/a/a/F/K/aaFKA.gaa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "720p"
          },
          {
            "url": "https://1a-1791.com/video/fww1/cb/s8/2/a/a/F/K/aaFKA.caa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "480p"
          },
          {
            "url": "https://1a-1791.com/video/fww1/cb/s8/2/a/a/F/K/aaFKA.baa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "360p"
          }
        ]
      },
      {
        "platform": "rumble",
        "id": "v7deb7m",
        "url": "https://rumble.com/shorts/v7deb7m",
        "embedUrl": "https://rumble.com/embed/v7deb7m/",
        "title": "Fauci’s Biggest Lies EXPOSED in His Own Diary",
        "channel": "The Dan Bongino Show",
        "channelUrl": "https://rumble.com/c/bongino",
        "channelFollowers": 3661300,
        "channelVerified": true,
        "views": 6186,
        "likes": 178,
        "dislikes": 4,
        "duration": "64",
        "publishedAt": "2026-07-28T20:02:09+00:00",
        "thumbnail": "https://1a-1791.com/video/fww1/8b/s8/6/c/L/D/K/cLDKA.O-xb.jpg",
        "comments": 8,
        "isLive": false,
        "streams": [
          {
            "url": "https://1a-1791.com/video/fww1/8b/s8/2/c/L/D/K/cLDKA.haa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "1080p"
          },
          {
            "url": "https://1a-1791.com/video/fww1/8b/s8/2/c/L/D/K/cLDKA.gaa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "720p"
          },
          {
            "url": "https://1a-1791.com/video/fww1/8b/s8/2/c/L/D/K/cLDKA.caa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "480p"
          },
          {
            "url": "https://1a-1791.com/video/fww1/8b/s8/2/c/L/D/K/cLDKA.baa.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "360p"
          }
        ]
      },
      {
        "platform": "rumble",
        "id": "v7ddmnm",
        "url": "https://rumble.com/v7ddmnm-dear-diary-they-lied-about-everything-ep.-2562-07282026.html",
        "embedUrl": "https://rumble.com/embed/v7ddmnm/",
        "title": "Dear Diary, They Lied About Everything (Ep. 2562) - 07/28/2026",
        "channel": "The Dan Bongino Show",
        "channelUrl": "https://rumble.com/c/bongino",
        "channelFollowers": 3661300,
        "channelVerified": true,
        "views": 478253,
        "likes": 7946,
        "dislikes": 95,
        "duration": "4861",
        "publishedAt": "2026-07-28T12:27:49+00:00",
        "thumbnail": "https://1a-1791.com/video/fww1/c6/s8/1/Y/Z/v/K/YZvKA.OvCc-small-Dear-Diary-They-Lied-About-..jpg",
        "comments": 812,
        "isLive": false,
        "streams": [
          {
            "url": "https://1a-1791.com/video/fww1/c6/s8/2/Y/Z/v/K/YZvKA.aaa.rec.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "1080p"
          },
          {
            "url": "https://1a-1791.com/video/fww1/c6/s8/2/Y/Z/v/K/YZvKA.haa.rec.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "1080p"
          },
          {
            "url": "https://1a-1791.com/video/fww1/c6/s8/2/Y/Z/v/K/YZvKA.gaa.rec.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "720p"
          },
          {
            "url": "https://1a-1791.com/video/fww1/c6/s8/2/Y/Z/v/K/YZvKA.caa.rec.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "480p"
          },
          {
            "url": "https://1a-1791.com/video/fww1/c6/s8/2/Y/Z/v/K/YZvKA.baa.rec.mp4?b=1&u=6",
            "type": "mp4",
            "quality": "360p"
          }
        ]
      }
    ]
  }
}

Billing metadata is returned in response headers: X-Captapi-Credits (credits charged), X-Captapi-Cache (hit or miss), and X-Captapi-Source. Failed requests (4xx/5xx) are never charged. See the full list of error codes in the error reference.

Response structure

A successful call returns success, cached, creditsUsed, and a data object with the following fields:

Top-level fields

  • channelChannel. Example: "Bongino".
  • totalReturnedNumber of items returned in this response.

Videos

Each item in videos contains:

  • platformPlatform identifier (e.g. youtube, instagram).
  • idStable platform ID for the item.
  • urlCanonical URL of the item.
  • embedUrlEmbed page URL — load it directly in an <iframe src>.
  • titleTitle of the item.
  • channelChannel. Example: "The Dan Bongino Show".
  • channelUrlURL of the channel.
  • channelFollowersFollower count of the channel.
  • channelVerifiedWhether the channel is verified.
  • viewsView count.
  • likesLike count.
  • dislikesDislike count.
  • durationLength in seconds.
  • publishedAtPublish date (ISO 8601).
  • thumbnailThumbnail image URL.
  • commentsComment count.
  • isLiveWhether the account/channel is currently live.
  • streamsArray of objects with url, type, quality.

Parameters

NameTypeRequiredDescription
urlstringYesRumble channel URL, e.g. https://rumble.com/c/name. 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.
limitintegerNoMax items to return (default 20, max 200). Billed per result.
cachebooleanNoSet true to serve from the 24h response cache. Default false — always fetch fresh data.

Authentication: send your key as Authorization: Bearer capt_live_.... A typical call costs ~12 credits (0.6/result) — billed per result, so the exact amount scales with how many items you request. Pass cache=true for a free 24h cache hit; default is always fresh (metrics refresh within ~1 hour).

Using an AI agent? This endpoint is the MCP tool rumble_channel_videos via @captapi/mcp. Set it up →

How it works

  1. 1. Sign up — get 100 free credits, no card required.
  2. 2. Create a key from your dashboard.
  3. 3. Send one request to /v1/rumble/channel-videos and parse the JSON response.

Use cases

Content Pipelines

Ingest a channel's catalog in bulk.

Monitoring

Detect new uploads automatically.

Archiving

Snapshot a creator's full library.

Analytics

Aggregate performance across many videos.

Frequently asked questions

What does the Rumble Channel Videos API do?+

The Rumble Channel Videos API lets you list items in bulk with metadata from a public Rumble video using one GET request to /v1/rumble/channel-videos. It returns clean JSON — no OAuth or infrastructure setup required.

How many credits does the Rumble Channel Videos API cost?+

At the default limit this endpoint costs 12 credits (0.6 per result). Billing scales with how many results you request. 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 Channel Videos 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.

More Rumble APIs

Ready to use the Rumble Channel Videos API?

Sign up, grab your key, and make your first call in 60 seconds.