23 lines
578 B
JSON
23 lines
578 B
JSON
{
|
|
"name": "Bumblebee",
|
|
"year": 2018,
|
|
"release-date": "2018-12-21",
|
|
"categories": [
|
|
"action",
|
|
"adventure",
|
|
"sci-fnpi"
|
|
],
|
|
"director": "Travis Knight",
|
|
"writer": [
|
|
"Christina Hodson"
|
|
],
|
|
"actors": [
|
|
"Hailee Steinfeld",
|
|
"John Cena",
|
|
"Pamela Adlon",
|
|
"Kenneth Choi"
|
|
],
|
|
"storyline": "On the run in the year 1987, Bumblebee finds refuge in a junkyard in a small Californian beach town. Charlie, on the cusp of turning 18 and trying to find her place in the world, discovers Bumblebee, battle-scarred and broken.",
|
|
"runtime": 120
|
|
}
|