List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4815
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4820",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4810",
    "results": [
        {
            "quote": "There is no truth. There is only perception. Gustave Flaubert",
            "author": "Gustave Flaubert",
            "likes": 226,
            "tags": [
                "deep"
            ],
            "pk": 470462,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Battle not with monsters, lest you become one and if you gaze into the abyss, the abyss also gazes into you. Friederich Nietsche",
            "author": "Friederich Nietsche",
            "likes": 290,
            "tags": [
                "deep"
            ],
            "pk": 470463,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Two possibilities exist: either we are alone in the Universe or we are not. Both are equally terrifying. Arthur C. Clarke",
            "author": "Clarke",
            "likes": 305,
            "tags": [
                "deep"
            ],
            "pk": 470464,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I have learned silence from the talkative, toleration from the intolerant, and kindness from the unkind; yet strange, I am ungrateful to these teachers. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 567,
            "tags": [
                "deep"
            ],
            "pk": 470465,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A man can do what he wants, but not want what he wants. Arthur Schopenhauer",
            "author": "Arthur Schopenhauer",
            "likes": 506,
            "tags": [
                "deep"
            ],
            "pk": 470466,
            "image": null,
            "language": "en"
        }
    ]
}