Files
exercises/w11_promises/basics/assets/movies/2017/war-of-the-planet-of-the-apes.json
Andrea Bianchi 1cb979a571 Promises
2026-05-11 09:06:42 +09:00

27 lines
873 B
JSON

{
"name": "War of The Planet Of The Apes",
"year": 2017,
"runtime": 140,
"categories": [
"action",
"sci-fi",
"thriller",
"drama",
"adventure"
],
"release-date": "2017-07-10",
"director": "Matt Reeves",
"writer": [
"Mark Bomback",
"Matt Reeves"
],
"actors": [
"Andy Serkes",
"Woody harrelson",
"Steve Zahn",
"Karin Konoval",
"Amiah Miller"
],
"storyline": "Caesar and his apes are forced into a deadly conflict with an army of humans led by a ruthless Colonel. After the apes suffer unimaginable losses, Caesar wrestles with his darker instincts and begins his own mythic quest to avenge his kind. As the journey finally brings them face to face, Caesar and the Colonel are pitted against each other in an epic battle that will determine the fate of both their species and the future of the planet."
}