当前位置:   article > 正文

抖音用户信息查询用户详情接口api_根据comment_user_id如何查询抖音用户

根据comment_user_id如何查询抖音用户

抖音用户信息查询用户详情接口api代码对接如下:

1.公共参数

名称类型必须描述
keyStringget请求方式拼接在url中,点击获取
api_nameStringapi接口名称
cacheString默认否
result_typeStringjson
langString默认cn 简体中文
versionStringapi版本



2.请求参数

请求参数:uid=MS4wLjABAAAAQCcY59_JTBd8G0SI340tkx6TQlAy3_vcy9vnJmh3FhXdrPIyp

3.响应参数

4.请求示例(CURL、PHP 、PHPsdk 、Java 、C# 、Python…)

# coding:utf-8
"""
Compatible for python2.x and python3.x
requirement: pip install requests
"""
from __future__ import print_function
import requests
# 请求示例 url 默认请求参数已经做URL编码
url = "https://qq390876337/smallredbook/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>¬e_id=5eb1097ba091410953951d17"
headers = {
    "Accept-Encoding": "gzip",
    "Connection": "close"
}
if __name__ == "__main__":
    r = requests.get(url, headers=headers)
    json_obj = r.json()
    print(json_obj)

 5.响应示例

  1. {
  2. "status_code": 0,
  3. "user_info": {
  4. "short_id": "0",
  5. "nickname": "平和冷都女",
  6. "signature": "世界上既无所谓快乐或也无所谓痛苦;只有一种状况与另一种状况的比较,如此而已。",
  7. "avatar_thumb": {
  8. "uri": "aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b",
  9. "url_list": [
  10. "https://p3.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662",
  11. "https://p11.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662",
  12. "https://p26.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662"
  13. ]
  14. },
  15. "avatar_medium": {
  16. "uri": "aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b",
  17. "url_list": [
  18. "https://p3.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662",
  19. "https://p11.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662",
  20. "https://p26.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662"
  21. ]
  22. },
  23. "follow_status": 0,
  24. "aweme_count": 0,
  25. "following_count": 3,
  26. "favoriting_count": 54000,
  27. "total_favorited": "0",
  28. "custom_verify": "",
  29. "unique_id": "72744489549",
  30. "verification_type": 0,
  31. "original_musician": {
  32. "music_count": 0,
  33. "music_used_count": 0,
  34. "digg_count": 0
  35. },
  36. "enterprise_verify_reason": "",
  37. "mplatform_followers_count": 50,
  38. "followers_detail": null,
  39. "platform_sync_info": null,
  40. "geofencing": null,
  41. "policy_version": null,
  42. "sec_uid": "MS4wLjABAAAAQCcY59_JTBd8G0SI340tkx6TQlAy3_vcy9vnJmh3FhXdrPIyp-Rsoc50fGpKRknZ",
  43. "type_label": null,
  44. "show_favorite_list": true,
  45. "card_entries": [ ],
  46. "mix_info": null
  47. },
  48. "extra": {
  49. "logid": "20231022205929C8CFD80F6143A8229EA3",
  50. "now": 1697979569746
  51. }
  52. }

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/很楠不爱3/article/detail/357800
推荐阅读
  

闽ICP备14008679号