-
Notifications
You must be signed in to change notification settings - Fork 1
/
star_trek_series_12_strange_new_worlds_episodes.json
178 lines (178 loc) · 6.36 KB
/
star_trek_series_12_strange_new_worlds_episodes.json
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"seasons": {
"1": {
"total": "10",
"season_start": "May 5, 2022",
"season_end": "July 7, 2022",
"episodes": [
{
"num_overall": "1",
"num_in_season": "1",
"title": "Strange New Worlds",
"link": "https://en.wikipedia.org/wiki/Strange_New_Worlds_(Star_Trek:_Strange_New_Worlds)",
"director": "Akiva Goldsman",
"air_date": "May 5, 2022"
},
{
"num_overall": "2",
"num_in_season": "2",
"title": "Children of the Comet",
"link": "https://en.wikipedia.org/wiki/Children_of_the_Comet",
"director": "Maja Vrvilo",
"air_date": "May 12, 2022"
},
{
"num_overall": "3",
"num_in_season": "3",
"title": "Ghosts of Illyria",
"link": "",
"director": "Leslie Hope",
"air_date": "May 19, 2022"
},
{
"num_overall": "4",
"num_in_season": "4",
"title": "Memento Mori",
"link": "",
"director": "Dan Liu",
"air_date": "May 26, 2022"
},
{
"num_overall": "5",
"num_in_season": "5",
"title": "Spock Amok",
"link": "",
"director": "Rachel Leiterman",
"air_date": "June 2, 2022"
},
{
"num_overall": "6",
"num_in_season": "6",
"title": "Lift Us Where Suffering Cannot Reach",
"link": "",
"director": "Andi Armaganian",
"air_date": "June 9, 2022"
},
{
"num_overall": "7",
"num_in_season": "7",
"title": "The Serene Squall",
"link": "",
"director": "Sydney Freeland",
"air_date": "June 16, 2022"
},
{
"num_overall": "8",
"num_in_season": "8",
"title": "The Elysian Kingdom",
"link": "",
"director": "Amanda Row",
"air_date": "June 23, 2022"
},
{
"num_overall": "9",
"num_in_season": "9",
"title": "All Those Who Wander",
"link": "",
"director": "Christopher J. Byrne",
"air_date": "June 30, 2022"
},
{
"num_overall": "10",
"num_in_season": "10",
"title": "A Quality of Mercy",
"link": "",
"director": "Chris Fisher",
"air_date": "July 7, 2022"
}
]
},
"2": {
"total": "10",
"season_start": "June 15, 2023",
"season_end": "August 10, 2023",
"episodes": [
{
"num_overall": "11",
"num_in_season": "1",
"title": "The Broken Circle",
"link": "",
"director": "Chris Fisher",
"air_date": "June 15, 2023"
},
{
"num_overall": "12",
"num_in_season": "2",
"title": "Ad Astra per Aspera",
"link": "",
"director": "Valerie Weiss",
"air_date": "June 22, 2023"
},
{
"num_overall": "13",
"num_in_season": "3",
"title": "Tomorrow and Tomorrow and Tomorrow",
"link": "",
"director": "Amanda Row",
"air_date": "June 29, 2023"
},
{
"num_overall": "14",
"num_in_season": "4",
"title": "Among the Lotus Eaters",
"link": "",
"director": "Eduardo Sánchez",
"air_date": "July 6, 2023"
},
{
"num_overall": "15",
"num_in_season": "5",
"title": "Charades",
"link": "",
"director": "Jordan Canning",
"air_date": "July 13, 2023"
},
{
"num_overall": "16",
"num_in_season": "6",
"title": "Lost in Translation",
"link": "",
"director": "Dan Liu",
"air_date": "July 20, 2023"
},
{
"num_overall": "17",
"num_in_season": "7",
"title": "Those Old Scientists",
"link": "",
"director": "Jonathan Frakes",
"air_date": "July 22, 2023"
},
{
"num_overall": "18",
"num_in_season": "8",
"title": "Under the Cloak of War",
"link": "",
"director": "Jeff W. Byrd",
"air_date": "July 27, 2023"
},
{
"num_overall": "19",
"num_in_season": "9",
"title": "Subspace Rhapsody",
"link": "",
"director": "Dermott Downs",
"air_date": "August 3, 2023"
},
{
"num_overall": "20",
"num_in_season": "10",
"title": "Hegemony",
"link": "",
"director": "Maja Vrvilo",
"air_date": "August 10, 2023"
}
]
}
}
}