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

WeChat Channels modelsapi generation api

wechat-channels/v2/channel-id-to-username

Resolve 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.

Input
Channel ID (`sph…` short ID), e.g. `sphi9BjV8GK0Zsl` (People's Daily). Must start with `sph`.
Optional, default True. True=raw response; False=simplified parsed structure.
Idle

Example output — click Run to generate your own

API README

Convert Channel ID to Finder Username

Resolve 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. It is suitable for wechat-channels workflows.

Capability

Resolve 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. It helps applications, agents, and automated workflows turn that capability into repeatable tasks and useful downstream experiences.

Common use cases

  • Search and discover relevant records for research, monitoring, and product experiences.
  • Enrich profiles, accounts, and business records with structured context.
  • Build media monitoring, content intelligence, and publishing-support workflows.

Related Models

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-profileGet 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.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.