List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81575
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81580",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81570",
    "results": [
        {
            "quote": "Do crabs think we walk sideways? Bill Murray",
            "author": "",
            "likes": 790,
            "tags": [
                "short"
            ],
            "pk": 493078,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why do they put pizza in a square box?",
            "author": "",
            "likes": 487,
            "tags": [
                "short"
            ],
            "pk": 493077,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Go!",
            "author": "",
            "likes": 92,
            "tags": [
                "short"
            ],
            "pk": 493039,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Yes! Yes! You can do it!",
            "author": "",
            "likes": 331,
            "tags": [
                "short"
            ],
            "pk": 493019,
            "image": null,
            "language": "en"
        },
        {
            "quote": "To die laughing must be the most glorious of all glorious deaths! Edgar Allan Poe",
            "author": "",
            "likes": 397,
            "tags": [
                "deep"
            ],
            "pk": 492919,
            "image": null,
            "language": "en"
        }
    ]
}