Skip to main content
GET
Clip
💳 1 credit per request

Authorizations

X-API-Key
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx

Get your API key from the Dashboard.

Query Parameters

url
string
required

Twitch clip URL

Example:

"https://www.twitch.tv/staryuuki/clip/CloudySavageMarjoramRuleFive--ErzsYbE7UWvgCMQ?filter=clips&range=all&sort=time"

Response

Successful response

Key Response Fields:

  • clip.id: Clip ID
  • clip.slug: Clip slug identifier (used in URLs)
  • clip.url: Full clip URL on Twitch
  • clip.embedURL: Embeddable clip URL
  • clip.title: Clip title
  • clip.viewCount: Total view count
  • clip.language: Language code (e.g. "ES", "EN")
  • clip.durationSeconds: Clip length in seconds
  • clip.createdAt: ISO 8601 creation timestamp
  • clip.thumbnailURL: Clip thumbnail URL
  • clip.isFeatured: Whether the clip is featured
  • clip.broadcaster.login: Streamer's Twitch handle
  • clip.broadcaster.displayName: Streamer's display name
  • clip.broadcaster.followers.totalCount: Streamer's follower count
  • clip.broadcaster.isPartner: Whether the streamer is a Twitch Partner
  • clip.game.name: Game/category name
  • clip.game.displayName: Game display name
  • clip.game.boxArtURL: Game box art image URL
  • clip.curator: User who created the clip
  • clip.videoQualities[].sourceURL: Direct download URLs by quality
  • clip.videoURL: Direct video download URL (highest quality with auth token)