List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81830
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=81835",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81825",
    "results": [
        {
            "quote": "You can never get silence anywhere nowadays, have you noticed? Bryan Ferry",
            "author": "",
            "likes": 697,
            "tags": [
                "silence"
            ],
            "pk": 474511,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Does not everything depend on our interpretation of the silence around us? Lawrence Durrell",
            "author": "",
            "likes": 663,
            "tags": [
                "silence"
            ],
            "pk": 474473,
            "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": 53,
            "tags": [
                "spiritual"
            ],
            "pk": 474239,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Be here, now! Ram Dass",
            "author": "",
            "likes": 629,
            "tags": [
                "spiritual"
            ],
            "pk": 474103,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you cannot find the truth right where you are, where else do you expect to find it? Dogen",
            "author": "",
            "likes": 567,
            "tags": [
                "zen"
            ],
            "pk": 473657,
            "image": null,
            "language": "en"
        }
    ]
}