List Rumble channel videos
List videos and Shorts from a Rumble channel.
Headers
Get your API keyAPI key (`sfk_...`)
Link to the Rumble channel.
min 1 chars · max 4096 chars
Page number from a previous response.
min 1 chars
Endpoint-specific response payload.
Whether the channel was resolved for this request.
one of: found, not_found
Resolved channel metadata when available.
Channel display name when available.
Channel handle when available.
Canonical public channel URL when available.
Videos returned for the resolved channel. This array may be empty when the channel resolves but there are no videos in the returned page.
Rumble content identifier.
min 1 chars
Normalized media kind for this row.
one of: video, short, live
Canonical public URL for this item when available.
Title shown for this item.
Thumbnail image URL when available.
Channel metadata when available.
Channel display name when available.
Channel handle when available.
Canonical public channel URL when available.
View count when available.
≥ 0
Human-readable view count label when available.
ISO-8601 publish timestamp when available.
Human-readable relative publish time when available.
Duration in seconds when available.
≥ 0
Human-readable duration label when available.
Display badges when present.
Shorts returned for the resolved channel. This array may be empty when the channel resolves but there are no Shorts in the returned page.
Rumble content identifier.
min 1 chars
Normalized media kind for this row.
one of: video, short, live
Canonical public URL for this item when available.
Title shown for this item.
Thumbnail image URL when available.
Channel metadata when available.
Channel display name when available.
Channel handle when available.
Canonical public channel URL when available.
View count when available.
≥ 0
Human-readable view count label when available.
ISO-8601 publish timestamp when available.
Human-readable relative publish time when available.
Duration in seconds when available.
≥ 0
Human-readable duration label when available.
Display badges when present.
Pagination information for the current response.
Next page number when more results are available.
Whether another page of results is available.
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/rumble/channels/videos?url=https://rumble.com/c/StevenCrowder" \
-H "x-api-key: YOUR_API_KEY"Responses
Videos and Shorts for the requested channel. Check `data.lookupStatus` for `found` vs `not_found`.