List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5550
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=5555",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5545",
    "results": [
        {
            "quote": "Most powerful is he who has himself in his own power. Lucius Annaeus Seneca",
            "author": "Lucius Annaeus Seneca",
            "likes": 719,
            "tags": [
                "short"
            ],
            "pk": 471242,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Complete abstinence is easier than perfect moderation. Augustine of Hippo",
            "author": "Augustine of Hippo",
            "likes": 475,
            "tags": [
                "short"
            ],
            "pk": 471243,
            "image": null,
            "language": "en"
        },
        {
            "quote": "When you give yourself, you receive more than you give. Antoine de Saint-Exupery",
            "author": "Antoine de Saint-Exupery",
            "likes": 50,
            "tags": [
                "short"
            ],
            "pk": 471244,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Judge a man by his questions rather than by his answers. Voltaire",
            "author": "Voltaire",
            "likes": 499,
            "tags": [
                "short"
            ],
            "pk": 471245,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We all make choices, but in the end our choices make us.",
            "author": "",
            "likes": 172,
            "tags": [
                "short"
            ],
            "pk": 471246,
            "image": null,
            "language": "en"
        }
    ]
}