Get All Episodes in a Season
Get all the episodes in a specific season
example request:
GET http://www.nokeynoshade.party/api/seasons/1/episodes
example response:
{
[
{
"id": 1,
"title": "Drag on A Dime",
"episodeInSeason": 1,
"seasonId": 1,
"airDate": "2009-02-02T05:00:00.000Z",
},
{ ... }
]
}
Updated over 7 years ago