Get One Queen's Lipsyncs
Get all the lipsyncs in which a queen participated.
example request:
GET http://www.nokeynoshade.party/api/queens/90/lipsyncs
example response:
[
{
"id": 74,
"name": "Twist of Fate",
"artist": "Olivia Newton-John",
"episodeId": 96,
"queens": [
{
"id": 82,
"name": "Sasha Belle",
"won": false
},
{
"id": 90,
"name": "Katya Zamolodchikova",
"won": true
}
]
},
{ ... }
]
-```
Updated about 7 years ago