电影票房接口代码分档以及调用代码JSON返回示例。
接口名称:电影票房接口
接口平台:api
接口地址:http://v.juhe.cn/boxoffice/wp
支持格式:json/xml
请求方式:get
请求示例:http://v.juhe.cn/boxoffice/wp?key=xxxxx
电影票房接口调用代码JSON返回示例:
{ "resultcode": "200", /*返回码*/ "reason": "返回成功", "result": [{ "name": "惊天危机(数字)", /*影片名称*/ "totals": "2262", /*总场次*/ "statistics": "1111", /*统计场次*/ "averaging": "27", /*场均*/ "attendance": "15%", /*上座率*/ "people": "29999", /*人次*/ "fare": "39", /*票价(元)*/ "boxoffice": "1164731" /*票房(元)*/ }, { "name": "大明猩(数字3D)", "totals": "1278", "statistics": "613", "averaging": "21", "attendance": "13%", "people": "12726", "fare": "48", "boxoffice": "607759" }, { "name": "重返地球(数字)", "totals": "1343", "statistics": "579", "averaging": "14", "attendance": "10%", "people": "8068", "fare": "39", "boxoffice": "311146" }, { "name": "笔仙Ⅱ", "totals": "747", "statistics": "313", "averaging": "21", "attendance": "19%", "people": "6672", "fare": "37", "boxoffice": "243868" }, { "name": "赛尔号3战神联盟(数字3D)", "totals": "370", "statistics": "283", "averaging": "18", "attendance": "14%", "people": "5054", "fare": "45", "boxoffice": "226842" }, { "name": "天台爱情", "totals": "633", "statistics": "311", "averaging": "15", "attendance": "12%", "people": "4546", "fare": "39", "boxoffice": "179300" }, { "name": "盲探", "totals": "437", "statistics": "203", "averaging": "14", "attendance": "11%", "people": "2846", "fare": "39", "boxoffice": "110928" }, { "name": "火焰山历险记", "totals": "197", "statistics": "141", "averaging": "10", "attendance": "9%", "people": "1346", "fare": "34", "boxoffice": "45422" }, { "name": "小时代", "totals": "132", "statistics": "75", "averaging": "14", "attendance": "11%", "people": "1019", "fare": "37", "boxoffice": "37873" }, { "name": "追踪长尾豹马修(数字)", "totals": "131", "statistics": "74", "averaging": "14", "attendance": "13%", "people": "1023", "fare": "35", "boxoffice": "35670" }, { "name": "终极大冒险(数字3D)", "totals": "137", "statistics": "86", "averaging": "9", "attendance": "7%", "people": "772", "fare": "43", "boxoffice": "33118" }, { "name": "萨米大冒险2(数字3D)", "totals": "10", "statistics": "5", "averaging": "108", "attendance": "62%", "people": "538", "fare": "43", "boxoffice": "22901" }, { "name": "早见,晚爱", "totals": "91", "statistics": "35", "averaging": "14", "attendance": "13%", "people": "482", "fare": "39", "boxoffice": "18940" }, { "name": "天机——富春山居图", "totals": "4", "statistics": "4", "averaging": "132", "attendance": "79%", "people": "528", "fare": "34", "boxoffice": "18200" }, { "name": "开心超人", "totals": "17", "statistics": "14", "averaging": "14", "attendance": "12%", "people": "191", "fare": "33", "boxoffice": "6332" }, { "name": "校花诡异事件", "totals": "24", "statistics": "11", "averaging": "12", "attendance": "10%", "people": "128", "fare": "41", "boxoffice": "5275" }, { "name": "功夫侠", "totals": "31", "statistics": "13", "averaging": "10", "attendance": "8%", "people": "124", "fare": "34", "boxoffice": "4242" }, { "name": "不二神探", "totals": "7", "statistics": "3", "averaging": "17", "attendance": "22%", "people": "52", "fare": "28", "boxoffice": "1456" }, { "name": "初恋未满", "totals": "10", "statistics": "2", "averaging": "17", "attendance": "27%", "people": "33", "fare": "23", "boxoffice": "759" }, { "name": "赤警威龙(数字)", "totals": "8", "statistics": "1", "averaging": "3", "attendance": "9%", "people": "3", "fare": "27", "boxoffice": "81" }, { "name": "太极侠", "totals": "2", "statistics": "0", "averaging": "0", "attendance": "0%", "people": "0", "fare": "0", "boxoffice": "0" }, { "name": "咒·丝", "totals": "2", "statistics": "0", "averaging": "0", "attendance": "0%", "people": "0", "fare": "0", "boxoffice": "0" }, { "name": "超人:钢铁之躯(数字3D)", "totals": "1", "statistics": "0", "averaging": "0", "attendance": "0%", "people": "0", "fare": "0", "boxoffice": "0" }] }