Get All Queens

returns all the queens on drag race EVER

This endpoint returns all the queens with their base level information.

example request:
GET http://www.nokeynoshade.party/api/queens/all

example response:

[
  { ... },
  {
    "id": 89,
    "name": 'Trixie Matel',
    "winner": false,
    "missCongeniality": false,
    "quote": 'Okay, calm down there public school.',
    "image_url": 'http://trixie-matel.com/213131.jpg',
  },
  { ... }
]