When trying to access data for season 5 episodes, none is returned. While there is an JSON return for the season UID, there is no information for individual episodes. Also the episode count is null as shown below. Is it possible to contribute and enter the data for season 5 episodes?
{
"season": {
"uid": "SAMA0000276062",
"title": "DIS Season 5",
"series": {
"uid": "SEMA0000201665",
"title": "Star Trek: Discovery",
"abbreviation": "DIS",
"productionStartYear": 2017,
"productionEndYear": null,
"originalRunStartDate": "2017-09-24",
"originalRunEndDate": null,
"seasonsCount": 4,
"episodesCount": 55,
"featureLengthEpisodesCount": 0,
"productionCompany": {
"uid": "COMA0000052430",
"name": "CBS Studios"
},
"originalBroadcaster": {
"uid": "COMA0000201662",
"name": "Paramount+"
}
},
"seasonNumber": 5,
"numberOfEpisodes": null, <------
"episodes": []
}
}
When trying to access data for season 5 episodes, none is returned. While there is an JSON return for the season UID, there is no information for individual episodes. Also the episode count is null as shown below. Is it possible to contribute and enter the data for season 5 episodes?
{
"season": {
"uid": "SAMA0000276062",
"title": "DIS Season 5",
"series": {
"uid": "SEMA0000201665",
"title": "Star Trek: Discovery",
"abbreviation": "DIS",
"productionStartYear": 2017,
"productionEndYear": null,
"originalRunStartDate": "2017-09-24",
"originalRunEndDate": null,
"seasonsCount": 4,
"episodesCount": 55,
"featureLengthEpisodesCount": 0,
"productionCompany": {
"uid": "COMA0000052430",
"name": "CBS Studios"
},
"originalBroadcaster": {
"uid": "COMA0000201662",
"name": "Paramount+"
}
},
"seasonNumber": 5,
"numberOfEpisodes": null, <------
"episodes": []
}
}