Retrieve daily performance snapshots for a specified TikTok creator within a specific period, including upload activity, follower growth, engagement metrics, and video performance. Dates are returned as Unix timestamps in milliseconds.
curl -X GET "https://apiv3.creatordb.app/tiktok/performance-history?uniqueId=charlidamelio&pastDayRange=30" \
-H "Content-Type: application/json" \
-H "api-key: <YOUR_API-KEY_HERE>"
Documentation Index
Fetch the complete documentation index at: https://docs.creatordb.app/llms.txt
Use this file to discover all available pages before exploring further.
The valid CreatorDB API key for authentication.
TikTok account ID. Accepts tiktok or @tiktok (@ is stripped automatically).
1 - 101^@?[a-zA-Z0-9._-]+$"tiktok"
Number of days of historical data to return. For example, 30 returns daily data from the past 30 days. Maximum: 365.
^[1-9]\d*$"30"
TikTok performance historical data returned successfully.
The historical performance metrics of the specified TikTok account.
Show child attributes
Number of API credits consumed by this request.
1
Number of API credits remaining. Returns -1 if the quota is unlimited.
-1
Unique trace ID for each request.
"f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0"
Time the response was generated, represented as a Unix timestamp in milliseconds.
1750732453635
Error code returned if the request fails. Empty if the request is successful.
""
Description of the error. Empty if the request is successful.
""
true if the request is successful.
true
curl -X GET "https://apiv3.creatordb.app/tiktok/performance-history?uniqueId=charlidamelio&pastDayRange=30" \
-H "Content-Type: application/json" \
-H "api-key: <YOUR_API-KEY_HERE>"