List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81630
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=81635",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81625",
    "results": [
        {
            "quote": "To Mileva Maric: How delightful it was the last time, when I was allowed to press your dear little person to me the way nature created it, let me tenderly kiss you for that, you dear good soul!",
            "author": "",
            "likes": 111,
            "tags": [
                "albert-einstein"
            ],
            "pk": 488745,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why is it that nobody understands me, yet everybody likes me?",
            "author": "",
            "likes": 322,
            "tags": [
                "albert-einstein"
            ],
            "pk": 488716,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A table, a chair, a bowl of fruit and a violin; what else does a man need to be happy?",
            "author": "",
            "likes": 467,
            "tags": [
                "albert-einstein"
            ],
            "pk": 488704,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If we knew what it was we were doing, it would not be called research, would it?",
            "author": "",
            "likes": 366,
            "tags": [
                "albert-einstein"
            ],
            "pk": 488649,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A question that sometimes drives me hazy: am I or are the others crazy?",
            "author": "",
            "likes": 730,
            "tags": [
                "albert-einstein"
            ],
            "pk": 488646,
            "image": null,
            "language": "en"
        }
    ]
}