?抖音用戶信息查詢用戶詳情接口api代碼對接如下
1.公共參數(shù)
名稱?? ?類型?? ?必須?? ?描述
key?? ?String?? ?√?? ?get請求方式拼接在url中瞪醋,點(diǎn)擊獲取
api_name?? ?String?? ?√?? ?api接口名稱
cache?? ?String?? ??? ?默認(rèn)否
result_type?? ?String?? ?否?? ?json
lang?? ?String?? ??? ?默認(rèn)cn 簡體中文
version?? ?String?? ?否?? ?api版本
請求示例本砰;
(CURL刨晴、PHP 薇芝、PHPsdk 霹琼、Python…)
Compatible for python2.x and python3.x
requirement: pip install requests
"""
from __future__ import print_function
import requests
# 請求示例 url 默認(rèn)請求參數(shù)已經(jīng)做URL編碼
url = "https://qq390876337/smallredbook/item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>?e_id=5eb1097ba091410953951d17"
headers = {
"Accept-Encoding": "gzip",
"Connection": "close"
r = requests.get(url, headers=headers)
json_obj = r.json()
print(json_obj
.響應(yīng)示例务傲;
"status_code": 0,
"user_info": {
"short_id": "0",
"
"signature": "世界上既無所謂快樂或也無所謂痛苦凉当;只有一種狀況與另一種狀況的比較,如此而已售葡。",
"avatar_thumb": {
"uri": "aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662",
"https://p11.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662",
"https://p26.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662"
]
},
"avatar_medium": {
"uri": "aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b",
"url_list": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662",
"https://p11.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662",
"https://p26.douyinpic.com/aweme/100x100/aweme-avatar/douyin-user-image-file_d17cbd03bcec0176edb977b72df8836b.jpeg?from=2956013662"
]
},
"follow_status": 0,
"aweme_count": 0,
"following_count": 3,
"favoriting_count": 54000,
"total_favorited": "0",
"custom_verify": "",
"unique_id": "72744489549",
"verification_type": 0,
"original_musician": {
"music_count": 0,
"music_used_count": 0,
"digg_count": 0
},
"enterprise_verify_reason": "",
"mplatform_followers_count": 50,
"followers_detail": null,
"platform_sync_info": null,
"geofencing": null,
"policy_version": null,
"sec_uid": "MS4wLjABAAAAQCcY59_JTBd8G0SI340tkx6TQlAy3_vcy9vnJmh3FhXdrPIyp-Rsoc50fGpKRknZ",
"type_label": null,
"show_favorite_list": true,
"card_entries": [ ],
"mix_info": null
},
"extra": {
"logid": "20231022205929C8CFD80F6143A8229EA3",
"now": 1697979569746
交流學(xué)習(xí)看杭;https://github.com/magic999999/magicapi