Skip to content

Instantly share code, notes, and snippets.

@tamoot
Created June 6, 2013 11:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tamoot/5720843 to your computer and use it in GitHub Desktop.
Save tamoot/5720843 to your computer and use it in GitHub Desktop.
NHK番組APIが返すと思われるJSON
{
"id": "2013010656789",
"event_id": "56789",
"start_time": "2013-01-06T20:00:00+09:00",
"end_time": "2013-01-06T21:15:00+09:00",
"area": {
"area_id": "130",
"area_name": "東京"
},
"service_": {
"service_id": "g1",
"service_name": " NHK総合1 ",
"service_logo_s": {
"logo_url": "http://api.nhk.or.jp/common/img/service_/gtv-100x50.png",
"logo_width": "100",
"logo_height": "50"
},
"service_logo_m": {
"logo_url": "http://api.nhk.or.jp/common/img/service_/gtv-100x50.png",
"logo_width": "100",
"logo_height": "50"
},
"service_logo_l": {
"logo_url": "http://api.nhk.or.jp/common/img/service_/gtv-100x50.png",
"logo_width": "100",
"logo_height": "50"
}
},
"title ": " 八重の桜(1)<新>「ならぬことはならぬ」 ",
"subtitle": " 山本八重(鈴木梨央)は会津藩砲術指南の娘。男勝りで父(松重豊)や母(風吹ジュン)も手を焼く。兄(西島秀俊)に憧れて砲術を習いたがるが、父から厳しく一蹴される。 ",
"genres": [
"0300",
"0302"
],
"program_logo ": "http://api.nhk.or.jp/common/img/program/2031.png",
"urls": {
"program_url": "http://nhk.jp/yaenosakura"
},
"hashtags": [
"# 八重の桜 ",
"#nhkgtv"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment