Soniya Basireddy
Soniya Basireddy

Reputation: 369

How to fetch the YouTube categories list through API?

I'm trying to find something in the YouTube API that will allow me to fetch all YouTube categories. In addition I'm using Laravel and aim for integrating the retrieved data in that context.

Upvotes: 0

Views: 217

Answers (1)

Soniya Basireddy
Soniya Basireddy

Reputation: 369

Got the sollution we will get the youtube categories list through below google api

https://www.googleapis.com/youtube/v3/videoCategories?key={your public access api key here}&part=snippet&regionCode=IN

key => Your public access api key.

regionCode =>It is an ISO 3166-1 alpha-2 country code.

Upvotes: 1

Related Questions