List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5290
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=5295",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5285",
    "results": [
        {
            "quote": "Friends show their love in times of trouble, not in happiness. Euripides",
            "author": "Euripides",
            "likes": 470,
            "tags": [
                "short"
            ],
            "pk": 470973,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The greatest gift of life is friendship, and I have received it. Hubert H. Humphrey",
            "author": "Humphrey",
            "likes": 193,
            "tags": [
                "short"
            ],
            "pk": 470975,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True friendship comes when the silence between two people is comfortable. David Tyson",
            "author": "David Tyson",
            "likes": 328,
            "tags": [
                "short"
            ],
            "pk": 470976,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Count your blessings. Og Mandino",
            "author": "Og Mandino",
            "likes": 800,
            "tags": [
                "short"
            ],
            "pk": 470977,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be obsessively grateful.",
            "author": "",
            "likes": 566,
            "tags": [
                "short"
            ],
            "pk": 470978,
            "image": null,
            "language": "en"
        }
    ]
}