List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5045
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=5050",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5040",
    "results": [
        {
            "quote": "If you want to lift yourself up, lift up someone else. Booker T. Washington",
            "author": "Washington",
            "likes": 382,
            "tags": [
                "short"
            ],
            "pk": 470710,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Every day may not be good but there is something good in every day.",
            "author": "",
            "likes": 340,
            "tags": [
                "short"
            ],
            "pk": 470711,
            "image": null,
            "language": "en"
        },
        {
            "quote": "A problem is a chance for you to do your best. Duke Ellington",
            "author": "Duke Ellington",
            "likes": 514,
            "tags": [
                "short"
            ],
            "pk": 470712,
            "image": null,
            "language": "en"
        },
        {
            "quote": "You are amazing. As you are. Stronger than you know. More beautiful than you think. Tia Sparkles",
            "author": "Tia Sparkles",
            "likes": 520,
            "tags": [
                "short"
            ],
            "pk": 470713,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Love.",
            "author": "",
            "likes": 437,
            "tags": [
                "short"
            ],
            "pk": 470715,
            "image": null,
            "language": "en"
        }
    ]
}