You are here

API


1 . Anime TV Listings API

項目
リクエストURI  http://anime.mirkwood.club/node.json
リターンコード 200 OK
クエリ HTTP GET /<entity type name>.<format>?<filter>=<value1>&<meta_control>=<value2>
entity type name
  • animeprog アニメ放送時間データ
  • animetitle アニメタイトルデータ
  • ch チャンネルデータ
  • chgroup チャンネルグループデータ
format
  • json
  • xml
meta_control
  • sort, direction
  • limit
使用例 2016年放送開始のアニメタイトルデータをアニメタイトル昇順で3件取得。
$ curl -sS "https://anime.mirkwood.club/node.json?limit=3&type=animetitle&field_firstyear=2016&sort=field_animetitle&direction=ASC" | jq .