Get All Judges

Get a list of judges in the entire herstory of RuPaul's Drag Race.

ParamsExampleDefault
Limit5025
Offset250

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

example response:

[
   [
    {
        "id": 1,
        "name": "Rupaul",
        "image_url": "https://vignette.wikia.nocookie.net/logosrupaulsdragrace/images/b/ba/Rupaul_blackpink_final.jpg/revision/latest/scale-to-width-down/350?cb=20110731183922",
        "bio": "Drag performer, actor, television host, and recording artist",
        "type": "regular",
        "createdAt": "2018-01-11T00:43:31.258Z",
        "updatedAt": "2018-01-11T00:43:31.258Z"
    },
    { ... }
]