Get All Lipsyncs
Get a list of lipsyncs in the entire herstory of RuPaul's Drag Race.
Params | Example | Default |
---|---|---|
Limit | 50 | 25 |
Offset | 25 | 0 |
example request:
GET http://www.nokeynoshade.party/api/lipsyncs
example response:
[
{
"id": 1,
"name": "Supermodel",
"artist": "RuPaul",
"episodeId": 8,
"queens": [
{
"id": 1,
"name": "Victoria 'Porkchop' Parker",
"won": false
},
{
"id": 3,
"name": "Akashia",
"won": true
}
]
},
{ ... }
]
Updated about 7 years ago