Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Yeah, when I use the <a href="https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en" rel="nofollow">Postman plugin for Chrome</a> and do a GET request to <code>http://api.bgm.tv/calendar</code> I get:</p> <pre><code>[ { "weekday": { "en": "Mon", "cn": "星期一", "ja": "月耀日", "id": 1 }, "items": [ { "id": 46458, "url": "http://bgm.tv/subject/46458", "type": 0, "name": "アイカツ! -アイドルカツドウ!-", "name_cn": "偶像活动", "summary": "", "eps": 0, "air_date": "2012-10-08", "air_weekday": 1, "images": { "large": "http://lain.bgm.tv/pic/cover/l/db/7f/46458_8mM39.jpg", "common": "http://lain.bgm.tv/pic/cover/c/db/7f/46458_8mM39.jpg", "medium": "http://lain.bgm.tv/pic/cover/m/db/7f/46458_8mM39.jpg", "small": "http://lain.bgm.tv/pic/cover/s/db/7f/46458_8mM39.jpg", "grid": "http://lain.bgm.tv/pic/cover/g/db/7f/46458_8mM39.jpg" }, "collection": { "wish": 0, "collect": 0, "doing": 44, "on_hold": 0, "dropped": 0 } }, { "id": 57150, "url": "http://bgm.tv/subject/57150", "type": 0, "name": "LINE OFFLINE ~サラリーマン~", "name_cn": "离线LINE - 上班族 -", "summary": "", "eps": 0, "air_date": "2013-01-07", "air_weekday": 1, "images": { "large": "http://lain.bgm.tv/pic/cover/l/71/28/57150_Kz171.jpg", "common": "http://lain.bgm.tv/pic/cover/c/71/28/57150_Kz171.jpg", "medium": "http://lain.bgm.tv/pic/cover/m/71/28/57150_Kz171.jpg", "small": "http://lain.bgm.tv/pic/cover/s/71/28/57150_Kz171.jpg", "grid": "http://lain.bgm.tv/pic/cover/g/71/28/57150_Kz171.jpg" }, "collection": { "wish": 0, "collect": 0, "doing": 206, "on_hold": 0, "dropped": 0 } }, { "id": 58709, "url": "http://bgm.tv/subject/58709", "type": 0, "name": "ハヤテのごとく! Cuties", "name_cn": "旋风管家 Cuties", "summary": "", "eps": 0, "air_date": "2013-04-08", "air_weekday": 1, "images": { "large": "http://lain.bgm.tv/pic/cover/l/15/28/58709_H7uj8.jpg", "common": "http://lain.bgm.tv/pic/cover/c/15/28/58709_H7uj8.jpg", "medium": "http://lain.bgm.tv/pic/cover/m/15/28/58709_H7uj8.jpg", "small": "http://lain.bgm.tv/pic/cover/s/15/28/58709_H7uj8.jpg", "grid": "http://lain.bgm.tv/pic/cover/g/15/28/58709_H7uj8.jpg" }, "collection": { "wish": 0, "collect": 0, "doing": 219, "on_hold": 0, "dropped": 0 } }, </code></pre> <p>...and a bunch more, but the body limit to answers on SO is 30,000 characters.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload