List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=475
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=480",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=470",
    "results": [
        {
            "quote": "To be stupid, selfish, and have good health are three requirements for happiness, though if stupidity is lacking, all is lost. Gustave Flaubert",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466029,
            "image": null,
            "language": "en"
        },
        {
            "quote": "are an impossible combination. Mark Twain",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466030,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Expecting life to treat you well because you are a good person is like expecting an angry bull not to charge because you are a vegetarian. Shari R. Barr",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466031,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Of all the things you wear, your expression is the most important. Janet Lane",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466032,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You can’t buy happiness but you can buy ice cream. And that’s kind of the same thing. Unknown",
            "author": null,
            "likes": 0,
            "tags": [],
            "pk": 466033,
            "image": null,
            "language": "en"
        }
    ]
}