How to get Kick clip
GET request to /v1/kick/clip with your input. You get clean JSON back in seconds for 34 credits per call — no OAuth, scraping or platform SDKs. Get full Kick video metadata — title, views, likes, duration, and more.How to get Kick clip (step by step)
- 1
Get a free API key
Create a free Captapi account (100 credits, no card) and generate an API key from the dashboard.
- 2
Call the Kick Clip API
Send an authenticated GET request to /v1/kick/clip with your input. No OAuth, no scraping setup.
- 3
Read the JSON response
Parse the clean JSON response. Results are cached for 24 hours, so repeat calls are free.
Code example
curl "https://api.captapi.com/v1/kick/clip?url=https%3A%2F%2Fkick.com%2Fxqc" \
-H "Authorization: Bearer capt_live_..."What the response looks like
{
"success": true,
"cached": false,
"creditsUsed": 34,
"data": {
"channelUrl": "https://kick.com/xqc",
"clip": {
"platform": "kick",
"id": "clip_01KWP4EK1KBFCE1REGTXN0CGJ4",
"url": "https://kick.com/xqc/clips/clip_01KWP4EK1KBFCE1REGTXN0CGJ4",
"title": "gg",
"createdAt": "2026-07-04T08:38:30.579107Z",
"durationSeconds": 180,
"views": null,
"likes": 0,
"thumbnailUrl": "https://clips.kick.com/clips/00/clip_01KWP4EK1KBFCE1REGTXN0CGJ4/thumbnail.webp",
"videoUrl": "https://clips.kick.com/clips/00/clip_01KWP4EK1KBFCE1REGTXN0CGJ4/playlist.m3u8",
"category": "Slots & Casino",
"channel": {
"username": "xqc",
"name": "xQc",
"url": "https://kick.com/xqc"
},
"raw": {
"id": "clip_01KWP4EK1KBFCE1REGTXN0CGJ4",
"livestream_id": "115863127",
"category_id": "28",
"channel_id": 668,
"user_id": 34221402,
"title": "gg",
"clip_url": "https://clips.kick.com/clips/00/clip_01KWP4EK1KBFCE1REGTXN0CGJ4/playlist.m3u8",
"thumbnail_url": "https://clips.kick.com/clips/00/clip_01KWP4EK1KBFCE1REGTXN0CGJ4/thumbnail.webp",
"privacy": "public",
"likes": 0,
"liked": false,
"views": 0,
"duration": 180,
"started_at": "0001-01-01T00:00:00Z",
"created_at": "2026-07-04T08:38:30.579107Z",
"vod_starts_at": 0,
"is_mature": true,
"video_url": "https://clips.kick.com/clips/00/clip_01KWP4EK1KBFCE1REGTXN0CGJ4/playlist.m3u8",
"view_count": 0,
"likes_count": 0,
"category": {
"id": 28,
"name": "Slots & Casino",
"slug": "slots",
"parent_category": "gambling"
},
"creator": {
"id": 34221402,
"username": "yagami999",
"slug": "yagami999"
},
"channel": {
"id": 668,
"username": "xQc",
"slug": "xqc",
"profile_picture": "https://files.kick.com/images/user/676/profile_image/conversion/151f289a-5bff-4f31-b125-0c54c542519e-thumb.webp"
}
}
},
"totalReturned": 10,
"clips": [
{
"platform": "kick",
"id": "clip_01KWP4EK1KBFCE1REGTXN0CGJ4",
"url": "https://kick.com/xqc/clips/clip_01KWP4EK1KBFCE1REGTXN0CGJ4",
"title": "gg",
"createdAt": "2026-07-04T08:38:30.579107Z",
"durationSeconds": 180,
"views": null,
"likes": 0,
"thumbnailUrl": "https://clips.kick.com/clips/00/clip_01KWP4EK1KBFCE1REGTXN0CGJ4/thumbnail.webp",
"videoUrl": "https://clips.kick.com/clips/00/clip_01KWP4EK1KBFCE1REGTXN0CGJ4/playlist.m3u8",
"category": "Slots & Casino",
"channel": {
"username": "xqc",
"name": "xQc",
"url": "https://kick.com/xqc"
},
"raw": {
"id": "clip_01KWP4EK1KBFCE1REGTXN0CGJ4",
"livestream_id": "115863127",
"category_id": "28",
"channel_id": 668,
"user_id": 34221402,
"title": "gg",
"clip_url": "https://clips.kick.com/clips/00/clip_01KWP4EK1KBFCE1REGTXN0CGJ4/playlist.m3u8",
"thumbnail_url": "https://clips.kick.com/clips/00/clip_01KWP4EK1KBFCE1REGTXN0CGJ4/thumbnail.webp",
"privacy": "public",
"likes": 0,
"liked": false,
"views": 0,
"duration": 180,
"started_at": "0001-01-01T00:00:00Z",
"created_at": "2026-07-04T08:38:30.579107Z",
"vod_starts_at": 0,
"is_mature": true,
"video_url": "https://clips.kick.com/clips/00/clip_01KWP4EK1KBFCE1REGTXN0CGJ4/playlist.m3u8",
"view_count": 0,
"likes_count": 0,
"category": {
"id": 28,
"name": "Slots & Casino",
"slug": "slots",
"parent_category": "gambling"
},
"creator": {
"id": 34221402,
"username": "yagami999",
"slug": "yagami999"
},
"channel": {
"id": 668,
"username": "xQc",
"slug": "xqc",
"profile_picture": "https://files.kick.com/images/user/676/profile_image/conversion/151f289a-5bff-4f31-b125-0c54c542519e-thumb.webp"
}
}
},
{
"platform": "kick",
"id": "clip_01KWP3XWAVS1HF2NQZ2S2WWWFY",
"url": "https://kick.com/xqc/clips/clip_01KWP3XWAVS1HF2NQZ2S2WWWFY",
"title": "hvvhnn",
"createdAt": "2026-07-04T08:29:30.105392Z",
"durationSeconds": 180,
"views": 3,
"likes": 0,
"thumbnailUrl": "https://clips.kick.com/clips/5e/clip_01KWP3XWAVS1HF2NQZ2S2WWWFY/thumbnail.webp",
"videoUrl": "https://clips.kick.com/clips/5e/clip_01KWP3XWAVS1HF2NQZ2S2WWWFY/playlist.m3u8",
"category": "Slots & Casino",
"channel": {
"username": "xqc",
"name": "xQc",
"url": "https://kick.com/xqc"
},
"raw": {
"id": "clip_01KWP3XWAVS1HF2NQZ2S2WWWFY",
"livestream_id": "115863127",
"category_id": "28",
"channel_id": 668,
"user_id": 117354025,
"title": "hvvhnn",
"clip_url": "https://clips.kick.com/clips/5e/clip_01KWP3XWAVS1HF2NQZ2S2WWWFY/playlist.m3u8",
"thumbnail_url": "https://clips.kick.com/clips/5e/clip_01KWP3XWAVS1HF2NQZ2S2WWWFY/thumbnail.webp",
"privacy": "public",
"likes": 0,
"liked": false,
"views": 3,
"duration": 180,
"started_at": "0001-01-01T00:00:00Z",
"created_at": "2026-07-04T08:29:30.105392Z",
"vod_starts_at": 0,
"is_mature": true,
"video_url": "https://clips.kick.com/clips/5e/clip_01KWP3XWAVS1HF2NQZ2S2WWWFY/playlist.m3u8",
"view_count": 3,
"likes_count": 0,
"category": {
"id": 28,
"name": "Slots & Casino",
"slug": "slots",
"parent_category": "gambling"
},
"creator": {
"id": 117354025,
"username": "Rk_Baloch",
"slug": "rk-baloch"
},
"channel": {
"id": 668,
"username": "xQc",
"slug": "xqc",
"profile_picture": "https://files.kick.com/images/user/676/profile_image/conversion/151f289a-5bff-4f31-b125-0c54c542519e-thumb.webp"
}
}
},
{
"platform": "kick",
"id": "clip_01KWP322ZT6BRG9XV97B2H1C0G",
"url": "https://kick.com/xqc/clips/clip_01KWP322ZT6BRG9XV97B2H1C0G",
"title": "game",
"createdAt": "2026-07-04T08:14:08.315607Z",
"durationSeconds": 57,
"views": 2,
"likes": 0,
"thumbnailUrl": "https://clips.kick.com/clips/eb/clip_01KWP322ZT6BRG9XV97B2H1C0G/thumbnail.webp",
"videoUrl": "https://clips.kick.com/clips/eb/clip_01KWP322ZT6BRG9XV97B2H1C0G/playlist.m3u8",
"category": "Slots & Casino",
"channel": {
"username": "xqc",
"name": "xQc",
"url": "https://kick.com/xqc"
},
"raw": {
"id": "clip_01KWP322ZT6BRG9XV97B2H1C0G",
"livestream_id": "115863127",
"category_id": "28",
"channel_id": 668,
"user_id": 117772455,
"title": "game",
"clip_url": "https://clips.kick.com/clips/eb/clip_01KWP322ZT6BRG9XV97B2H1C0G/playlist.m3u8",
"thumbnail_url": "https://clips.kick.com/clips/eb/clip_01KWP322ZT6BRG9XV97B2H1C0G/thumbnail.webp",
"privacy": "public",
"likes": 0,
"liked": false,
"views": 2,
"duration": 57,
"started_at": "0001-01-01T00:00:00Z",
"created_at": "2026-07-04T08:14:08.315607Z",
"vod_starts_at": 0,
"is_mature": true,
"video_url": "https://clips.kick.com/clips/eb/clip_01KWP322ZT6BRG9XV97B2H1C0G/playlist.m3u8",
"view_count": 2,
"likes_count": 0,
"category": {
"id": 28,
"name": "Slots & Casino",
"slug": "slots",
"parent_category": "gambling"
},
"creator": {
"id": 117772455,
"username": "LITTLEGAMER34",
"slug": "littlegamer34"
},
"channel": {
"id": 668,
"username": "xQc",
"slug": "xqc",
"profile_picture": "https://files.kick.com/images/user/676/profile_image/conversion/151f289a-5bff-4f31-b125-0c54c542519e-thumb.webp"
}
}
},
{
"platform": "kick",
"id": "clip_01KWP2Z68508P23R3FJSPNQAEH",
"url": "https://kick.com/xqc/clips/clip_01KWP2Z68508P23R3FJSPNQAEH",
"title": "3333",
"createdAt": "2026-07-04T08:12:43.359587Z",
"durationSeconds": 124,
"views": 2,
"likes": 0,
"thumbnailUrl": "https://clips.kick.com/clips/c2/clip_01KWP2Z68508P23R3FJSPNQAEH/thumbnail.webp",
"videoUrl": "https://clips.kick.com/clips/c2/clip_01KWP2Z68508P23R3FJSPNQAEH/playlist.m3u8",
"category": "Slots & Casino",
"channel": {
"username": "xqc",
"name": "xQc",
"url": "https://kick.com/xqc"
},
"raw": {
"id": "clip_01KWP2Z68508P23R3FJSPNQAEH",
"livestream_id": "115863127",
"category_id": "28",
"channel_id": 668,
"user_id": 34221402,
"title": "3333",
"clip_url": "https://clips.kick.com/clips/c2/clip_01KWP2Z68508P23R3FJSPNQAEH/playlist.m3u8",
"thumbnail_url": "https://clips.kick.com/clips/c2/clip_01KWP2Z68508P23R3FJSPNQAEH/thumbnail.webp",
"privacy": "public",
"likes": 0,
"liked": false,
"views": 2,
"duration": 124,
"started_at": "0001-01-01T00:00:00Z",
"created_at": "2026-07-04T08:12:43.359587Z",
"vod_starts_at": 0,
"is_mature": true,
"video_url": "https://clips.kick.com/clips/c2/clip_01KWP2Z68508P23R3FJSPNQAEH/playlist.m3u8",
"view_count": 2,
"likes_count": 0,
"category": {
"id": 28,
"name": "Slots & Casino",
"slug": "slots",
"parent_category": "gambling"
},
"creator": {
"id": 34221402,
"username": "yagami999",
"slug": "yagami999"
},
"channel": {
"id": 668,
"username": "xQc",
"slug": "xqc",
"profile_picture": "https://files.kick.com/images/user/676/profile_image/conversion/151f289a-5bff-4f31-b125-0c54c542519e-thumb.webp"
}
}
},
{
"platform": "kick",
"id": "clip_01KWP2V7KZA2BDYEJRE2DCKMRM",
"url": "https://kick.com/xqc/clips/clip_01KWP2V7KZA2BDYEJRE2DCKMRM",
"title": "3333",
"createdAt": "2026-07-04T08:10:22.080102Z",
"durationSeconds": 180,
"views": 3,
"likes": 0,
"thumbnailUrl": "https://clips.kick.com/clips/bc/clip_01KWP2V7KZA2BDYEJRE2DCKMRM/thumbnail.webp",
"videoUrl": "https://clips.kick.com/clips/bc/clip_01KWP2V7KZA2BDYEJRE2DCKMRM/playlist.m3u8",
"category": "Slots & Casino",
"channel": {
"username": "xqc",
"name": "xQc",
"url": "https://kick.com/xqc"
},
"raw": {
"id": "clip_01KWP2V7KZA2BDYEJRE2DCKMRM",
"livestream_id": "115863127",
"category_id": "28",
"channel_id": 668,
"user_id": 34221402,
"title": "3333",
"clip_url": "https://clips.kick.com/clips/bc/clip_01KWP2V7KZA2BDYEJRE2DCKMRM/playlist.m3u8",
"thumbnail_url": "https://clips.kick.com/clips/bc/clip_01KWP2V7KZA2BDYEJRE2DCKMRM/thumbnail.webp",
"privacy": "public",
"likes": 0,
"liked": false,
"views": 3,
"duration": 180,
"started_at": "0001-01-01T00:00:00Z",
"created_at": "2026-07-04T08:10:22.080102Z",
"vod_starts_at": 0,
"is_mature": true,
"video_url": "https://clips.kick.com/clips/bc/clip_01KWP2V7KZA2BDYEJRE2DCKMRM/playlist.m3u8",
"view_count": 3,
"likes_count": 0,
"category": {
"id": 28,
"name": "Slots & Casino",
"slug": "slots",
"parent_category": "gambling"
},
"creator": {
"id": 34221402,
"username": "yagami999",
"slug": "yagami999"
},
"channel": {
"id": 668,
"username": "xQc",
"slug": "xqc",
"profile_picture": "https://files.kick.com/images/user/676/profile_image/conversion/151f289a-5bff-4f31-b125-0c54c542519e-thumb.webp"
}
}
}
]
}
}Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| url | string | Yes | Kick clip URL, channel URL, or channel username. 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. |
| limit | integer | No | Max items to return (default 30, max 100). Billed per result. |
Frequently asked questions
What does the Kick Clip API do?
The Kick Clip API lets you fetch full metadata and engagement stats from a public Kick video using one GET request to /v1/kick/clip. It returns clean JSON — no OAuth or scraping setup required.
How many credits does the Kick Clip API cost?
Each successful call costs 34 credits. Responses are cached for 24 hours, and cached results cost 0 credits. Failed or empty results are never charged.
Do I need a Kick 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, and Rumble. We handle proxies, rate limits, retries, and authentication for you.
Is the Kick Clip API suitable for production use?
Yes. It is a stable REST endpoint with predictable JSON, automatic retries, and a shared 24-hour cache. Use it for RAG pipelines, analytics, monitoring, and content automation.
Ready to get Kick clip?
Start free with 100 credits — no credit card required.
Get your free API key