抖音api
  1. 抖音api
抖音api
  • 公告,告知
  • 抖音api
    • 抖音关键词用户列表接口
      GET
    • 抖音个人信息接口1
      GET
    • 抖音个人信息接口2
      GET
    • 抖音个人信息接口3
      GET
    • 抖音一级评论接口
      GET
    • 抖音视频信息接口
      GET
    • 抖音视频播放量查询接口_10token
      GET
    • 抖音博主视频列表接口1
      GET
    • 抖音博主视频列表接口2
      GET
    • 抖音关注列表接口
      GET
    • 抖音粉丝列表接口
      GET
    • (待更新)抖音喜欢列表接口
      GET
    • (待更新)抖音收藏列表接口
      GET
    • (待更新)抖音话题接口1
      GET
    • (待更新)抖音话题接口2
      GET
    • (待更新)关键词搜索话题接口
      GET
    • (待更新)抖音本地商家详情接口
      GET
    • (待更新)抖音关键词搜索本地商家接口
      GET
  1. 抖音api

抖音个人信息接口2

GET
/dy/info2

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/dy/info2?unique_id=kkz668&token='

返回响应

🟢200成功
application/json
Body

示例
{
    "extra": {
        "now": 0,
        "logid": "string"
    },
    "status_code": 0,
    "user_info": {
        "avatar_larger": {
            "uri": "string",
            "url_list": [
                "string"
            ]
        },
        "aweme_count": 0,
        "verification_type": 0,
        "mplatform_followers_count": 0,
        "uid": "string",
        "nickname": "string",
        "avatar_thumb": {
            "uri": "string",
            "url_list": [
                "string"
            ]
        },
        "avatar_medium": {
            "url_list": [
                "string"
            ],
            "uri": "string"
        },
        "secret": 0,
        "geofencing": null,
        "follow_status": 0,
        "followers_detail": null,
        "policy_version": null,
        "is_mix_user": true,
        "signature": "string",
        "original_musician": {
            "music_count": 0,
            "music_used_count": 0,
            "digg_count": 0
        },
        "type_label": null,
        "following_count": 0,
        "total_favorited": "string",
        "card_entries": [
            {
                "icon_dark": {
                    "url_list": [
                        "string"
                    ]
                },
                "icon_light": {
                    "url_list": [
                        "string"
                    ]
                },
                "card_data": "string",
                "type": 0,
                "title": "string",
                "sub_title": "string",
                "goto_url": "string"
            }
        ],
        "short_id": "string",
        "follower_count": 0,
        "favoriting_count": 0,
        "unique_id": "string",
        "enterprise_verify_reason": "string",
        "is_gov_media_vip": true,
        "show_favorite_list": true,
        "mix_info": [
            {
                "mix_id": "string",
                "mix_name": "string",
                "charge_episodes": null
            }
        ],
        "custom_verify": "string",
        "platform_sync_info": [
            null
        ],
        "sec_uid": "string",
        "mix_count": 0
    }
}
修改于 2025-09-29 10:49:41
上一页
抖音个人信息接口1
下一页
抖音个人信息接口3
Built with