23 lines
541 B
JSON
23 lines
541 B
JSON
{
|
|
"name": "Wonder Woman",
|
|
"year": 2017,
|
|
"runtime": 141,
|
|
"categories": [
|
|
"fantasy",
|
|
"sci-fi"
|
|
],
|
|
"release-date": "2017-05-15",
|
|
"director": "Patty Jenkins",
|
|
"writer": [
|
|
"William Moulton Marston",
|
|
"Harry G. Peter"
|
|
],
|
|
"actors": [
|
|
"Gal Gadot",
|
|
"Chris Pine",
|
|
"Connie Nielsen",
|
|
"Robin Wright"
|
|
],
|
|
"storyline": "When a pilot crashes and tells of conflict in the outside world, Diana, an Amazonian warrior in training, leaves home to fight a war, discovering her full powers and true destiny."
|
|
}
|