30 lines
863 B
JSON
30 lines
863 B
JSON
{
|
|
"title": "Stranger Things",
|
|
"year": 2016,
|
|
"poster": "https://example.com/st-poster.jpg",
|
|
"description": "When a young boy disappears, his mother uncovers a mystery.",
|
|
"rating": 8.7,
|
|
"category": "TV",
|
|
"type": "TV",
|
|
"status": "Ongoing",
|
|
"runtime": 50,
|
|
"director": "The Duffer Brothers",
|
|
"writer": "The Duffer Brothers",
|
|
"releaseDate": "2016-07-15",
|
|
"genres": ["Sci-Fi", "Horror", "Drama"],
|
|
"tags": ["80s", "Supernatural", "Government Conspiracy"],
|
|
"studios": ["Netflix"],
|
|
"staff": [],
|
|
"episodes": [
|
|
{
|
|
"season": 1,
|
|
"episode_number": 1,
|
|
"title": "Chapter One: The Vanishing of Will Byers",
|
|
"description": "On his way home from a friend's house, young Will sees something terrifying.",
|
|
"air_date": "2016-07-15",
|
|
"duration": 47,
|
|
"thumbnail": "https://example.com/st-ep1.jpg"
|
|
}
|
|
]
|
|
}
|