GET /v1/me/programs
Last updated
Was this helpful?
Was this helpful?
$ curl -X GET https://api.annict.com/v1/me/programs?sort_started_at=desc&filter_started_at_gt=2016/05/05 02:00&access_token=(access_token){
"programs": [
{
"id": 35387,
"started_at": "2016-05-07T20:10:00.000Z",
"is_rebroadcast": false,
"channel": {
"id": 4,
"name": "日本テレビ"
},
"work": {
"id": 4681,
"title": "ふらいんぐうぃっち",
"title_kana": "ふらいんぐうぃっち",
"media": "tv",
"media_text": "TV",
"season_name": "2016-spring",
"season_name_text": "2016年春",
"released_on": "",
"released_on_about": "",
"official_site_url": "http://www.flyingwitch.jp/",
"wikipedia_url": "https://ja.wikipedia.org/wiki/%E3%81%B5%E3%82%89%E3%81%84%E3%82%93%E3%81%90%E3%81%86%E3%81%83%E3%81%A3%E3%81%A1",
"twitter_username": "flying_tv",
"twitter_hashtag": "flyingwitch",
"episodes_count": 5,
"watchers_count": 695
},
"episode": {
"id": 75187,
"number": "5",
"number_text": "第5話",
"sort_number": 50,
"title": "使い魔の活用法",
"records_count": 0,
"record_comments_count": 0
}
},
...