List the quotes, can be filtered via tags

GET /apiv1/quotes/?format=api&lang=en&offset=5485
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=5490",
    "previous": "https://api.paperquotes.com/apiv1/quotes/?format=api&lang=en&limit=5&offset=5480",
    "results": [
        {
            "quote": "To the mind that is still, the whole universe surrenders. Lao Tzu",
            "author": "Lao Tzu",
            "likes": 497,
            "tags": [
                "short"
            ],
            "pk": 471175,
            "image": null,
            "language": "en"
        },
        {
            "quote": "I know but one freedom and that is the freedom of the mind. Antoine de Saint-Exupery",
            "author": "Antoine de Saint-Exupery",
            "likes": 463,
            "tags": [
                "short"
            ],
            "pk": 471176,
            "image": null,
            "language": "en"
        },
        {
            "quote": "He is happiest, be he king or peasant, who finds peace in his home. Johann Wolfgang von Goethe",
            "author": "Johann Wolfgang von Goethe",
            "likes": 463,
            "tags": [
                "short"
            ],
            "pk": 471177,
            "image": null,
            "language": "en"
        },
        {
            "quote": "Forgiveness does not change the past, but it does enlarge the future. Paul Boese",
            "author": "Paul Boese",
            "likes": 656,
            "tags": [
                "short"
            ],
            "pk": 471178,
            "image": null,
            "language": "en"
        },
        {
            "quote": "We must learn to live together as brothers or perish together as fools. Martin Luther King Jr",
            "author": "Martin Luther King Jr",
            "likes": 552,
            "tags": [
                "short"
            ],
            "pk": 471179,
            "image": null,
            "language": "en"
        }
    ]
}