List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&offset=4095
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=4100",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&limit=5&offset=4090",
    "results": [
        {
            "quote": "True friendship consists not in the multitude of friends, but in their worth and value. Ben Jonson",
            "author": "Ben Jonson",
            "likes": 612,
            "tags": [
                "friendship"
            ],
            "pk": 469710,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One of the most beautiful qualities of true friendship is to understand and to be understood. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 184,
            "tags": [
                "friendship"
            ],
            "pk": 469711,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The firmest friendship is based on an identity of likes and dislikes. Sallust",
            "author": "Sallust",
            "likes": 408,
            "tags": [
                "friendship"
            ],
            "pk": 469712,
            "image": null,
            "language": "en"
        },
        {
            "quote": "My best friend is the one who brings out the best in me. Henry Ford",
            "author": "Henry Ford",
            "likes": 215,
            "tags": [
                "friendship"
            ],
            "pk": 469713,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friends, though absent, are still present. Cicero",
            "author": "Cicero",
            "likes": 445,
            "tags": [
                "friendship"
            ],
            "pk": 469714,
            "image": null,
            "language": "en"
        }
    ]
}