List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5245
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=5250",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5240",
    "results": [
        {
            "quote": "Freedom lies in being bold. Robert Frost",
            "author": "Robert Frost",
            "likes": 147,
            "tags": [
                "short"
            ],
            "pk": 470924,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness lies in perspective.",
            "author": "",
            "likes": 290,
            "tags": [
                "short"
            ],
            "pk": 470926,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Boredom: the desire for desires. Leo Tolstoy",
            "author": "Leo Tolstoy",
            "likes": 429,
            "tags": [
                "short"
            ],
            "pk": 470927,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Do more of what makes you happy.",
            "author": "",
            "likes": 495,
            "tags": [
                "short"
            ],
            "pk": 470928,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness depends upon ourselves. Aristotle",
            "author": "Aristotle",
            "likes": 625,
            "tags": [
                "short"
            ],
            "pk": 470929,
            "image": null,
            "language": "en"
        }
    ]
}