List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5275
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=5280",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5270",
    "results": [
        {
            "quote": "Find your tribe. Love them hard.",
            "author": "",
            "likes": 373,
            "tags": [
                "short"
            ],
            "pk": 470958,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love is blind; friendship closes its eyes. Friedrich Nietzsche",
            "author": "Friedrich Nietzsche",
            "likes": 225,
            "tags": [
                "short"
            ],
            "pk": 470959,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Any day spent with you is my favorite day.",
            "author": "",
            "likes": 416,
            "tags": [
                "short"
            ],
            "pk": 470960,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only way to have a friend is to be one. Ralph Waldo Emerson",
            "author": "Ralph Waldo Emerson",
            "likes": 691,
            "tags": [
                "short"
            ],
            "pk": 470961,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Friends are the siblings God never gave us. Mencius",
            "author": "Mencius",
            "likes": 519,
            "tags": [
                "short"
            ],
            "pk": 470962,
            "image": null,
            "language": "en"
        }
    ]
}