Get All Challenges

Get all of the challenges data

Get a list of challenges in the entire herstory of Drag Race

ParamsExampleDefault
Limit5025
Offset250

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

example response:

[
   {
        "id": 1,
        "type": "main",
        "description": "Sexy Photo Shoot & Thrift Store Outfits",
        "prize": "",
        "episodeId": 8,
        "queens": [
            {
                "id": 1,
                "name": "Victoria 'Porkchop' Parker",
                "won": false
            },
            { ... }
         ]
     }
  }
]