Social

Query QQ User Info

0calls
4 credits / call

Look up a QQ user's profile by QQ number. Returns avatar, nickname, signature, level, and VIP information.

Overview

This endpoint is well suited for user-profile rendering, avatar cards, and account-binding result screens. When the user has hidden their QQ level, qq_level returns null.

Note

No extra parameter is required for extended membership fields such as Tencent Video VIP, Yellow Diamond, or Green Diamond. These fields depend on the upstream QQ profile source and are only returned when the upstream response includes a level greater than 0. For example,666666 currently only returns regular QQ VIP level data, so video_vip_level is omitted.

Note

reg_time is the account's original official registration time. Some early or special QQ accounts may return earlier timestamps (e.g., 1999-01-01 or 2001-01-01), depending on the account's own history.

Query parameters

qq
stringrequired

QQ number to look up.

Response

200 / OK

Success. Returns detailed QQ user information.

JSON

400 / Bad Request

Missing or invalid qq parameter.

JSON

404 / Not Found

Failed to fetch QQ user info, or the user does not exist.

JSON