List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=81610
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=81615",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=81605",
    "results": [
        {
            "quote": "Try to enjoy the great festival of life with other men! Epictetus",
            "author": "",
            "likes": 334,
            "tags": [
                "life"
            ],
            "pk": 490274,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How many success stories do you need to hear before you make your own? Unknown",
            "author": "",
            "likes": 389,
            "tags": [
                "motivational"
            ],
            "pk": 489977,
            "image": null,
            "language": "en"
        },
        {
            "quote": "How bad do you want it? Gary Vaynerchuk",
            "author": "",
            "likes": 755,
            "tags": [
                "motivational"
            ],
            "pk": 489909,
            "image": null,
            "language": "en"
        },
        {
            "quote": "What is the point of being on this Earth if you are going to be like everyone else and avoid trouble? Arnold Schwarzenegger",
            "author": "",
            "likes": 448,
            "tags": [
                "inspirational"
            ],
            "pk": 489871,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The only question to ask yourself is, how much are you willing to sacrifice to achieve this success? Larry Flynt",
            "author": "",
            "likes": 86,
            "tags": [
                "inspirational"
            ],
            "pk": 489835,
            "image": null,
            "language": "en"
        }
    ]
}