List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81600
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=81605",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81595",
    "results": [
        {
            "quote": "How beautiful a day can be when kindness touches it! George Elliston",
            "author": "",
            "likes": 439,
            "tags": [
                "kindness"
            ],
            "pk": 491574,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What wisdom can you find that is greater than kindness? Jean-Jacques Rousseau",
            "author": "",
            "likes": 316,
            "tags": [
                "kindness"
            ],
            "pk": 491520,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How on earth are you ever going to explain in terms of chemistry and physics so important a biological phenomenon as first love? Albert Einstein",
            "author": "",
            "likes": 451,
            "tags": [
                "love"
            ],
            "pk": 491418,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If love is the answer, could you rephrase the question? Lily Tomlin",
            "author": "",
            "likes": 172,
            "tags": [
                "love"
            ],
            "pk": 491416,
            "image": null,
            "language": "en"
        },
        {
            "quote": "O Lord that lends me life, Lend me a heart replete with thankfulness! William Shakespeare",
            "author": "",
            "likes": 673,
            "tags": [
                "gratitude"
            ],
            "pk": 491254,
            "image": null,
            "language": "en"
        }
    ]
}