Get All Seasons

Get all the Seasons of Drag Race

Get all seasons from RuPaul's Drag Race herstory.

example request:
GET http://www.nokeynoshade.party/api/seasons

example response:

  [
    {
      id: 1,
      seasonNumber: "01",
      winnerId: 9,
      image_url: 'www.smwo.com/werw.jpg',
      queens: [
        {
          id: 1,
          name: 'Victoria Porkchop Partner',
          place: 9,
        },
        {...},
      ],
    },
    {...}
  ]