List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5570
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=5575",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5565",
    "results": [
        {
            "quote": "There is no education like adversity. Benjamin Disraeli",
            "author": "Benjamin Disraeli",
            "likes": 627,
            "tags": [
                "short"
            ],
            "pk": 471263,
            "image": null,
            "language": "en"
        },
        {
            "quote": "One man with courage makes a majority. Andrew Jackson",
            "author": "Andrew Jackson",
            "likes": 767,
            "tags": [
                "short"
            ],
            "pk": 471264,
            "image": null,
            "language": "en"
        },
        {
            "quote": "The pain you feel now, will be a strength after some time.",
            "author": "",
            "likes": 308,
            "tags": [
                "short"
            ],
            "pk": 471265,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Diligence is the mother of good fortune. Benjamin Disraeli",
            "author": "Benjamin Disraeli",
            "likes": 787,
            "tags": [
                "short"
            ],
            "pk": 471266,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Because of a great love, one is courageous. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 572,
            "tags": [
                "short"
            ],
            "pk": 471267,
            "image": null,
            "language": "en"
        }
    ]
}