List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=4945
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=4950",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=4940",
    "results": [
        {
            "quote": "On the path of love, friend and stranger are one and the same. Rumi",
            "author": "Rumi",
            "likes": 681,
            "tags": [
                "deep"
            ],
            "pk": 470607,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You will encounter thousands of various individuals in your life, and the ability to see them as they are will prove invaluable. Robert Greene",
            "author": "Robert Greene",
            "likes": 675,
            "tags": [
                "deep"
            ],
            "pk": 470609,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The meeting of two personalities is like the contact of two chemical substances; if there is any reaction, both are transformed. Carl Jung",
            "author": "Carl Jung",
            "likes": 762,
            "tags": [
                "deep"
            ],
            "pk": 470610,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I have learned that to be with those I like is enough. Walt Whitman",
            "author": "Walt Whitman",
            "likes": 731,
            "tags": [
                "deep"
            ],
            "pk": 470611,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friendship consists in forgetting what one gives and remembering what one receives. Alexandre Dumas",
            "author": "Alexandre Dumas",
            "likes": 322,
            "tags": [
                "deep"
            ],
            "pk": 470612,
            "image": null,
            "language": "en"
        }
    ]
}