List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5200
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=5205",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5195",
    "results": [
        {
            "quote": "Love is the absence of judgment. Dalai Lama",
            "author": "Dalai Lama",
            "likes": 308,
            "tags": [
                "short"
            ],
            "pk": 470875,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If you wished to be loved, love. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 673,
            "tags": [
                "short"
            ],
            "pk": 470876,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love the sinner and hate the sin. Augustine of Hippo",
            "author": "Augustine of Hippo",
            "likes": 106,
            "tags": [
                "short"
            ],
            "pk": 470877,
            "image": null,
            "language": "en"
        },
        {
            "quote": "If a thing loves, it is infinite. William Blake",
            "author": "William Blake",
            "likes": 211,
            "tags": [
                "short"
            ],
            "pk": 470878,
            "image": null,
            "language": "en"
        },
        {
            "quote": "In true love, you attain freedom. Thich Nhat Hanh",
            "author": "Thich Nhat Hanh",
            "likes": 585,
            "tags": [
                "short"
            ],
            "pk": 470879,
            "image": null,
            "language": "en"
        }
    ]
}