List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5265
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=5270",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5260",
    "results": [
        {
            "quote": "Happy are those who dare courageously to defend what they love. Ovid",
            "author": "Ovid",
            "likes": 486,
            "tags": [
                "short"
            ],
            "pk": 470946,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whatever it is, find something to be excited about for tomorrow.",
            "author": "",
            "likes": 266,
            "tags": [
                "short"
            ],
            "pk": 470947,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Doing what you like is freedom. Liking what you do is happiness. Frank Tyger",
            "author": "Frank Tyger",
            "likes": 690,
            "tags": [
                "short"
            ],
            "pk": 470948,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The key to happiness is doing something you like every single day. Victor Pride",
            "author": "Victor Pride",
            "likes": 318,
            "tags": [
                "short"
            ],
            "pk": 470949,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Happiness is not a station you arrive at, but a manner of traveling. Margaret Lee Runbeck",
            "author": "Margaret Lee Runbeck",
            "likes": 410,
            "tags": [
                "short"
            ],
            "pk": 470950,
            "image": null,
            "language": "en"
        }
    ]
}