Skip to main content
GET
Get effect metadata by ID
Returns metadata for a TikTok AR effect including its name, publish date, usage count, and icon.

Authorizations

x-rapidapi-key
string
header
required

Your RapidAPI subscription key. Injected automatically by the RapidAPI gateway in production.

Path Parameters

effectId
string<int64>
required

Numeric TikTok effect ID

Pattern: ^\d+$

Response

Success

meta
object

Response metadata present in every API response

data
object

A TikTok AR effect/sticker

pagination
object | null

Always null; this endpoint returns a single object and does not paginate.

Example:

null

error
object | null

Error details. Present only when the request failed; null on success.