Get All Episodes
Get up to 50 episodes from Drag Race herstory
Get a list of episodes in the entire herstory.
Params | Example | Default |
---|---|---|
Limit | 50 | 25 |
Offset | 25 | 0 |
example request:
GET http://www.nokeynoshade.party/api/episodes
example response:
{
[
{
"id": 1,
"title": "Drag on A Dime",
"episodeInSeason": 1,
"seasonId": 1,
"airDate": "2009-02-02",
},
{ ... }
]
}
Updated over 7 years ago