SandBase is live — $1 in free credits on signupStart free ›

WeChat Channels modelsapi generation api

wechat-channels/v2/user-profile

Get a creator's homepage profile and interaction stats.. **Complementary** to `fetch_channel_info` (verification entity / license): this endpoint provides nickname / signature / avatar, follower / video / like / favorite...

Input
Optional, default True. True=raw response; False=simplified parsed structure.
WeChat Channels finder username (`v2_…@finder` format). Source: the `username` field of video objects in `fetch_video_detail` / `fetch_user_videos` responses; or convert a `sph…` short ID via `fetch_channel_id_to_username`. E.g. `v2_060000231003b20faec8c6e4811dc1d4c602ee30b0771bbcf220c67926bb76ab7702ac335a53@finder` (People's Daily).
Idle

Example output — click Run to generate your own

API README

Get WeChat Channels User Profile & Stats

Get a creator's homepage profile and interaction stats. Complementary to fetch_channel_info (verification entity / license): this endpoint provides nickname / signature / avatar, follower / video / like / favorite / forward counts, live duration, IP region, collection count, linked official accounts, etc. It is suitable for wechat-channels workflows.

Capability

Get a creator's homepage profile and interaction stats. Complementary to fetch_channel_info (verification entity / license): this endpoint provides nickname / signature / avatar, follower / video / like / favorite / forward counts, live duration, IP region, collection count, linked official accounts, etc. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Enrich profiles, accounts, and business records with structured context.
  • Build media monitoring, content intelligence, and publishing-support workflows.
  • Create repeatable integrations that pass structured results to downstream business systems.

Related Models

wechat-channels/v2/channel-id-to-usernameResolve a publicly visible Channel ID (`sph…` short ID) into a finder username (`v2_…@finder`).. With the username you can then call `fetch_user_videos`, `fetch_channel_info`, `fetch_user_profile`, etc.wechat-channels/v2/channel-infoGet the "More Info" of a WeChat Channels account: basic info section (IP location / profile location / **Channel ID** = public sph ID) + verification section (service unit / entity type / internet news service license number / service category / verification time).wechat-channels/v2/collection-videosEach video carries a `media` object (`url` / `url_token` / `decode_key`) ready for download and decryption.. Supports pagination for more videos.wechat-channels/v2/live-detailPass a live `live_id` to get live-room detail: anchor info, live status, online count, replay info, etc.wechat-channels/v2/live-historyGet a creator's live replay list.. Each replay is itself a video object with a `media` object (`url` / `url_token` / `decode_key`) ready for download and decryption.. Supports pagination for more replays.wechat-channels/v2/search-channel-videosIn-channel search: search a creator's published videos by keyword **within that channel only**.wechat-channels/v2/user-collectionsGet the "Collections" list on a creator's homepage.. Pass each collection's `topic_id` to `fetch_collection_videos` to get its videos.wechat-channels/v2/user-videosGet the video list from a WeChat Channels account's homepage.. Each video carries a `media` object (`url` / `url_token` / `full_url` / `decode_key`) ready for download and decryption.. Supports pagination for more videos.