Get One Queen By ID

Get one queen by her ID

Retrieve one queen from the API based on their ID.

example request

GET http://www.nokeynoshade.party/api/queens/89

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',
     "seasons": [
       {
          "id": 8,
          "place": 6
        },
        { ... }
    ],
   "episodes": [
      {
            "id": "95",
            "seasonId": 8,
            "episodeInSeason": 1,
            "title": "Born Naked",
            "airDate": "2015-03-02T05:00:00.000Z"
       },
       { ... }
   ],
    "challenges": [
        {
            "id": 136,
            "type": "mini",
            "description": "Model 2 looks; one for Spring and one for Fall.",
            "won": false
        },
        { ... }
     ],
     "lipsyncs": [
        {
            "id": 76,
            "won": false,
            "name": "Dreaming",
            "artist": "Blondie"
        },
        { ... }
      ]
  }