List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4795
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=4800",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4790",
    "results": [
        {
            "quote": "Any man who can drive safely while kissing a pretty girl is simply not giving the kiss the attention it deserves. Albert Einstein",
            "author": "Albert Einstein",
            "likes": 242,
            "tags": [
                "deep"
            ],
            "pk": 470439,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I became insane, with long intervals of horrible sanity. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 415,
            "tags": [
                "deep"
            ],
            "pk": 470440,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you wish to forget anything on the spot, make a note that this thing is to be remembered. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 586,
            "tags": [
                "deep"
            ],
            "pk": 470441,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I wish I could write as mysterious as a cat. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 557,
            "tags": [
                "deep"
            ],
            "pk": 470442,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I do not think you can name many great inventions that have been made by married men. Nikola Tesla",
            "author": "Nikola Tesla",
            "likes": 100,
            "tags": [
                "deep"
            ],
            "pk": 470443,
            "image": null,
            "language": "en"
        }
    ]
}