List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81595
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=81600",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81590",
    "results": [
        {
            "quote": "Do I not destroy my enemies when I make them my friends? Abraham Lincoln",
            "author": "",
            "likes": 782,
            "tags": [
                "friendship"
            ],
            "pk": 491885,
            "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": 142,
            "tags": [
                "friendship"
            ],
            "pk": 491867,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What is there more kindly than the feeling between host and guest? Aeschylus",
            "author": "",
            "likes": 86,
            "tags": [
                "kindness"
            ],
            "pk": 491720,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Lose yourself in generous service and every day can be a most unusual day, a triumphant day, an abundantly rewarding day! William Arthur Ward",
            "author": "",
            "likes": 241,
            "tags": [
                "kindness"
            ],
            "pk": 491715,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Will you be clever at the expense of others, or will you be kind? Jeff Bezos",
            "author": "",
            "likes": 697,
            "tags": [
                "kindness"
            ],
            "pk": 491625,
            "image": null,
            "language": "en"
        }
    ]
}