| 1 | [[PageOutline]] |
| 2 | |
| 3 | * nicope:ニコニコ動画API |
| 4 | |
| 5 | = getthumbinfo = |
| 6 | * <thumb>の要素が18のものと19のものがある |
| 7 | * user_idがあるかないか |
| 8 | |
| 9 | * http://ext.nicovideo.jp/api/getthumbinfo/sm9 |
| 10 | {{{#!xml |
| 11 | <?xml version="1.0" encoding="UTF-8"?> |
| 12 | <nicovideo_thumb_response status="ok"> |
| 13 | <thumb> |
| 14 | <video_id>sm9</video_id> |
| 15 | <title>新・豪血寺一族 -煩悩解放 - レッツゴー!陰陽師</title> |
| 16 | <description>レッツゴー!陰陽師(フルコーラスバージョン)</description> |
| 17 | <thumbnail_url>http://tn-skr2.smilevideo.jp/smile?i=9</thumbnail_url> |
| 18 | <first_retrieve>2007-03-06T00:33:00+09:00</first_retrieve> |
| 19 | <length>5:19</length> |
| 20 | <movie_type>flv</movie_type> |
| 21 | <size_high>21138631</size_high> |
| 22 | <size_low>17436492</size_low> |
| 23 | <view_counter>13302847</view_counter> |
| 24 | <comment_num>4127526</comment_num> |
| 25 | <mylist_counter>132527</mylist_counter> |
| 26 | <last_res_body>超おむつしろよ うんち食うだけ ブラめくる小五郎(逮 ぷよぷよするな! うううううううう... </last_res_body> |
| 27 | <watch_url>http://www.nicovideo.jp/watch/sm9</watch_url> |
| 28 | <thumb_type>video</thumb_type> |
| 29 | <embeddable>1</embeddable> |
| 30 | <no_live_play>0</no_live_play> |
| 31 | <tags domain="jp"> |
| 32 | <tag lock="1">陰陽師</tag> |
| 33 | <tag lock="1">レッツゴー!陰陽師</tag> |
| 34 | <tag lock="1">公式</tag> |
| 35 | <tag lock="1">音楽</tag> |
| 36 | <tag lock="1">ゲーム</tag> |
| 37 | <tag>β時代の英雄</tag> |
| 38 | <tag>3月6日投稿動画</tag> |
| 39 | <tag>sm9</tag> |
| 40 | <tag>最古の動画</tag> |
| 41 | <tag>6周年</tag> |
| 42 | </tags> |
| 43 | <tags domain="jp"> |
| 44 | <tag>White_Broadcasting_Center(ホワイト)</tag> |
| 45 | <tag>ホワイト</tag> |
| 46 | </tags> |
| 47 | <user_id>4</user_id> |
| 48 | </thumb> |
| 49 | </nicovideo_thumb_response> |
| 50 | }}} |
| 51 | |
| 52 | * http://ext.nicovideo.jp/api/getthumbinfo/sm1 削除動画 |
| 53 | {{{#!xml |
| 54 | <?xml version="1.0" encoding="UTF-8"?> |
| 55 | <nicovideo_thumb_response status="fail"> |
| 56 | <error> |
| 57 | <code>DELETED</code> |
| 58 | <description>deleted</description> |
| 59 | </error> |
| 60 | </nicovideo_thumb_response> |
| 61 | }}} |