Social Fetch
Rumble

List Rumble video comments

List top-level comments on a Rumble video.

GET/v1/rumble/videos/comments
1credit
x-api-key*stringheader

API key (`sfk_...`)

Parameters
1
url*stringquery

Link to the Rumble video.

min 1 chars · max 4096 chars

Response fields
25

Endpoint-specific response payload.

datalookupStatus
string

Whether the video was resolved for this request.

one of: found, not_found

Video identity when the lookup resolved.

datavideoid
string

Rumble video identifier.

min 1 chars

datavideourl
string

Canonical public URL for the video.

min 1 chars

Top-level comments for the resolved video.

datacomments[]id
string

Stable identifier for the comment.

min 1 chars

datacomments[]text
string

Comment text.

datacomments[]createdAt
string

ISO-8601 timestamp when the comment was published.

datacomments[]publishedTimeText
stringnullable

Human-readable relative publish time when available.

datacomments[]likeCount
integernullable

Like count on the comment when available.

≥ 0

datacomments[]dislikeCount
integernullable

Dislike count on the comment when available.

≥ 0

datacomments[]replyCount
integernullable

Direct reply count for the comment thread when available.

≥ 0

Comment author.

datacomments[]authordisplayName
stringnullable

Display name shown on the commenter profile.

datacomments[]authorhandle
stringnullable

Public Rumble handle when available.

datacomments[]authorprofileUrl
stringnullable

Profile page URL when available.

datacomments[]authoravatarUrl
stringnullable

Profile image URL for the commenter when available.

Pagination information for this response.

datapagenextCursor
stringnullable

Next page number when more results are available.

datapagehasMore
boolean

Whether another page of results is available.

Metadata describing the request and billing outcome.

metarequestId
string

Unique request identifier for tracing this API call.

min 1 chars

metacreditsCharged
integer

Credits charged for this request.

≥ 0

metaversion
string

Public API version that served the response.

one of: v1

Code example

curl "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" \
  -H "x-api-key: YOUR_API_KEY"

Responses

Comment listing result. Check `data.lookupStatus` for `found` or `not_found`.

On this page

No Headings