List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5215
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=5220",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5210",
    "results": [
        {
            "quote": "Love is a thing that is full of cares and fears. Ovid",
            "author": "Ovid",
            "likes": 135,
            "tags": [
                "short"
            ],
            "pk": 470891,
            "image": null,
            "language": "en"
        },
        {
            "quote": "It is love alone that gives worth to all things. Teresa of Avila",
            "author": "Teresa of Avila",
            "likes": 631,
            "tags": [
                "short"
            ],
            "pk": 470892,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Life in abundance comes only through great love. Elbert Hubbard",
            "author": "Elbert Hubbard",
            "likes": 326,
            "tags": [
                "short"
            ],
            "pk": 470893,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love does not claim possession, but gives freedom. Rabindranath Tagore",
            "author": "Rabindranath Tagore",
            "likes": 490,
            "tags": [
                "short"
            ],
            "pk": 470894,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The art of love is largely the art of persistence. Albert Ellis",
            "author": "Albert Ellis",
            "likes": 529,
            "tags": [
                "short"
            ],
            "pk": 470895,
            "image": null,
            "language": "en"
        }
    ]
}