Get All Lipsyncs

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

ParamsExampleDefault
Limit5025
Offset250

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
            }
        ]
    },
    { ... }
]