List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81710
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=81715",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81705",
    "results": [
        {
            "quote": "The Revolution introduced me to art, and in turn, art introduced me to the Revolution! Albert Einstein",
            "author": "",
            "likes": 526,
            "tags": [
                "history"
            ],
            "pk": 484383,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How do you suppose time works? A slippery succession of long hours adding up to ever-shorter days and years that disappear like falling dominoes? Dani Shapiro",
            "author": "",
            "likes": 456,
            "tags": [
                "time"
            ],
            "pk": 484220,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Why should we live with such hurry and waste of life? Henry David Thoreau",
            "author": "",
            "likes": 734,
            "tags": [
                "time"
            ],
            "pk": 484171,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Is there anything we know more intimately than the fleetingness of time, the transience of each and every moment? Rebecca Goldstein",
            "author": "",
            "likes": 682,
            "tags": [
                "time"
            ],
            "pk": 484142,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Who knows where the time goes? Nina Simone",
            "author": "",
            "likes": 429,
            "tags": [
                "time"
            ],
            "pk": 484118,
            "image": null,
            "language": "en"
        }
    ]
}