List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81545
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=81550",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81540",
    "results": [
        {
            "quote": "Silence may be golden, but can you think of a better way to entertain someone than to listen to him? Brigham Young",
            "author": "",
            "likes": 52,
            "tags": [
                "silence"
            ],
            "pk": 496884,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You can never get silence anywhere nowadays, have you noticed? Bryan Ferry",
            "author": "",
            "likes": 316,
            "tags": [
                "silence"
            ],
            "pk": 496836,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Does not everything depend on our interpretation of the silence around us? Lawrence Durrell",
            "author": "",
            "likes": 764,
            "tags": [
                "silence"
            ],
            "pk": 496798,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What do we live for if not to make the world less difficult for each other? George Eliot",
            "author": "",
            "likes": 720,
            "tags": [
                "spiritual"
            ],
            "pk": 496564,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be here, now! Ram Dass",
            "author": "",
            "likes": 652,
            "tags": [
                "spiritual"
            ],
            "pk": 496428,
            "image": null,
            "language": "en"
        }
    ]
}