v1

latestOpenAPI 3.1.02026-07-26560790.7 KB
Effect

Get Effect Posts

Get Effect Posts

get/api/effect/posts

Query parameters

effectIdstring required

Effect ID

Example:321535
countinteger

The number of results to be returned. The default and maximum value is 30

Example:30
cursorinteger

cursor parameter is used for pagination. In the first request, the default value of cursor is 0. For subsequent requests, the value of cursor will be taken from the response of the previous request

Response

Success

hasMorenumber

Indicates whether there are more data available to fetch

cursornumber

Cursor for pagination. Use this value in subsequent requests to fetch more data

aweme_listobject[]

Example response

{
  "hasMore": 1,
  "cursor": 30
}