KICK API

Public Kick data.
Ready to build with.

Get the complete public clip object in one authenticated request. Source types, aliases, optional fields, and nested attributes are preserved.

Live private service

WHAT’S ON THE MAP

The data you need.
The details that matter.

View full coverage
01

Get a Kick clip

Retrieve one public Kick clip from the public player metadata API for current counters. Media and thumbnail URLs are returned without downloading their contents. No channel discovery, clip listing, or video transcription is performed.

YOUR FIRST REQUEST

Get to the
good data.

Start with a local worker and a service key. The examples use the current Kick contract.

GET/v1/kick/clip

Get a Kick clip

Retrieve one public Kick clip from the public player metadata API for current counters. Media and thumbnail URLs are returned without downloading their contents. No channel discovery, clip listing, or video transcription is performed.

Request and response fields
QUICKSTART / LOCAL EXAMPLES
# Local worker · use your own service key
export BASE_URL="http://localhost:3011"

curl --get "$BASE_URL/v1/kick/clip" \
  -H "x-api-key: $KICK_API_KEY" \
  --data-urlencode "url=https://kick.com/example/clips/clip_01JGJHB6CEVFCQRYTVPM8DW892"
GET/v1/kick/clipJSON response

Examples target local workers. Use the origin and credentials supplied for your service.

TAKE IT SOMEWHERE USEFUL

Made for what
you’re making.

Build with public data

Retrieve a public Kick clip with media URLs, counts, timestamps, category, creator, and channel details.

BEFORE YOU BUILD

A few useful
answers.

Read the full reference
What is supported?

Retrieve a public Kick clip with media URLs, counts, timestamps, category, creator, and channel details.

What is the current availability?

Live private service

Is this an official Kick API?

No. ScrapeAtlas is independent and is not affiliated with Kick. This endpoint retrieves supported publicly available data.