---
title: "Get Effect Posts"
method: GET
path: "/api/effect/posts"
tags: ["Effect"]
---

# Get Effect Posts

`GET /api/effect/posts`

Get Effect Posts

## Query parameters

- `effectId` string, required — Effect ID
- `count` integer — The number of results to be returned. The default and maximum value is 30
- `cursor` integer — 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 `200`

Success

- object
  - `hasMore` number — Indicates whether there are more data available to fetch
  - `cursor` number — Cursor for pagination. Use this value in subsequent requests to fetch more data
  - `aweme_list` object[]

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api.md) · [All operations](https://skmtc.net/tikfly/apis/tikfly-api-unoffical-tiktok-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tikfly/tikfly-api-unoffical-tiktok-api/revisions/892e18b9f5af/schema)
