Youtube API v3 VideoCategories: list

Youtube API でごにょごにょしている。v2 から随分変わったんだね。

https://developers.google.com/youtube/v3/docs/videoCategories/list#embedded-explorer

スクリーンショット 2015-10-28 19.46.49

このように設定してトライ。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
 "items": [
  {
   "id": "1",
   "snippet": {
    "title": "Film & Animation"
   }
  },
  {
   "id": "2",
   "snippet": {
    "title": "Autos & Vehicles"
   }
  },
  {
   "id": "10",
   "snippet": {
    "title": "Music"
   }
  },
  {
   "id": "15",
   "snippet": {
    "title": "Pets & Animals"
   }
  },
  {
   "id": "17",
   "snippet": {
    "title": "Sports"
   }
  },
  {
   "id": "18",
   "snippet": {
    "title": "Short Movies"
   }
  },
  {
   "id": "19",
   "snippet": {
    "title": "Travel & Events"
   }
  },
  {
   "id": "20",
   "snippet": {
    "title": "Gaming"
   }
  },
  {
   "id": "21",
   "snippet": {
    "title": "Videoblogging"
   }
  },
  {
   "id": "22",
   "snippet": {
    "title": "People & Blogs"
   }
  },
  {
   "id": "23",
   "snippet": {
    "title": "Comedy"
   }
  },
  {
   "id": "24",
   "snippet": {
    "title": "Entertainment"
   }
  },
  {
   "id": "25",
   "snippet": {
    "title": "News & Politics"
   }
  },
  {
   "id": "26",
   "snippet": {
    "title": "Howto & Style"
   }
  },
  {
   "id": "27",
   "snippet": {
    "title": "Education"
   }
  },
  {
   "id": "28",
   "snippet": {
    "title": "Science & Technology"
   }
  },
  {
   "id": "30",
   "snippet": {
    "title": "Movies"
   }
  },
  {
   "id": "31",
   "snippet": {
    "title": "Anime/Animation"
   }
  },
  {
   "id": "32",
   "snippet": {
    "title": "Action/Adventure"
   }
  },
  {
   "id": "33",
   "snippet": {
    "title": "Classics"
   }
  },
  {
   "id": "34",
   "snippet": {
    "title": "Comedy"
   }
  },
  {
   "id": "35",
   "snippet": {
    "title": "Documentary"
   }
  },
  {
   "id": "36",
   "snippet": {
    "title": "Drama"
   }
  },
  {
   "id": "37",
   "snippet": {
    "title": "Family"
   }
  },
  {
   "id": "38",
   "snippet": {
    "title": "Foreign"
   }
  },
  {
   "id": "39",
   "snippet": {
    "title": "Horror"
   }
  },
  {
   "id": "40",
   "snippet": {
    "title": "Sci-Fi/Fantasy"
   }
  },
  {
   "id": "41",
   "snippet": {
    "title": "Thriller"
   }
  },
  {
   "id": "42",
   "snippet": {
    "title": "Shorts"
   }
  },
  {
   "id": "43",
   "snippet": {
    "title": "Shows"
   }
  },
  {
   "id": "44",
   "snippet": {
    "title": "Trailers"
   }
  }
 ]
}
Loading Facebook Comments ...

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください