diff --git a/movies.json b/movies.json new file mode 100644 index 0000000..f139d89 --- /dev/null +++ b/movies.json @@ -0,0 +1,105 @@ +{ + "data_code": "B-20260623-9165", + "movies": [ + { + "id": 1, + "title": "肖申克的救赎", + "director": "Frank Darabont", + "year": 2006, + "rating": 7.0, + "duration": 110, + "genre": "爱情", + "actors_count": 5 + }, + { + "id": 2, + "title": "三傻大闹宝莱坞", + "director": "陈凯歌", + "year": 1997, + "rating": 6.7, + "duration": 102, + "genre": "悬疑", + "actors_count": 3 + }, + { + "id": 3, + "title": "千与千寻", + "director": "Robert Zemeckis", + "year": 1994, + "rating": 6.9, + "duration": 146, + "genre": "动画", + "actors_count": 5 + }, + { + "id": 4, + "title": "放牛班的春天", + "director": "James Cameron", + "year": 2007, + "rating": 7.3, + "duration": 162, + "genre": "悬疑", + "actors_count": 3 + }, + { + "id": 5, + "title": "泰坦尼克号", + "director": "宫崎骏", + "year": 1996, + "rating": 6.2, + "duration": 105, + "genre": "悬疑", + "actors_count": 4 + }, + { + "id": 6, + "title": "盗梦空间", + "director": "Christopher Nolan", + "year": 2024, + "rating": 8.6, + "duration": 166, + "genre": "科幻", + "actors_count": 4 + }, + { + "id": 7, + "title": "星际穿越", + "director": "Lasse Hallström", + "year": 2018, + "rating": 6.5, + "duration": 152, + "genre": "喜剧", + "actors_count": 5 + }, + { + "id": 8, + "title": "阿甘正传", + "director": "Rajkumar Hirani", + "year": 2002, + "rating": 8.9, + "duration": 112, + "genre": "剧情", + "actors_count": 4 + }, + { + "id": 9, + "title": "霸王别姬", + "director": "Christophe Barratier", + "year": 2005, + "rating": 9.3, + "duration": 149, + "genre": "悬疑", + "actors_count": 2 + }, + { + "id": 10, + "title": "忠犬八公的故事", + "director": "Christopher Nolan", + "year": 1996, + "rating": 6.3, + "duration": 128, + "genre": "冒险", + "actors_count": 4 + } + ] +} \ No newline at end of file