List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5240
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=5245",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5235",
    "results": [
        {
            "quote": "To love oneself is the beginning of a lifelong romance. Oscar Wilde",
            "author": "Oscar Wilde",
            "likes": 565,
            "tags": [
                "short"
            ],
            "pk": 470919,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Whatever makes you weird is probably your greatest asset.",
            "author": "",
            "likes": 580,
            "tags": [
                "short"
            ],
            "pk": 470920,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The worst loneliness is not to be comfortable with yourself. Mark Twain",
            "author": "Mark Twain",
            "likes": 250,
            "tags": [
                "short"
            ],
            "pk": 470921,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The reward for conformity is that everyone likes you but yourself. Rita Mae Brown",
            "author": "Rita Mae Brown",
            "likes": 504,
            "tags": [
                "short"
            ],
            "pk": 470922,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I found that there is only one thing that heals every problem, and that is: to know how to love yourself. Louise Hay",
            "author": "Louise Hay",
            "likes": 198,
            "tags": [
                "short"
            ],
            "pk": 470923,
            "image": null,
            "language": "en"
        }
    ]
}