List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81745
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=81750",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81740",
    "results": [
        {
            "quote": "How could this earth of ours, which is only a speck in the heavens, have so much variety of life, so many curious and exciting creatures? Walt Disney",
            "author": "",
            "likes": 582,
            "tags": [
                "nature"
            ],
            "pk": 481238,
            "image": null,
            "language": "en"
        },
        {
            "quote": "And then, I have nature and art and poetry, and if that is not enough, what is enough? Vincent van Gogh",
            "author": "",
            "likes": 727,
            "tags": [
                "nature"
            ],
            "pk": 481223,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do you know how much I adore you?",
            "author": "",
            "likes": 207,
            "tags": [
                "good-morning"
            ],
            "pk": 481198,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Good morning gorgeousness!",
            "author": "",
            "likes": 580,
            "tags": [
                "good-morning"
            ],
            "pk": 481174,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are awesomely awesome today!",
            "author": "",
            "likes": 260,
            "tags": [
                "good-morning"
            ],
            "pk": 481172,
            "image": null,
            "language": "en"
        }
    ]
}