20 lines
506 B
JSON
20 lines
506 B
JSON
{
|
|
"name": "Fantastic Beasts and Where to Find Them",
|
|
"year": 2016,
|
|
"runtime": 133,
|
|
"categories": [
|
|
"adventure",
|
|
"family",
|
|
"fantasy"
|
|
],
|
|
"release-date": "2016-11-18",
|
|
"director": "David Yates",
|
|
"writer": "J.K. Rowling",
|
|
"actors": [
|
|
"Eddie Redmayne",
|
|
"Katherine Waterston",
|
|
"Alison Sudol"
|
|
],
|
|
"storyline": "The adventures of writer Newt Scamander in New York's secret community of witches and wizards seventy years before Harry Potter reads his book in school."
|
|
}
|