Jan
Jan

Reputation: 43169

Category List for Youtube Videos (API)

I was wondering if there is a list of available categories where videos can be uploaded to YouTube (programmatically, that is). I have found this but to be honest I don't know what part is supposed to be meaning.

Upvotes: 0

Views: 1372

Answers (1)

Vinicius Braz Pinto
Vinicius Braz Pinto

Reputation: 8289

See the documentation.

part can be either id or snippet (which includes the category names).

You also need to provide a regionCode (e.g. US) or the list of category IDs you want.

At the end of the documentation page there's a form where you can test it.

Upvotes: 2

Related Questions