Skip to main content
GET
List YouTube video categories
Utilisez l’id de catégorie renvoyé comme category_id lors de la création d’une exportation. La région du canal connecté détermine quelles catégories sont disponibles. Le paramètre de requête facultatif language n’est utilisé qu’en solution de secours si le canal n’a pas de région.

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API Key. The token in the sample code is referring to this api_key as well.

Paramètres de requête

language
string

Interface language code used to infer a region only when the connected channel has no region. For example, en maps to US and ja maps to JP; unrecognized values fall back to US.

Réponse

Assignable categories for the channel region

region
string
requis

Region used to fetch categories.

categories
object[]
requis

Only categories assignable to a YouTube video are returned.

Dernière modification le 22 septembre 2026