Home / Documentation / Users Endpoints / User Info by Username

User Info by Username

Fetch detailed user profile information including bio, stats (followers, heart count), nickname, and verified status using a username.

GET User Info by Username
URL: https://api.tikliveapi.com/userinfo-by-username/
Parameters:
username *Required

The username of the TikTok user.

Example URL: https://api.tikliveapi.com/userinfo-by-username/?username=tiktok
Example Response:
{
  "user": {
    "id": "107955",
    "uniqueId": "tiktok",
    "nickname": "TikTok",
    "avatarThumb": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:100:100.jpeg?dr=14579&refresh_token=6f6d50b6&x-expires=1763593200&x-signature=pocHIk7lPX92OZyuF5mGqElKDMc%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=maliva",
    "avatarMedium": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:720:720.jpeg?dr=14579&refresh_token=aff03387&x-expires=1763593200&x-signature=u98GMNNq%2BfmLQrPq8LTOBInovYc%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=maliva",
    "avatarLarger": "https://p16-sign-va.tiktokcdn.com/tos-maliva-avt-0068/ba67b11de451691939223e9d978e613a~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=14579&refresh_token=b57e8543&x-expires=1763593200&x-signature=1ttRXqf3WE41y2QbqbRTPp9osgw%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=2472a6c6&idc=maliva",
    "signature": "One TikTok can make a big impact",
    "verified": true,
    "secUid": "MS4wLjABAAAAv7iSuuXDJGDvJkmH_vz1qkDZYo1apxgzaxdBSeIuPiM",
    "secret": false,
    "ftc": false,
    "relation": 0,
    "openFavorite": false,
    "commentSetting": null,
    "duetSetting": null,
    "stitchSetting": null,
    "privateAccount": false,
    "isADVirtual": false,
    "isUnderAge18": false,
    "ins_id": "",
    "twitter_id": "",
    "youtube_channel_title": "",
    "youtube_channel_id": "",
    "UserStoryStatus": 0,
    "bioLink": {
      "link": "linktr.ee/tiktok"
    }
  },
  "stats": {
    "followingCount": 1,
    "followerCount": 91764811,
    "heartCount": 450140224,
    "videoCount": 1370,
    "diggCount": 0,
    "heart": 450140224
  }
}