---
title: "Get Effect Info"
method: GET
path: "/api/effect/info"
tags: ["Effect"]
---

# Get Effect Info

`GET /api/effect/info`

Get Effect Info

## Query parameters

- `effectId` string, required — Effect ID

## Response `200`

Success

- object
  - `sticker_infos` object[]
    - `attributions` string, nullable — Attributions for the effect, if applicable
    - `children` string[] — List of child effects derived from this effect
    - `desc` string — Description of the effect
    - `effect_id` string — Effect ID
    - `effect_source` number — Source type of the effect
    - `extra` string — Additional metadata for the effect, stored as JSON string
    - `icon_url` object
      - `uri` string — Internal URI for the effect icon
      - `url_list` string[] — List of URLs for the effect icon images
      - `url_prefix` string, nullable — Optional URL prefix for constructing full icon URLs
    - `id` string — Unique identifier of the effect (same as effect_id)
    - `is_top_effect_designer` boolean — Indicates whether the effect’s creator is a top effect designer
    - `linked_anchors` string, nullable — Linked anchors or references for the effect, if any
    - `name` string — Name of the effect
    - `owner_id` string — User ID of the effect’s creator
    - `owner_nickname` string — Nickname of the effect’s creator
    - `owner_verified_type` number — Verification type of the effect’s creator
    - `publish_time` number — Unix timestamp (ms) when the effect was published
    - `sec_uid` string — secUid of the effect’s creator
    - `tags` string[] — Tags associated with the effect, used for filtering and categorization
    - `user_count` number — Total number of users who have used this effect
    - `vv_count` number — Total number of views generated by videos using this effect

## 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)
