-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.json
More file actions
126 lines (126 loc) · 2.83 KB
/
sample.json
File metadata and controls
126 lines (126 loc) · 2.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"id": "unique_series_id",
"title": "Peaky Blinders",
"genre": [
"Crime",
"Drama",
"Historical"
],
"description": "Tommy Shelby leads a powerful gang in post-WWI Birmingham, England.",
"language": "English",
"originalLanguage": "English",
"subtitles": [
"English",
"Hindi",
"Spanish",
"French"
],
"dubbedLanguages": [
"Hindi",
"Spanish",
"French"
],
"cast": [
"Cillian Murphy",
"Helen McCrory",
"Paul Anderson",
"Sophie Rundle",
"Tom Hardy"
],
"directors": [
"Otto Bathurst",
"David Caffrey"
],
"writers": [
"Steven Knight"
],
"creators": [
"Steven Knight"
],
"productionCompanies": [
"BBC",
"Netflix"
],
"countryOfOrigin": "United Kingdom",
"releaseYear": 2013,
"endYear": 2022,
"seasonsTotal": 6,
"episodesTotal": 36,
"status": "Ended",
"maturityRating": "TV-MA",
"tags": [
"Gangster",
"1920s",
"Historical Drama",
"Binge-worthy"
],
"availableOn": [
"Netflix"
],
"rating": {
"imdb": 8.8,
"rottenTomatoes": "92%",
"metacritic": 84,
"averageUserRating": 4.7
},
"awards": [
{
"awardName": "BAFTA",
"year": 2018,
"category": "Best Drama Series"
}
],
"media": {
"posterUrl": "https://image.tmdb.org/t/p/original/poster.jpg",
"bannerUrl": "https://image.tmdb.org/t/p/original/banner.jpg",
"trailerUrl": "https://youtube.com/trailer",
"gallery": [
"https://image.tmdb.org/t/p/original/scene1.jpg",
"https://image.tmdb.org/t/p/original/scene2.jpg"
]
},
"seasons": [
{
"seasonNumber": 1,
"description": "The Shelby family rises to power in Birmingham.",
"releaseDate": "2013-09-12",
"episodesCount": 6,
"episodes": [
{
"episodeNumber": 1,
"title": "Episode 1",
"description": "Tommy Shelby sets his sights on expanding the gang’s influence.",
"runtime": "55m",
"releaseDate": "2013-09-12",
"thumbnailUrl": "https://image.tmdb.org/t/p/original/ep1.jpg",
"videoUrl": "https://netflix.com/watch/ep1",
"rating": 8.5
},
{
"episodeNumber": 2,
"title": "Episode 2",
"description": "The Shelbys deal with rival gangs and corrupt officials.",
"runtime": "58m",
"releaseDate": "2013-09-19",
"thumbnailUrl": "https://image.tmdb.org/t/p/original/ep2.jpg",
"videoUrl": "https://netflix.com/watch/ep2",
"rating": 8.7
}
]
}
],
"relatedTitles": [
{
"id": "boardwalk_empire",
"title": "Boardwalk Empire"
},
{
"id": "godfather_of_harlem",
"title": "Godfather of Harlem"
}
],
"metadata": {
"createdAt": "2023-01-01T10:00:00Z",
"updatedAt": "2023-12-01T10:00:00Z"
}
}