Query Douyin user name to verify whether the user exists

Interface name

1) Request address

http://www.591mf.top/home/Isdy?search_ids=666

2) Calling method: HTTP post

3) Interface description:

  • Interface description details

4) Request parameters:

GET parameters:

Field Name Field description Types of Required Remarks
search_ids Douyin id string AND -

5) Request to return result:

{
    "Code": 200,
    "Info": "{\"data\":{\"open_info\":[{\"avatar_thumb\":{\"avg_color\":\"\",\"height\":0,\"image_type\":0,\"is_animated\":false,\"open_web_url\":\"\",\"uri\":\"100x100/2fa64000a6ae33aa51801\",\"url_list\":[\"http://p3-dy-ipv6.byteimg.com/aweme/100x100/2fa64000a6ae33aa51801.jpeg\",\"http://p29-dy.byteimg.com/aweme/100x100/2fa64000a6ae33aa51801.jpeg\",\"http://p9-dy.byteimg.com/aweme/100x100/2fa64000a6ae33aa51801.jpeg\"],\"width\":0},\"nick_name\":\"小风\",\"search_id\":\"666\"}]},\"extra\":{\"now\":1590142819098},\"status_code\":0}",
    "Datalists": null
}

6) Request return result parameter description:

Field Name Field description Types of Required Remarks
Code   string AND -
Info   string AND -
Datalists   string AND -

Guess you like

Origin blog.csdn.net/qq_36664772/article/details/106288854