List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4860
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=4865",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4855",
    "results": [
        {
            "quote": "The very essence of romance is uncertainty. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 294,
            "tags": [
                "deep"
            ],
            "pk": 470508,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Years of love have been forgot, in the hatred of a minute. Edgar Allan Poe",
            "author": "Edgar Allan Poe",
            "likes": 433,
            "tags": [
                "deep"
            ],
            "pk": 470509,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The sun loved the moon so much, he died every night just to let her breath. Unknown",
            "author": "",
            "likes": 135,
            "tags": [
                "deep"
            ],
            "pk": 470510,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love is like a tree: it grows by itself, roots itself deeply in our being and continues to flourish over a heart in ruin. Victor Hugo",
            "author": "Victor Hugo",
            "likes": 331,
            "tags": [
                "deep"
            ],
            "pk": 470511,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The smallest act of kindness is worth more than the greatest intention. Kahlil Gibran",
            "author": "Kahlil Gibran",
            "likes": 699,
            "tags": [
                "deep"
            ],
            "pk": 470512,
            "image": null,
            "language": "en"
        }
    ]
}