Get All Season's Judges
Retrieve all the judges in a specific season.
example request:
GET http://www.nokeynoshade.party/api/seasons/5/judges
[
{
"id": 1,
"name": "Rupaul",
"bio": "Drag performer, actor, television host, and recording artist",
"type": "regular"
},
{
"id": 82,
"name": "Vicki Lawrence",
"bio": "Actress, Comedienne, and Singer",
"type": "guest"
},
{ ... },
]
Updated almost 7 years ago