11
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【php】ニコニコ動画APIをまとめてみた

Last updated at Posted at 2015-09-15

はじめに

ニコニコ動画が大好きなのでニコニコ関連のwebサービスを作りたいと思い、初心者ながらphpで各ニコニコAPIをクラス化しました。
※悪い点がいっぱいあると思うのでご指摘いただけるとありがたいです。

使い方

GitHubにあげているNicoKitをダウンロードしていただける使えます。

各クラスの使い方はヘッダーのコメントに書いています。
返却される値はすべてJSON形式です。

各クラス

ニコニコ動画情報クラス
NicoInfo.php

ニコニココンテンツ検索クラス
NicoSearch.php

ニコニコ関連タグクラス
NicoTags.php

ニコニコ毎時ランキングクラス
NicoRank.php

ユーザ投稿動動画クラス
NicoUser.php

今後、その他のAPIも追加できたらなと思います。

11
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?