Weibo User Info API
Profile details for a user by id or handle. Costs 1 credit per request.
POST/api/v1/weibo/user/info
Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).
Body
application/jsonuidstringNumeric user id
Example: EX_UID
customstringCustom profile handle
Example: shuqi
Request
from scavio import ScavioClient
client = ScavioClient(api_key="sk_live_your_key")
result = client.weibo.request("/api/v1/weibo/user/info", {})
print(result)Response
},
"response_time": 1092
}