从频道ID获取频道URL/Get channel URL from channel ID

YouTubeapi

About

从频道ID获取频道URL/Get channel URL from channel ID

Documentation

从频道ID获取频道URL/Get channel URL from channel ID

[中文]

用途:

  • 从YouTube频道ID转换获取频道Handle (@用户名)
  • 与 get_channel_id 接口互为反向操作

参数:

  • channel_id: 频道ID(如:UCeu6U67OzJhV1KwBansH3Dg)

返回:

  • channel_id: 频道ID
  • handle: 频道Handle(如:CozyCraftYT)
  • title: 频道名称
  • channel_url: 标准频道URL(/channel/格式)
  • vanity_url: 个性化URL(/@用户名格式)

使用场景:

  • 当你有频道ID但需要获取@用户名格式的URL时
  • 需要展示用户友好的频道链接时

[English]

Purpose:

  • Convert YouTube channel ID to channel handle (@username)
  • Reverse operation of get_channel_id endpoint

Parameters:

  • channel_id: Channel ID (e.g., UCeu6U67OzJhV1KwBansH3Dg)

Returns:

  • channel_id: Channel ID
  • handle: Channel handle (e.g., CozyCraftYT)
  • title: Channel name
  • channel_url: Standard channel URL (/channel/ format)
  • vanity_url: Vanity URL (/@username format)

Use Cases:

  • When you have channel ID but need @username format URL
  • When you need to display user-friendly channel links

[示例/Example]

channel_id = "UCeu6U67OzJhV1KwBansH3Dg"

Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.

Try 从频道ID获取频道URL/Get channel URL from channel ID

Test this model in the Sandbase Playground with your own prompts.

Open in Playground

Related Models