Skip to main content
GET
/
api
/
effect
/
posts
Get Effect Posts
curl --request GET \
  --url https://tiktok-api23.p.rapidapi.com/api/effect/posts \
  --header 'x-rapidapi-key: <api-key>'
{
  "hasMore": 1,
  "cursor": 30,
  "aweme_list": [
    {}
  ]
}

Authorizations

x-rapidapi-key
string
header
required

Query Parameters

effectId
string
required

Effect ID

Example:

"321535"

count
integer
default:30

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

Example:

30

cursor
integer
default:0

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

Example:

0

Response

Success

hasMore
number

Indicates whether there are more data available to fetch

Example:

1

cursor
number

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

Example:

30

aweme_list
object[]