List Rumble video comments
List top-level comments on a Rumble video.
Headers
Get your API keyAPI key (`sfk_...`)
Link to the Rumble video.
min 1 chars · max 4096 chars
Endpoint-specific response payload.
Whether the video was resolved for this request.
one of: found, not_found
Video identity when the lookup resolved.
Rumble video identifier.
min 1 chars
Canonical public URL for the video.
min 1 chars
Top-level comments for the resolved video.
Stable identifier for the comment.
min 1 chars
Comment text.
ISO-8601 timestamp when the comment was published.
Human-readable relative publish time when available.
Like count on the comment when available.
≥ 0
Dislike count on the comment when available.
≥ 0
Direct reply count for the comment thread when available.
≥ 0
Comment author.
Display name shown on the commenter profile.
Public Rumble handle when available.
Profile page URL when available.
Profile image URL for the commenter when available.
Pagination information for this 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/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`.