# Get Performance Data Returns the performance data of a TikTok account for the last 6, 12 and 30 posts. The data is computed on demand, so if it is not available from the first request, a second call should be performed after ~1 minute. Every successful request costs 0.25 credits. If the response code is or there is an error on our side you will not be charged. Endpoint: GET /tiktok/performance-data Security: accessToken ## Query parameters: - `url` (string, required) Username (@handle) or user id ## Response 200 fields (application/json): - `posts` (object, required) - `posts.posts_with_hidden_comments` (number, required) - `posts.total` (number, required) - `posts.likes` (object, required) - `posts.likes.mean` (array, required) - `posts.likes.mean.numberOfItems` (number, required) - `posts.likes.mean.value` (number, required) - `posts.likes.min` (array, required) - `posts.likes.max` (array, required) - `posts.likes.median` (array, required) - `posts.comments` (object, required) - `posts.views` (object, required) - `posts.engagement_rate` (array, required) - `posts.posting_statistics` (object, required) - `posts.posting_statistics.weekDayHour` (object, required) - `posts.posting_statistics.daily` (object, required)