Skip to main content
GET
cURL
🪙1 creditper request

Copy for AI

🤖 Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Query Parameters

region
string
required

Region code, such as US.

Example:

"US"

page_num
integer
required

Page number, starting from 1. Maximum 100000.

Example:

1

page_size
integer
required

Page size. Maximum 10.

Example:

10

user_id
string

Filter by creator ID.

Example:

""

unique_id
string

Filter by creator unique ID.

Example:

""

live_type
integer

Live type: 1=shop live, 2=personal live.

Example:

""

live_status
integer

Live status: 2=live, 4=ended.

Example:

""

sales_flag
integer

Sales flag: 0=non-commerce, 1=commerce.

Example:

""

min_create_time
integer

Minimum live creation time.

Example:

""

max_create_time
integer

Maximum live creation time.

Example:

""

category
string

Creator category filter.

Example:

""

live_sort_field
integer

Sort field: 1=create_time, 2=total_sale_cnt, 3=total_user_cnt, 4=max_user_count_cnt.

Example:

""

sort_type
integer

Sort order: 0=asc, 1=desc.

Example:

""

min_total_sale_cnt
integer

Minimum live sales count.

Example:

""

max_total_sale_cnt
integer

Maximum live sales count.

Example:

""

min_duration
integer

Minimum live duration.

Example:

""

max_duration
integer

Maximum live duration.

Example:

""

min_total_views_cnt
integer

Minimum live views.

Example:

""

max_total_views_cnt
integer

Maximum live views.

Example:

""

Response

code
integer
required
message
string
required
data
object[]
required
requestId
string
required