24 lines
571 B
JSON
24 lines
571 B
JSON
{
|
|
"name": "Deadpool 2",
|
|
"year": 2018,
|
|
"runtime": 119,
|
|
"categories": [
|
|
"action",
|
|
"adventure",
|
|
"comedy"
|
|
],
|
|
"release-date": "2018-05-10",
|
|
"director": "David Leitch",
|
|
"writer": [
|
|
"Rhett Reese",
|
|
"Paul Wernick",
|
|
"Ryan Reynolds"
|
|
],
|
|
"actors": [
|
|
"Ryan Reynolds",
|
|
"Josh Brolin",
|
|
"Morena Baccarin"
|
|
],
|
|
"storyline": "Foul-mouthed mutant mercenary Wade Wilson (AKA. Deadpool), brings together a team of fellow mutant rogues to protect a young boy with supernatural abilities from the brutal, time-traveling cyborg, Cable."
|
|
}
|