Skip to main content
POST
Fetch live room history list
Fetch live room history list Pricing — base $0.00145 per successful call (provider cost × 1.45; final charge scales by your plan multiplier). Charged only when the upstream response body code is 200.
Response structure is not yet fully documented — refer to the actual API response.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Body

application/json

直播场次历史记录请求参数/Live room history list request parameters

用户Cookie/User Cookie

Example:

"Your_Cookie_Here"

start_date
string
required

开始日期(格式YYYY-MM-DD)/Start date (format YYYY-MM-DD)

Example:

"2025-09-11"

end_date
string
required

结束日期(格式YYYY-MM-DD)/End date (format YYYY-MM-DD)

Example:

"2025-10-11"

limit
integer
default:400

每页数量限制/Limit per page (最多400条)

Example:

400

need_living
integer
default:1

是否包含正在直播的场次/Include living rooms: 0=不包含, 1=包含

Example:

1

download
integer
default:0

是否下载/Download: 0=不下载, 1=下载

Example:

0

Response

200

Successful response. 以实际调用为准 / Response structure varies; refer to the actual API response.