Sign in

List i18n regions

documented

Return a list of content regions supported by YouTube.

GET /i18nRegionsI18nRegionsno implementation yet0 runs
No 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"