List i18n regions
documentedReturn a list of content regions supported by YouTube.
GET /i18nRegionsI18nRegionsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.googleapis.com/youtube/v3/i18nRegions?part=snippet&key={{YOUTUBE_API_KEY}}" \
-X GET \
-H "Accept: application/json"