List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81875
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=81880",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81870",
    "results": [
        {
            "quote": "No family is sane, is it? Rebecca Hall",
            "author": "",
            "likes": 515,
            "tags": [
                "family"
            ],
            "pk": 469995,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What a good favor God does to those he places in the company of good people! Saint Teresa of Avila",
            "author": "",
            "likes": 445,
            "tags": [
                "friendship"
            ],
            "pk": 469730,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What do we live for, if it is not to make life less difficult for each other? George Eliot",
            "author": "",
            "likes": 424,
            "tags": [
                "friendship"
            ],
            "pk": 469679,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do I not destroy my enemies when I make them my friends? Abraham Lincoln",
            "author": "",
            "likes": 753,
            "tags": [
                "friendship"
            ],
            "pk": 469560,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The real test of friendship is can you literally do nothing with the other person? Can you enjoy those moments of life that are utterly simple? Eugene Kennedy",
            "author": "",
            "likes": 271,
            "tags": [
                "friendship"
            ],
            "pk": 469542,
            "image": null,
            "language": "en"
        }
    ]
}