| 33 | | = getthumbinfo = |
| 34 | | * <thumb>の要素が18のものと19のものがある |
| 35 | | * user_idがあるかないか |
| 36 | | |
| 37 | | * http://ext.nicovideo.jp/api/getthumbinfo/sm9 |
| 38 | | {{{#!xml |
| 39 | | <?xml version="1.0" encoding="UTF-8"?> |
| 40 | | <nicovideo_thumb_response status="ok"> |
| 41 | | <thumb> |
| 42 | | <video_id>sm9</video_id> |
| 43 | | <title>新・豪血寺一族 -煩悩解放 - レッツゴー!陰陽師</title> |
| 44 | | <description>レッツゴー!陰陽師(フルコーラスバージョン)</description> |
| 45 | | <thumbnail_url>http://tn-skr2.smilevideo.jp/smile?i=9</thumbnail_url> |
| 46 | | <first_retrieve>2007-03-06T00:33:00+09:00</first_retrieve> |
| 47 | | <length>5:19</length> |
| 48 | | <movie_type>flv</movie_type> |
| 49 | | <size_high>21138631</size_high> |
| 50 | | <size_low>17436492</size_low> |
| 51 | | <view_counter>13302847</view_counter> |
| 52 | | <comment_num>4127526</comment_num> |
| 53 | | <mylist_counter>132527</mylist_counter> |
| 54 | | <last_res_body>超おむつしろよ うんち食うだけ ブラめくる小五郎(逮 ぷよぷよするな! うううううううう... </last_res_body> |
| 55 | | <watch_url>http://www.nicovideo.jp/watch/sm9</watch_url> |
| 56 | | <thumb_type>video</thumb_type> |
| 57 | | <embeddable>1</embeddable> |
| 58 | | <no_live_play>0</no_live_play> |
| 59 | | <tags domain="jp"> |
| 60 | | <tag lock="1">陰陽師</tag> |
| 61 | | <tag lock="1">レッツゴー!陰陽師</tag> |
| 62 | | <tag lock="1">公式</tag> |
| 63 | | <tag lock="1">音楽</tag> |
| 64 | | <tag lock="1">ゲーム</tag> |
| 65 | | <tag>β時代の英雄</tag> |
| 66 | | <tag>3月6日投稿動画</tag> |
| 67 | | <tag>sm9</tag> |
| 68 | | <tag>最古の動画</tag> |
| 69 | | <tag>6周年</tag> |
| 70 | | </tags> |
| 71 | | <tags domain="jp"> |
| 72 | | <tag>White_Broadcasting_Center(ホワイト)</tag> |
| 73 | | <tag>ホワイト</tag> |
| 74 | | </tags> |
| 75 | | <user_id>4</user_id> |
| 76 | | </thumb> |
| 77 | | </nicovideo_thumb_response> |
| 78 | | }}} |
| 79 | | |
| 80 | | == 削除動画 == |
| 81 | | * http://ext.nicovideo.jp/api/getthumbinfo/sm1 |
| 82 | | {{{#!xml |
| 83 | | <?xml version="1.0" encoding="UTF-8"?> |
| 84 | | <nicovideo_thumb_response status="fail"> |
| 85 | | <error> |
| 86 | | <code>DELETED</code> |
| 87 | | <description>deleted</description> |
| 88 | | </error> |
| 89 | | </nicovideo_thumb_response> |
| 90 | | }}} |
| 91 | | |
| 92 | | == 配信終了 == |
| 93 | | * http://ext.nicovideo.jp/api/getthumbinfo/so19903664 |
| 94 | | {{{#!xml |
| 95 | | <?xml version="1.0" encoding="UTF-8"?> |
| 96 | | <nicovideo_thumb_response status="fail"> |
| 97 | | <error> |
| 98 | | <code>NOT_FOUND</code> |
| 99 | | <description>not found or invalid</description> |
| 100 | | </error> |
| 101 | | </nicovideo_thumb_response> |
| 102 | | }}} |
| 103 | | |
| 104 | | = video.array = |
| 105 | | * 実際には一行目以外改行は無い |
| 106 | | |
| 107 | | * http://i.nicovideo.jp/v3/video.array?v=sm9 |
| 108 | | {{{#!xml |
| 109 | | <?xml version="1.0" encoding="utf-8"?> |
| 110 | | <nicovideo_video_response status="ok"> |
| 111 | | <count>1</count> |
| 112 | | <video_info> |
| 113 | | <video> |
| 114 | | <id>sm9</id> |
| 115 | | <deleted>0</deleted> |
| 116 | | <title>新・豪血寺一族 -煩悩解放 - レッツゴー!陰陽師</title> |
| 117 | | <description>レッツゴー!陰陽師(フルコーラスバージョン)</description> |
| 118 | | <length_in_seconds>319</length_in_seconds> |
| 119 | | <size_low>17436492</size_low> |
| 120 | | <movie_type>flv</movie_type> |
| 121 | | <thumbnail_url>http://tn-skr2.smilevideo.jp/smile?i=9</thumbnail_url> |
| 122 | | <upload_time>2007-03-06T09:30:26+09:00</upload_time> |
| 123 | | <first_retrieve>2007-03-06T00:33:00+09:00</first_retrieve> |
| 124 | | <default_thread>1173108780</default_thread> |
| 125 | | <view_counter>13305743</view_counter> |
| 126 | | <mylist_counter>132527</mylist_counter> |
| 127 | | <option_flag_ichiba>0</option_flag_ichiba> |
| 128 | | <option_flag_community>0</option_flag_community> |
| 129 | | <option_flag_comment_type>0</option_flag_comment_type> |
| 130 | | <option_flag_adult>0</option_flag_adult> |
| 131 | | <option_flag_mobile>0</option_flag_mobile> |
| 132 | | <option_flag_economy_mp4>1</option_flag_economy_mp4> |
| 133 | | <option_flag_middle_video>0</option_flag_middle_video> |
| 134 | | </video> |
| 135 | | <thread> |
| 136 | | <id>1173108780</id> |
| 137 | | <public>1</public> |
| 138 | | <num_res>4127887</num_res> |
| 139 | | <community_id/> |
| 140 | | </thread> |
| 141 | | <tags> |
| 142 | | <tag_info> |
| 143 | | <tag>陰陽師</tag> |
| 144 | | <area>jp</area> |
| 145 | | </tag_info> |
| 146 | | <tag_info> |
| 147 | | <tag>レッツゴー!陰陽師</tag> |
| 148 | | <area>jp</area> |
| 149 | | </tag_info> |
| 150 | | <tag_info> |
| 151 | | <tag>公式</tag> |
| 152 | | <area>jp</area> |
| 153 | | </tag_info> |
| 154 | | <tag_info> |
| 155 | | <tag>音楽</tag> |
| 156 | | <area>jp</area> |
| 157 | | </tag_info> |
| 158 | | <tag_info> |
| 159 | | <tag>ゲーム</tag> |
| 160 | | <area>jp</area> |
| 161 | | </tag_info> |
| 162 | | <tag_info> |
| 163 | | <tag>β時代の英雄</tag> |
| 164 | | <area>jp</area> |
| 165 | | </tag_info> |
| 166 | | <tag_info> |
| 167 | | <tag>3月6日投稿動画</tag> |
| 168 | | <area>jp</area> |
| 169 | | </tag_info> |
| 170 | | <tag_info> |
| 171 | | <tag>sm9</tag> |
| 172 | | <area>jp</area> |
| 173 | | </tag_info> |
| 174 | | <tag_info> |
| 175 | | <tag>最古の動画</tag> |
| 176 | | <area>jp</area> |
| 177 | | </tag_info> |
| 178 | | <tag_info> |
| 179 | | <tag>DAM&amp;JOY配信中</tag> |
| 180 | | <area>jp</area> |
| 181 | | </tag_info> |
| 182 | | </tags> |
| 183 | | </video_info> |
| 184 | | </nicovideo_video_response> |
| 185 | | }}} |
| 186 | | |
| 187 | | == 削除動画 == |
| 188 | | * http://i.nicovideo.jp/v3/video.array?v=sm1 |
| 189 | | {{{#!xml |
| 190 | | <?xml version="1.0" encoding="utf-8"?> |
| 191 | | <nicovideo_video_response status="ok"> |
| 192 | | <count>1</count> |
| 193 | | <video_info> |
| 194 | | <video> |
| 195 | | <id>sm1</id> |
| 196 | | <deleted>8</deleted> |
| 197 | | <title/> |
| 198 | | <description><br><br><span style="background:#FFCCCC; color:#FF0000;"><span id="deleted_message_default">この動画は削除されました。</span><span id="deleted_message_ext" value="This video has been deleted"></span></span></description> |
| 199 | | <length_in_seconds>0</length_in_seconds> |
| 200 | | <size_low>0</size_low> |
| 201 | | <movie_type>flv</movie_type> |
| 202 | | <thumbnail_url/> |
| 203 | | <upload_time>2007-03-06T08:48:34+09:00</upload_time> |
| 204 | | <first_retrieve>2007-04-16T02:59:43+09:00</first_retrieve> |
| 205 | | <default_thread>1176659983</default_thread> |
| 206 | | <view_counter>2956</view_counter> |
| 207 | | <mylist_counter>236</mylist_counter> |
| 208 | | <option_flag_ichiba>0</option_flag_ichiba> |
| 209 | | <option_flag_community>0</option_flag_community> |
| 210 | | <option_flag_comment_type>0</option_flag_comment_type> |
| 211 | | <option_flag_adult>0</option_flag_adult> |
| 212 | | <option_flag_mobile>0</option_flag_mobile> |
| 213 | | <option_flag_economy_mp4>0</option_flag_economy_mp4> |
| 214 | | <option_flag_middle_video>0</option_flag_middle_video> |
| 215 | | </video> |
| 216 | | <thread> |
| 217 | | <id>1176659983</id> |
| 218 | | <public>1</public> |
| 219 | | <num_res>2308</num_res> |
| 220 | | <community_id/> |
| 221 | | </thread> |
| 222 | | <tags> |
| 223 | | <tag_info> |
| 224 | | <tag>sm1</tag> |
| 225 | | <area>jp</area> |
| 226 | | </tag_info> |
| 227 | | <tag_info> |
| 228 | | <tag>次:sm2</tag> |
| 229 | | <area>jp</area> |
| 230 | | </tag_info> |
| 231 | | </tags> |
| 232 | | </video_info> |
| 233 | | </nicovideo_video_response> |
| 234 | | }}} |
| 235 | | |
| 236 | | == エラー? == |
| 237 | | * 配信終了、存在しないID、その他一部の公式動画がこうなる模様 |
| 238 | | {{{#!xml |
| 239 | | <?xml version="1.0" encoding="utf-8"?> |
| 240 | | <nicovideo_video_response status="ok"><count>0</count></nicovideo_video_response> |
| 241 | | }}} |