Get One Lipsync
Get an individual lip-sync based on the ID.
example request:
GET http://www.nokeynoshade.party/api/lipsyncs/1
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