Aller au contenu
GET /v1/users/web-profile-info

User web profile info

Web-style profile payload mirroring the TikTok profile page — same shape as the data the website renders.

Essayez-le en direct

10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.

En-têtes personnalisés (facultatif)
api.oanor.com/tiktok-api

Ça marche. Récupérez une clé API et utilisez-la dans votre projet.

Obtenez une clé API

Extraits de code

curl "https://api.oanor.com/tiktok-api/v1/users/web-profile-info" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/tiktok-api/v1/users/web-profile-info", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/tiktok-api/v1/users/web-profile-info");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/tiktok-api/v1/users/web-profile-info",
    headers={"x-oanor-key": "oanor_test_..."}
)

Exemple de réponse

Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.

{
    "data": {
        "needFix": false,
        "userInfo": {
            "user": {
                "id": "6611099612067856390",
                "ftc": false,
                "roomId": "",
                "secUid": "MS4wLjABAAAA2EvW1E1RwMcww5EY5bG0z2TeJ3dusTXaAKNJBQatp8IGSbOvWYWRm6TIIZ46Q40v",
                "secret": false,
                "bioLink": {
                    "link": "https://JenniferLopez.lnk.to/jlo25",
                    "risk": 3
                },
                "shortId": "",
                "language": "en",
                "nickname": "JLO",
                "relation": 0,
                "ttSeller": false,
                "uniqueId": "jlo",
                "verified": true,
                "eventList": [],
                "signature": "The #1 Single SAVE ME TONIGHT with David Guetta OUT NOW 💫 OFFICE ROMANCE coming to Netflix June 5",
                "createTime": 1548716114,
                "profileTab": {
                    "showMusicTab": true,
                    "showPlayListTab": true,
                    "showQuestionTab": true
                },
                "avatarThumb": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/d4a90dd0556e3bbbd2e82c8ab8d0de70~tplv-tiktokx-cropcenter:100:100.jpeg?dr=10399&refresh_token=45f17fc2&x-expires=1779555600&x-signature=%2FHPe51x4iT89KO%2BLych1xgwyu0Q%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=no1a",
                "duetSetting": 0,
                "isADVirtual": false,
                "avatarLarger": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/d4a90dd0556e3bbbd2e82c8ab8d0de70~tplv-tiktokx-cropcenter:1080:1080.jpeg?dr=10399&refresh_token=fa9f1eda&x-expires=1779555600&x-signature=Sx%2Fr1KIxFJbEGJNr3GYgceqyt1k%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=no1a",
                "avatarMedium": "https://p16-common-sign.tiktokcdn-eu.com/tos-maliva-avt-0068/d4a90dd0556e3bbbd2e82c8ab8d0de70~tplv-tiktokx-cropcenter:720:720.jpeg?dr=10399&refresh_token=e27a28eb&x-expires=1779555600&x-signature=xpMpGf8lQ1ERF5Z9aE8jrmWr0HQ%3D&t=4d5b0474&ps=13740610&shp=a5d48078&shcp=81f88b70&idc=no1a",
                "openFavorite": false,
                "isEmbedBanned": false,
                "stitchSetting": 0,
                "canExpPlaylist": true,
                "commentSetting": 0,
                "isOrganization": 0,
                "privateAccount": false,
                "UserStoryStatus": 1,
                "downloadSetting": 0,
                "recommendReason": "",
                "commerceUserInfo": {
                    "commerceUser": false
                },
                "nickNameModifyTime": 0,
                "suggestAccountBind": false,
                "uniqueIdModifyTime": 0,
                "followingVisibility": 1,
                "nowInvitationCardUrl": "",
                "profileEmbedPermission": 1
            },
            "stats": {
                "heart": 85700000,
                "diggCount": 0,
                
…