List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5220
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=5225",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5215",
    "results": [
        {
            "quote": "If you judge people, you have no time to love them. Mother Teresa",
            "author": "Mother Teresa",
            "likes": 647,
            "tags": [
                "short"
            ],
            "pk": 470896,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You give me the kind of feeling people write novels about.",
            "author": "",
            "likes": 523,
            "tags": [
                "short"
            ],
            "pk": 470897,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Perhaps one did not want to be loved so much as to be understood. George Orwell",
            "author": "George Orwell",
            "likes": 659,
            "tags": [
                "short"
            ],
            "pk": 470899,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Never let an opportunity to tell someone how much they mean to you.",
            "author": "",
            "likes": 303,
            "tags": [
                "short"
            ],
            "pk": 470900,
            "image": null,
            "language": "en"
        },
        {
            "quote": "True love is like ghosts, which everyone talks about and few have seen. Francois de La Rochefoucauld",
            "author": "Francois de La Rochefoucauld",
            "likes": 669,
            "tags": [
                "short"
            ],
            "pk": 470901,
            "image": null,
            "language": "en"
        }
    ]
}