Get All Episodes

Get up to 50 episodes from Drag Race herstory

Get a list of episodes in the entire herstory.

ParamsExampleDefault
Limit5025
Offset250

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",
      },
      { ... }
    ]
  }