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