GET /v1/channels/{idOrHandle}
Resolve a channel identifier (Channel ID like UC..., Handle like @MrBeast, or custom name) into normalized channel metadata. Cost: 0 credits (Free).
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
| idOrHandle | path | string (required) | Channel ID (UC...), @handle, or custom channel URL identifier. |
Request examples
curl "https://api.ytapi.dev/v1/channels/@RickAstleyVEVO" \ -H "Authorization: Bearer yta_YOUR_KEY"
Channel latest videos (0 credits)
Fetch the most recent videos uploaded to a channel (up to 15 items via RSS feed):
curl "https://api.ytapi.dev/v1/channels/UC38IQsAvIsxxjztdMZQtwHA/latest" \ -H "Authorization: Bearer yta_YOUR_KEY"