channels
Get Channels
Retrieve channel information based on provided broadcaster user IDs or channel slugs. You can either:
- Provide no parameters (returns information for the currently authenticated user)
- Provide only broadcaster_user_id parameters (up to 50)
- Provide only slug parameters (up to 50, each max 25 characters) Note: You cannot mix broadcaster_user_id and slug parameters in the same request.
get/public/v1/channels
Query parameters
broadcaster_user_idinteger[]
Broadcaster User IDs (cannot be used with slug)
slugstring[]
Channel slugs (cannot be used with broadcaster_user_id)
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.