This endpoint is restricted to specific plans. View pricing
Get the ID and the follower count for a specific user.
Need to get the TikTok username? Use the Get music videos by user or the Get video endpoints.
GET /api/v2/tiktok/user/{username}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| username | string | A user username |
Required |
| Status code | Description | Resource |
|---|---|---|
| 200 | OK
A User response |
UserResponse |
| 401 | Unauthorized
You are not logged in |
|
| 403 | Forbidden
This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access. |
|
| 404 | Not Found
User not found |