List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81755
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=81760",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81750",
    "results": [
        {
            "quote": "What humbugs we are, who pretend to live for Beauty, and never see the Dawn! Logan Pearsall Smith",
            "author": "",
            "likes": 594,
            "tags": [
                "beautiful"
            ],
            "pk": 480812,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Are we not formed, as notes of music are, for one another, though dissimilar? Percy Bysshe Shelley",
            "author": "",
            "likes": 798,
            "tags": [
                "music"
            ],
            "pk": 480397,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How is it that music can, without words, evoke our laughter, our fears, our highest aspirations? Jane Swan",
            "author": "",
            "likes": 282,
            "tags": [
                "music"
            ],
            "pk": 480354,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The Revolution introduced me to art, and in turn, art introduced me to the Revolution! Albert Einstein",
            "author": "",
            "likes": 282,
            "tags": [
                "art"
            ],
            "pk": 480084,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Who, being loved, is poor? Oscar Wilde",
            "author": "",
            "likes": 199,
            "tags": [
                "creativity"
            ],
            "pk": 479919,
            "image": null,
            "language": "en"
        }
    ]
}