# Rumble Video API (https://www.socialcrawl.dev/platforms/rumble/video) > Returns title, description, thumbnail, channel, publish date, view count, likes, dislikes, captions, and media metadata when available. TL;DR: `GET /v1/rumble/video` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `url` | yes | Rumble video URL. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/rumble/video?url=https%3A%2F%2Frumble.com%2Fv79xhhm-discovery-example.html" \ -H "x-api-key: sc_YOUR_API_KEY" ``` ## FAQ ### How do I get Rumble video details with an API? Send a GET request to /v1/rumble/video with the full Rumble video URL in the url parameter. SocialCrawl returns the title, description, thumbnail, channel, publish date, view count, likes, dislikes, and caption availability in one JSON payload. ### What fields does the Rumble Video API return? The response includes title, description, thumbnail, channel info, publish date, view count, like count, dislike count, captions metadata, and media details when available — normalized into the unified Post schema shared with YouTube and Twitch. ### Does the Rumble Video API return dislikes? Yes. Unlike YouTube, Rumble still exposes public dislike counts, and the endpoint returns both likes and dislikes — useful for measuring audience sentiment on a video, not just raw reach. ### How much does the Rumble Video API cost? Each request costs 1 credit on the standard tier. New accounts get 100 free credits with no credit card required — enough to fetch 100 videos while you evaluate the schema. ### Can I track a Rumble video's performance over time? Yes. Poll the video URL on a schedule and store view, like, and dislike counts to chart growth curves. Because the response uses the unified engagement object, the same charting code works for your YouTube and Twitch data. See the full Rumble API: https://www.socialcrawl.dev/platforms/rumble ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing ## Explore with AI Questions this API answers, phrased for an AI assistant: - How to fetch Rumble video details with the SocialCrawl API - What does the SocialCrawl Rumble Video API return?