Get All Winners

Get all the winners of Drag Race

Retreive an array of all the winners of RuPaul's Drag Race herstory.

example request:

http://www.nokeynoshade.party/api/queens/winners

example response:

[
  {
    name: 'Bianca Del Rio.',
    winner: true,
    missCongeniality: false,
    season: {
      id: 7,
      place: 1,
    },
    quote: "I'll show you versatility when Santino wins a sewing compitetion and Visage wears a fucking turtle neck.",
    image_url: 'http://bianca-del-rio.com/213131.jpg',
  },
  { ... },
]