List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4800
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=4805",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4795",
    "results": [
        {
            "quote": "It has been said that man is a rational animal. All my life I have been searching for evidence which could support this. Bertrand Russell",
            "author": "Bertrand Russell",
            "likes": 662,
            "tags": [
                "deep"
            ],
            "pk": 470445,
            "image": null,
            "language": "en"
        },
        {
            "quote": "People say nothing is impossible, but I do nothing every day. Winnie The Pooh",
            "author": "Winnie The Pooh",
            "likes": 64,
            "tags": [
                "deep"
            ],
            "pk": 470447,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Women are meant to be loved, not to be understood. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 697,
            "tags": [
                "deep"
            ],
            "pk": 470448,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Morality is simply the attitude we adopt towards people we personally dislike. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 280,
            "tags": [
                "deep"
            ],
            "pk": 470449,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Education: the path from cocky ignorance to miserable uncertainty. Mark Twain",
            "author": "Mark Twain",
            "likes": 463,
            "tags": [
                "deep"
            ],
            "pk": 470451,
            "image": null,
            "language": "en"
        }
    ]
}